body{
    font-family: Poppins;
    font-size: 95%;
    background-color: rgb(10, 10, 10);
    margin: 0;
}

.dark_wrapper{
    background-color: rgb(40, 40, 40);
    margin: 0px;
}

.white_wrapper{
    background-color: rgb(255, 255, 255);
}

.dark_content{
    padding: 10px 20px 20px 20px;
    color: rgb(211, 211, 211);
}

.white_content{
    padding: 30px 20px 10px 20px;
    color: rgb(12, 12, 12);
}

.dark_img_content{
    text-align: center;
    padding: 20px;
}

.responsive_content{
    clear: both;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
}

.responsive_banner{
    clear: both;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 0px;
}

.image{
    clear: both;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 15px 0 0 0 ;
}

#top_frame{
    background-color: #fff;
    margin: 0;
    padding: 0;
}

#nav_wrapper{
    background-color: #fff;
    overflow: auto;
    margin: 0 auto 0px auto;
    max-width: 1500px;
    width: 100%;
    padding: 0;
}

#logo{
    float: left;
    margin: 15px 40px 0 10px;
}

#small_nav{
    display: none;
}

ul{
    float: right;
    list-style: none;
    background-color: rgb(226, 226, 226);
    font-family: Assistant;
    font-size: 120%;
    padding: 10px;
    margin: 10px 10px 10px 10px;
}

li{
    float: left;
    display: block;
    padding: 10px;
}

li a:link, a:visited, a:active{
    color: rgb(0, 0, 0);
    text-decoration: none;
}

#current{
    background-color: rgb(100, 100, 100);
}

#current a{
    color: rgb(255, 255, 255);
}

#under_construction{
    max-width: 500px;
    width: 100%;
    height: auto;
}

footer{
    clear: both;
    height: 200px;
    text-align: center;
    font-family: Arial;
    font-size: 70%;
    color: #ccc;
    padding-top: 30px;
    background: linear-gradient(rgb(40, 40, 40), rgb(10, 10, 10));
    margin-top: 0px;
}

#footer_line{
    color: orange;
}

h1{
    font-family: Assistant;
    color: #446ddd;
    font-size: 200%;
    font-weight: normal;
    border-bottom: 1px;
    border-bottom-color: #446ddd;
    border-bottom-style: solid;
    max-width: 1500px;
    width: 100%;
    height: auto;
}

h2{
   margin: 10px 0 30px 0;
    color: red;
    font-family: Assistant;
    font-size: 250%;
    font-weight: normal;
    border-bottom: 5px;
    border-bottom-color: red;
    border-bottom-style: solid;
    max-width: 1500px;
    width: 100%;
    height: auto;
}

h3{
    margin: 10px 0 30px 0;
     color: rgb(40, 40, 160);
     font-family: Assistant;
     font-size: 250%;
     font-weight: normal;
     border-bottom: 5px;
     border-bottom-color: rgb(40, 40, 160);
     border-bottom-style: solid;
     max-width: 1500px;
     width: 100%;
     height: auto;
 }

 h4{
    margin: 10px 0 30px 0;
     color: rgb(17, 131, 36);
     font-family: Assistant;
     font-size: 200%;
     font-weight: normal;
     border-bottom: 5px;
     border-bottom-color: rgb(17, 131, 36);
     border-bottom-style: solid;
     max-width: 1500px;
     width: 100%;
     height: auto;
 }

 h5{
    font-family: Assistant;
    color: #446ddd;
    font-size: 150%;
    font-weight: normal;
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0px;
}

.bold{
    font-weight: bold;
}

.graphics_images{
    max-width: 1500px;
    width: 100%;
    height: auto;
}

.youtube{
    max-width: 800px;
    width: 100%;
    height: 300px;
}

/* styles for individual pages */

/* ALC */

#alc_logo{
    float: right;
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 0 0 10px;
}

#ahu_image{
    max-width: 1500px;
    width: 100%;
    height: auto;
}

#nabersnz_image{
    width: 250px;
    height: auto;
}

/* Projects */




/* Pilot */

#dfun_logo{
    max-width: 150px;
    width: 100%;
    height: auto;
}

.meter_text{
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

.meter_image{
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0 0 0 10px;
}

.t11_meter_image{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 0 0 10px;
}

#ctsa_image{
    max-width: 1500px;
    width: 100%;
    height: auto;
    margin: 0 0 0 10px;
}

/* Contact */

#contact_img{
    padding: 30px;
}

/*for small screen*/
@media only screen and (min-width: 200px) and (max-width:480px){

/*
ul{
    display: none;
}
*/

#alc{
    margin-left: 10px;
    margin-bottom: 10px;
}


#small_nav{
    /*display: block;*/
    display: none;
    float: right;
    margin: 10px 15px 0 0;
}

#nav_icon{
        max-width: 35px;
    }

}

/*for medium screen*/
@media only screen and (min-width: 480px) and (max-width:1500px) {
    ul{
        float: left;
    }

#alc{
    margin-left: 10px;
    margin-bottom: 10px;
}

}