html, body {
	height: 100%;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 30px;
}
footer {
	/*position: absolute;
  bottom: 0;*/
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #000000;
	padding: 20px 0 0 0;
	font-size: 12px;
	color: #333;
}
/* Basic */
section {
	padding: 75px 0;
	position: relative;
}
section h2 {
	padding: 0 0 30px 0;
	font-size: 48px;
	font-weight: 300;
	position: relative;
}
section h2:after {
	position: absolute;
	content: ' ';
	width: 150px;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 5px;
	border-bottom: 3px solid #C00;
}
section h3 {
	padding: 0 0 15px 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
}
section p {
	line-height: 40px;
	color: #666;
}
.btn {
	width: 100%;
}
/**/
section#homescreen {
	padding: 0;
	background: url(../images/lg/homescreen.jpg) 85% 0 no-repeat;
	background-size: cover;
	color: #FFF;
}
#homescreen .col-md-8 {
	height: 100vh;
}
#homescreen .caption {
	bottom: 15%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: auto;
}
#homescreen h2 {
	margin: 0;
	padding: 0;
	font-size: 32px;
	line-height: 48px;
}
#homescreen h2::after {
	border-bottom: 1px solid #666;
	bottom: -30px;
	content: " ";
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 250px;
}
#homescreen h1 {
	margin: 60px 0 0 0;
	padding: 0;
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
}
#homescreen .btn {
	margin: 35px auto 0;
	width: 175px;
	border: 1px solid #FFF;
	background: none;
	border-radius: 4px;
	transition: all 0.2s;
}
#homescreen .btn:hover {
	background: rgba(255,255,255,0.2);
}
/**/
#philosophy {
	background: url(../images/lg/philosophy.jpg) 0 0 no-repeat;
	background-size: cover;
	color: #FFF;
}
#philosophy .container {
	padding-bottom: 15px;
	background: rgba(0,0,0,0.4);
	border-radius: 8px;
}
#philosophy p {
	color: #CCC;
}
/**/
#biography {
	background: url(../images/lg/biography.jpg) 0 0 no-repeat;
	background-size: cover;
}
/**/
#what {
	background: url(../images/what.jpg) 0 0 repeat;
}
/**/
#infographics {
	background: url(../images/lg/infographics.jpg) 0 0 no-repeat;
	background-size: cover;
}
#infographics .list-inline {
	margin: 0;
}
#infographics .item {
	margin: 0;
	width: 210px;
	height: 210px;
	padding: 15px;
	color: #000;
	background: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 4px;
}
#infographics .item h3 {
	padding: 35px 0 0 0;
	font-size: 42px;
	font-weight: 600;
}
#infographics .item span {
	display: block;
	font-size: 22px;
	font-weight: 300;
}
/**/
#how {
	background: url(../images/lg/how.jpg) 50% 0 no-repeat;
	background-size: cover;
}
#how .block {
	margin: 0 0 30px 0;
	height: 170px;
	background: #FFF;
	border-radius: 4px;
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
	font-size: 24px;
	overflow: hidden;
}
#how .block img {
	width: 100%;
}
#how .block p {
	margin: 0;
	padding: 15px;
	line-height: 34px;
}
/**/
#portfolio .thumbnail {
	padding: 0;
	border: none;
	border-radius: 0;
}
#portfolio img {
	height: 270px;
}
#portfolio {
	background: rgb(255,255,255);
}
#portfolio .thumbnail .zoom {
	position: absolute;
}
#portfolio .temp img {
}
/**/
#contact {
	background: url(../images/lg/contact.jpg) 0 0 no-repeat;
	background-size: cover;
}
.form-group {
	margin: 0 0 30px 0;
}
.form-control {
	margin: 0;
	padding: 12px 10px;
	height: auto;
}
/**/

