html, body {
    margin: 0;
    padding: 0;
    background-color: #faf8eb;
}
.clear {clear: both
}
@font-face {
    font-family: 'bebas_neuebold';
    src: url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neuebook';
    src: url('fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neuelight';
    src: url('fonts/bebasneue_light-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neuethin';
    src: url('fonts/bebasneue_thin-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
header {
    background-color: #3c3c3c;
    margin: 0 0 2em 0;
}
#intro {
    margin-top: 1.666%;
}
nav {
    height: 20px;
    padding: 1.666%;
    margin-left: 1.666%;

}
nav a:link {
    color: white;
    text-decoration: none; 
    font-family: 'bebas_neuethin';
    font-size: 20px;
    padding-right: 2%
}
nav a:visited {
    color: #fad41b;
}
nav a:hover {
    color: dimgrey;
}
.dieterrams {
    padding: 0 1.666%;
    width: 31.5vw;
    float: left
}
.yellowbox {
    width: 62%;
    padding: 0 0 0 32%;
    margin: 2% 0 0 3.333%;
    float: left;
    border: 5px solid #fad41b;
    position: absolute;
}
h1 {
    margin: 0px;
}
h1 span {
    display: block;
    line-height: 9.5vw;
}
.htxt1 {
    font-size: 6vw;
    text-align: left;
    font-family: didot, sans-serif;
    color: #929294;
    
}
.htxt2 {
    font-size: 14vw;
    font-family: 'bebas_neuethin';
    color: #3c3c3c
}
.htxt3 {
    font-size: 6vw;
    font-family: didot, sans-serif;
    color: #929294;
}
.htxt4 {
    font-size: 9vw;
    color: #3c3c3c;
    font-family: 'bebas_neuelight';
}
h3 {
    font-family: 'bebas_neuebold';
    font-size: 14px;
    margin: 1.666% 3.333%;
}
.about {
    width: 20%;
    margin: 0 0 1.666% 3.333%;
    font-size: 12px;
    float: left;
    font-family: didot;
}
#info {
    width: 64.666%;
    float: left;
    font-family: didot;
    margin: 0 0 5% 12%
}
#info .p1 {
    width: 44.666%;
    float: left;
    margin-left: 3.333%;
    font-family: serif;
    font-size: 20px;
}
h3 span {
    font-family: 'bebas_neuebold';
    font-size: 4vw;
    margin-left: 41.5%;
    color: #3c3c3c

}
.yellowbox2 {
    width: 90%;
    border: 5px solid #fad41b;
    margin: 0 4% 4% 4%;
    position: absolute;
    padding: 1.666% 0 0 1.666%;
}
.box {
    width: 18.34%;
    float: left;
    padding: 0 1.66% 1.66% 0;
}
.numbers {
    font-size: 20vw;
    font-family: 'bebas_neuebold';
    float: left;
    margin: 0 2% 2% 5%;
    color: #3c3c3c
}
.title {
    margin: 2% 11%;
    font-size: 4vw;
    border-bottom: solid #fad41b
}
.paragraph {
    width: 30%;
    margin: 2% 0 0 15%;
    font-family: didot;
    font-size: 16px
}
footer {
    background-color: #3c3c3c;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width:700px) {
    h3 {
        font-size: 30px;
        text-align: center;
        margin: 4% 0;
    }
    .about {
        width: 95%;
        font-size: 14px;
        margin-left: 3.333%
    }
    #info {
        width: 95%;
        margin: 1.666%;
    }
    #info .p1 {
        width: 95%
    }
    h3 span {
        font-size: 40px;
        margin: 2%
    }
    .box {
        width: 98%
    }
    .paragraph {
        width: 70%;
        margin-bottom: 10%
    }
    .title {
        text-align: center;
        font-size: 26px
    }