@charset "UTF-8";
/* CSS Document */

.about{
    background-color: grey;
}
.hdrmenu, .maincopy{
    margin:0;
    padding:0;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10%;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    background-color: rgba(0,174,242,0.71);
    color: rgba(245,213,174,1.00);
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}
.contactus{
    background-color: rgba(58,52,54,1.00);
    color: #FFF;
}

/*
***********************************************
               Media Queries
***********************************************
*/
@media only screen and (min-width: 0px) and (max-width: 1125px) {
#myBtn {
    right: 10px;
}
    .contactus H3, .contactus H4{
    font-size:95%
    }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
#myBtn {
    right: 5px;
}
    .contactus H3, .contactus H4{
    font-size:85%
    }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
#myBtn {
    right: 5px;
}
    .contactus H3, .contactus H4{
    font-size:60%
    }
}
