

body {
    background-color: #7b8282;
}

.brand {
    font-family: Lato, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #4A4C4C;
}


.red-r {
    color: #DE1D1F;
}

.destination-title {
    margin-top: 10%;
    margin-left: 5%;
    color: #e9f0f0;
}

.destination-subtitle {
    margin-left: 5%;
    color: lightgray;
}
.logged-in,
.logged-out {
     font-weight: 500;
}

.light-bg {
    background-color: #FFFEFF;
}

.dark-bg {
    background-color: #4A4C4C;
}

.main-bg {
    background-color: #F9FBFB;
}

.card {
    border: none;
    background-color: transparent;
    overflow: hidden;
}
.intro {
    font-size: 1.1rem;
    
      
}

.card-img-top {
    width: 100%;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
    display: block;
}

.image-container {
    position: relative;
}

.image-flash {
    position: absolute;
    bottom: 5%;
    min-width: 30%;
    left: -2px;
    background-color: #188181;
    
}

.scale {
    width: 100%;
    height: auto;
}

.author {
    color: #FFFEFF;
    margin: 4px;
    text-transform: uppercase;
}

.masthead {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 33vh;
    width: 100%;
}

.masthead-text {
    background-color: #4A4C4C;
    color: #FFFEFF;
    position: relative;
    z-index: 200;
}

.masthead-image {
    position: relative;
    overflow: hidden;
}

.masthead-image img {
    width: 100%;
    height: 33vh;
    object-fit: cover;
    display: block;
}

.masthead-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 90%;
    height: 100%;
    width: 150%;
    background: #4A4C4C;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    transform: skew(15deg);
    z-index: 100;
}

.login-option {
    text-decoration: none;
    color: #188181;
    font-weight: 600;
}

.destination-link {
    color: #4A4C4C;
    transition: color 0.2s ease;
}

.destination-link:hover,
.destination-link:focus {
    color: #e83010;
}

.card-body a:hover,
.page-link {
    color: #e83010;
}

.btn-signup,
.btn-edit-tip,
.btn-edit {
    background-color: #1D8181;
    color: #FFFEFF;
    font-weight: 600;
}

.btn-signup:hover,
.btn-edit-tip:hover,
.btn-edit:hover {
    background-color: #FFFEFF;
    color: #188181;
    border: 2px solid #1D8181
} 

.btn-signup:hover,
.btn-signup:active {
    background-color: #FFFEFF;
    color: #1D8181;
}

.link {
    color: #1D8181;
    text-decoration: none;
}

.link:hover,
.link:active {
    color: #4A4C4C;
    text-decoration: underline;
}

.btn-delete,
.btn-delete-tip {
    color: #FFFEFF;
    background-color: #e83010;
    font-weight: 500;
}
.btn-delete:hover,
.btn-delete-tip:hover {
    color: #e83010;
    background-color: #FFFEFF;
    border: 2px solid #e83010;
}
.faded {
    color: rgb(172, 175, 175);
}

.approval {
    color: rgb(222, 146, 168);
}


@media (max-width: 1199px) and (min-width: 768px) {
    .masthead {
        height: 25vh;
    }

    .masthead-image img {
        height: 20vh;
    }

    .destination-title {
        margin-top: 15%;
        font-size: 1.8rem;
    }

    .destination-subtitle {
        font-size: 0.95rem;
    }
}

@media (max-width: 767px) {
    .masthead {
        height: 20vh;
    }
}