body {
font-family: 'Work Sans', sans-serif;
}
.video-container {
height: 80vh;
}
.video-container {
z-index: -100;
width: 100%;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
}
.video-container:before {
background: #313032 !important;
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1;
background: none;
opacity: 0.5;
}

.video-vimeo {
padding-bottom: 56.25%;
width: 100%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-vimeo iframe, .video-vimeo object, .video-vimeo embed {
box-sizing: border-box;
height: 56.25vw;
left: 50%;
min-height: 100%;
min-width: 100%;
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
width: 177.77777778vh;
}

nav {
background: rgb(141,198,63);
background: linear-gradient(270deg, rgba(141,198,63,1) 0%, rgba(102,179,69,1) 17%, rgba(70,167,72,1) 35%, rgba(68,164,154,1) 56%, rgba(35,165,185,1) 78%, rgba(39,170,225,1) 100%);
position: fixed !important;
width: 100%;
z-index: 999;
}

.btn-primary {
	border: 0;
	background: rgb(141,198,63);
background: linear-gradient(270deg, rgba(141,198,63,1) 0%, rgba(102,179,69,1) 17%, rgba(70,167,72,1) 35%, rgba(68,164,154,1) 56%, rgba(35,165,185,1) 78%, rgba(39,170,225,1) 100%);
}

#logo {
width: 400px; }

#hero-title {
color: #fff;
height: 80vh;
padding: 0 10%;
}

#hero-title h1 {
	font-size: 3rem;
	padding-top: 50vh;
	font-size: 2rem;
	font-weight: 300;
	}
#hero-title h2 { 
	font-weight: normal;
	font-style: italic;
	font-size: 1.2rem;
	margin: 10px 0 0 0;
	text-align: left;
	color: rgba(255,255,255,0.7);
	}
#hero-title p {
	font-size: 1rem;
	}

#thenav a { color: #fff; }
#thenav li { padding: 0 0 0 15px; }

section { padding: 5rem 0; }

h2 { text-align: center; font-weight: 300; color: rgba(39,170,225,1); margin: 2rem 0 2rem; }

h3 { font-weight: 300; }

.about { color: #fff; background: #fafafa url(/img/james.jpg) 50% 50% no-repeat; background-attachment: fixed; background-size: cover; }
.about .darker { background: rgba(0,0,0,0.5); }

.contact { 
background: rgb(141,198,63);
background: linear-gradient(270deg, rgba(141,198,63,1) 0%, rgba(102,179,69,1) 17%, rgba(70,167,72,1) 35%, rgba(68,164,154,1) 56%, rgba(35,165,185,1) 78%, rgba(39,170,225,1) 100%);
}


@media (max-width: 575px) {
.about { background: #fafafa url(/img/james.jpg) 50% 50% no-repeat; background-size: 1200px; }


}




