@font-face {
  font-family: logoFont;
  src: url('font/aldo/Aldo.ttf') format('truetype');
}

#members_list {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 90%;
}

	#members_list td, #members_list th {
		border: 1px solid #ddd;
		padding: 8px;
	}

	#members_list tr:nth-child(even) {
		background-color: #f2f2f2;
	}

	#members_list tr:hover {
		background-color: #ddd;
	}

	#members_list th {
		padding-top: 12px;
		padding-bottom: 12px;
		text-align: left;
		background-color: azure;
		color: gold;
	}
body{
	font-family: Palatino Linotype, Georgia , Copperplate Gothic light, Arial, logoFont;
	font-size:110%;
	background: azure;
	margin-right:0px;
	margin-left:0px;
}
 
main{
	//border-radius:15px;
	background-color: white;
	float:right;
	width:58% ;
	margin-top:5%;
	margin-bottom:3%;
	//margin-right:5%;
	margin-left:5%;
	padding:5%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
}
main article h1, hr{
	color:#4d96db;
}
main article p{
	color:black;	
    text-align: justify;
    text-justify: inter-word;
}
.subs{
	//border-radius:15px;
	background-color: white;
	float:left;
	width:207px ;
	margin-top:3%;
	margin-bottom:3%;
	//margin-right:5%;
	margin-left:3%;
	padding:5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#MembersCard .subs{
	
	width:300px ;
	margin-left:7%;
	
}

.subs img{
	display:none;
	//height:100%
}
.subsHome{
	//border-radius:15px;
	background-color: white;
	float:left;
	width:310px;
	margin-top:3%;
	margin-bottom:3%;
	margin-right:4%;
	margin-left:4%;
	padding:5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display:box;
  
}

.subsHome img{
	
	height:310px;
}
aside{
	float:right;
	width:20%;
	margin-top:5%;
	margin-bottom:5%;
	margin-right:5%;
	margin-left:2%;
}
.aside_box{
	border-radius:15px;
	background-color: white;
	margin-bottom:5%;
	padding:7%;
}
.aside_box_h{
	border-radius:15px 15px 0 0;
	background: #6dadab;
	margin:-8% -8% 0 -8%;
	padding:1% 3% 1% 5%;
}
.search {
  box-sizing: border-box;
}
form.search input[type=text] {
  padding: 10px;
  font-size: 57%;
  border: 1px solid silver;
  float: left;
  width: 70%;
  background: #f1f1f1;
  border-radius:50px 0 0 50px;
}
#bgCol{
	
	background: #6dadab;
}
.fa-search:before{
	content:"\f002";
}
.fa{
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
/* Style the submit button */
form.search button {
  float: left;
  width: 18%;
  /*padding: 10px;*/
  background: #6dadab;
  color: white;
  font-size: 150%;
  border: 1px solid silver;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
  border-radius:0 50px 50px 0;
}

form.search button:hover {
  background-color: #ddd;
  border-color: silver;
  color: black;
}
/*
.searchIcon{
	
	size:100%;
	width:150%;
	height:auto; 
	opacity:0.3;
	margin-left:-5%;
	
	//background-color:gray;
	//color:white;
	//background-image:url('image/logoSmall.png');
		
}
*/
/* Clear floats */
form.search::after {
  content: "";
  clear: both;
  display: table;
}
header{
	
	//height: 5%;
	width: 100%;
	margin-top:-1%;
	/*margin-left:-1%;*/
	background-color: #f1f1f1;
	background-image: linear-gradient(45deg,azure,#0abfbc,black );
	padding-top:30px;
	padding-bottom:30px;
	text-align: center;
}
header p{
	color:gold;
	font-size:auto;
}

#icon{
	float:right;
	margin-top:-65px;
	margin-right:30px;
}
.socialIcon{
	opacity:0.4;
	height:40px;
	width:40px;
	size:100%;
	
	
	//background-color:gray;
	//color:white;
	//background-image:url('image/logoSmall.png');
		
}

#header_logo{
	margin-top:-100px;
	//margin-top:5px;
	//margin-right:50px;
	//opacity:0.6;
	height:auto;
	width:15%;
	size:100%;
	
	
	//background-color:gray;
	//color:white;
		//background-image:url('image/logoSmall.png');
		float:left;
}
#landingPic{
	/*margin-left:-10px;
	margin-right:-10px;*/
	background-image: url('/image/landingImage.jpg');
	background-color: #cccccc;
	height: 500px; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  //color: white;
}
.mySlides .mySlidesH3 .mySlidesBtn{display:none;}

/* Button 4 */
.mySlidesBtn {
	border-radius: 50px;
	border: 3px solid #fff;
	background: #3eacbd;
	color: #cccccc;
	font-size:20px;
	overflow: hidden;
	height: 60px;
	width:200px;
	opacity:0.90;
}

.mySlidesBtn:active {
	border-color: #17954c;
	color: #17954c;
}

.mySlidesBtn:hover {
  background-color: #ddd;
  border-color: white;
  color: black;
}

.mySlidesBtn:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.mySlidesBtn:active:before {
	color: #17954c;
}

#navbar{
  overflow: hidden;  
  background-image: linear-gradient(to right,#5faaff, #71ad91);
  background-color: #71ad91;
  opacity:0.95;  
  //position: fixed;
  width:100%;
 /* margin-left:-1%;
  margin-right:-1%;*/
}

#navbar a:link {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #71ad91;
  color: white;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
#more1,#more2,#moreA1,#moreA2,#moreA3,#moreA4,#moreA5{
	display:none;
}
.more{
	color:silver;
	cursor:pointer;
	/*width: 100px;
    height: 100px;
    background: red;
    border-radius: 50%*/
}

#bottom_bar{
	text-align:center;
	padding:5px;
	//float:left;
	clear:both;
	height:600px;
}
div.box {
  float:left;
  margin-bottom:5px;
  margin-left:5px;
  //margin-top:-300px;
  width: 250px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

.footer_box{
	padding-left:2%;
	padding-bottom:3%;
	margin-top:3%;
	margin-left:-1px;
	//text-align:center;
	float: left;
	height: 120px;
	width: 20%;	
	//border: 1px solid silver;
}
.footer_box_h2{		
}
.footer_box_ul a:link{
	text-decoration: none;
	color: silver;
}
.footer_box_ul a:visited{
	text-decoration: none;
	color: silver;
}
.footer_box_ul{	
	list-style-type:circle;	
	margin: 0;
	padding: 0;
}
#section_bar{
	text-align:center;
	padding:5px;
	//clear:both;
}
.SectionHeader{
	margin-left:-16px;
	margin-right:-16px;
}
#footer_bar{
	text-align:center;
	padding:5px;
	//float:left;
	clear:both;
}
footer{
	//clear:both;
	color: silver;
	background-color: white;
	background-image: linear-gradient(to right,#5faaff, #71ad91);
	width: 100%;
	height:300px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: -10px;
}

.topnav .search-container {
  float: right;
}

.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}

@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
  }
#frmContact{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

input, textarea, label, option {
    margin-bottom: 5vh;
    border-right: none;
    border-top: none;
    border-left: none;
    background-color:transparent;
    border-radius:5pt;
    outline: none;
    color: white;
    caret-color: white;
    width: 100%;
  }
  input[type=text]::placeholder , input[type=label]::placeholder ,input[type=email]::placeholder,textarea::placeholder{
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
  }
  input[type=submit] {
    background: rgba(255,255,255,.2);
    width: 100%;
    padding: 2vh;
    border: none;
    cursor: pointer;
    border-radius: 4px 4px;
  }