body {
    background-color: #2F3A4F;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.container {
    max-width: 100%;
    background-color: #737782;
}

.hero_container {
    width: 700px;
    margin: 0 auto;
    margin-bottom: -4px;
    position: relative;
}

.hero_image {
    width: 100%;
    margin-bottom: 0;
}

.floor {
    background-color: #2F3A4F;
    text-align: center;
    color: #B9C3DE;
    font-family: 'Raleway', cursive;
    font-size: 26pt;
}

.bottom_bar {
    position: absolute;
    bottom: 0;
    color: #B9C3DE;
    width: 100%;
    padding-bottom: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #586072;
    font-size: 10pt;
}

.bottom_bar a {
    color: #586072;
}

.bottom_bar.regular_bottom_bar {
    position: relative;
}

.float_right {
    float: right;
    padding-right: 20px;
}

.float_left {
    padding-left: 20px;
}

.full_width {
    width: 100%;
}

.hero_description_overlay {
    width: 100%;
    padding: 20px 20px;
    margin-top: -50px;
    position: relative;
    top: -150px;
}

.hero_description_overlay p, .hero_description_overlay h1, .hero_description_overlay h2 {
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 10px;
}

.hero_description_overlay p {
    font-size: 12pt;
    line-height: 1.45em;
}

.hero_description_overlay p:last-of-type {
    margin-bottom: 0;
}

.featherlight:last-of-type {
    background: none !important;
}

.featherlight-content {
    background: rgba(0, 0, 0, 0.8) !important;
    padding: 25px 12% 0 !important;
    margin: 0 !important;
}

.featherlight-content .featherlight-inner {
    display: inherit !important;
}

.featherlight-content .featherlight-inner p {
    display: inherit !important;
    color: #FFFFFF;
}

.featherlight .featherlight-content {
    vertical-align: bottom !important;
}

.pre-footer {
    position: relative;
    margin-top: -35px;
}

.pre-footer div, .pre-footer a, .pre-footer p {
    color: #fff;
}

.style_b .hero_container {
    display: flex;
    flex-flow: row;
}

.style_b .hero_description_overlay {
    align-self: flex-end;
}

.hero_description_overlay a {
    color: #fff;
}

.style_b h1 {
    font-size: 30px;
}

.style_b h2 {
    font-size: 16pt;
    font-weight: 300;
    padding-bottom: 20px;
}

.hero_description_overlay.at_bottom {
    margin-top: 0;
    top: 0;
}

.top_container {
    background: url(atlas_curious_hero.jpg);
    background-size: cover;
    background-position: center center;
    height: 100vh;
}

.floor_container {
    background: url(atlas_floor_hero.jpg);
    background-size: cover;
    background-position: center center;
    height: 100vh;
}

@media only screen and (min-device-width: 600px) and (max-device-width: 668px) {
    .top_container {

        background-size: contain;
        background-position: top center;
        height: 448px;
    }

    .hero_description_overlay {
        top: 0;
        margin-top: 0;
    }

    .style_b .hero_container { display: block; }

    .hero_description_overlay p, .hero_description_overlay h1, .hero_description_overlay h2 { margin: 0; }
    .floor_container { background-repeat: repeat; height: auto; }
    .at_bottom { display: none; }
    .pre-footer .float_right { position: absolute; right: 100px;}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
    .at_bottom a {
        display: none;
    }

    .hero_container {
        width: 100%;
    }

    .floor {
        margin-top: 1px;
    }

    .style_b .hero_container {
        display: block;
    }

    .hero_description_overlay {
        top: 0;
    }

    .floor_container {
        height: inherit;
        background: url(atlas_floor_mobile_1.jpg);
        background-size: contain;
        background-position: top center;
    }

    .top_container {
        background: url(atlas_mobile_1.jpg);
        background-size: contain;
        background-position: top center;
        height: 660px;
    }
}
