﻿#container {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}
#masthead {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: auto;
	background-color: rgba(238,238,238,0.7);
}
#heading {

	overflow:auto;
	text-align: center;
	
}


#heading h1 {
	font-family:  Verdana;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #999;
	font-size: 30pt;
	text-align: center;

}
#heading h2 {
	font-family: Verdana;
	margin-top: 0;
	margin-bottom: 20px;
	color: #ff6419;
	font-size: 14pt;
	text-align: center;

}

.hrow {
	max-width: 100%;
	margin: auto;
}
.hcolumn {
    float: left;
}

.hleft {
    width: 35%;

}

.hright {
    width: 65%;
}
/* Clear floats after the columns */
.hrow:after {
    content: "";
    display: table;
    clear: both;
}
 /* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .hcolumn {
        width: 100%;
    }
}


#contentwrapper{
max-width: 100%;


}
.fullpage {
max-width: 85%;
	margin:auto;
	padding: 20px;
	background-color: rgba(0,0,255,0.7);
	border: 1px #00f solid;
	-moz-border-radius: 25px;
	border-radius: 25px;

}
.purplepage {
max-width: 80%;
	margin:auto;
	padding: 20px;
	background-color: rgba(127,3,205,1);
	border: 1px #7f03cd solid;
	-moz-border-radius: 25px;
	border-radius: 25px;

}
.redpage {
	max-width: 80%;
	margin: auto;
	padding: 20px;
	background-color: rgba(255,0,0,0.7);
	border: 2px #fff solid;
	-moz-border-radius: 25px;
	border-radius: 25px;
}


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#footer {
max-width: 100%;
	margin: 0;
	padding: 1em 1em;
	clear: both;
	text-align: center;
}
#footer p {
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}


a:link
{
	color: #ff0;text-decoration:none;  
}
a:visited
{
	color: #ff0;text-decoration:none;
} 
a:active 
{
	color: #ff0;text-decoration:none;
}
a:hover      
{
	color: #ff0;
	text-decoration: underline;
}




body
{
	font-family: Verdana;
	margin: 0;
	color: #333;
	font-size: 12pt;
	background: url(images/sunflower.png) no-repeat center;
  	background-size: cover;
  	background-attachment: fixed;

}



h1 
{
	font-family: "Verdana";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 20pt;
	text-align: center;
}

h2 
{
	font-family: "Verdana";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 18pt;
}

h3 
{
	font-family: "Verdana";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 16pt;
}

h4
{
	font-family: "Verdana";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 14pt;
}

h5
{
	font-family: "Verdana";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 12pt;
}

h6
{
	font-family: "Verdana";
	margin-top: 0;
	margin-bottom: 0;
	color: #2a9ec5;
	font-size: 10pt;
}



p {
	font-family: "Verdana";
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;

}
.list li
{
	color: #fff;
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana;
}
.numberlist li
{
	color: #fff;
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana;
	list-style-type: decimal;
}

.justify {
	text-align: justify;
}

.centertext {
	text-align: center;
}
/* image resizing start */

.vari img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  }
  /* image resizing end */
 
/* Navigation start */ 
 /* Add a black background color to the top navigation */
.topnav {
  background-color: transparent;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #999;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: #999;
  padding: 14px 16px;
  background-color: transparent;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(238,238,238,0.8);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #999;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: transparent;
  color: black;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: transparent;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
} 
/* Navigation end */ 

