body{
	font-size: 20px;
	color: #063150;
	background-color: black;

}


.container{
	width: 100%;
	height: 100%;
}

p{
	color: #063150;
	display: block;
	margin: 0 auto;
	font-style: italic;
}


a, a:hover{
	text-decoration: none;
	color: #000;
}

a, a{
	text-decoration: none;
	color: #fff;
	text-align: center
}

.logo{
	text-align: center;
	max-width: 100%;
}

h1{
	margin-bottom: 60px;
	display: block;
	max-width: 100%;
	margin-top: 80px;
	font-family: "roboto";
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;

}

h2{
	margin-bottom: 50px;
	display: block;
	max-width: 100%;
	margin-top: 90px;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	font-family: "roboto";

}

h3{
	margin-bottom: 45px;
	display: block;
	max-width: 100%;
	margin-top: 0px;
	text-align: center;
	margin-left: 10%;
	font-family: "roboto" ;

}

h4{
	font-family: "roboto" ;
	font-size: 3em;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	text-align: center;
	color: #ff2c19;
}

h5{
	margin-bottom: 0px;
	display: block;
	max-width: 100%;
	margin-top: 10px;
	text-align: center;
	font-family: "roboto" ;

}


.thick {
	font-weight: bold;
}


.container-block{
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	text-align: center;
	display: block;
	padding-bottom: 0px;
	background: #FFFFFF
}


.videoWrapper {
	width: 100%;
	height: 100%;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Everything related to question groups, questions and boxes */

.vimeovideo {
	z-index: -1;
}


.QGroup {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding-top: 14%;
	display: table; /* Make the container element behave like a table */

}

.q-text {
	text-align: left;
	background: #f9f9f9;
	color: #063150;
}

.qBox-top-left {
	z-index: 2;
	position: absolute;
	padding-left: 5%;
	padding-top: 5%;
}

.one-q {
	border-radius: 25px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.two-q-left {
	border-radius: 25px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	display: table-cell; /* Make elements inside the container behave like table cells */

}

.two-q-right {
	border-radius: 25px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	display: table-cell;
}

.three-q-left {
	border-radius: 25px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	display: table-cell;
}

.three-q-center {
	border-radius: 25px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	display: table-cell;
}

.three-q-right {
	border-radius: 25px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	display: table-cell;
}

.buttonDiv{
	text-align: center;
}

.answer-button {
	font-size: 2em;
	position: relative;
	border-radius: 50px;
	background-color: #063151;
	color: #ffffff;
	text-align: center;
	width: 80%;
}

.buttonTopMargin {
		margin-top: 50px;
}