@media screen and (min-width: 400px) and (max-width: 599px) {


    #wrapper {
        width: 400px;
        margin-top: 0px;
        border-radius: 0px;
    }

    header {
        height: 195px;
        background-position: center bottom;
        background-size: 400px auto;
        border-radius: 0px;
    }

    header #logo {
        width: 100%;
        margin: auto;
        height: 85px;
        padding-top: 5px;
        border-radius: 0px;
        position: relative;
        overflow: auto;
        background: linear-gradient(to bottom, rgba(170,71,120,1), rgba(245,135,190,1) 48%, rgba(170,71,120,1) 80%, rgba(170,71,120,0));
    }

    header #logo h1 {
        position: absolute;
        top: 17px;
        left: 25px;
        font-size: 3.2em;
    }
    header #logo h2 {
        position: absolute;
        top: 13px;
        left: 235px;
        font-size: 1.05em;
        line-height: 1.2em;
    }
    header #logo h3 {
        position: absolute;
        top: 40px;
        left: 235px;
        font-size: 1.05em;
        line-height: 1.2em;
    }

    header span {
        display: none;
    }

    header h2#imgcaption {
        font-size: 1.3em;
        padding: 3px 3px 3px 6%;
        bottom: 6%;
    }
    
    nav {
        height: 240px;
        background-color: #dbe9f6;
        /*border-bottom: 1px dotted #e4d2dc;*/
        border-left: 1px solid #e4d2dc;
        border-right: 1px solid #e4d2dc;
    }

    nav li {
        border-bottom: 0px solid #e4d2dc;
    }

    nav li a {
        font-size: 1.4em;
        padding: 0px;
        width: 190px;
        height: 39px;
        line-height: 39px;
        margin: 4px;
        border: 1px dotted #aa4778;
        border-radius: 3px;
        background-color: white;
    } /*Height Sum: 40px*/

    nav li a.double {
        font-size: 1.2em;
    }

    nav li a.lastNav {
        
    }

    
    nav ul ul {
        margin-left: 0px;
        border-bottom: 0px solid #e4d2dc;
    }

    nav li li {
        border-left: 0px solid #e4d2dc;
        border-right: 0px solid #e4d2dc;
    }
    
    nav li li a {
        border: 1px solid #6f0439;
        border-bottom: 0px solid #6f0439;
        margin: 0px;
        margin-left: 5px;
        padding: 10px 0px 10px 10px;
        width: 190px;
    }
    
    nav li li a.last {
        border-bottom: 1px solid #6f0439;
    }
    
    #navService {
        display: block;
    }

    section#main {
        width: 100%;
        padding: 4px 8px 20px 8px; 
        float: none;
        border-left: 1px solid #e4d2dc;
        border-right: 1px solid #e4d2dc;
    }

    section#main h1 {
        font-size: 2.8em;
    }

    section#main h2 {
        font-size: 2.4em;
    }

    section#main h3 {
        font-size: 2.0em;
    }

    section#main .imgArray2 {
        min-width: 160px;
        padding: 5px;
    }

    
    aside {
        border-top: 1px solid #e4d2dc;
        border-bottom: 1px solid #e4d2dc;
        width: 100%;
        padding: 0px 5px 10px 5px;
        border-radius: 0px;
        float: none;
        text-align: center;
        margin-bottom: 0px;
    }

    aside #sidebarNews {
        padding: 0px 20px;
        text-align: left;
    }

    aside p, aside ul {
        font-size: 1.8em;
        line-height: 1.3em;
    }
    
    footer {
        border-radius: 0px;
        border-left: 1px solid #e4d2dc;
        border-right: 1px solid #e4d2dc;
    }

    #loadingMsg {
        margin-top: 18%;
        width: 370px;
    }
    
    #loadingMsg h1, #loadingMsg h2 {
        font-size: 1.5em;
    }


}