@media (min-width: 1367px) {
}
@media (min-width: 768px) and (max-width: 800px) {
section {
	padding: 60px 0;
	position: relative;
}
section#homescreen {
	padding: 0;
	background: #000 url(../images/sm/homescreen.jpg) 85% 0 no-repeat;
	background-size: contain;
	color: #FFF;
}
#homescreen .caption {
	bottom: 15%;
	left: 0;
	margin: 0;
	padding: 0 75px;
	position: absolute;
	right: 0;
	top: auto;
}
#philosophy .container {
	padding-bottom: 15px;
	background: rgba(0,0,0,0.4);
	border-radius: 8px;
}
#biography .container {
	background: rgba(255,255,255,0.4);
	border-radius: 8px;
}
#infographics {
	background: url(../images/lg/infographics.jpg) 0 0 no-repeat;
	background-size: cover;
}
#infographics .item {
	margin: 0;
	width: 130px;
	height: 130px;
	padding: 10px;
	color: #000;
	background: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 4px;
}
#infographics .item h3 {
	padding: 0;
	font-size: 24px;
	font-weight: 600;
}
#infographics .item span {
	display: block;
	font-size: 12px;
	font-weight: 300;
}
/**/
#how .block {
	margin: 0 0 30px 0;
	height: 105px;
	background: #FFF;
	border-radius: 4px;
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
	font-size: 16px;
	overflow: hidden;
}
#how .block img {
	width: 100%;
}
#how .block p {
	margin: 0;
	padding: 12px;
	line-height: normal;
}
#portfolio img {
	height: 158px;
}
}
@media (min-width: 320px) and (max-width: 640px) {
section {
	padding: 0;
	position: relative;
}
section h2 {
	padding: 0 0 15px 0;
	font-size: 28px;
	font-weight: 300;
	position: relative;
}
section h2:after {
	position: absolute;
	content: ' ';
	width: 150px;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 5px;
	border-bottom: 3px solid #C00;
}
section h3 {
	padding: 0 0 15px 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
section p {
	line-height: 24px;
	color: #666;
	font-size: 14px;
}
section .container {
	padding: 50px 20px;
}
.btn {
	width: 100%;
}
/**/
section#homescreen {
	background: #000 url(../images/sm/homescreen.jpg) 85% 50px no-repeat;
	background-size: contain;
}
#homescreen .col-md-8 {
	height: 100vh;
}
section#homescreen .container {
	padding: 0 40px;
}
#homescreen .caption {
	bottom: 40px;
	left: 0;
	margin: 0;
	padding: 0 0;
	position: absolute;
	right: 0;
	top: auto;
}
#homescreen h2 {
	font-size: 16px;
	line-height: normal;
}
#homescreen h2::after {
	bottom: -10px;
	width: 250px;
}
#homescreen h1 {
	margin: 20px 0 0 0;
	font-size: 24px;
}
#homescreen .btn {
	margin: 0 auto;
	padding: 5px;
	width: 105px;
	font-size: 14px;
}
/**/
section#philosophy {
	background: url(../images/sm/philosophy.jpg) 0 0 no-repeat;
	background-size: cover;
	color: #FFF;
}
#philosophy .container {
	padding-bottom: 50px;
	background: rgba(0,0,0,0.4);
	border-radius: 0;
}
#philosophy p {
	color: #CCC;
}
/**/
section#biography {
	background: url(../images/sm/biography.jpg) 0 0 no-repeat;
	background-size: cover;
}
#biography .container {
	background: rgba(255,255,255,0.4);
	border-radius: 0;
}
/**/
#what {
	background: url(../images/what.jpg) 0 0 repeat;
}
/**/
#infographics {
	display: none;
}
/**/
#how {
	background: url(../images/sm/how.jpg) 50% 0 no-repeat;
	background-size: cover;
}
#how .block {
	margin: 0 0 30px 0;
	height: auto;
	background: #FFF;
	border-radius: 4px;
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
	font-size: 24px;
	overflow: auto;
}
#how .block img {
	width: 100%;
}
#how .block p {
	margin: 0;
	padding: 15px;
	font-size: 16px;
	line-height: 24px;
}
/**/
#portfolio img {
	height: auto;
}
}
@media (min-height: 481px) and (max-height: 640px) {
#homescreen .caption {
	bottom: 60px;
}
#homescreen h2 {
	font-size: 24px;
	line-height: normal;
}
#homescreen h1 {
	font-size: 32px;
}
}
@media (min-width: 640px) and (max-width: 767px) {
#homescreen .caption {
	padding: 0 100px;
}
}
@media (min-width: 600px) and (min-height: 1280px) {
#homescreen .col-md-8 {
	height: 70vh;
}
#homescreen .caption {
	bottom: 40px;
	left: 0;
	margin: 0;
	padding: 0 50px;
	position: absolute;
	right: 0;
	top: auto;
}
#homescreen h2 {
	font-size: 28px;
	line-height: normal;
}
#homescreen h2::after {
	bottom: -10px;
	width: 250px;
}
#homescreen h1 {
	margin: 20px 0 0 0;
	font-size: 42px;
}
}
@media (min-width: 801px) and (max-width: 980px) {
section#homescreen {
	padding: 0;
	background: #000 url(../images/lg/homescreen.jpg) 85% 0 no-repeat;
	background-size: contain;
	color: #FFF;
}
#homescreen .col-md-8 {
	height: 60vh;
}
#infographics .item {
	margin: 0;
	width: 130px;
	height: 130px;
	padding: 10px;
	color: #000;
	background: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 4px;
}
#infographics .item h3 {
	padding: 0;
	font-size: 24px;
	font-weight: 600;
}
#infographics .item span {
	display: block;
	font-size: 12px;
	font-weight: 300;
}
#how .block {
	margin: 0 0 30px 0;
	height: 105px;
	background: #FFF;
	border-radius: 4px;
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
	font-size: 16px;
	overflow: hidden;
}
#how .block img {
	width: 100%;
}
#how .block p {
	margin: 0;
	padding: 12px;
	line-height: normal;
}
#portfolio img {
	height: 158px;
}
}
