/* Global Styles */
body {
    font-family:        'Lato';
    font-size:          16.5px;
}

h1, h2, h3, h4, h5, h6 {
    font-family:        'Lato';
    font-weight:        600;
}

h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 19px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

/* Typography */
.sub-text {
    font-family:        'Lato';
    font-size:          16px;
    color:              #4b4b4b;
}

.--text-light {
    font-weight:        300;
}

.--text-heavy {
    font-weight:        700;
}


/* Main Styles */
.main-wrapper {
    max-width:          100%;
}

.header-section {
    background:         linear-gradient(#ffffff, #ffffff, #f9f9f9);
    color:              #050505;
}

.header-text {
    font-family:        'Lato';
    font-size:          20px;
}

.content-container {
    background-color:   #ffffff;

    font-size:          16.5px;
    line-height:        24px;
}

.image-container {
    background-color:   #eeeeee;
    border-color:       #cccccc;
}

.footer-section {
    background-color:   #e5e5e5;
    color:              #000000;
}

.related-content {
    background-color:   #fef9e9;
}

.page-menu {
    
}

a {
    text-decoration:    none;
}

.blog-date-published {
    color:              #5c5c5c;
}

.blog-title a {
    color:              #000000;
}

.hamburger-icon {
    display:            inline-block;
    width:              1.5em;
    height:             1.5em;
    vertical-align:     middle;
    background-repeat:  no-repeat;
    background-position:    center;
    background-size:    100%;
    background-image:   url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mobile-nav-menu {
    border-bottom:      1px solid #787878;
}