@charset "utf-8";
/* CSS Document */



@font-face {
   
    src: url('norwester-webfont.woff2') format('woff2'),
         url('norwester-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body { background-color: #FBFB86;
	  
}
	
	
#wrapper { 
		margin-left: auto;
           margin-right: auto;
          width: 80%;
		  background-color: #FFFFFF;
		  min-width: 960px;
		  max-width: 2048px;
		  border: none;
	
	padding: 20px;
	
	}


/* Add a black background color to the top navigation */
.topnav {
    background-color: #FBFB86;
    overflow: hidden;
	border-radius: 40px 40px 40px 40px;
	
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color:#898686;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 27px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
	
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
	
}

.contact {text-align: center;}



header { background-color: #FFFFFF;
      color: #6CE1FB; 
	  text-align: left;
	  padding-top: 30px;
	  padding-left: 3em;
	padding-bottom: 30px;
}

.column {
    float: left;
    width: 50%;

}


.row:after {
    content: "";
    display: table;
    clear: both;
	padding-top: 500px;
	
}


main { background-color: #FFFFFF;
	  padding-top: 25px;
      padding-left: 25px;
		padding-right: 25px;
	padding-bottom: 50px;
	
    column-gap: 40px;

}


h1 {
	color: #6CE1FB; 
	 font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";

}

h2 {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

p {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color:#898686;
}

ul {
	
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color:#898686;

}

.table {width:80%;margin:0 auto;
	text-align:left;
	align-content: center;

color:#898686;
font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background-color:#FFF;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
	padding: 15px;
}

th { background-color: #FBFB86;
	font-size: 110%;
	}

footer { font-size: 75%;
       font-style: italic;
	   text-align: center;
	   font-family: Georgia, 'Times New Roman', serif; 
	   padding: 20px;
	   margin-left: 190px;
	   background-color: #FFFFFF;

}

.quiz  {border: none;
    
	margin: 0 auto;}
	