        /* Header */
        .large-header {
            position: relative;
            width: 100%;
            background: #333333;
            overflow: hidden;
            background-size: cover;
            background-position: center center;
            z-index: 1;
        }
        
        .main-title {
            position: absolute;
            margin: 0;
            padding: 0;
            color: #f9f1e9;
         
            top: 50%;
            left: 50%;
            transform: translate3d(-50%, -50%, 0);
        }

        .main-title {
            text-transform: uppercase;
            font-size: 2.2px;
          
        }

        .main-title .thin {
            font-weight: 50;
        }

        @media only screen and (max-width: 768px) {
            .main-title {
                font-size: 3em;
            }
        }