@import url('https://fonts.googleapis.com/css?family=Montserrat:200,500,900&display=swap');

.thin {
    font-weight: 200;
}

.medium {
    font-weight: 500;
}

.black {
    font-weight: 900;
    font-size: 1.3em;
}

.italic {
    font-style: italic;
    font-weight: 300;
}

.uppercase {
    text-transform: uppercase;
}

h1, .size1 {
    font-weight: 900;
    font-size: 2.4em;
    margin: 0;
}

.margin-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

h2, .size2 {
    font-weight: 500;
    font-size: 1.5em;
    margin: 0;
}

h3, h4, h5, .size3 {
    font-weight: 200;
    font-size: 1.3em;
    margin: 0;
}

strong {
    font-weight: 900;
    font-size: 1.3em;
}

p {
    font-size: 0.95em;
}

.small-margin {
    margin-top: 20px;
    margin-bottom: 5px;
}

.seperator {
    
    font-weight: 200 !important;
    font-size: 1.3em !important;
    
    max-width: 450px;
    border-radius: 20px;
    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 5px;
    
    margin-bottom: 5px;
    //margin-top: 5px;
    
    color: white;
    background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
    
}