@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'Goth-Bold';
	src: url('../fonts/Gotham-Bold.eot');
	src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Bold.woff2') format('woff2'),
		url('../fonts/Gotham-Bold.woff') format('woff'),
		url('../fonts/Gotham-Bold.ttf') format('truetype');
	font-style: normal;
}

@font-face {
	font-family: 'Goth-Light';
	src: url('../fonts/Gotham-Light.eot');
	src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Light.woff2') format('woff2'),
		url('../fonts/Gotham-Light.woff') format('woff'),
		url('../fonts/Gotham-Light.ttf') format('truetype');
	font-style: normal;
}


html,
body {
	height:100%;
	margin:0;
	padding:0;
	background:#f7f7f7;
}

h1 {
	font-family: 'Goth-Light';
	font-weight:500;
	font-size:42px;
	font-style: normal;
	line-height:42px;
	color:#FFD800;
}

header {
	width:100%;
	background:#f7f7f7;
	position:fixed;
	top:0;
	z-index:2001;
	padding:20px 0px;
}
@media (min-width:769px){
p.nav {
	font-family: 'Goth-Light';
	font-weight:500;
	font-size:32px;
	font-style: normal;
	line-height:32px;
	color:#FFD800;
	margin:0px 0px 0px -1px;
}
.fixed-nav-gap{
	margin-top:170px;
	margin-bottom:0px;
}
h2 {
	font-family: 'Goth-Light';
	font-weight:500;
	font-size:22px;
	font-style: normal;
	line-height:22px;
}
.content {
	padding-bottom:40px;
}
}
@media (max-width:768px){
p.nav {
	font-family: 'Goth-Light';
	font-weight:500;
	font-size:26px;
	font-style: normal;
	line-height:26px;
	color:#FFD800;
	margin:0px;
}
.fixed-nav-gap{
	margin-top:150px;
	margin-bottom:0px;
}
h2 {
	font-family: 'Goth-Light';
	font-weight:500;
	font-size:18px;
	font-style: normal;
	line-height:18px;
}
.content {
	padding-bottom:15px;
}
}

p.nav a{
	color:#FFD800;
	text-decoration:none;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

a{
	color:#b3b3b3;
	text-decoration:none;
}
a:hover{
	color:#b3b3b3;
	text-decoration:underline;
}
p.nav a:hover{
	color:#b3b3b3;
	text-decoration:none;
}
p.nav a.active{
	color:#b3b3b3;
	text-decoration:none;
}

p {
	font-family: 'Goth-Light';
	font-weight:500;
	font-size:14px;
	font-style: normal;
	line-height:20px;
	color:#b3b3b3;
}

p.smaller {
	font-size:10px;
	line-height:14px;
}
strong {
	font-family: 'Goth-Bold';
	font-weight: 100;
}

#content{
	padding:20px 0px;
}

.content img{
	margin-bottom:4px;
}

@media (min-width:769px){
[class*="col-"] {padding: 0 2px;}

.row {margin: 0 0px;}
}


.image-block-square{
    position: relative;
    width: 100%;
	height:auto;
    overflow: hidden;
	float:left;
	-o-background-size:cover;
	background-size:cover;
	background-position:center center;
	margin-bottom:4px;
}
.image-block-square:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.image-overlay {
	background:rgba(253,214,41,.95);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	/*cursor:pointer;*/
}
.image-overlay:hover{
	opacity:1;
}

.image-overlay-text {
	position:absolute;
	bottom:0;
	left:0;
	padding:20px 30px;
	width:100%;
}
.image-overlay-text h2,
.image-overlay-text p{
	color:#fff!important;
}
.text-block {
	background:#FFD800;
	padding:60px 16.25%;
	margin-bottom:4px;
}
.text-block h2 {
	margin-top:0px;
	color:#fff;
}
.text-block p {
	margin-bottom:0px;
	color:#fff;
}

#contact-content a {
	text-decoration:none!important;
}