/*
Theme Name: Riethorst
Theme URI: https://riethorst.co
Version: 1.0
License: Auteursrecht ligt bij Bob Riethorst Beheer BV
Text Domain: riethorst
*/

:root{
    --bs-primary: #276AB2!important;
    --bs-primary-rgb: 39, 106, 178!important;
    --bs-light: #6796c9!important;
    --bs-light-rgb: 103, 150, 201;
    --bs-font-sans-serif: "Fira Sans", sans-serif; 
}

/* FONTS */

p{
    font-size: 18px;
    line-height: 32px;
}

/* CONTENT */

.content p:first-child{
    font-weight: 800;
    color: #212121;
}

/* MAIN NAVIGATION */

@media (min-width: 992px) {

ul.main-navigation {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-left: 0rem;
    list-style: none;
}

}

#contact-hero{
        height: calc(100vh - 70px);
}

#contact-hero a{
    color: inherit;
}


@media (min-width: 992px) {

    #contact-hero .h1{
        font-size: 6rem;
        text-decoration: none;
    }

}    

#footer{

}

#footer p{
    font-size: .8rem;
    line-height: 1.4rem;
}

#footer ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#footer ul>li{
    display: block;
}    

#footer ul>li>a{
    font-size: .8rem;
    color: inherit;
    padding: 3px 0px;
}