
#fullPageGraphicWrapper {
 
  font-size: 13px; 
  background-repeat:no-repeat;
  background-position: center top;
  background-size:cover;
  height: 500px; /*100%*/
  line-height: 475%;
}

#fullPageGraphicWrapperPaddingTop {
  padding-top: 0px; 	
}

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: #000099; 
    color: #ffffff;
	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: 450px; /* 90%  1728/1920*/
  }
  
  #fullPageGraphicWrapperPaddingTop {
    padding-top: 0px;	
  }
}

@media screen and (max-width: 1601px) { 
  #fullPageGraphicWrapper {
	height: 415px; /* 83%  1600/1920*/
  }
  #fullPageGraphicWrapperPaddingTop {
    padding-top: 0px; 	
  }  
}

@media screen and (max-width: 1441px) { 
  #fullPageGraphicWrapper {
	height: 375px; /* 75%  1440/1920*/
  }
  #fullPageGraphicWrapperPaddingTop {
    padding-top: 0px;	
  }
}

@media screen and (max-width: 1367px) { 
  #fullPageGraphicWrapper {
	height: 355px; /* 71% */
  }
  #fullPageGraphicWrapperPaddingTop {
    padding-top: 0px; 	
  }  
}

@media screen and (max-width: 1281px) { 
  #fullPageGraphicWrapper {
	height: 333px; /* 66.6% */
  }
  #fullPageGraphicWrapperPaddingTop {
    padding-top: 0px; 	
  }  
}
		
@media screen and (max-width: 1025px) { 
  #fullPageGraphicWrapper {
	font-size: 12px;
	height: 267px; /* 53.3% */
  }
  
  #fullPageGraphicWrapperPaddingTop {
    padding-top: 0px;	
  }  
  
  #tagline {
	  width: 80%;
	  padding-left: 0.5em;
  }
  
  #registerButtons {
	padding-left: 2.35em;
  }
}

@media screen and (max-width: 801px) { 
  #fullPageGraphicWrapper {
	font-size: 11px;
	height: 208px; /* 41.66% */
  }
  #fullPageGraphicWrapperPaddingTop {
    padding-top: 0px; 	
  }  
}

@media screen and (max-width: 769px) { 
  #fullPageGraphicWrapper {
	height: 200px; /* 40% */
  }
  #fullPageGraphicWrapperPaddingTop {
    padding-top: 0px;	
  }  
}

@media screen and (max-width: 601px) { 
  #fullPageGraphicWrapper {
	font-size: 9px;
	height: 156px; /* 31.25% */
  }
  #fullPageGraphicWrapperPaddingTop {
    padding-top: 0px; 	
  }  
}

@media screen and (max-width: 481px) { 
  #fullPageGraphicWrapper {
	font-size: 7px;
	height: 125px; /* 25% */
  }
  #fullPageGraphicWrapperPaddingTop {
    padding-top: 0px; 	
  }  
}

@media screen and (max-width: 415px) { 
  #fullPageGraphicWrapper {
	font-size: 6px;
	height: 108px; /* 21.5% */
  }
  #fullPageGraphicWrapperPaddingTop {
    padding-top: 0px; 	
  }  
}

@media screen and (max-width: 376px) { 
  #fullPageGraphicWrapper {
	font-size: 5px;
	height: 98px; /* 19.5% */
  }
  #fullPageGraphicWrapperPaddingTop {
    padding-top: 0px; 	
  }  
}

@media screen and (max-width : 361px) {
  #fullPageGraphicWrapper {
	font-size: 5px;
	height: 94px; /* 18.75% */
   }
  #fullPageGraphicWrapperPaddingTop {
    padding-top: 0px; 	
  }   
  
  a.register-button {
	font-size: 2.0em;
  }
}

@media screen and (max-width: 321px) { 
  #fullPageGraphicWrapper {
	height: 83px; /* 90%  320/1920*/
  }
  #fullPageGraphicWrapperPaddingTop {
    padding-top: 0px; 	
  }  
}