﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /* margin-bottom: 60px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

html, body, p, h1, h2, h3 {
    font-family: 'century-gothic',helvetica,sans-serif;
}

.btn-login-submit {
    font-size: 50px;
}

.home-room-number {
    background: url("../images/circle-100.png");
    background-size: cover;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 55px;
    font-weight: bold;
}

.home-room-number-name {
    height: 65px;
}

    .home-room-number-name a {
        color: #000;
    }

.btn-room-carousel-label {
    color: #000;
}

.btn-room-carousel-arrow {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
    color: #000;
}

.btn-login-submit {
    color: #000;
}

.vjs-theme-fantasy {
    --vjs-theme-fantasy--primary: #C0C0C0;
}

.row-header-fixed {
    pointer-events: none;
}

    .row-header-fixed .logo {
        width: 160px;
        padding-top: 4px;
        padding-right: 4px;
    }



    .row-header-fixed h1 {
        font-weight: bold;
        font-size: 1.25rem;
    }

    .row-header-fixed h2 {
        font-size: 1rem;
        font-weight: 400;
    }

    .row-header-fixed .room-number {
        font-size: 1.5rem;
        color: #000;
        font-weight: 400;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

        .row-header-fixed .room-number.active {
            text-decoration: underline;
            font-weight: 700;
        }

.inline-room-numbers .room-number {
    font-size: 1.5rem;
    color: #000;
    font-weight: 400;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

    .inline-room-numbers .room-number.active {
        text-decoration: underline;
        font-weight: 700;
    }

.row-header-mobile .logo {
    width: 150px;
    padding-top: 4px;
}

.row-header-mobile h1 {
    font-weight: bold;
    font-size: 1rem;
}

.row-header-mobile h2 {
    font-size: 1rem;
    font-weight: 400;
}

.row-header-mobile .room-number {
    font-size: 1.5rem;
    color: #000;
    font-weight: 400;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

    .row-header-mobile .room-number.active {
        text-decoration: underline;
        font-weight: 700;
    }

.h-100-desktop {
}

@media (min-width: 576px) {
    .h-100-desktop {
        height: 100% !important;
    }

    body {
        background-image: url("../images/background-line-2.png");
        background-position: top left;
        background-repeat: no-repeat;
    }
}

.pl-80px {
    padding-left: 80px !important;
}

.home-room-number-link {
    color:#000;
}

.home-room-number-link:hover {
    color: #000;
}
