/*
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: 50px;
    line-height: 60px;
}

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

h3{
    font-size: 25px;
    line-height: 45px;
}

a.button, input.button{
    padding: 10px 20px;
    color: #214F4E;
    background: #BBD5DA;
    text-transform: uppercase;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

body{
    background: #FCF6EA;
    
}

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;
    }
}