html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%; background: transparent; font-weight: 100; -webkit-font-smoothing: antialiased;}

@import url("https://use.typekit.net/hyv2kdk.css");

body{
	font-family: effra,sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1, h2{
	font-family: effra, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.01em;
    margin-bottom: 36px;
    color: #37465A;
}

p{
	font-family: effra,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.01em;
    margin-bottom: 30px;
}

button{
	background: #37465A;
    color: #FFF;
    padding: 15px 60px;
    border-radius: 40px;
    font-weight: 200;
    border: none;
    font-family: effra, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
    line-height: 22px;
    margin-top: 30px;
}

header{
	display: flex;
    width: 100%;
    height: 1000px;
    overflow: hidden;
    position: relative;
}

section{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.headerBg{
	position: absolute;
    width: 100%;
    height: 812px;
}

#books{
    width: 800px;
    height: 800px;
    position: absolute;
    z-index: 2;
    top: 280px;
    left: 0px;
}

.mainLogo{
    position: absolute;
    left: 160px;
    top: 80px;
    width: 20%;
    max-width: 450px;
}

.mainLogo img{
	width: 100%;
	height: auto;
}

.topVid{
    position: absolute;
    width: 60%;
    right: -33px;
    top: 150px;
}

.topVid video{
	width: 100%;
	height: auto;
}

#arrows{
    position: absolute;
    left: 0px;
    width: 1100px;
    height: 620px;
}

.intro{
    display: flex;
    padding: 250px 160px;
    min-height: 620px;
    align-items: center;
}

.introText{
	flex-basis: 50%;
    margin-left: 50%;
    height: fit-content;
    position: relative;
    z-index: 1;
    background: #FFF;
}

.downArrow{
	position: relative;
	display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 160px;
    flex-wrap: wrap;
}

.downArrow h2{
	flex-basis: 100%;
    margin-bottom: 20px;
}

.greyBg{
	position: relative;
	width: 100%;
	padding: 160px;
	background: #F0F3F5;
}

.greyBg .leftCol{
	padding: 200px 0px;
}

.leftCol{
	flex-basis: 50%;
    box-sizing: border-box;
    padding: 0px 40px 0px 0px;
}

.rightCol{
	flex-basis: 50%;
    box-sizing: border-box;
    padding: 0px 0px 0px 40px;
}

#desk{
	position: relative;
	width: 100%;
	height: 100%;
}


.features{
	position: relative;
	width: 100%;
	padding: 160px;
}

.row{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 200px 0px;
}

.features video{
    width: 100%;
    height: auto;
}

.leftCol.bigger{
	flex-basis: 60%;
    box-sizing: border-box;
    padding: 0px 40px 0px 0px;
}

.rightCol.smaller{
	flex-basis: 40%;
    box-sizing: border-box;
    padding: 0px 0px 0px 40px;
    align-self: center;
}

.leftCol.smaller{
	flex-basis: 40%;
    box-sizing: border-box;
    padding: 0px 40px 0px 0px;
    align-self: center;
}

.rightCol.bigger{
	flex-basis: 60%;
    box-sizing: border-box;
    padding: 0px 0px 0px 40px;
}

.threeCol{
	display: flex;
	flex-wrap: wrap;
}

.threeCol .col1{
	flex-basis: 26%;
	margin-right: 11%;
}

.threeCol .col2{
	flex-basis: 26%;
	margin-right: 11%;
}

.threeCol .col3{
	flex-basis: 26%;
}

.threeCol img{
	width: 100%;
	height: auto;
    margin-bottom: 60px;
}

.perspective{
	position: relative;
	width: 100%;
	padding: 160px;
	background: #F0F3F5;
}

.perspective .leftCol{
	padding: 200px 0px;
}

.perspective .rightCol{
    padding: 0px 0px 0px 40px;
    align-self: center;
    justify-content: right;
}

.perspective img{
	float: right;
}

.centered{
    justify-content: center;
    padding: 200px 160px;
}

.centered h2{
	flex-basis: 100%;
    text-align: center;
}

.centered p{
	flex-basis: 100%;
    text-align: center;
}

