/*Algemeen*/

body{
    margin: 0;
    background-color: #f0f0f0;
    background: url("images/background.jpg");
    background-size: cover;
}
figure{
    text-align: center;
}
.page-wrapper{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #f0f0f0;
    margin-top: 100px;
    font-family: 'Source Sans Pro', sans-serif;
}
h1{
    text-align: center;
    font-weight: 300;
    color: #93117e;
}
h2{
    text-align: center;
    font-weight: 300;
    color: #93117e;
}

@media(min-width: 1200px) and (max-width: 1620px){
    body{
        padding: 0 10px;
    }
}

@media(max-width: 1200px){
    .page-wrapper{
        max-width: 95%;
        padding: 0 10px;
    }
}

@media(max-width: 768px){
    .page-wrapper{
        max-width: 100%;
        padding: 0;
    }
    figure img{
        width: 100%;
    }
}
.img-responsive{
    width: 100%;
    min-height: 106px;
}
.country a{
    color: #000;
    text-align: center;
}
.country{
    margin-bottom: 50px;
}