/*
Theme Name: Charlie - Nova Septem
Author: het Nova Septem team
Author URI: https://novaseptem.nl/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: charliens
*/

h1{
    font-size: 60px;
    line-height: 73px;
    font-weight: 800;
}

h2{
    font-size: 30px;
    line-height: 43px;
    font-weight: 400;
}

h3{
    font-size: 22px;
    line-height: 29px;
    font-weight: 400;
}

a.button, input.button{
    padding: 10px 15px;
    color: #F00808;
    border: 1px solid #F00808;
    display: inline-flex!important;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    box-sizing: border-box;
    text-transform: uppercase;
}

a.button img{
    width: 10px;
    height: auto;
    filter: brightness(9999);
}

body{
    background: #EEEEEE;
    
}

textarea{
    font-weight: normal;
}

html{
    overflow-x: hidden;
}

@media only screen and (max-width: 1000px) {
    h1{
        font-size: 40px;
        line-height: 50px;
    }
    
    h2{
        font-size: 30px;
    }
}