@charset "UTF-8";
/* CSS Document */

body{
	background-color: #6ecee8;
	/*background-color: #2877bc;*/
}
h1{
	color: #1d1646;
	font-family: "Gotham-Narrow-Ultra", 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}
h5{
	color: #1d1646;
	font-family: "Gotham-Narrow-Book", 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

@media(min-width:401px){
	img{
		height:140px;
	}
}

@media(max-width:400px){
	img{
		height:100px;
	}
}

.redirect{
	height:120px;
}

@font-face{
	font-family: "Gotham-Narrow-Ultra";
	src: url('Gotham-Narrow-Ultra.otf');
	
	/* Font src above to be deleted and replaced with the style properties below. 
	This is to ensure compatibility with any browser.
	You will need to add the individual font file types (eot, woff, ttf, svg) to the website folder.
	Please keep the file naming conventions the same unless you plan to change the names below. 
	Please remove the slash and asterisks before the first "src: " and after "'svg');" 
	*/
	
	/*
	src: url('Gotham-Narrow-Ultra.eot'); 
    src: url('Gotham-Narrow-Ultra.eot?#iefix') format('embedded-opentype'),
         url('Gotham-Narrow-Ultra.woff') format('woff'),
         url('Gotham-Narrow-Ultra.ttf')  format('truetype'),
         url('Gotham-Narrow-Ultra.svg#Gotham-Narrow_Ultra') format('svg'); 
	*/
}

@font-face{
	font-family: "Gotham-Narrow-Book";
	src: url('Gotham-Narrow-Book.otf');
	
	/* Font src above to be deleted and replaced with the style properties below. 
	This is to ensure compatibility with any browser.
	You will need to add the individual font file types to the website folder.
	Please keep the naming conventions the same unless you plan to change the names below. 
	Please remove the slash and asterisks before the first "src: " and after "'svg');" 
	*/
	
	/*
	src: url('Gotham-Narrow-Book.eot'); 
    src: url('Gotham-Narrow-Book.eot?#iefix') format('embedded-opentype'),
         url('Gotham-Narrow-Book.woff') format('woff'),
         url('Gotham-Narrow-Book.ttf')  format('truetype'),
         url('Gotham-Narrow-Book.svg#Gotham-Narrow-Book') format('svg'); 
	*/
}