/* Included in bundle config */
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');*/

.color-green {
    color: #016604;
}

.color-lightgreen {
    color: #2ce24b;
}

.color-white {
    color: #ffffff;
}

.color-purple {
    color: #5e0d4c;
}

.color-grey {
    color: #7e7e7e;
}

.color-darkgrey {
    color: #3c3c3c;
}

.color-black {
    color: #000000;
}

.color-red {
    color: #FF0000;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

.title {
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    font-size: 3em;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.subTitle {
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    font-size: 2em;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: 30px;
}
.subSubTitle{
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: 10px;
}

@media screen and (max-width: 600px) {
    .title {
        font-size: 2.5em;
    }

    .subTitle {
        font-size: 1.5em;
    }
    .subSubTitle{
        font-size: 1em;
    }
}