a:link {text-decoration: none; color: #a6db48;}
a:visited {text-decoration: none; color: #a6db48;}
a:active {text-decoration: none; color: #a6db48;}
a:hover {text-decoration: none; color: #03cf93;}

#bg {
	background: #FFFFFF; /* For browsers that do not support gradients */
    	background: -webkit-linear-gradient(#999999, #FFFFFF); /* For Safari 5.1 to 6.0 */
    	background: -o-linear-gradient(#999999, #FFFFFF); /* For Opera 11.1 to 12.0 */
    	background: -moz-linear-gradient(#999999, #FFFFFF); /* For Firefox 3.6 to 15 */
    	background: linear-gradient(#999999, #FFFFFF); /* Standard syntax */
}

body {
	font-family: 'Roboto Condensed', serif;
	font-size: 1.25em; color: #FFFFFF;
	margin: 10px;

}

button {
	background: #ceda92;
	font-size: 1em;
	border-style: solid;
	border-radius: 10px;
	border-color: #6e7c29;
	padding: 20px;
}

.button2 {
	background: #ceda92;
	width:400px; 
	height: 300px;
	font-size: 1.5em;
	border-style: solid;
	border-radius: 10px;
	border-color: #6e7c29;
	padding: 20px;
	margin: 20px;
}
.button2:hover {
	background: #fc8e7b;
	color: #ffffff;
}

figcaption {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: .80em; color:  #c2c2c4;
	margin: 10px;
}

--------------/* DROP DOWN MENU */----------------
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
--------------/* FORM */----------------
<style type="text/css">
.form-style-1 {
		
     margin:10px auto;
     max-width: 400px;
     padding: 20px 12px 10px 20px;
     font: 16px 'Roboto Condensed', sans-serif;
}
.form-style-1 li {
     padding: 0;
     display: block;
     list-style: none;
     margin: 10px 0 0 0;
}
.form-style-1 label{
     margin:0 0 3px 0;
	 color: #fff;
     padding:10px;
     display:block;
     font-weight: bold;
	 font: 1.8em 'Roboto Condensed', sans-serif;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
 textarea, 
 select{
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     border:1px solid #ffffff;
     padding: 7px;
     margin:0px;
     -webkit-transition: all 0.30s ease-in-out;
     -moz-transition: all 0.30s ease-in-out;
     -ms-transition: all 0.30s ease-in-out;
     -o-transition: all 0.30s ease-in-out;
     outline: none;  
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
     -moz-box-shadow: 0 0 8px #88D5E9;
     -webkit-box-shadow: 0 0 8px #88D5E9;
     box-shadow: 0 0 8px #88D5E9;
     border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
     width: 49%; height: 4em;
}

.form-style-1 .field-long{
     width: 80%; height: 4em;
}
.form-style-1 .field-select{
     width: 80%; height: 4em;
}
.form-style-1 .field-textarea{
     height: 10em;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
     background: #4875d5;
     padding: 8px 15px 8px 15px;
     font: 16px 'Roboto Condensed', sans-serif;
     border: none;
     color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
     background: #000000
     box-shadow:none;
     -moz-box-shadow:none;
     -webkit-box-shadow:none;
}
.form-style-1 .required{
     color:#4875d5;
}
----------------------------------------

.h1 {font-size: 8em; text-align: center; font-family: 'Imperial Script', sans-serif; color: #000000;
}

.h2 {font-size: 4em; text-align: center; font-family: 'PT Serif', serif; color: #000000; 
}

h3 {font-size: 3em; text-align: left; font-family: 'PT Serif', serif; color: #4875d5; 
}

p {font-size: 1.7em; text-align: left-justify; font-family: 'Roboto', sans-serif; color: #8c919b;

}

.p1 {font-size: 1.7em; text-align: left-justify; font-family: 'Roboto', sans-serif; color: #a6db48;}
.p2 {font-size: 1.5em; text-align: left; font-family: 'PT Serif', serif; color: #000000; valign: top; padding: 20px;}

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.imperial-script-regular {
  font-family: "Imperial Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}

----------- SLIDE SHOW ------------------------

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute; z-index: 10;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; position: absolute; z-index:10;
}

.active, .dot:hover {
  background-color: #717171; position: absolute; z-index:10;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {

-------------------------- END SLIDE SHOW --------------

table {
  border-width:0px;
  border-style:solid;
  border-color:#f0f0f0;
  border-collapse:collapse;
  position:absolute; left: 0px; 
}

td.samp {
  padding: 20px;
  width: 25%;
  text-align: center;

  
}

td.con {
  padding: 20px;
  width: 50%;
  text-align: center;

  
}

div.ind {
	position: absolute;
	left: 28vw;
	top: 25vh;
}

h1 {
	font-family: 'Droid Serif', serif; 
	color: #000000; font-size: 3em;
	position:inherit; top: 45%; text-align: center;
}

h2 {
	font-family: 'Pacifico', serif;
	color: #000000; font-size: 3em;
	position:relative; top: 5%; text-align: center; 
}

h4 {font-family: 'Oswald', serif; font-size:2vw; color: blue; position: absolute;  top: -6vh; padding: 10px;}

iframe {
    padding: 10px; align: left; overflow:auto; -webkit-overflow-scrolling:touch;
}

img {
  max-width: 100%;
  height: auto;
}






#nf1 {
	font-family: 'Oswald', sans-serif; margin-left: 30px;
	color: #0303fc; 
	font-size: 1.5em;
}

#nf2 {
	font-family: 'Oswald', sans-serif; margin-left: 30px; 
	color: #0303fc;  
	font-size: 1.5em;
}

#nf3 {
	font-family: 'Oswald', sans-serif;  margin-left: 30px;
	color: #0303fc;  
	font-size: 1.5em;
}

#nf4 {
	font-family: 'Oswald', sans-serif;  margin-left: 30px;
	color: #0303fc;  
	font-size: 1.5em;
}

#nf5 {
	font-family: 'Oswald', sans-serif; 
	color: #FFFFFF; 
	font-size: 1.5em;
}

#nf6 {
	font-family: 'Oswald', sans-serif; 
	color: #610078; 
	font-size: 1.5em;
}

#nf7 {
	font-family: 'Oswald', sans-serif; 
	color: #610078; 
	font-size: 1.5em;
}




p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.25em; color:  #c2c2c4;
	margin: 10px;
}

td.bg1 {
	background: #0303fc; 
		background: -webkit-linear-gradient(#0303fc, #000000); /* For Safari 5.1 to 6.0 */
    	background: -o-linear-gradient(#0303fc, #000000); /* For Opera 11.1 to 12.0 */
    	background: -moz-linear-gradient(#0303fc, #000000); /* For Firefox 3.6 to 15 */
    	background: linear-gradient(#0303fc, #000000); /* Standard syntax */
	padding: 15px;
	text-align: center;
	height: 60vh;

}

td.bg2 {
	font-family: 'Oswald', sans-serif;
	background: #c2c2c4; 
	padding: 15px;
	align: left-justify; 
	color: #0303fc;
	font-size: 1.55em;	
}

td.bg3 {
	background: #0303fc; 
	padding: 15px;
	text-align: left-justify; font-family: 'Oswald', sans-serif; color: #FFFFFF; font-size: 1.5em
}

td.bg4 {
	background: #000000; 
		background: -webkit-linear-gradient(#333333, #000000); /* For Safari 5.1 to 6.0 */
    	background: -o-linear-gradient(#333333, #000000); /* For Opera 11.1 to 12.0 */
    	background: -moz-linear-gradient(#333333, #000000); /* For Firefox 3.6 to 15 */
    	background: linear-gradient(#333333, #000000); /* Standard syntax */
	padding: 15px;
	text-align: center;
		font-size: .7em;
}

td.bg5 {
	background: #999999; 
	padding: 15px;
	text-align: left-justify;
}


td.bg6 {
	background: #FFFFFF; 
	padding: 15px;
	text-align: left-justify;
}

td.bg7 {
	background: #c2c2c4; 
			background: -webkit-linear-gradient(right, #c2c2c4, #000000); /* For Safari 5.1 to 6.0 */
    	background: -o-linear-gradient(right, #c2c2c4, #000000); /* For Opera 11.1 to 12.0 */
    	background: -moz-linear-gradient(right, #c2c2c4, #000000); /* For Firefox 3.6 to 15 */
    	background: linear-gradient(right, #c2c2c4, #000000); /* Standard syntax */
	padding: 15px;
	text-align: left-justify;
}

td.bg8 {
	padding: 15px;
	text-align: justify;
}


div.bord {border-top-style: solid; border-top-color:#4875d5;}
div.text {
	width: 60%; position: relative; left: 20%; text-align: left-justify; color: #c2c2c4;
}

div.text2 {
	width: 70%; position: relative; left: 10%; text-align: left-justify; color: #c2c2c4;
}
div.text3 {
	width: 70%; position: relative; text-align: left-justify; color: #ffffff; font-size: .5em;
}
