﻿.Header_background {
    background-color: #231F20;
}

.tmblogowhite{
    display: none;
}

.Card{
    border-radius: 10px;
    box-shadow: -5px 10px 5px rgba(0,0,0,.05);
    border: 1px solid #ccc;
}

.tmblogo{
    display: inline;
}


.MainContent {
    min-height: 100%;
    margin-top: 50px;
    padding: 0px 0px 100px 0px;
    padding-bottom: 60px;
}

.pressheader{
    background-image: url(/tripmobav3zzz/img/tmbbackground.jpg?38135);
    background-size: cover;
    padding: 3em 9em;
    height: 300px;
}

.content{
    padding: 20px 6em 6em 6em;
}

@media screen and (max-width: 800px){
    .MainContent {
    margin-top: 70px;
    padding: 10px;
    }
}