﻿body {
	font-family: 'Open Sans', Arial;
	color: #000000;
}
p {font-size: 1.2em;}
.top-pad{padding-top:10px}
#logo{max-width: 300px;	}
.social-icons{font-size: 1.5em;}
.navbar{background: #1f567c; margin-top:10px;}
.navbar a {color: white;}
.navbar a:hover{background:#619ea9 !important;}
.phone{font-size: 2em;}
.navbar .fa-bars {
	color: white;
    font-size: 2em;
}
.popover{
	min-width: 350px
}
#map-container{
	    height: 400px;
        margin-top: 0px;
    		width: 100%;
}
.fa-star{color:#ffbe00}
.footer{
	background: #1f567c;
	padding: 15px 0px;
	color: white;
	font-size: .8em;
}
.imgmid{margin-left:auto;margin-right:auto;padding:25px}
.gray-border{border: 1px solid #dadada;}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{color: white !important}




.targs {
    height: 90px;
    width: 92px;
    padding-top: 10px;
    float: right;
    margin-right: 30px;

}

/* ================ contact_us.php PROPERTIES ================ */

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

body {
	height: 100vh;
	font-family: Arial, Helvetica, sans-serif;
	display: grid;
	place-items: center;
}

h1 {
	margin-bottom: 2rem;
}

form {
	display: flex;
	flex-direction: column;
	width: 24rem;
	gap: 1rem;
}

input,
sekect,
textarea {
	padding: 1.4rem;
	background: transparent;
	border: 1px solid black;
	width: 350px;
}

textarea {
	height: 6rem;
}

button {
	width: 8rem;
	padding: 1.4rem;
	cursor: pointer;
	background: #16267a;
	color: white;
}

/* ================ contact_us.php PROPERTIES ================ */



/* Extra Small Devices */
@media (max-width: 767px) {
	#logo, .topadd {text-align:center}
	#logo {margin-left: auto; margin-right: auto;}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{color: white;}
}
/* Tablet Devices */
@media (min-width: 768px) and (max-width: 991px) {

}
/* Medium-Desktop Devices */
@media (min-width: 992px) and (max-width: 1199px) {

}
/* Large-Desktop Devices */
@media (min-width: 1200px) {

}
$(function(){
    function is_touch_device() {
        return 'ontouchstart' in window        // works on most browsers
        || navigator.maxTouchPoints;       // works on IE10/11 and Surface
    };

    if(!is_touch_device() && $('.navbar-toggle:hidden')){
      $('.dropdown-menu', this).css('margin-top',0);
      $('.dropdown').hover(function(){
          $('.dropdown-toggle', this).trigger('click').toggleClass("disabled");
      });
    }
});
