/* custom css */


	a:link {color: rgba(204, 230, 210, 1);} 	
	a:visited {color: rgba(75, 77, 77, 0.5);} 	
	a:hover {color: rgba(150, 154, 154, 0.9);} 	
	a:active {color:rgba(204, 230, 210, 0.98);}
.logotext {font-family: 'Francios One', cursive; color: #ffffff; line-height: 1em; position: relative; z-index: 0; text-shadow: 1px 1px 3px black; text-align: center; } 
.logotext {
				  animation: pulse 120s infinite;
				 
				}
				
				@keyframes pulse {
				  0%, 100% {
				    color: #ffbf00;
				  }
				  25% {
				    color: #dfddf4;
				  }
				  50% {
/* 				    color: #b5c7f8; */
				    color: #dfe7f9;
				  }
				  75% {
				    color: #9ad1cd;
				  }
				}


.strapline {
				  animation: fade 25s infinite;
				 
				}
				
				@keyframes fade {
				  0%, 100% {
				    color: #ffca1d;
				  }
				  25% {
				    color: #b5c7f8;
				  }
				  50% {
				    color: #b3e6c2;
				  }
				  75% { 
				    color: #f6f6f6;
				  }
				}
.strapline {font-family: 'Dosis', sans-serif; font-size: 2.5vw; text-transform: capitalize; text-shadow: 1px 1px 3px black; text-align: center; }

@media screen and (max-width: 39.9375em) {
	.strapline {font-family: 'Dosis', sans-serif; font-size: 5vw; text-transform: capitalize; text-shadow: 1px 1px 3px black; text-align: center; }
	.booktitle {font-size: 6vw;}
	.copy {font-family: 'Rhodium Libre', serif; font-size: 4vw; }
.caption {font-family: 'Abel', sans-serif; font-weight: bold; font-size: 3vw;}
.icon {font-size: 2vw;}
.rod {font-size: 3vw;}
.newshomeheadline {text-transform: uppercase; font-family: 'Abel', sans-serif; font-weight: bold; font-size: 4vw;}
.newshomesub {font-family: 'Rhodium Libre', serif; font-weight: bold; font-size: 3vw;}
}
#globalnav {z-index: 1999;} 
