﻿body {
    text-align: left;
}

.concierge-heading {
    font-size: 48px;
    font-weight: bold;
    color: azure;
    text-align: left;
}

.concierge-subheading {
    font-family: 'Brush Script MT', cursive;
    font-size: 40px;
    color: whitesmoke;
    text-align: left;
}

.concierge-heading-text {
    color: whitesmoke;
    text-align: left;
    font-size: 20px;
}

.example {
    background-color: white;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    display: inline-block;
}

.concierge-title {
    color: #3F5062;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
}

.concierge-details {
    margin-left: 12px;
    margin-top: 4px;
    background-color: white;
    color: #3F5062;
    font-size: smaller;
    text-align: left;
}
.concierge-feedback {
    margin-left: 12px;
    background-color: white;
    color: #3F5062;
    font-size: smaller;
    font-style: italic;
    text-align: left;
}

.hero-concierge {
    position: absolute;
    top: 100px;
    left: -550px;
    height: 440px;
    background-color: white;
    transform: scale(0.9);
    transition: all 0.4s;
    border-radius: 0px 8px 8px 0px;
}
    .hero-concierge .show,
    .hero-concierge:hover {
        bottom: 36px;
        left: 0;
        transform: scale(1);
        cursor: pointer;
    }

section.concierge {
    background-color: whitesmoke;
    color: #3F5062;
    padding: 50px 0;
    text-align: left;
}

@media (max-width: 767.99px) {
    .hero-concierge {
        display: none;
    }
}