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

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

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

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

@font-face {
    font-family: 'gilroyregular';
    src: url('fonts/radomir_tinkov_-_gilroy-regular-webfont.woff2') format('woff2'),
         url('fonts/radomir_tinkov_-_gilroy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'gilroyregular';
    font-size:20px;
    line-height:27px;
    color:#ec304a;
    background-color:#fad0c0;
    padding-bottom: 35px;
}
/*
.container, .container-fluid {
    padding-right: 35px;
    padding-left: 35px;
}*/

.row{
    margin-top:35px;
    /*margin-right: -35px;
    margin-left: -35px;*/
}
/*
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 35px;
    padding-left: 35px;
}
*/
a, a:hover, a:visited{
    color:#ec304a;
    text-decoration: underline;
}

#tel{
    text-decoration: none;
}

strong{
    font-family: 'gilroybold';
    font-size:21px;
    line-height:23px;
}

.black{
    font-family: 'gilroyblack';
}

h1{
    font-family: 'room_205regular';
    font-size:70px;
    line-height: 55px;
    margin-top: 75px;
}

h2{
    font-family: 'room_205regular';
    font-size:54px;
    line-height: 49px;
    margin-top: 95px;
}

h3{
    font-family: 'gilroybold';
    font-size: 25px;
}

.tahu{
    font-family: 'tahuregular';
    font-size:33px;
    line-height:30px;
    margin-top: 20px;
}

.tahu:before {
    content: '';
    width: 35px;
    height: 45px;
    position: absolute;
    background-image: url(img/pijltje.png);
    background-size: cover;
    background-position: center;
    left: -10px;
    top: 10px;
}

#redenen{
    font-size:27px;
    line-height: 27px;
    margin: 1.5rem 0 0.5rem;
}

#logo{
    max-width:100%;
    height:auto;
}

ul {
    list-style: none;
    padding-left: 0;
}
ul li {
    position: relative;
    padding-left: 20px;
    max-width:100%;
}
ul li:before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    background-image: url('img/plus.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 8px;
}

ol{
    padding-left: 20px;
}

.contact{
    margin-top:50px;
}

#instagram{
    margin: 60px 0;
}

@media screen and (min-width: 992px) {

    h1{
        margin-top: 0px;
        font-size:80px;
        line-height: 65px;
    }
    
    h2{
        font-size:74px;
        line-height: 69px;
    }

    #instagram{
        position:absolute;
        top:50%;
        right:-5%;
        transform: rotate(90deg);
        margin:0;
        margin-top:-125px;
    }

    .rechts{
        text-align: right;
        padding-left: 0;
    }
}