﻿
/*font-family: 'Montserrat', sans-serif;
400 regular
500 medium
600 semi-bold
700 bold
800 extra-bold
900 black*/

.open-sans{
    font-family: 'Open Sans', sans-serif;
}

article {
    font-size:18px;
}

main {
    font-size:16px;
    padding-top:30px;
}

a {
    color:#444;
    text-decoration:none;
}

h1, .h1{
    font-family: 'Montserrat', sans-serif;
    font-size:24px;
    font-weight:600;
    margin-bottom:30px;
}


h2, .h2{
    font-size:22px;
}


h3, .h3{
    font-size:20px;
}

article h1 {
    font-size:28px;
    font-weight:600;
}

.html-text h1{
    font-size:1.3em;
    margin:10px 0;
    font-weight:bold;
}
.html-text h2{
    font-size:1.2em;
    margin:5px 0;
    font-weight:bold;
}
.html-text h3{
    font-size:1.1em;
    margin:5px 0;
    font-weight:bold;
}

.information-message{
    font-weight:bold;
    padding-bottom:5px;
}

.error-message {
    font-weight:bold;
    color:red;
    padding-bottom:5px;
}

.overlay-container .title {
    line-height:30px;
    font-weight:bold;
}



@media (max-width: 1199px) {
    .pagetype-100 h1{
        top:30px;
        left:50px;
    }
}



