body {
    overflow-x: hidden;
}

.justify-content-left {
    justify-content: left !important;
    justify-items: left !important;
}

.justify-content-right {
    justify-content: right !important;
    justify-items: right !important;
}

.clheader {
    transition: 0.4s;
    width: 100%;
    padding-top: 0.5em;
    height: 100%;
}

.clfooter {
    display: inline-block;
    height: 100%;
    padding-top: 0.5em;
}

.empty_row {
    line-height: 2em;
}

.cia_logo {
    vertical-align: middle;
    display: inline-block;
    transition: 0.4s;
}

.cia_logo:hover {
    width: 100px;
    cursor: pointer;
}

.vertical_white_line {
    height: 80px;
    width: 4px;
    border-left: 2px white solid;
    display: inline-flex;
    vertical-align: middle;
    margin-left: 1.2em;
    margin-right: 1.2em;
}

.space {
    margin-left: 6em;
    transition: 0.4s;
}

.top_menu {
    transition: 0.4s;
}

.top_menu_ul {
    list-style-type: none;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.4s;
}

.top_menu_ul li {
    float: left;
    margin-right: 50px;
}

.top_menu_ul li a {
    color: white;
    font-family: Roboto;
    text-decoration: none;
    font-size: 1.25rem;
}

.footer_menu_ul {
    list-style-type: none;
    transition: 0.4s;
    margin: 1em;
}

.footer_menu_ul li {
    float: left;
    margin-right: 50px;
}

.footer_menu_ul li a {
    color: white;
    font-family: Roboto;
    font-size: 0.75rem;
    text-decoration: none;
}

.kids_zone_title {
    color: white;
    font-family: Dancing Script;
    vertical-align: middle;
    font-size: 2.2rem;
    transition: 0.4s;
}

.kids_zone_title:hover {
    font-size: 2.6rem;
    cursor: pointer;
}

.first_half {
    min-height: 450px;
    margin: 0 -9999rem;
    padding: 0.25rem 9999rem;
    background: url('../media/images/ohb_building.jpg') no-repeat lightgray;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.second_half {
    margin: 0 -9999rem;
    padding: 0.25rem 9999rem;
    min-height: 450px;
}

.back_arrow {
    width: 0.7rem;
    margin-right: 0.5em;
    font-size: 1.3rem;
    font-weight: bolder;
    font-family: monospace;
}

.bgpic1 {
    position: absolute;
    left: -40rem;
    top: -18rem;
}

.bgpic2 {
    position: absolute;
    right: -45rem;
    top: 14rem;
}

.bgpic3 {
    position: absolute;
    left: -50rem;
    top: 57rem;
}

.clLink {
    height: 30px;
    width: 60px;
    background-color: black;
    color: white;
    padding: 0.2em;
    padding-left: 0.7em;
    padding-right: 0.7em;
}

.clheader_bg {
    background: url('../media/images/dot_float.png') no-repeat 0 0 lightgray;
    min-height: 126px;
    position: sticky;
}

.clbottomheader {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.clheadermenu {
    height: 200px;
    padding: 1em;
    margin-bottom: 2em;
}

.clmenucontent {
    background-color: lightgray;
    padding: 1em;
    min-height: 200px;
}

.main-body-coloringbook {
    padding-top: 8em;
    min-height: 100px;
}

.main-footer {
    text-align: center;
    height: 80px;
    background-color: black;
    width: 100%;
    z-index: 99;
    transition: 0.4s;
    left: 0;
    position: absolute;
    margin-top: 8em;
}


/* PUZZLE GAME CSS */

.main_puzzle_area {
    width: 100%;
    min-height: 800px;
}

.code_link {
    margin-top: 0em;
    margin-bottom: 0.5em;
    width: 136px;
    text-decoration: none !important;
    font-weight: bold;
}

.code_link:hover {
    cursor: pointer;
    color: white !important;
}

.main_playing_area {
    background-color: transparent;
    width: 100%;
    min-height: 324px;
}

.main_guessing_area {
    background-color: lightgray;
    width: 100%;
    min-height: 124px;
    margin-top: 0.5em;
}

.main_guessing_area_label {
    margin-top: 2em;
}

.btn {
    border-radius: 0 !important;
}


/* MAIN GAMES MENU STYLES */

.game_row_title {
    min-height: 200px;
    background-color: lightgray;
    width: 100%;
    margin-bottom: 60px;
    font-family: Roboto;
    font-size: 5rem;
    margin-top: 0.25em;
    padding-left: 1em;
    padding-top: 1em;
}

.frontpage_news {
    color: white;
}

.wrapper {
    /* The height needs to be set to a fixed value for the effect to work.
   * 100vh is the full height of the viewport. */
    height: 100vh;
    /* The scaling of the images would add a horizontal scrollbar, so disable x overflow. */
    overflow-x: hidden;
    /* Enable scrolling on the page. */
    overflow-y: auto;
    /* Set the perspective to 2px. This is essentailly the simulated distance from the viewport to transformed objects.*/
    perspective: 2px;
}

.section {
    /* Needed for children to be absolutely positioned relative to the parent. */
    position: relative;
    /* The height of the container. Must be set, but it doesn't really matter what the value is. */
    height: 100vh;
    /* For text formatting. */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 0 0 5px #000;
}

.parallax::after {
    /* Display and position the pseudo-element */
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Move the pseudo-element back away from the camera,
   * then scale it back up to fill the viewport.
   * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
    transform: translateZ(-1px) scale(1.5);
    /* Force the background image to fill the whole element. */
    background-size: 100%;
    /* Keep the image from overlapping sibling elements. */
    z-index: -1;
}