<html>

    <head>
    <style>

body{
	font-family: "Prompt", sans-serif;
}

        }
#header {
    font-family: "Prompt", sans-serif;
    font-size: 35px;
}


    /* Create three equal columns that float next to each other */
.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other on smaller screens (600px wide or less) */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

images {
  float: right;
}

blockquote {
    background: #FF8C00; 
    font-family: "Prompt", sans-serif;
    font-size: 25px
}
    
    
h1 {
	font-family: "Prompt", sans-serif;
    color: #FF8C00;
    font-size: 45px;
}

h2 {
	font-family: "Prompt", sans-serif;
    color: #FF8C00;
    font-size: 35px;
    
}

h3 {
	font-family: "Prompt", sans-serif;
    color: #3CB371;
    font-size: 30px;
    
}

h4, legend {
	font-family: "Prompt", sans-serif;
    color: #3CB371;
    font-size: 20px;
    text-align: left;
}

h5 {
	font-family: "Prompt", sans-serif;
    color: #111;
    font-size: 15px;
    text-align: left;
}
h6 {
	font-family: "Prompt", sans-serif;
    color: #FF8C00;
    font-size: 20px;
    text-align: left;
    
}

h7 {
	font-family: "Prompt", sans-serif;
    color: #111;
    font-size: 15px;
    text-align: left;
    
   
    
}
h8 {
	font-family: "Prompt", sans-serif;
    color: #FF8C00;
    font-size: 20px;
    text-align: left;
    
    
}

h9 {
	font-family: "Prompt", sans-serif;
    color: #111;
    font-size: 20px;
    text-align: left;
    
}



33
#wrapper{
	width: 90%;
	margin: 5px auto;
	padding: 5px 30px;
	border: solid 1px white;
	border-collapse: collapse;
	color: black;
}



#header{
	width: 100%;
    font size: 40px;
}
            
            
       

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: black;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
    font-family: "Prompt", sans-serif;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #FF8C00;

	
}


#maincontent {
            font-family: "Prompt", sans-serif;
            background-color: white;
            color: black;
            width: 70%;
            display: inline-block;
            float: left;
            padding: 12px;
            font-size: 15px;
        }

#blockquote {
    font-family: "Prompt", sans serif;
    font-size: 30px;
        float: left;
    

    
}
#form {
    display: block;
    float: left;
}

          
                
table, th, td {
  border: 3px solid;
}

table {
  border-collapse: collapse;
}

th {
  background-color: #FF8C00;
  color: white;
}

tr:nth-child(even) {background-color: #f2f2f2;}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
    color: #FF8C00;
}

    
#footer {
font-family: "Prompt"; 
	width: 100%;
	color: #FF8C00; 
    float:left;
    font-size: 20px;
}

}


#skip-links {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
   color: transparent;
}

#skip-links a:focus{
position:static;
width:auto;
height:auto;
    color: transparent;
}


.section_border { margin:100px 40px 20px 40px; padding:5px; }
.section_title {
clear:both; color:#3CB371; font- size:95%; font-weight:bold; padding:15px;
}
