
#fullPageGraphicWrapper {
 
  font-size: 13px; 
  background-repeat:no-repeat;
  background-position: center top;
  background-size:cover;
  height: 1482px; /*100%*/
  line-height: 475%;
  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: #002d62; /*variable*/
  text-shadow: 2px 2px #ffffff; /*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 #ffffff; /*variable*/
    background-color: #002d62; 
    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: 1334px; /* 90%  1728/1920*/
	padding-top: 0px;
  }
}

@media screen and (max-width: 1601px) { 
  #fullPageGraphicWrapper {
	height: 1230px; /* 83%  1600/1920*/
	padding-top: 0px;
  }
}

@media screen and (max-width: 1441px) { 
  #fullPageGraphicWrapper {
	height: 1112px; /* 75%  1440/1920*/
	padding-top: 0px;
  }
}

@media screen and (max-width: 1367px) { 
  #fullPageGraphicWrapper {
	height: 1052px; /* 71% */
	padding-top: 0px;
  }
}

@media screen and (max-width: 1281px) { 
  #fullPageGraphicWrapper {
	height: 987px; /* 66.6% */
	padding-top: 0px;
  }
}
		
@media screen and (max-width: 1025px) { 
  #fullPageGraphicWrapper {
	font-size: 12px;
	height: 790px; /* 53.3% */
	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: 617px; /* 41.66% */
	padding-top: 0px;
  }
}

@media screen and (max-width: 769px) { 
  #fullPageGraphicWrapper {
	height: 593px; /* 40% */
	padding-top: 0px;
  }
}

@media screen and (max-width: 601px) { 
  #fullPageGraphicWrapper {
	font-size: 9px;
	height: 463px; /* 31.25% */
	padding-top: 0px;
  }
}

@media screen and (max-width: 481px) { 
  #fullPageGraphicWrapper {
	font-size: 7px;
	height: 371px; /* 25% */
	padding-top: 0px;
  }
}

@media screen and (max-width: 415px) { 
  #fullPageGraphicWrapper {
	font-size: 6px;
	height: 319px; /* 21.5% */
	padding-top: 0px;
  }
}

@media screen and (max-width: 376px) { 
  #fullPageGraphicWrapper {
	font-size: 5px;
	height: 289px; /* 19.5% */
	padding-top: 0px;
  }
}

@media screen and (max-width : 361px) {
  #fullPageGraphicWrapper {
	font-size: 5px;
	height: 278px; /* 18.75% */
	padding-top: 0px;
   }
  
  a.register-button {
	font-size: 2.0em;
  }
}

@media screen and (max-width: 321px) { 
  #fullPageGraphicWrapper {
	height: 247px; /* 90%  320/1920*/
	padding-top: 0px;
  }
}