@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	height:100%
}
.page {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    text-align: center;
    font-size: large;

}

table {
margin-left: 10px;
}

p {
   line-height: 1.5;
}
.phonelink {
	color: white;
}

.phonelink:hover {
	cursor: pointer;
}

body:after {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
	content: url("../images/facebook-logo.gif") url("../images/instagram-logo.gif") url("../images/twitter-x-logo.gif") url("../images/tiktok-logo.gif");
}



.header-main {
	width: 100%;
	max-height: 60 px;
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	margin-top: 10px;
	
}

.header-main-logo {
	width: fit-content;
	height: 100%;
	padding-left: 10px;
	display: flex;

}

.header-main-logo:hover {
	cursor: pointer;
}

.header-main-logo img {
	max-height:  100px;
	align-self: center;	
}

.header-main-nav {
	width: fit-content;
	height: 100%;	
}

.header-main-nav ul{
	list-style: none;
	margin-left: 10px;
}

.header-main-nav ul li{
	display: inline;
	float:left;
}

.header-main-nav ul li a {
	padding: 0 10px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	line-height: 20px;
	color: #000000;
	border-radius: 5px;
    background-color: #0a91ce;
	transition: all 0.5s linear;
	padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
	column-gap: 10px;
	display: block;
	height: 100%;
	font-weight: bold;
	text-decoration: none;
}

.header-main-nav ul li a:hover {
	text-decoration: none;
    color: #000000;
	background-color: #0e4266;
	cursor: pointer;
	
}
.header-main-nav ul li a:active {
	text-decoration: none;
    color: #000000;	
}

.header-main-nav ul li a:visited {
	text-decoration: none;
    color: #000000;
	
}

.header-main-sm {
	width: fit-content;
	height: 80px;
	padding-right: 10px;
	column-gap: 10px;
	display: flex;
	align-items: center;
	
}

.header-main-sm-fb {
	width: 30px;
	height: 30px;
	background-image: url("../images/facebook-logo-bw.gif");
	background-repeat: no-repeat;
	background-size: cover;
	transition: all ease-in-out 200ms;
	}

.header-main-sm-fb:hover {
	cursor: pointer;
	background-image: url("../images/facebook-logo.gif");
}

.header-main-sm-in {
	width: 30px;
	height: 30px;
	background-image: url("../images/instagram-logo-bw.gif");
	background-repeat: no-repeat;
	background-size: cover;
	transition: all ease-in-out 200ms;
	
}

.header-main-sm-in:hover {
	cursor: pointer;
	background-image: url("../images/instagram-logo.gif");
}

.header-main-sm-x {
	width: 30px;
	height: 30px;
	background-image: url("../images/twitter-x-logo-bw.gif");
	background-repeat: no-repeat;
	background-size: cover;
	transition: all ease-in-out 200ms;
	
}

.header-main-sm-x:hover {
	cursor: pointer;
	background-image: url("../images/twitter-x-logo.gif");
}

.header-main-sm-tk {
	width: 30px;
	height: 30px;
	background-image: url("../images/tiktok-logo-bw.gif");
	background-repeat: no-repeat;
	background-size: cover;
	transition: all ease-in-out 200ms;
	
}

.header-main-sm-tk:hover {
	cursor: pointer;
	background-image: url("../images/tiktok-logo.gif");
}

/*.banner-main {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-bottom: 10px;
	margin-top: 10px;	
}*/

.img_deg {
	
	float: right;
	
	
	
}

.container-main {
	width: 99%;
	padding-right: 1%;
	padding-left: 1%;
	background-color: #0a91ce;
	min-height: 220px;
}
.body-main {
	overflow: 10%;
	padding-bottom: 20px;

}


.text-main {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 19px;
	text-align: justify-all;
	padding: 0px 10px 0 10px ;
	}
.text-main-h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 25px;
	text-align: justify-all;
	padding: 3px 10px 1px 10px;
	}

.text-main-h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 22px;
	text-align: justify-all;
	padding: 3px 10px 1px 10px;
	}

.img_deg {
  padding: 1%;
  max-height: 500px;	
}
.td-image {
	resize: both;
	width: 213px;
	align-content: bottom;
}

.td-text {
	width: auto;
	vertical-align: text-top;
}
.footer-main {
	align: center;
	/*position: relative;*/
	height: 100px;
	margin-top:15px;
	/*margin-left: 15px;
	margin-right: 15px;*/
	max-width: 95%;
	clear: both;
	background: url("../images/banner-bottom-2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size:contain ;
	display: flex;
}

.banner-main {
	display: block;
 	width: auto;
 	height: auto;
	position: absolute;
	
}