.testimonials{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.testimonials:before{
	position: absolute;
	content: '';
	width: 100%;
	background: #F0F3F5;
	top: 0px;
	height: 250px;
}

.testimonialSlider{
	width: 100%;
}

.testimonial{
	box-sizing: border-box;
}

.testimonial .inner{
    margin: 50px;
    padding: 50px;
    background: #FFF;
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
    border-radius: 7px;
}

.testimonial h2{
	color: #3A9595;
}

.testimonial p{
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
}

.madeby{
	background: #F0F3F5;
	padding: 80px 160px;
}

.madeby h3{
    margin-top: 60px;
    margin-bottom: 30px;
    font-weight: 500;
}

button.green{
	background-color: #3A9595;
}

.view{
	position: relative;
    background: #37465A;
    color: #FFF;
    padding: 160px 160px 80px;
}

.view h2{
    color: #FFF;
}

.view:after{
	content: '';
	background-image: url('../images/obs_illo_footer.svg');
	background-size: contain;
	background-position: right bottom;
	position: absolute;
	width: 70%;
	height: 400px;
	bottom: 0px;
	right: 0px;
	background-repeat: no-repeat;
}

.socials{
	margin-top: 60px;
}

.twitter img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.facebook img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.insta img{
    width: 50px;
    height: 50px;
}

@media screen and ( max-width: 800px ){

	.mainLogo {
	    position: relative;
	    left: auto;
	    top: auto;
	    width: 50%;
	    max-width: 450px;
	    z-index: 1;
	    margin: auto;
	    margin-top: 80px;
	}
	
	.topVid {
    	position: absolute;
		width: 90%;
		right: 5%;
		top: 39vw;
	}
	
	#books{
		display: none;
	}
	
	header{
		height: 100vw;
	}
	
	.headerBg {
		height: 65vw;
	}
	
	.intro {
		position: relative;
	    padding: 50px 60px;
	    flex-wrap: wrap;
    }
    
    .introText {
    	flex-basis: 100%;
		margin-left: 0%;
		margin-top: 300px;
	}
	
	#arrows {
		top: 0px;
    width: 500px;
    height: 300px;
	}
	
	.downArrow{
		display: none;
	}
	
	.greyBg {
   		padding: 60px;
	}
	
	.leftCol{
		flex-basis: 100%;
		margin: auto;
	}
	
	.rightCol{
		flex-basis: 100%;
		margin: auto;
		padding: 0px;
	}
	
	.greyBg .leftCol{
		order: 2;
	}
	
	.greyBg .rightCol{
		order: 1;
	}
	
	.greyBg .leftCol {
    	padding: 0px 0px;
	}
	
	#desk {
	    position: relative;
	    width: 100%;
	    height: 300px;
	}
	
	.features{
		padding: 0px;
	}
	
	.row {
	    padding: 60px 0px;
	}
	
	.leftCol.bigger {
    	flex-basis: 100%;
		padding: 0px;
    }
    
    .rightCol.smaller {
	    flex-basis: 100%;
	    padding: 60px;
	}
	
	.leftCol.smaller {
    	flex-basis: 100%;
		padding: 60px;
    }
    
    .rightCol.bigger {
	    flex-basis: 100%;
	    padding: 0px;
	}
	
	.threeCol .col1 {
    	flex-basis: 100%;
    	padding: 60px;
    	margin-right: 0px;
    }
    
    .threeCol .col2 {
    	flex-basis: 100%;
    	padding: 60px;
    	margin-right: 0px;
    }
    
    .threeCol .col3 {
    	flex-basis: 100%;
    	padding: 60px;
    }
    
    .perspective img {
    	width: 100%;
    	order: 1;
	}
	
	.perspective .leftCol{
		order: 2;
		padding: 60px 0px;
	}
    
    .perspective {
    	padding: 60px;
    }
    
    .centered {
	    justify-content: left;
	    padding: 60px 60px;
	}
	
	.centered h2 {
    	text-align: left;
	}
	
	.centered p {
    	text-align: left;
	}
	
	.view {
	    position: relative;
	    background: #37465A;
	    color: #FFF;
	    padding: 60px 60px 120px;
	}
	
	.view:after{
	    width: 100%;
	}
	
	.madeby {
    	padding: 80px 60px;
	}
    
}

@media screen and ( max-width: 640px ){
	
	
	
}