@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lexend&display=swap');
/* CSS Document */
html {
	margin: 0;
	
}
body {
	margin: 0;
	background: url(../bgimg/gradient.png?a22) repeat #fff;	
	/*font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;*/
	font-family: 'Lexend', sans-serif;
	position: relative;
}
.textbox2 {
	padding: 1% 3% 1% 3%;
}
.textbox3 {
	float:right;
	padding: 50px 3% 1% 3%;
}
div#nav{
	width: 100%;
	background-color: #595A5C;
	position:relative;
	z-index: 100;
}
div#nav img {
	padding-top: 1%;
}
div#nav a {text-decoration: none;
	color:white;
	padding-right: 10px;
}
a.button_0:hover {
	color: #9A6799 !important;
}
a.button_1:hover {
	color:  #666699!important;
}
a.button_2:hover {
	color: #3853a3 !important;
}
a.button_3:hover {
	color: #6ECDDD !important;
}
a.button_4:hover {
	color: #69bd45 !important;
}
a.button_5:hover {
	color: #f3ec19 !important;
}
a.button_6:hover {
	color: #f57a20 !important;
}
a.button_7:hover {
	color: #ed1f24 !important;
}
div#firstbox {
	margin-top: -50px;
	margin-left:5%;
	margin-right:5%;
	width: 90%;
	height: 400px;
	margin-bottom: 5%;
	
}
div.twothirdsbox {
	float:left;
	margin-top: 0;
	height: 400px;
	width:61.5%;
	margin-right: 5%;
	background: #FFFFFF;
}
div.onethirdsbox {
	float:left;
	margin-top: 0;
	height: 400px;
	width:32%;
	background: #FFFFFF;

}

div.threethirdsbox {
	float:left;
	height: 400px;
	margin-top: 0;
	width:99%;
	background: #FFFFFF;
}


div.thirds {
	margin-left: 5%;
	width:91%;
}

div.onethirds {
	float:left;
	margin-top: 0;
	width:28%;
}

div.twothirds {
	clear:both;
}

div.thirds div.onethirds:nth-of-type(1) {
	margin-left: 2.5%;
	margin-right: 5%;
}

div.thirds div.onethirds:nth-of-type(2) {
	margin-right: 5%;
}
div.thirds div.onethirds:last-child:after {
	clear:both;
}

div.icon div {
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	border-radius : 3px;
	background-color : #000;
	color :#fff;
	text-align : center;
	font-size : 13px;
	padding :12px 12px 12px 12px;
	margin-top: 5%;
	font-weight :100;
	/*font-family : Verdana, Geneva, sans-serif;*/
	font-family: 'Lexend', sans-serif;
	text-decoration: none;
	margin-bottom: 20%;
}


.bordered {
	-moz-border-radius: 40px 40px 40px 40px;
	-webkit-border-radius: 40px 40px 40px 40px;
	border-radius: 40px 40px 40px 40px;
	border:solid 3px #595a5c;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
}

div#specialicon {
	margin-top: -400px;
}

div#specialicon.hidetext div {
	background: none;
}

div.centertwothirds {
	width: 91%;
	margin-left: 5%;
}
div.centertwothirds div.onethirds:nth-of-type(1) {
	margin-left: 20%;
}
div.centertwothirds div.onethirds:nth-of-type(2) {
	margin-left: 0;
}
.margintop {
	margin-top: 5%;
}
.marginbottom {
	margin-bottom: 5%;
}
#footer {
background-image: url('../img/footers/green.jpg');
background-position: center center;
background-repeat:  no-repeat;
background-size: cover;
  min-height: 100px;
}
div#calendarbox {
	margin-top: -50px;
	margin-left:5%;
	margin-right:5%;
	width: 90%;
	margin-bottom: 5%;
}
	div#calendariframe {
		margin-top: 50px;
		margin-bottom: 1%;
}

.textbox {
	min-height: 400px;
	height: 100% !important;
}
