
#fullPageGraphicWrapper {
 
  font-size: 13px; 
  background-repeat:no-repeat;
  background-position: center top;
  background-size:cover;
  height: 799px; /*100%*/
  line-height: 475%;
  padding-top: 20px; 
}

nav {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1.0em; /*16px*/
}

nav a {
  margin: 9px 30px 9px 0px;
}
		
#tagline {
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
  font-size: 4.75em;
  color: #ffffff; /*variable*/
  text-shadow: 2px 2px #000000; /*variable*/
  font-weight: bold;
  padding-bottom: 0.25em;
  opacity: 0.92;
  filter: alpha(opacity=92); /* For IE8 and earlier */  
}

#registerButtons {
  
}

a.register-button {
    /*-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;*/
	border: 1px solid #000000; /*variable*/
    background-color: #dcdbeb; 
    color: #0a2c4f;
	text-decoration: none;
    padding: 0.4em;
	font-size: 1.6em;
	opacity: 0.92;
    filter: alpha(opacity=92); /* For IE8 and earlier */
}		  

@media screen and (max-width: 1729px) { 
  #fullPageGraphicWrapper {
	height: 719px; /* 90%  1728/1920*/
	padding-top: 18px;
  }
}

@media screen and (max-width: 1601px) { 
  #fullPageGraphicWrapper {
	height: 663px; /* 83%  1600/1920*/
	padding-top: 17px;
  }
}

@media screen and (max-width: 1441px) { 
  #fullPageGraphicWrapper {
	height: 599px; /* 75% */
	padding-top: 15px;
  }
}

@media screen and (max-width: 1367px) { 
  #fullPageGraphicWrapper {
	height: 567px; /* 71% */
	padding-top: 14px;
  }
}

@media screen and (max-width: 1281px) { 
  #fullPageGraphicWrapper {
	height: 532px; /* 66.6% */
	padding-top: 13px;
  }
}
		
@media screen and (max-width: 1025px) { 
  #fullPageGraphicWrapper {
	font-size: 12px;
	height: 426px; /* 53.3% */
	padding-top: 11px;
  }
  
  #tagline {
	  width: 80%;
	  padding-left: 0.5em;
  }
  
  #registerButtons {
	padding-left: 2.35em;
  }
}

@media screen and (max-width: 801px) { 
  #fullPageGraphicWrapper {
	font-size: 11px;
	height: 333px; /* 41.66% */
	padding-top: 8px;
  }
}


@media screen and (max-width: 601px) { 
  #fullPageGraphicWrapper {
	font-size: 9px;
	height: 250px; /* 31.25% */
	padding-top: 6px;
  }
}

@media screen and (max-width: 481px) { 
  #fullPageGraphicWrapper {
	font-size: 7px;
	height: 200px; /* 25% */
	padding-top: 5px;
  }
}

@media screen and (max-width : 361px) {
  #fullPageGraphicWrapper {
	font-size: 5px;
	height: 150px; /* 18.75% */
	padding-top: 4px;
  }
  
  a.register-button {
	font-size: 2.0em;
  }
}