


@media only screen and (max-width:1200px) {
     h1 {
        font-size: 140%;
    }
}

@media only screen and (max-width:1100px) {
     body {
        font-size: 17px;
    }
     h1 {
        font-size: 120%;
    }
    
}


@media only screen and (max-width:825px) {
    body {
        font-size: 15px;
    }
    h1 {
        width: 300px;
        font-size: 150%;

    }
    h2 {
        width: 250px;
    }
#contact-section h2 
    {
        width: 130px;
    }
    nav ul li {
        
        display: block;
        clear: both;
        z-index: -1;
        background-color: #fff;
            width:100px;
    }
    
     .topnav a {
            float: left;
            display: none;
            color: black;
            padding: 14px 0px;
            text-decoration: none;
            font-size: 17px;
        }
    
    
   #top-bar {
        z-index: 2000;
    }
    
    
    
    .square {
        clear: both;
        width: auto;
        padding: 0px 50px 40px 50px;
        margin: 0px;
        height: auto;
        overflow: hidden;
    } 
    
    
    
    .picture-sections li{
        clear: both;
        width: auto;
    }
    
    .picture img {
     opacity: 1;   
    }
    .contact-box {
        clear: both;
        width: 100%;
        margin:40px 0px 10px 0px;
/*        margin: 0px;*/
/*        padding: 10px 20px 10px 20px;*/
        height: auto;
 
    }
    footer {
        margin-top: 30px;
    }
    
    
    .contact-box h3 {
        padding-bottom: 10px;
    }
    #contact-section {
        overflow: hidden;
        height: auto;
    }
    
/*    ----- mobile navigation -----*/
    
     .topnav a:not(:first-child) {
                display: none;
            }
            .topnav a.icon {
                float: right;
                display: block;
            }
     .topnav.responsive {
                position: relative;
            }
            .topnav.responsive .icon {
                position: absolute;
                right: 0;
                top: 0;
            }
            .topnav.responsive a {
                float: none;
                display: block;
                text-align: left;
            }
  
    
}

@media only screen and (max-width:570px) {
    h1 {
        width: 170px;
        font-size: 150%;
        padding-top: 15px;
    }
    .panel {
    padding: 0px;
}
    table {
        margin: 0px;
    }
   
    .pad_top {
        margin-top: 513%;
    }
    
    iframe {
	    width: 400px;
    }
    
}

@media only screen and (max-width:450px) {
    h1 {
        width: 140px;
        font-size: 150%;
        margin-right: 0px;
        padding-right: 0px;
    }
    
    #logo {
        width: 40px;
        padding-top: 5px;
    }

    
}
  