@media screen and (min-width: 600px) and (max-width: 799px) {

    header h1#title {
        /*color: darkgreen;*/
    }
    
    section#main h2::after {
        /*content: "600-799";*/
    }

    #wrapper {
        width: 600px;
        
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    header {
        height: 265px;
        background-position: center bottom;
        background-size: 600px auto;
    }

    header #logo {
        width: 100%;
        margin: auto;
        height: 85px;
        padding-top: 5px;
        border-top-right-radius: 20px;
        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: 20px;
        left: 45px;
        font-size: 3.5em;
    }
    header #logo h2 {
        position: absolute;
        top: 28px;
        left: 300px;
        font-size: 1.05em;
    }
    header #logo h3 {
        position: absolute;
        top: 43px;
        left: 300px;
        font-size: 1.05em;
    }

    header span {
        display: none;
    }

    header h2#imgcaption {
        font-size: 1.4em;
        padding: 5px 5px 5px 8%;
        bottom: 12%;
    }
    
    nav {
        height: 144px;
        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 {
        padding: 0px 0px;
        font-size: 1.4em;
        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 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: 8px 17px 26px 17px; 
        float: none;
        border-left: 1px solid #e4d2dc;
        border-right: 1px solid #e4d2dc;
    }
    
    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;
    }



}
