@font-face {
    font-family: 'BoysenBold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Boysen Bold.otf') format('truetype');
}

html {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    background: #e0ccb2;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
    padding: 0;
    margin: 0;
}

#header {
    min-height: 100px;
    background: url('../img/TiffanyBG.png') no-repeat center fixed;
    background-size: cover;
    height: 100%;
    position: relative;
}

#logo {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

#content {
    width: 100%;
    background: url('../img/TiffanyTourBG.png') no-repeat center;
    background-size: cover;
    min-height: 600px;
}

#footer {
    background: #857073;
    padding-top: 80px;
    padding-bottom: 25px;
}

#footer .row {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 810px;
    padding-bottom: 25px;
    color: #4a4a4a;
}

.page-header {
    text-align: center;
    border: none;
}

.page-header img {
    margin-bottom: 25px;
}

h1 {
    display: inline;
    color: #857073;
    font-family: "BoysenBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 58px;
    padding-left: 10px;
}

.event-types {
    text-align: center;
    margin-bottom: 20px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 25px;
}

.event-types button {
    width: 250px;
    background: none;
    border: 1px solid #857073;
    color: #857073;
    text-transform: uppercase;
    border-radius: 0;
}

.event-types button:hover {
    background: #857073;
    border: 1px solid #857073;
    color:white;
}

.event-types button.selected {
    background: #857073;
    border: 1px solid #857073;
    color:white;
}


#tour-dates-upcoming, #tour-dates-past {
    width: 100%;
    font-weight: bold;
    border-top: 1px solid #a09089;
}

.tour-item, .tour-item-mobile {
    border-bottom: 1px solid #a09089;
    margin: 0;
    width: 100%;
    padding: 15px 0px;
}


.list-date {
    text-align: left;
}

.list-location {
    text-align: center;
}

.list-venue {
    text-align: right;
}

a {
    color: white;
}

.tour-item-mobile {
    display: none;
}

#footer .socials {
    margin-bottom: 30px;
    text-align: center;
}

.margin-right-40 {
    margin-right: 40px;
}

#footer .knockout {
    margin-bottom: 30px;
    text-align: center;
}

#footer .infos {
    text-align: center;
    color: white;
    font-size: 12px;
}

#footer .contact {
    color: white;
    margin-bottom: 10px;
    font-size: 12px;
}

.col-contact {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
}

.col-contact-left {
    float: right;
}

.col-contact h3 {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 3px;
}

.col-contact p {
    display: inline-block;
}

.col-contact a:hover {
    text-decoration: underline;
    color: white
}

#footer .contact .border-right {
    border-right: 1px solid white;
}


/* Mobile*/
@media (max-width: 768px) {
    h1 {
        display: block;
        padding-left: 0;
        text-align: center;
    }

    .tour-item-mobile {
        display: block;
    }

    .tour-item {
        display: none;
    }

    .tour-item-mobile .list-location {
        text-align: right;
    }

    #logo img {
        width: 100%;
        max-width: 576px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #header {
        min-height: 100px;
        background: url('../img/TiffanyBG_mobile.png') no-repeat center fixed;
        background-size: cover;
        height: 100%;
        position: relative;
    }

    .event-types .btn-group-vertical>.btn, .btn-group>.btn{
        float:none;
    }

    .btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
        margin: 0;
    }

    .socials a {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: white;
        display: block;
        text-align: center;
        padding-bottom: 25px;
        font-size: 1.2em;
    }

    .socials hr {
        width: 35%;
        margin: auto;
    }

    .col-contact {
        display: block;
        padding-left: 25px;
        padding-right: 25px;
        text-align: center;
    }

    .col-contact-left {
        float: none;
    }

    .col-contact h3 {
        display: inline-block;
        font-size: 13px;
        margin-bottom: 3px;
    }

    .col-contact p {
        display: inline-block;
    }

    #footer .contact .border-right {
        border-right: 1px solid white;
    }
                
    
}
