﻿html,
body {
    margin: 0;
    background-image: url("images/background.png");
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
   
}



h4, h5 {
    color: #777;
}

.subparagraph {
    padding-left: 2em;
}

div.alternate {
    background-color: #ddd;
}

img.bubble {
    border: 2px solid #c6006f;
}

div.jumbotron {
    background-image: url("images/divaLogo.png");
    background-repeat: no-repeat;
    height: 170px;
   
    border-color: #C657A8;
    padding-top: 25px !important;
    margin-bottom: 0px;
    
}

    div.jumbotron p {
        margin-left: 180px !important;
        padding-top: 15px;
        font-size: 16px !important;
    }

.jumbocu {
    color: #999999;
    font-weight: bold;
    font-family: Garamond, Times New Roman,serif;
    font-size: 45px !important;
}

.jumbodiva {
    font-family: Garamond, Times New Roman,serif;
    color: black !important;
    font-weight: bold !important;
    font-size: 25px !important;
}



.diva {
    background-repeat: no-repeat;
    background-position-y: center;
}

.gray {
    color: #999999 !important;
}

.nomargin {
    margin-bottom: 0px !important;
}

.clearfix {
    overflow: auto;
}

div.main {
    min-height: 98%;
    padding-bottom: 20px;
    background-color: white;
}

div.footer {
    padding: 5px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}




div.subnav {
    width: 200px;
    float: left;
    padding-top: 20px;
    height: 100%;
}


.centervert {
    margin-top: auto;
    margin-bottom: auto;
}


.footer #fb {
    padding-top: 10px;
    padding-left: 10px;
    height: 35px;
    float: left;
    width: 460px;
}

.sidebar {
    margin-top: 60px;
    height: 100%;
    background-color: #EBEBEB;
}

h1 {
    font-family: 'News Cycle', sans-serif;
}

article {
    padding-bottom: 20px;
}

.article-caption {
    position: absolute;
    bottom: 16px;
    max-width: 90%;
    text-align: center;
    background-color: rgba(200,200,200,0.5);
    color: black;
}

.article-caption-right {
    position: absolute;
    bottom: 0px;
    right: 60px;
    max-width: 50%;
    text-align: left;
    background-color: transparent;
    color: black;
    font-size: smaller;
}

    .article-caption-right ul li {
       list-style:none;
    }

.article-img2 {
    width: 100%;
   
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .article-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 500px) {
    .article-title {
        font-size: 20px;
    }
}

.article-caption a, .article-caption h1 {
    color: #580032;
}

