﻿/* 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. */
:root {
    --changew: 280px;
    --changeh: 280px;
}

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;
}

.btn-link {
    color: #fefefe;
    font-size: x-large;
    font-weight: 700;
    text-shadow: black 2px 2px 10px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    #start {
        background-image: url(/Image/photo.jpg);
        background-size: cover;
        height: 150vw;
    }

    #horiz {
        padding-top: 10rem;
    }

    #reclama {
        /*opacity: 0;*/
        /*margin-bottom: 3rem;*/
        margin-top: 4rem;
        background-color: rgba(0, 177, 161, 0.5);
        /*padding-top: 54%;*/
        /*color: yellow;*/
    }

        #reclama li, a, a:visited, a:hover, h3 {
            color: #fefefe;
            font-size: x-large;
            font-weight: 700;
            text-shadow: black 2px 2px 10px;
            list-style-type: none;
        }
}

@media screen and (max-width: 900px) and (min-width: 601px) {
    #start {
        background-image: url(/Image/photo.jpg);
        background-size: cover;
        height: 150vw;
    }

    #horiz {
        padding-top: 2rem;
    }

    #reclama {
        /*opacity: 0;*/
        /*margin-bottom: 3rem;*/
        padding-top: 8rem;
        background-color: rgba(0, 177, 161, 0.5);
        padding-top: 40%;
        /*color: yellow;*/
    }

        #reclama li, a, a:visited, a:hover, h3 {
            color: #fefefe;
            font-size: x-large;
            font-weight: 700;
            text-shadow: black 2px 2px 10px;
            list-style-type: none;
        }
}

@media screen and (min-width: 901px) {
    #start {
        background-image: url(/Image/photo.jpg);
        background-size: cover;
        height: 100vw;
    }

    #horiz {
        padding-top: 2rem;
    }

    #reclama {
        /*opacity: 0;*/
        /*margin-bottom: 3rem;*/
        padding-top: 1rem;
        background-color: rgba(0, 177, 161, 0.5);
        padding-top: 60%;
        /*color: yellow;*/
    }

        #reclama li, a, a:visited, h3 {
            color: #fefefe;
            font-size: x-large;
            font-weight: 700;
            text-shadow: black 2px 2px 10px;
            list-style-type: none;
        }
}

.scroll_menu {
    display: inline-grid;
    grid-auto-flow: column;
    grid-gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    /*    background-color: #FFFFFF;*/
}

.menu_wrapper {
    margin-top: 1rem;
    padding: 0 10px;
    max-width: 100%;
    overflow-x: scroll;
    width: auto;
    background-color: rgba(255, 255, 128, .1)
}

.css-border {
    max-width: 10rem;
    max-height: 10rem;
}

.img-border {
    max-width: 10rem;
    height: auto;
}

.img-fly {
    /*padding-right:4rem;*/
    max-width: 80%;
    height: auto;
}

/* The Close Button */
.close-room {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-room:hover,
    .close-room:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.in-list {
    color: #fefefe;
    list-style-type: disc;
}

.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;
}

.box {
    position: absolute;
    margin-left: var(--changew);
    top: var(--changeh);
    width: 80px;
    height: 45px;
    /* background: red;*/
}

#example {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
}

#nextexample {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
}

/* Sticky footer styles
-------------------------------------------------- */
    html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /* margin-bottom: 60px;*/
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    background-color:white;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
