﻿/* 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: #F95A3D;
}

.offer {
    color: #00b1a1;
    background-color: #FFF;
    padding: 6px;
    font-weight: 700;
    border-radius: 3px;
    border: solid 1px 00b1a1;
    /*font-size:larger;*/
}

.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: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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: 20px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.room {
    background-color: blue;
    color: wheat;
    height: 100px;
}

.sauna {
    background-color: aquamarine;
    height: 100px;
}

.contats {
    background-color: yellow;
}

    .contats a {
        color: brown;
        padding-left: 20px;
        margin-top: 20px;
    }

.icon {
    width: 35px;
    height: auto;
    padding: 5px;
    /*margin-left:5px;*/
}

.icon-up {
    width: 50px;
    height: auto;
    border: none;
    margin: auto;
}

hr {
    border: none;
    border-top: 3px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
}

.icon-color {
    color: blue;
}

img {
    max-width: 100%;
    max-height: auto;
}

.room-photo {
    max-width: auto;
    max-height: 100%;
}

.front-pict {
    max-width: auto;
    max-height: 100%;
}

/*    hr:after {
        background: #fff;
        content: 'viber';
        padding: 0 4px;
        position: relative;
        top: -13px;
    }
*/
h2 {
    color: black;
}

#myCarousel {
    color: black;
}

.description {
    /*padding: 1.4rem 0;*/
    /*color: #777;*/
    color: blue;
    font-weight: 700;
    list-style: circle;
    font-size: larger;
    margin-bottom: 7rem;
    margin-top: 3rem;
    /*background-color: rgba(155, 155, 128 , 0.5);*/
}

.square {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*row 2*/
body#intro-header {
    background-image: url(../Image/Thin.jpg);
    background-size: cover;
}

.digit-range {
    text-align: right;
    /*border: solid 1px black;*/
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 15px;
}

.grid-god {
    padding: 2px;
    /* padding-left: 10px;
    padding-right: 10px;*/
}
.weekend {
    background-color: #FFADA0;
    color: white;
    text-align: right;
}
.daily {
    text-align: right;
}
.status-one {
    background-color: #FFC000;
    color: black;
    text-align: right;
}
.status-two {
    text-align: right;
}
.status-three {
    background-color: yellow;
    color: black;
    text-align: right;
}
.status-four {
    background-color: #C5D9F1;
    text-align: right;
    color: black;
}
.status-five {
    background-color: #D7E4BC;
    color: black;
    text-align: right;
}
.status-six {
    background-color: red;
    color: white;
    text-align: right;
}
/*form {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

button {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
*/
/*    section#intro-header .wrap-headline {
        position: relative;
        padding-top: 20%;
        padding-bottom: 20%;
    }

    section#intro-header h1,
    section#intro-header h2 {
        color: #FFF;
    }

    section#intro-header h2 {
        font-size: 1.5rem;
    }

    section#intro-header hr {
        width: 10%;
    }

    section#intro-header .btn-default {
        background-color: rgba(255, 255, 255, 0.5);
        border: none;
    }
*/
