@charset "utf-8";
/* CSS Document */
 
 
 background
     { background-size: cover;}
	  
 div.scroll {
 /*   width: 600px;
    height: 600px;*/
    overflow: scroll;
}
 
h1 {font-weight: bold;
  color: #60A2D1;
  font-size: 36px;
}

 
h2 {
  font-weight: bold;
  color: #835a8c;
  font-size: 26px;
} 
	
 
h3 {
  font-weight: bold;
  color: #0AB588;
  font-size: 21px;
} 
  
 body {
    padding-left: 11em;
    font-family: Georgia, "Times New Roman",
    Times, serif;
    color: purple;
    background-size:100%;
	background-attachment: scroll;
    background-repeat: no-repeat;
}

  ul.navbar1 {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
	font-size: 22px;
	top:11em;
	left:9em;
 }
	
   
     ul.navbar1 li {
    margin: 0.5em 0;
    padding: 0.1em;
	}
  ul.navbar1 a {
    border-bottom: thin solid;
    color: rgb(161, 205, 246);
    font-weight: 900;
    text-decoration: none;}
ul.navbar1 a:visited { color: rgb(189,115,222); }
ul.navbar1 a:active { color: rgb(192,0,0); }
ul.navbar1 a:active, ul.navbar1 a:focus, ul.navbar1 a:hover { border-bottom-width: medium; }
  address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted }
	
 .notready
{
	color:#969696;
}

.fullpage {
	position:absolute;
	top:0px;
	left:0px;
  max-width:100%;
 ;

}
