@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

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

article {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

main {
    flex-grow: 1;
}

header, main, footer {
    flex-shrink: 0;
}

p {
	width:100%;
}

.navbar {
	background-image: url(img/vgtc-banner-mute.png),linear-gradient(180deg,#567fb9,#4362ad);
	background-position: 50%;
	background-repeat: no-repeat;
	height: 23.75em;
	top: -17.5rem;
}

.navbar {
	background-color: #4362ad;
}

.sticky {
	position: sticky;
	z-index: 1020;
}

.navbar_background {
	padding-bottom: 1.5rem;
	height: 100%;
} 

.top_nav {
	display: block;
	padding-top: 15px;
}

.vgtc_logo_nav {
	display: inline-block;
	margin-left:15px;
}

.back_to_wdb {
	float: right;
	font-size: 1.25rem;
	box-sizing: border-box;
	padding:10px;
}

.back_to_wdb:hover {
    background-color: #273f7a;
    border-radius: .2rem;
    color: #fff;
    text-decoration: none;
}

.nav_title {
    color: #fff;
    font-size: 2rem;
    font-family: Raleway;
    text-align: center;
    font-weight: 700;
}

.navbar_background {
  position: relative;
}
.nav_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


footer {
    height: 8rem;
    background-color: #3d3e40;
    color: #d7d7d9;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 2rem;
}

.logo_footer {

}

.links_footer {

}

.col1, .col2, .col3 {
	width: 30%;
	float:left;
	margin-left: 1.66%;
	margin-right: 1.66%;
	text-align: center;
}

.locatie_footer {
	display: inline-block;
}

.locatie_row {
	width: 100%;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px.;
}

.locatie_pin {
	display: inline-block;
	float:left;
	margin-right: 15px;
	font-size: 1.2rem;
}

.locatie_text {
	text-align: left;
	overflow: hidden;
}



.social_media {
	font-size: 2.5rem;

}

.social_media i {
	margin-right: 1rem;
}

.social_media a:hover {
	color: #d7d7d9;
}


.inhoud {
	text-align: center;
	font-size: 2rem;
}

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

a {
	color: white;
}

footer a {
	color: #d7d7d9;
}

footer a:hover {
	color: #273f7a;
    text-decoration: underline;
}

.help_item {
	width: 100%;
	clear: both;
	margin: 20px 0px;
	overflow: auto;
	color:#4362ad;
}

.help_item_title {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 30px;
}
.help_item_video {
	width: 45%;
	float: left;
	margin-left: 30px;
}

.help_item_text {
	width: 45%;
	float: right;
	margin-right: 30px;
	font-size: 20px;
}
.video_player {
	width: 100%;
	height: 100%;
}

.link_taalkunde_vgtc {
	display: none;
}

.container_buttons {
	text-align: center;

}

.button_faq {
	display: inline-block;
	background: #4362ad;
	box-sizing: border-box;
	padding: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.info_pagina a {
	color: black;
}

.info_pagina a:hover {
	color: #4362ad;
}


.left {
	float: left;
}

.right {
	float: right;
}

.info_video {
	width: 50%;
}

.info_video > video {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
}

.info {
	width: 60%;
}

@media screen and (max-width: 768px) {
	.info_video {
		width:100%;
	}
}