/****** PLACE YOUR CUSTOM STYLES HERE ******/

/*!----------  EPIC CULTURE LANDING PAGE STYLES ----------*/
/*!----------  NAV BAR ----------*/

.logo_container {
    margin-top: 5px;
    margin-bottom: 5px;
}

.top_text {
    padding-top: 5px;
    padding-bottom: 1px;
}


/*!---------- TOP SECTION----------*/
.landing_page_top {
    background: url('../img/office68.jpg') no-repeat center; 
    background-color: #cccccc;
    background-size: 100% auto;
    background-repeat: no-repeat;

    /* 	float: left; 	 */

    margin-right: auto;
    margin-left: auto;
    overflow:hidden;
    height: auto;
    min-height:400px;   
    */
}


.landing_page_nested{
    background: rgba(0, 0, 0, 0.5)!important;
    color: #ffffff;
    margin-top: 40px;
    max-width:400px;
    min-width:200px; 
    margin-bottom: 10px;
    margin-right: 200px; 
    margin-left: 20px;

}


/* Epic Culture: Override default button styles so we can have a red button with white text and blue hover that resizes on small screens */
.landing_btn {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    padding: 0 26px;
    min-height: 40px;
    max-height: 60px;
    min-width: 100px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    color: #ffffff;
    background-color;#ed4045;
    height: auto;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    white-space: normal !important;
    word-wrap: break-word;
    background-color: #ed4048;
}

.landing_btn:hover {
    background: #0080ff;
    color: #fff;
}

/*!---------- SECOND SECTION----------*/
/*   Second row, white boxes with images and text in a red container*/

.centering_box {
    width: 60%;
    padding: 10px;
    margin: 0 auto;
}

.second_row{
    display:block;
    background-color: #ed4045;
    /* 	margin: 0 auto;   */
    margin-right: auto;
    margin-left: auto;
}


/*   color for the heading above the white boxes*/
.second_row h2 {
    color: #fff;
}


.second_row_nested_box {
    background:#ffffff;
    margin: 15px;
    padding: 50px;
    max-width: 300px;
    max-height: 550px;
    width: 100%;
}

/*!---------- FOOTER SECTION----------*/
.landing_page_footer {
    /* 	float: left;  */	
    margin-right: auto;
    margin-left: auto;
    overflow:hidden;
    height: auto;
    min-height:300px;   
}

/*!---------- MODAL FORM SECTION----------*/
/*!---------- make close button bigger----------*/

.modal-header .close{
    font-size: 40px;
}

.modal-header {
    border-bottom: none;
}

.submit_btn {
    user-select: none;
    font-size: 25px !important;
}

.submit_btn:hover {
    background: #0080ff;
    color: #fff;
}

/* Color of invalid field */
.form-error {
    color: #fff;
    min-height:100px;
}

/* Color of valid field */
.form-success {
    color: #58ce38;
    min-height:100px;
}

/*!---------- White paper ----------*/
.whitepaper_body h3 {
    margin: 0;
}

/*!--------- Mobile Options -------*/
@media screen and (max-width: 768px) {
    .landing_btn {
        letter-spacing: initial;
    }

    .landing_page_top {
        background-size: cover;
    }

    .landing_page_nested {
        margin-right: 20px;
    }

    .centering-box {
        width: 85%;
    }

    .second_row_nested_box {
        margin: 0;
        margin-bottom: 15px;
        padding: 20px;
    }
}
