

body {
	font-family: 'Lato', sans-serif;
	text-align: justify;
}

p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

ul {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.container {
	max-width: 960px;
}

a {
	color: grey;
	font-weight: 300;
}

.container h1 {
font-size: 120%; 
}

a:hover {
	color: black;
	text-decoration: none;
	
}


svg path {
    fill: black;
}

svg:hover path {
	fill: black;
}

.svg {
	float: right; 
	width: 20px;
	height: 20px;
	margin-top: 37px;
	margin-right: 10px;
	margin-left: 5px;
}





.slides .offerPict {
	margin: 0px;
	padding: 0px;
}
/************************
NAV BAR
*************************/
.navbar {
	background: white;
	opacity: 0.95;
	
}

.active a {
	background: white !important;
	font-weight: 500 !important;
	
}

.nav {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 1.1em;
	padding-top: 30px;
	background: white;
	opacity: 0.95;
	
}

.nav li a {
	font-weight: 300;
}
.nav li a:hover {
	font-weight: 500;
}

.nav .rightNav {
	color: red;
}


footer img {
	margin: 200px 0px 0px;
	padding: 0px;
}

footer p {
	text-align: center;
	font-size: 0.8em;
	color: grey;
}

.navbar-brand {
	margin: 0px 20px 60px 10px;
	padding: 0px 0 0 5px;
	opacity: 0.95;
}

.row {
	margin-top: 30px;
}

.offerPict {
	padding-top: 26px;
}
	

blockquote {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.section1 {
	padding-top: 100px;
}

.slides {
	padding-top: 50px;
}

.socialIcons {
	float: right; 
	width: 25px; 
	padding: 40px 5px 0px 0px;
}

.teamPict {
	padding-top: 12px;
}

.mainPageVideo {
    
	position: relative;
	margin: 130px 0 0;
    padding-bottom: 56.5%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.mainPageVideo iframe {
    position: absolute;
    top:0;
    left: 5%;
    width: 90%;
    height: 90%;
}






