h1,h2,h3,h4,h5,.btn{
	font-family: 'Dosis', sans-serif;
}

body{
	font-family: 'Open Sans', sans-serif;
}

header{
	top:0;
	left: 0;
	width: 100%;
	position: fixed;
	height: 100px;
	background: white;
	border-bottom: 1px solid black;
	z-index: 3;
	
}

#logo{
	line-height: 90px;
}

#logo img{
	height: 60px;
}

#menu a{
	font-family: 'Dosis', sans-serif;
	font-size: 26px;
	color: black;
	line-height: 100px;
	display: inline-block;
	padding-left: 30px;
}

#menu a:hover{
	text-decoration: none;
	color: #0e46dc;
}

#site{
	padding-top: 100px
}

.section{
	padding-top: 30px;
	padding-bottom: 30px;
}

.section.grey{
	background: #707070;
	color: white;
}

.section.lightgrey{
	background: #eeeeee;
}

.section.lightgreen{
	background: #a1dcaa;
}



.section.lightorange{
	background: #ecbe76;
}


.section.blue{
	background: #b0cfff;
}

.section.lightblue{
	background: #d0e2ff;
}

.section.intro{
	background: #0d46dc;
	color: white;
}

.intro h2{
	text-transform: uppercase;
}

.book-meeting{
	font-size: 30px;
}


.btn-primary {
  color: #fff;
  background-color: #b0cfff;
  border-color: #b0cfff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #84a4d4;
  border-color: #84a4d4;
}

.btn-success {
  color: #fff;
  background-color: #0d46dc;
  border-color: #0d46dc;
}

.btn-success:hover {
  color: #fff;
  background-color: #0e39aa;
  border-color: #0e39aa;
}



.icons-row p{
	text-align: center;
	color: #0d45db;
	font-size: 24px;
}

.mobile-section{
	font-size: 22px;
}

.footer a{
	color: white;
}
.text-over-image{
	margin-left: -40px;
}

.contact-icon{
	display: inline-block;
	width: 60px;
	text-align: center;
}

.circle-right{
	background: url(../images/circle_right.png) top right no-repeat;
}

.margin-top{
	margin-top: 40px;
}

.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

form{
	position: relative;
}

.form-overlay{
	
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	z-index: 1000;
 	text-align: center;
 	 -webkit-animation-duration: 0.2s; /* Chrome, Safari, Opera */
    animation-duration: 0.2s;
  
	
}

.margin-bottom{
	margin-bottom: 20px;
}

@media (max-width: 575.98px) {
	header{
		height: 60px;
	}
	
	#logo{
		line-height: 60px;
	}
	
	#logo img{
		height: 30px;
		margin-top: -10px;
	}
	
	#menu a{
		line-height: 60px;
		font-size: 18px;
	}
	
	#site{
		padding-top: 60px;
	}
	
	.text-over-image{
	margin-left: 0;
}

	.footer-button{
		text-align: center !important;
	}
	
	.carousel{
		margin-bottom: 40px;
	}
	.mobile-margin-bottom{
		margin-bottom: 40px;
	}
	
}