/*

Theme Name: webandnet.nl
Theme URI: http://www.excellutions.nl
Description: Template gemaakt voor en door Web&Net | Customized WEB-based Solutions
Version: 1.0
Author: C.P.M. Bastiaansen
Author URI: http://www.webandnet.nl

*/

@import url('css/bootstrap.min.css');
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");



html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	font-family: 'Open Sans', arial;
	font-size: 18px;
	line-height: 28px;
	color: #1d5684;
}

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

a.anchor,
a.anchor:hover,
a.anchor:visited {
	color: #ffffff;
}

img.alignright {
	position: relative;
	float: right;
	margin-left: 15px;
}


#site-wrapper {
	height: 100vh;
	width: 100vw;
}

#header-wrapper {
	
}

#fp-intro-text-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	height: 100%;
	width: 100%;
}

.fp-intro-text {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.fp-intro-text-content {
	height: 100%;
	width: 100%;
}

.fp-intro-text-content h2 {
	font-size: 58px;
	font-weight: 700;
}

.fp-intro-text-content a {
	position: relative;
	top: 100px;
	font-size: 24px;
	color: #ffffff;
	padding: 10px 30px;
	background-color: #1d5684;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}


.fp-intro-text-content a:hover {
	background-color: #ff7f00;
	text-decoration: none;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}



@media (max-width: 767px) {
	#header-wrapper {
		
	}
	
	.fp-intro-text-content h2 {
		font-size: 44px;
		font-weight: 700;
	}
	
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.fp-info-blocks-wrapper .fp-info-blocks-content {
		min-height: 450px;
	}
}



