@media only screen and (max-width: 608px){
nav#menu span.fa.fa-bars {
left: 60px;
}
.header-text.btn {
height: auto;
white-space: inherit;
}
.hover-bg .hover-text {
padding: 15% 0;
}

}

@media only screen and (max-width: 460px){
h3 {
    font-size: 12px;
}
nav#menu span.fa.fa-bars {
left: 30px;
}
.content {
padding-top: 30%;
}
.hover-bg .hover-text {
padding: 20% 0;
}
#overview-video .overlay {
    padding: 30% 0px;
}
}
@media only screen and (max-width: 360px){
h1 {
    font-size: 36px;
}
h3 {
    font-size: 11px;
}
hover-bg .hover-text {
    padding: 25% 0px;
}
.pull-left,
.pull-right {
    float: none !important;
    text-align: center;
}
}
@media only screen and (max-width: 320px){
h1 {
    font-size: 30px;
}
hover-bg .hover-text {
    padding: 30% 0px;
}
}
@media (max-width: 767px){
#home{
background-size: cover!important;
background-position: center!important;
background-repeat: no-repeat!important;
background-attachment: none!important;
height: auto;
min-width: 100%;	
height: auto;
min-height: 200px;
padding-top:20px; 
}
#home h1.head-title{
    position: absolute;
    top: 120px;
    right:10px;
    font-size: 18px;
}
.maps-wrap .maps {
    height: 100%!important;
    width: 100%!important;
}
.top-logo {
	margin-top: -10px;
    top: 0px;
    width: 100px;
}
}