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

body {
	font-family: Gotham Book;
	background-color: #dfe5e5;
	width: 100%;	
	margin: 0px 0px 0px 0px;
}

p {
	margin-left: 20%;
	margin-right: 20%;	
}

#logo {
	margin: 5% 5% 5% 5%;	
}

#top-cont {
	width: 100%;
	background-image: none !important;
	background-color: #085156;
	text-align:center !important;
}

#text-cont {
	margin-top: 6%;
}

#Copyright-copy {
	color: #073f3f;
	font-size: 8pt;
}

#Fb-icon-cont{
	float: right;	
}

.basic-copy {
	color: #073f3f;
	font-size: 14pt;
	line-height: 18pt;
}

.thick-copy, a{
	font-family: Gotham Bold;
	color: #073f3f;
	font-size: 13pt;
	line-height: 17pt;
}

a {
	text-decoration: none;	
}

a:hover {
	color: #0b6b72;	
}

@media screen and (min-width: 605px) {
	
	#top-cont {
		background-repeat: no-repeat;
    	-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
		background-position: center bottom;
    	background-image: url(images/green_bar.png) !important;
		text-align: left !important;	
	}
	
}

@font-face {
    font-family: Gotham Book;
    src: url(gotham-book.ttf);
}

@font-face {
    font-family: Gotham Bold;
    src: url(gotham-bold.ttf);
}