/*CSS stylesheet voor de sponsorpagina op academysoft.nl */
/* url("http://academysoft.nl/wp-content/uploads/2015/06/achtergrond.png"); */
/**/
/* Voor onder en boven: #334346*/
/**/
/* rgba(51, 67, 70, 0.5)*/
/* background: rgba(51, 67, 70, 0.9);  dit is de kleur van de balken boven en onder */

html {
    max-width: 100%;
	max-height: 100%;
    overflow-x: hidden;
}
* {
    box-sizing: border-box;
}
body {
	background: #4C5050;
	font-family: "Lato", sans-serif; 
	font-size: 16px;
	color: #BEBEC2; 
}

.container {
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

.intro-text {
	background-color: rgba(51, 67, 70, 0.3);
	color: #FFF;
	font-size: 45px;
	margin: 0 0 0.4em;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: baseline;
}

h1{
	font-family: "Montserrat","sans-serif" !important;
}

a[href^="mailto"] {
	color: #BEBEC2; 
}

.paragraph {
	margin-bottom: 35px !important;
}

.youtube-wrapper {
	width: 90%;
	padding-bottom: 56.25%;
	position: relative;
	margin: 0 5% 0.8em;
}
.youtube-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

iframe.form {
	height: 600px;
}

.col-4 {
	width: 50%;
 	margin-left: auto;
	margin-right: auto;
}