/****** PLACE YOUR CUSTOM STYLES HERE ******/
.overlay:before {
    opacity: 0.7;
}

.custom-header {
    display: none;
}

.business-logo-wrapper, .business-logo-wrapper-c {
    display: flex;
    align-items: center;
    padding: 20px;
}

.business-logo-wrapper {
    height: 110px;
}

.business-logo-wrapper-c {
  height: 140px;
}


.business-logo-wrapper a, .business-logo-wrapper-c a  {
    margin: auto;
}

.business-logo-wrapper a img {
    max-height: 35px;
}

.business-logo-wrapper-c a img {
    max-height: 100px;
}

.row2 {
    margin-top: 50px;
}

@media (min-width: 650px) {
    .custom-header {
        display: block;
        height: 55px;
        background-color:rgba(0, 0, 0, 0.3);
    }

    .custom-header-placeholder{
        width: 650px;
        height: 50px;
        margin: auto;
        padding: 0 10px;
    }

    .header-countdown{
        color: #ffffff;
        height: 55px;
        float: left;
        padding-top: 12px;
    }

    .header-countdown-text{
        font-weight: bold;
        font-size: 22px;
    }

    .countdown {
        font-size: 22px;
        font-weight: 400;
        text-transform: uppercase;
        height: 22px;
        margin: 0px;
        padding: 5px 0 0 0 ;
        line-height: 22px;
        font-family: inherit;
    }

    .header-funds{
        color: #ffffff;
        float: right;
        font-size: 22px;
        padding-top: 12px;
    }
}

.nav-wrapper{
    height: 55px;
    text-align: center;
}

.nav-bar .menu a {
    font-size: 14px;
    font-weight: bold;
}

nav.transparent .nav-bar {
    border-bottom: none;
}

.container-main {
    margin-top: 135px;
}

.video-placeholder {
    height: 200px;
    border: 1px solid #ffffff;
    margin-bottom: 20px;
}


.lead.lead_big {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}

.btn-main{
    width: 100%; font-size: 18px;
}

.header {
    display: flex;
    align-items: baseline;
    margin-top: 10px;
    margin-bottom: 20px;
}

.header__simple {
    font-size: 20px;
    padding-right: 50px;
}

.header__main {
    font-size: 22px;
    font-weight: bold;
}

th {
    font-size: 20px;
}

#how-to-register{
    background-color: #F8F8F8;
}

table, tr, td, th {
    border: none !important;
    border-collapse: collapse !important;
}

.reg__image {
    height: 275px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.reg__image_quality {
    background-image: url("../img/camp_quality.png");
}
.reg__image_foundation {
    background-image: url("../img/maclean_foundation.png");
}
.reg__image_hospital {
    background-image: url("../img/sydney_hospital.png");
}

#logo {
    background-image: url("../img/walk_logo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
}

.container__shift {
    top: 10%;
}

.foundation-title {
    margin-top: 50px;
    height: 50px;
}

.foundation-description {
    height: 100px;
}

footer {
    margin-top: -7px;
}
