﻿body {
    font-size: 16px;
    
    background: #222222;
}

h1,.h1-text {font-size: 32px; font-weight: bold; line-height: 48px;}
h2,.h2-text {font-size: 28px; font-weight: bold; line-height: 42px;}
h3,.h3-text {font-size: 24px; font-weight: bold; line-height: 36px;}
h4,.h4-text {font-size: 20px; font-weight: bold; line-height: 30px;}
h5,.h5-text {font-size: 18px; font-weight: bold; line-height: 27px;}
h6,.h6-text {font-size: 16px; font-weight: bold; line-height: 24px;}

.white-text { color: white;}


footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #ffffff;
    background: #222222;
}