html {
            /* Box */
            margin: 0 auto;
            width:100%;
            height:100%;
            /* Visual Box */
            background:url("../img/timthumb2.jpg") no-repeat center center;
            background-size: cover;
            /* Text */
            text-align: center;
            line-height: 50%;
        }

        body {
            /* Box */
            position: relative;
        }

        h1 {
            /* Box */
            display: inline-block;
            margin: 120px 0 10px 0;
            /* Visual Box */
            border-bottom: 2px solid rgba(255, 255, 255, 0.9);
            /* Text */
            font: normal 90px 'Montserrat', Gotham, 'sans-serif';
            color: rgba(255, 255, 255, 0.9);
        }

        h1 sup {
            /* Text */
            font-size: 24px;
        }

        p {
            /* Box */
            margin-top: 0;
            font: 600 30px 'Montserrat', Gotham, 'sans-serif';
            /*color: rgba(33, 42, 52, 0.6);*/
            color: rgba(255, 255, 255, 1);
        }