﻿.jumbotron {
    background-color: steelblue;
    border-radius: 0rem !important;
    background-image: url(https://adventure.tusker.com/images/bookingformbackground.jpg);
    background-position: center center;
}

.page-footer {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    z-index: 100;
    box-sizing: border-box;
}

.footer-bottom-holder {
    background-color: #1c1c1c;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
}

.copyrightContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
    margin: 0;
    align-content: flex-end;
    text-align: center;
}

.copyrightRow {
    width: auto;
}

.copyrightItem {
    align-self: flex-end;
    margin-top: auto;
    text-align: center;
    display: inline-block;
    font-size: .75em;
    font-family: Cabin,sans-serif;
    color: #808285;
    margin-bottom: .5rem;
    font-weight: 500;
    /*line-height: 1.2;*/
    font-size: 12px;
    /*line-height: 1.25px;*/
}

.copyrightItem a {
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
}

.copyrightItem a:hover {
    color: #ffcc05;
    text-decoration: none;
}

a {
    background-color: transparent;
}

.challengeContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
    margin: 0;
    align-content: flex-end;
}

#challenge {
    color: #5a5353;
    font-size: 18px;
    line-height: 1.5em;
}

/*new code*/
.footer {
    background-color: #000000;
    color: #fff;
}

.challengeContainer {
    border-top: 1px solid #323232;
    padding-top: 30px;
}

.footer-lower {
    max-width: 300px;
}

.challengeContainer #challenge a{
    pointer-events: none;
    cursor: default;
}


.footer-lower {
    max-width: 300px;
}
.copyrightItem {
    line-height: initial;
}

@media (min-width: 481px) {
    .footer-lower {
        max-width: 950px;
    }
}

@media (min-width: 1001px) {
    .footer-lower {
        max-width: 1300px;
    }
    .copyrightItem {
        line-height: 1.25px;
    }
}

