@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Bangers:300,400,700);
html,body{
	/*font-family: 'Oswald', sans-serif;*/
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size:18px;
	line-height:1.6em;
	font-weight:300;
	color:#666666;
}
body{
	background-color: #F4F4F4;
}
::selection{
	background:#ed1c24;
}
a{
	font-weight:400;
}
h2{
	font-size:32px;
    font-family: 'Bangers', sans-serif;
	color: #ED1C24;
}
h3{
	font-size:26px;
    font-family: 'Bangers', sans-serif;
	/*color: #000000;*/
	color: #333333;
}
h4{
    font-family: 'Bangers', sans-serif;
	color: #ED1C24;
}
#instafeed{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
}
.social-button:hover{
	opacity:1;
	transition: opacity .2s ease-in-out;
}
.social-button:hover{
	opacity:.7;
}
.footer{
	padding:30px 15px; 
	background-color: #1c1c1c;; 
	text-align:right;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#main-logo{
	height:300px; 
	animation: fadein 1s;
}
.margined-hr{
	margin:0px 15px;
}

.rotate-on-hover{
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.rotate-on-hover:hover{
	-webkit-transform:rotate(5deg);
	-moz-transform:rotate(5deg);
	-o-transform:rotate(5deg);
}
.scroll-off {
	pointer-events: none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.latest-photos{
	font-size:smaller; letter-spacing:2px;text-align:center;text-transform:uppercase;color:#cccccc;
}
.photo-box-container{
	padding:5px;
}
.photo-box {
	box-shadow: 0 0 5px #CCC;
    border: 0px solid #CCC;
    border-radius: 4px;
    background: #FFF;
}
.photo-box .image-wrap img {
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.photo-box .image-wrap .likes {
	position: absolute;
	bottom: 85px;
	left: 10px;
	padding: 0px 5px;
	background: rgba(0,0,0, 0.3);
	color: #f4f4f4;
	font-size:smaller;
}
.photo-box .description {
	font-size: smaller;
	color:#888888;
	padding: 5px;
	height: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 992px) {
	#what-is-this{
		background: url('../images/tower-2x.png') right center no-repeat;
		background-size: 180px 300px;
		padding-right: 250px;
	}
	#main-logo{
		height:300px; 
	}
	.margined-hr{
		margin:10px 15px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.image-wrap {
		height: 293px;
    	overflow: hidden;
	}
}
@media (min-width: 1200px) {
	.image-wrap {
		height: 267px;
    	overflow: hidden;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.image-wrap {
		height: 335px;
    	overflow: hidden;
	}
	#what-is-this{
		background: url('../images/tower-2x.png') right center no-repeat;
		background-size: 180px 300px;
		padding-right: 250px;
	}
	#main-logo{
		height:240px; 
	}
	.margined-hr{
		margin:15px 15px;
	}
}
@media (max-width: 767px){
	#what-is-this{
		background: url('../images/tower-2x.png') center top no-repeat;
		background-size: 180px 300px;
		padding-top: 340px;
	}
	#main-logo{
		width:100%; 
		height:auto;
		padding:0px 50px;
	}
    .footer{
		text-align:center;
	}
}