html, body { 
}

body:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background: url('../img/bgHoodie.jpg') no-repeat center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left bottom;
}

footer {
	background-color: #f2f2f2;
	padding: 25px;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size:30px !important;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.jumbotron {
	background-color: transparent;
}

.jumbotron p {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	text-align: justify;
}

.topspace {
	padding-top: 40px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-bottom: 50px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#social {
	width: 100vw;
	min-height: 50px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	text-align: right;
	background-color: rgba(242, 242, 252, 0.85);
	padding: 10px;
	z-index: 1001;
}

.socialBadge {
	margin: 4px;
	height: 20px;
	width: auto;
}

#biog {
	line-height: 2.5ex;
	height: 10.5ex; /* 2.5ex for each visible line */
	overflow: hidden;
}

#readMore {
	position:relative;
	text-align: center;
	width: 100%;
	margin-top: -40px;
	padding-top: 45px;
	cursor: pointer;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: rgba(242, 242, 252, 0.85);
    padding-top: 15px;
}
.owl-next {
    right: 0px;
}

.featherlight .featherlight-content {
	max-width: 100% !important;
}

.featherlight .featherlight-content img {
	max-width: 100% !important;
	height: auto !important;
}

.featherlight .featherlight-close-icon {
	background-color: #fff !important;
}

@media all and (min-width: 410px) {  h1  { font-size:30px !important;  } }
@media all and (min-width: 766px) {  h1  { font-size:69px !important;  } }
@media all and (min-width: 992px) {  h1  { font-size:90px !important;  } }
@media all and (min-width: 1200px) {  h1  { font-size:110px !important;  } }