/* ===========================
   ======= Body style ======== 
   =========================== */
   
body {
	color: #000000;
	font-size: 15px; /* Base font size: 14px */
	font-family: Verdana;
	line-height: 1.429;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
.body {
	clear: both; 
	margin: 0 auto; 
	width: 99%;
}

/* ===========================
   ========= Headings ======== 
   =========================== */
h1 {font-size: 1.871em;
    text-align:center;
    color:#0BA5B9;

}


h2 {font-size: 1.571em;
    color:#0BA5B9;} /* 22px */
h3 {font-size: 1.429em;
    color:#0BA5B9;}	/* 20px */
h4 {font-size: 1.286em;
    color:#0BA5B9;}
h5 {font-size: 1.143em;
color:#5B18CA;
}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

#container {
  margin: 0 auto;
  width: 100%;
}

.mainHeader img {
        position:fixed;
	width: 98.5%;
	height: auto;
	margin: 0;
        z-index:999;
}


#logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px;
}

/* Remove margins and padding from the list, and add a background color */
ul.topnav {
        position:fixed;
	width: 98.5%;
	height: auto;
        z-index:999;
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding: 0;
    overflow: hidden;
    background-color:#0B6F0D;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Float the list items side by side */
ul.topnav li {
     display: inline;
   }

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #ffffff;
    font-family:arial;
    text-align: center;
    padding: 10px 5px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px;
}

ul.topnav li.nav-red a {
background-color: #FF0000;
border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


ul.topnav li.nav-green a {
background-color: #28B070;
color:#FFFFFF;
border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul.topnav li.none a {
color:#ffffff;
border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* Change background color of links on hover */
ul.topnav li a:hover, ul.topnav li.active a, ul.topnav li.active a:link, ul.topnav li .active a:visited{ 
    background-color: #97F797;
    color:#0B6F0D;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

/* ===========================
   ======= Content Area ====== 
   =========================== */

.slide {
  max-width: 98%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background-color: #F7D05B;
  border: 8px solid #E5D839;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.slide > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  animation: slide 50s infinite;
  opacity: 0;
}

.slide > div:nth-child(2) {
  animation-delay: 5s;
}
.slide > div:nth-child(3) {
  animation-delay: 10s;
}
.slide > div:nth-child(4) {
  animation-delay: 15s;
}
.slide > div:nth-child(5) {
  animation-delay: 20s;
}
.slide > div:nth-child(6) {
  animation-delay: 25s;
}
.slide > div:nth-child(7) {
  animation-delay: 30s;
}
.slide > div:nth-child(8) {
  animation-delay: 35s;
}
.slide > div:nth-child(9) {
  animation-delay: 40s;
}
.slide > div:nth-child(10) {
  animation-delay: 45s;
}

@keyframes slide {
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    transform: scale(1.2);
  }
}

.mainContent {
	overflow: hidden;
	line-height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.topcontent {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 1% 1%;	
	margin-top: 5%;
}

.bottomcontent {
	background-color: #FFF;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 1% 1%;
}

.content {
	width: 100%;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

ul {
  margin: 0 0 0 32px;
  line-height: 1.5
}

.b1 {
  list-style-image: url(../images/blue_bullet.jpg);
}
.b2 {
  list-style-image: url(../images/yellow_bullet.jpg);
}

table.table5 {
  background-color:#FFFFCC;
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 80%;
  table-layout: fixed;
}

table.table5 tr {
  background-color: #FFFFCC;
  padding: .35em;
}

table.table5 th,
table.table5 td {
  background-color:#FFFFCC;
  border: 0;
  padding: .625em;
  text-align: center;
}

table.table5 th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cell {
  margin: 1rem;
  background-color: #D6DCE9;
}

.cellw {
  margin: 1rem;
  background-color: #ffffff;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:10px;
    max-width:95%;
    box-shadow: 10px 10px 5px #888888;
}

img.centernoshad {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:10px;
    max-width:100%;
}

.column {
  float: left;
  width: 44%;
  margin-left:2%;
  margin-right:1%;
  margin-bottom:2%;
  padding:1% 1%;
border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-style:solid;
    border-width:1px;
    border-color:#5B18CA; 
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
   clear: both;
} 



.center {
text-align: center;
}

.testimcontent {
 color: #217F50;
 font-style:italic;
}
span.midnav {
 font-size: 12px;
 display:table;
margin-left: auto;
margin-right: auto;
}
.gallerycontainer{
margin-left:auto; 
margin-right:auto;
width:60%;
}


img.floatLeft { 
    max-width: 100%;
    height: auto;
    float: left;
    margin-top: 1%; 
    margin-left: 0px;
    margin-right: 2%;
    margin-bottom: 2%;
    box-shadow: 10px 10px 5px #888888;
}

img.floatLeftt { 
    max-width: 100%;
    height: auto;
    float: left;
    margin-top: 1%; 
    margin-left: 0px;
    margin-right: 2%;
    margin-bottom: 1%;
}

img.floatRight { 
    max-width: 100%;
    height: auto;
    float: right;
    margin-top: 1%; 
    margin-left: 4%;
    margin-right: 0px;
    margin-bottom: 2%;
    box-shadow: 10px 10px 5px #888888;
}

img.floatrt { 
    max-width: 100%;
    height: auto;
    float: right;
    margin-top: 1%; 
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 2%;
    box-shadow: 10px 10px 5px #888888;
}

img.floatRightt { 
    max-width: 100%;
    height: auto;
    float: right;
    margin-top: 1%; 
    margin-left: 4%;
    margin-right: 0px;
    margin-bottom: 2%;
}

img.slideshow { 
    max-width:100%;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-style:solid;
        border-width:1px;
        border-color:#000000;
}

img.top {
    max-width:100%;
        border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-style:solid;
    border-width:2px;
    border-color:#F7D05B;

}

}

img.button {
    max-width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    border:0;

}

img.header {
    max-width:100%;
    height:auto;

}

img.spacer {
    width:100%;
    height:100%;

}

img.sidebar {
    max-width:100%;
    height:auto;
    box-shadow: 10px 10px 5px #888888;

}

img.footer {
    float: right; 
    padding-top: 7px;
    padding-right: 25px;

}

.mob {
display:none;
}

/* ===========================
   ======== Sidebar ========== 
   =========================== */

.top-sidebar {
	width: 19%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3px 3%;
	margin-bottom: 0;

}

.middle-sidebar {
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #FFF;	
	padding: 2% 3%;
	margin-bottom: 2%;
        border-style:solid;
        border-width:1px;
        border-color:#28B070;
}

.bottom-sidebar {
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        border-style:solid;
        border-width:1px;
        border-color:#28B070;	
	background-color: #FFF;	
	padding: 2% 3%;
}

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 50px;
	background: #0B6F0D url("../images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #000;
}

/* ===========================
   ========= Footer ========== 
   =========================== */

.mainFooter {
	width: 100%;
	float: left;
	margin-top: 0;
	margin-bottom: 4%;
	padding-left: 0;
	background-color:#E5D839;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	color: #000000;	
}

.mainFooter p {
	width: 91%;
	margin: 1% auto;
        font-size: 12px;
}
a.footerLink { 
color: #000000; 
text-decoration:none;
}



@media screen and (max-width: 770px) {
  table.table5 {
    border: 0;
    width:100%;
  }
}

@media screen and (max-width: 600px) {
  table.table5{
    border: 0;
    width:100%;
  }
  
  table.table5 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.table5 tr {
    border-bottom: 0;
    display: block;
    margin-bottom: .625em;
  }
  
  table.table5 td {
    border-bottom: 0;
    display: block;
    font-size: 1em;
    text-align: center;
  }
  
  table.table5 td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.table5 td:last-child {
    border-bottom: 0;
  }
}


/* Media Queries
--------------------------------------------- */

/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    margin-bottom:20%;
   }

.nomob{
display:none;
}

.mob{
display:block;
}

} 

/* When the screen is less than 680 pixels wide, hide all list items. Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
h1 {font-size: 1.123em;
    text-align:center;

}

  ul.topnav {width:98%;
position:relative;
}
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {

position: relative;  
}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
    
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: center;
    font-size: 18px;
  }
}

@media all and (max-width : 768px) {

	.body {
		clear: both; 
		margin: 0 auto; 
		width: 98%;
		font-size: 16px;
	}


nav { margin: 0; 

}

.toggle + a,
 .menu { display: none; }

.toggle {
  display: block;
  background-color: #60CAC9;
  padding: 0 0;
  color: #330099;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background-color: #FF0000; }

[id^=drop]:checked + ul { display: block; }

nav ul {
  padding-left: 0px;
}

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 0; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #BFEC17; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #212121; }

nav ul ul {
  float: none;
  position: static;
  color: #330099;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}

	.mainHeader img {
		width: 98.5%;
		height: auto;
	}

	.mainContent {
		overflow: hidden;
		line-height: 25px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-top: 1%;
		margin-bottom: 1%;
	}
.gallerycontainer{

width:100%;
}

img.floatRight { 
    max-width: 60%;
    margin-left:2%;
}
img.floatLeft { 
    max-width: 60%;
    margin-right:2%;
}
	
	.topcontent {
                background-color: #FFF;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2% 5%;
		margin-bottom: 1%;
	}
	
	.bottomcontent {
		background-color: #FFF;	
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2% 5%;
	}
	
	.content {
		width: 100%;
                margin-top:1%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
	}	

	
	.top-sidebar {
		width: 86%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #fff;	
		margin-top: 4%;
		margin-left: 0;
		padding: 7% 7%;
		margin-bottom: 0;		
	}
	
	.top-sidebar p {
		width: 90%;
	}

	.middle-sidebar {
		width: 84%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 0;	
	}
	
	.middle-sidebar p {
		width: 90%;
	}
	
	.bottom-sidebar {
		width: 84%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0%;
		padding: 0 7%;
		margin-bottom: 1%;
	}
	
	.bottom-sidebar p {
		width: 90%;
	}
		
	.mainFooter {
		width: 100%;
		float: left;
		margin: 0 0;
		padding-left: 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		color: #000000;	
	}
	
	.mainFooter p {
		width: 86%;
		margin: 2% auto;
	}

}


@media screen and (max-width:680px) {

  .column {
    width: 100%;
    margin-bottom:20%;
   }

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:10px;
    max-width:90%;
    box-shadow: 10px 10px 5px #888888;
}

img.floatRight { 
    max-width: 100%;
    margin-left: 10%;
    margin-bottom:4%;
}
img.floatLeft { 
    max-width: 100%;
    margin-right: 10%;
    margin-bottom:4%;
}


img.top {
    max-width:99%;
        border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-style:solid;
    border-width:2px;
    border-color:#F7D05B;

}

}

@media screen and (min-width: 600px) {

  .grid {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .cell {
    width: calc(50% - 2rem);
  }
  .cellw {
    width: calc(50% - 2rem);
  }
}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}

@media screen and (min-width: 1000px) {

  .grid {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .cell {
    width: calc(50% - 2rem);
  }
  .cellw {
    width: calc(50% - 2rem);
  }
}