

@font-face {
font-family: 'Noway Regular';
font-style: normal;
font-weight: normal;
src: local('Noway Regular'), url('Noway-Regular.woff') format('woff');
}

body{
    background-color: #06255b;
}

.wrapper{
    width:600px;
    height:226px;
    top:50%;
    margin-top:-113px;
    left:50%;
    margin-left:-340px;
    position: absolute;
    padding-left:40px;
    padding-right: 40px;
}

h1{
    font-family: 'Noway Regular';
    font-size: 2.5em;
    letter-spacing: 2px;
    line-height: 1.5em;
    color: rgba(255,255,255,1.00);
}

a{
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}

.pijltje{
    color:#e15200;
}

.logo{
    background-image:url("../img/Logo_vanSplunter.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 590px;
    height:92px;
    margin-bottom: 60px;
}

/*************************************960px**************************************************/

@media (max-width: 679px){
    .wrapper{
    width:300px;
    margin-left:-190px;
    padding-left:40px;
    padding-right: 40px;
        height:136px;
    margin-top:-68px;
}

h1{
    font-family: 'Noway Regular';
    font-size: 1.4em;
    letter-spacing: 2px;
    line-height: 1.5em;
    color: rgba(255,255,255,1.00);
}

a{
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}

.pijltje{
    color:#e15200;
}

.logo{
    width: 300px;
    height:47px;
    margin-bottom: 30px;
}
}

