body {
    margin: 0px;
    overflow-x: hidden;
}

.gamedev_hero {
    background-repeat: no-repeat;
    height: 600px;
    width: 100%;
    background-position: center;
    background-color: #1a1a1a;
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

#highlight_box {

    /*position: absolute;height: 100%;width: 100%;background-color: black;opacity: 0.0;z-index: 1;color: #e8e8e8;margin-right:100px;*/
    position: absolute;
    height: 100%;
    width: 960px;
    background-color: black;
    opacity: 0.4;
    z-index: 1;
    color: #e8e8e8;
    right: -960px;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    transition-delay: 500ms;
}

#highlight_text {
    opacity: 1.0;
    position: absolute;
    color: #fff;
    z-index: 2;
    padding: 4%;
    font-family: lgd_reg;
}

.hitext {
    font-size: 38px;
    margin-left: 48px;
    opacity: 0.0;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
    transition-delay: 750ms;
}

.c2a_button_pulse {}

#highlight_text div {}

.fade_in {
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    transition-delay: 1000ms;
}

@media only screen and (max-width: 1200px) {}