span {
	font-size: 30px;
	color: #474747;
}

h1 {
	font-size: 30px;
	color: #474747;
	font-weight: 300;
	letter-spacing: -0.1px;
	text-align: center;
}

h2 {
	font-size: 18px;
	margin-bottom: 40px;
	color: #474747;
	font-weight: 300;
	letter-spacing: -0.1px;
}

th {
	background-color: #FFD14F;

}

td {
	font-size: 12px;

}


input {
	padding: 10px;
  	border: solid 1px #dcdcdc;
  	transition: box-shadow 0.3s, border 0.3s;
	width: 250px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 10px;
  	border: solid 1px #dcdcdc;
  	transition: box-shadow 0.3s, border 0.3s;
	width: 400px;
}

input:focus {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}

input:hover {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}

textarea:hover {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}

textarea:focus {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}


.iconimage {
	width: 2%;
}

.borderframe {
	margin: auto; 
    	position: relative;  
	width: 50%;
    	height: auto;
    	padding: 20px;
    	border: 1px solid darkorange;
    	border-radius: 8px;
}

#mainmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #FFD14F;
}

#mainmenu li {
    float: left;
}

#mainmenu li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.activeMenuOption {
	font-weight: 900;
	text-transform: uppercase;
}

/*---------------------------------------------------------------------*/

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
 .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
 .dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}



/*---------------------------------------------------------------------*/



/* Change the link color to #111 (black) on hover */
#mainmenu li a:hover {
    	background-color: #111;
    	color: white;
}

#slideshow {
    	
}

#slideshow img {
        vertical-align: top;
	width: 100%;
}

#divheader {
	margin: auto; 
    	position: relative;  
	width: 80%;
	background-color: white;
}

#divcontent {
	margin: auto; 
    	position: relative;  
	width: 80%;
	background-color:white;

}

#divfooter {
	font-size: 11px;
	color:white;
	margin:auto;
	position: relative;
	width: 50%;
	height: 100px;
	background-color:#868686;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #FFFFF1;
}.verd11Wht a strong_sub {
	border-bottom-style: solid;
	border-bottom-color: #FC0;
}
