
.container {
    background-image: url(images/logos/monogramBlue.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

header {
    background-color: #304D8C;
}

nav ul li.current {
    background-color: #304D8C;
    text-align: left;
}

nav ul li.current a, nav ul li.current a:hover {
    padding-left: 12px;
}

#contents {
    background-color: #304D8C;
}

#contents article.left-text img {
    width: 60%;
    padding: 8px;
}

#contents article {
    margin-bottom: 40px;
    text-align: center;
    color: #111;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

h3 {
    margin: 12px;
    padding-top: 8px;
    font-size: 30px;
    color: #8C794D;
    text-align: left;
}

h5 {
    margin: 12px 24px;
    padding-top: 8px;
    font-size: 1.25em;
    color: #8C794D;
    text-align: left;
    font-family: Cinzel-normal;
}

.left-text p {
    text-align: left;
    margin: 0 24px;
    margin-bottom: 12px;
    color: #304D8C;
}


@media only screen and (min-width: 200px) and (max-width: 320px)  {

    * {
        margin: 0px;
        padding: 0px;
    }

    .container {
        background-image: url(images/logos/monogramBlue.png);
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    nav ul li.current {
        text-align: center;
    }
    
    nav ul li.current a, nav ul li.current a:hover {
        padding-left: 0px;
        padding-right: 0px;
    }

    h3 {
        font-size: 22px;
    }
    
    section#contents div#bioTop img {
        border: 7px solid white;
        border-radius: 50%;
        height: 80%;
        width: 80%;
    }

    section#contents article.left-text img {
        width: 75%;
        padding: 8px;
    }

}

@media only screen and (min-width: 321px) and (max-width: 375px)  {

    * {
        margin: 0px;
        padding: 0px;
    }

    .container {
        background-image: url(images/logos/monogramBlue.png);
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    nav ul li.current {
        text-align: center;
    }
    
    nav ul li.current a, nav ul li.current a:hover {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    section#contents div#bioTop img {
        border: 7px solid white;
        border-radius: 50%;
        height: 180px;
        width: 180px;
    }

    h3 {
        font-size: 26px;
    }

    section#contents article.left-text img {
        width: 75%;
        padding: 8px;
    }

}

@media only screen and (min-width: 376px) and (max-width: 425px)  {

    * {
        margin: 0px;
        padding: 0px;
    }
    
    .container {
        background-image: url(images/logos/monogramBlue.png);
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    nav ul li.current {
        text-align: center;
    }
    
    nav ul li.current a, nav ul li.current a:hover {
        padding-left: 0px;
        padding-right: 0px;
    }

    h3 {
        font-size: 26px;
    }

    section#contents article.left-text img {
        width: 75%;
        padding: 8px;
    }

}

@media only screen and (min-width: 426px) and (max-width: 768px)  {

    * {
        margin: 0px;
        padding: 0px;
    }

    .container {
        background-image: url(images/logos/monogramBlue.png);
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    nav ul li.current {
        text-align: center;
    }
    
    nav ul li.current a, nav ul li.current a:hover {
        padding-left: 0px;
        padding-right: 0px;
    }

    h3 {
        font-size: 30px;
    }

    section#contents article.left-text img {
        width: 75%;
        padding: 8px;
    }

}