/*Importeert Backup-lettertypes*/

@import url('https://fonts.googleapis.com/css?family=Oswald:200');
@import url('https://fonts.googleapis.com/css?family=Lato:300');

/*Importeert Akhand*/

@font-face {
    font-family: 'akhand_softlight';
    src: url('https://sfeeramsterdam.congressus.nl/_media/665978/4c720879e7cf4e59951f7df25efa1e55/view') format('opentype');
}


/*Importeert Gill Sans*/

@font-face {
    font-family: 'Gill Sans';
    src: url('https://sfeeramsterdam.congressus.nl/_media/662766/a69eefd89e1d470e906a60f09b679a82/') format('truetype');
}


/*Body-tekst wordt Gill Sans*/

body {
    font-family: 'Gill Sans', 'Lato';
}


/*Alle kopteksten worden Akhand*/

h2 {
    font-family: "akhand_softlight", 'Oswald';
    font-size: 4vw;
}

h3,
h4 {
    font-family: 'akhand_softlight', 'Oswald';
    color: #c4232a;
}

#menu > li > a::first-letter {
    color: #c4232a;
}

#menu > li > a {
    font-family: 'akhand_softlight', 'Oswald';
    font-size: 1.05em;
}


/*Kopteksten in Footer worden wit*/

footer,
footer h3 {
    color: #FFFFFF !important;
}

dl.headlines.headlines-footer dd a,
footer a {
	color: rgba(255,255,255, .8);
}

dl.headlines.headlines-footer dd a:hover,
dl.headlines.headlines-footer dd a:focus,
footer a:hover, 
footer a:focus {
    color: rgba(255,255,255, 1);
}
footer .text-muted {
	color: rgba(255,255,255, .6);
}


/*Verandert de kleuren van footersectie*/

footer {
    background: #0d045b;
}

section#copyright {
    background: #202126;
}

a.btn.btn-xs.btn-default.pull-right {
    font-family: 'akhand_softlight', 'Oswald';
}

.top > .container > .row {
    font-family: 'akhand_softlight', 'Oswald';
    font-size: 2vw;
}