#wrapper_home_body,
#wrapper_home_infoboxes,
#wrapper_home_promos,
#wrapper_home_panels {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}

#wrapper_home_body {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#wrapper_home_infoboxes {}

#wrapper_home_promos {}

#layout_home_promos,
#layout_home_infoboxes,
#layout_home_promos,
#layout_home_body,
#layout_home_panels {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#layout_home_promos {
    background-color: #fff;
}

#layout_home_promos:before {
    content: "";
    float: left;

    /* essentially the aspect ratio. 100% means the
       div will remain 100% as tall as it is wide, or
       square in other words.  */
    padding-bottom: 31.3%;
}


#layout_home_body {
    padding: 30px;
    background-color: rgba(14,61,100,.8);
}

#home_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home_col_full {
    width: 100%;
    display: grid;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    box-sizing: border-box;
    height: 460px;
    align-content: center;
    align-items: center;
}
#home_image {
    grid-column: span 2;
}

#home_image img {
    width: 100%;
    height: auto;
}
#home_content {
    grid-column: span 4;
    text-align: center;
}

#home_content h1 {
    color: #fff;
}

#home_content h1::after {
    width: 60%;
}
#home_content p {
    
    color: #fff;
}

@media (max-width: 960px) {
.home_col_full {
    width: 100%;
    display: grid;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    box-sizing: border-box;
    height: auto;
    align-content: center;
    align-items: center;
}
#home_image {
    grid-column: span 6;
}

#home_image img {
    width: 100%;
    height: auto;
}
#home_content {
    grid-column: span 6;
    text-align: center;
}
}

@media (max-width: 850px) {
    
}

@media (max-width: 720px) {


}

@media (max-width: 650px) {}

@media (max-width: 480px) {}


@media (max-width: 360px) {}
