/* Responsive CSS
=====================================================================*/
@media only screen and (min-width: 991px) and (max-width: 1199px) {
.site_logo{
height:50px;
width:20px;


}

}


@media only screen and (min-width: 768px) and (max-width: 990px) {

.site_logo{
height:10px;
width:20px;


}


}

@media only screen and (min-width: 480px) and (max-width: 767px) {

.site_logo{
height:50px;
width:20px;
}

#amer1{
padding-top:;

}

}
@media only screen and (min-width: 320px) and (max-width: 479px) {
#amer1{
padding-top:;

}

.site_logo{
height:70px;
width:20px;


}


#comings{
height:70%;
width:70%;
}




}

@media (max-width: 319px) {


#amer1{
padding-top:;

}
.site_logo{
height:70px;
width:20px;


}

#comings{
height:60%;
width:60%;
}
#mail{
font-size:10px;

}

}


