body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

h1 {
    font-size:4.5em;
    font-weight: 700;
}


h2 {
    font-size:2em;
    font-weight: 200;
}
h3 {
    font-size:1em;
    font-weight: 700;
}

blockquote {
    font-style: italic;
    padding-left:30px;
    padding-right:30px;
    font-size:1.2em;
}

.navbar li  {
    margin-right:50px;
}

.hero {
    background-image: url('../img/a.webp');
    background-repeat: no-repeat;
    min-height: 800px;
    background-size:     cover;                     
    background-repeat:   no-repeat;
    background-position: center center;  
}

@media only screen and (max-width: 600px) {
    .hero { 
        min-height: 500px;    
        background-image: url('../img/a_mobile.webp'); 
    }

    .mt-5 {
        margin-top: 0.5rem !important;
    }
    .mb-5 {
        margin-bottom: 1rem !important;
    }
}

.ma_bg_blue {
    background-color: #333b71;
    color:#FFF;
}

.ma_bg_darkgrey {
    background-color: #282828;
    color:#FFF;
}

.navbar.ma_bg_darkgrey a {
    color:#FFF !important;

}

.ma_btn_white {
    background-color: #FFF;
    color:#333b71;
    padding:10px 20px;
    border-radius: 20px;
    text-decoration: none;
}

.ma_btn_white:hover {
    background-color: #90d8d6;
    color:#FFF;
}

.ma_bg_grey {
    background-color: #dfdddd;
    color:#000;
}

.hero ul {
    list-style: none; /* Remove default bullets */
    list-style-image: url('../img/bullet.png');  
    margin-left: 0;
    padding-left: 0;    
}

.hero ul li {
    margin-bottom: 10px;
    margin-left: 1em;
}

