
@import url ("https://fonts.googleapis.com/css?family=Lora");

h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 auto;
    text-align: center;
    width: 88vw;
}

h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

a > h2,
a {
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
    text-decoration: none;
}

p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

div.long-paragraph p {
    color: #2C3238;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'lora';
}

.text-white {
    color: #FFFFFF;
}

.text-black {
    color: #2C3238;
}

.text-tiny {
    font-size: 10px;
    line-height: 1.4;
}

.text-smallish {
    font-size: 13px;
    line-height: 1.4;
}

.text-lightgrey {
    color: #F0F0F0;
}
.text-medgray {
    color: #D1D2D3;
}
.text-darkgrey {
    color: #C7C8CA;
}
.text-pureblack {
    color: #000000;
}
.text-blue {
    color: #009AFF;
}

@media (max-width: 425px) {
    h1 {
        font-size: 35px;
        line-height: 42px;
    }
    
    h2 {
        font-size: 25px;
    }
    
    a,
    p {
        font-size: 16px !important;
    }
}


@media (min-width: 641px) {
    h1 {
        font-size: 70px;
        font-weight: 300;
        line-height: 1.4;
        margin-top: 0;
        max-width: 700px;
        text-align: center;
    }
    
    h2 {
        font-size: 40px;
    }
    
    h3 {
        font-size: 18px;
    }
 
    h4 {
        font-size: 18px;
    }
    
    a,
    p {
        font-size: 16px;
        font-weight:400;
        line-height: 1.6;
    }
}
