﻿/*********** Table of Contents ***********  
    1.0: Section
*****************************************/
/*.floating-title {
    z-index: 1;
}

.floating-title {
    position: absolute;
    left: -2.8em;
    font-size: 3em;
    text-align: right;
    top: 1.5em;
    color: red;
    font-weight: bold;
    font-family: 'Maven Pro', sans-serif;
    transform: rotate( -90deg );
}*/

.sections-container {
    height: auto;
    width: 100%;
    background-size: cover;
    position: relative;
}

.opacity-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
}
