/* Custom Styles for Travel Solutions */

/* webfont */
@font-face {
    font-family: 'Luxerie';
    src: url('/assets/webfonts/Luxerie.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Luxerie Display';
    src: url('/assets/webfonts/Luxerie-Display.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    font-family: 'Luxerie', sans-serif !important;
}

/* Linen Background Color for Spotlights */
.linen-bg {
    background-color: #F7EEE7 !important;
}

.logo {
    height: auto;
    width: auto;
}

/* Header Styling */
.ts-header {
    background-color: #ffffff;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.ts-header h1 {
    margin: 0;
    line-height: 1;
}

.ts-header img {
    height: auto;
    margin-left: 20px;
    vertical-align: middle;
}

/* Vertical Menu in Spotlight 1 */
.vertical-menu {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}

.vertical-menu li {
    margin-bottom: 1rem;
    border-left: solid 3px #47D3E5;
    padding-left: 1rem;
}

.vertical-menu li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    color: inherit;
    transition: color 0.2s;
}

.vertical-menu li a:hover {
    color: #47D3E5;
}

/* Barbara Noyes Image Styling */
.barbara-image {
    width: 50%;
    float: right;
    margin-left: 2rem;
    margin-bottom: 1rem;
    border-radius: 4px;
}

@media screen and (max-width: 736px) {
    .barbara-image {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    
    .ts-header {
        flex-direction: column;
        text-align: center;
    }
    
    .ts-header img {
        margin-left: 0;
        margin-top: 1rem;
    }
}
