@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Oswald');
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.intro {
    height: 100%;
    width: 100%;
    margin: auto;
    background: url(wales.jpg) no-repeat 50% 50%;
    display: table;
    top: 0;
    background-size: cover;
}
.intro .inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    max-width: none;
}
.content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.content h1{
    font-family: 'Raleway', sans-serif;
    color: #F9F3F4;
    text-shadow: 0px 0px 20px #000000;
    font-size: 300%;
}
.verpl{
    font-family: 'Raleway', sans-serif;
    color: #F9F3F4;
    text-shadow: 0px 0px 20px #000000;
    font-size: 150%;
    margin-bottom: 50px;
}
.btn {
    border-radius: 9px;
    font-family: 'Oswald', sans-serif;
    color: #ff954f;
    font-size: 135%;
    padding: 10px 20px;
    border: solid #ff954f 3px;
    text-transform: uppercase;
    text-decoration: none;
}
.btn:hover {
    color: #fff;
    border: solid #fff 3px;
}
p.info {
    font-size: 160%;
    line-height: 210%;
    text-align: justify;
    margin: 3%;
    font-family: sans-serif;
}
@media screen and (max-width: 768px) {
    .intro{
    background: url(wales-klein.jpg) no-repeat 50% 50%;
    }
    .content h1 {
        font-size: 200%;
    }    
    .verpl {
        font-size: 130%;
    }    
    .btn {
        font-size: 110%;
        padding: 7px 15px;
    }
}