@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Reg.otf);
}

@font-face {
    font-family: RobotoSlab;
    src: url(../fonts/RobotoSlab-Light_0.ttf);
}

@font-face {
    font-family: RobotoSlabLight;
    src: url(../fonts/RobotoSlab-Regular_0.ttf);
}

body {
    text-shadow: none;
    font-size: 29pt;
    font-family: RobotoSlabLight;
}

main {
    background: url(../img/back.png) no-repeat;
    background-size: cover;
}

h2 {
    font-size: 46pt;
    margin-bottom: 4rem;
}

video {
    height: 25rem;
    width: 100%;
}

header {
    background: url(../img/firstback.jpg) no-repeat;
    background-size: 100%;
    box-shadow: inset 100rem 0 5rem rgba(255,255,255,.3);
}

@media (min-width: 760px)
{
    header {
        background-size: cover;
    }
}

.main-navbar {
    background: transparent; padding-top: 2.5rem; padding-bottom: 2.5rem; padding-right: 0; padding-left: 0;
}

.row-center {
    justify-content: center;
}

.devider {
    height: 1px;
    background: #12b7b8;
    margin: 6rem 0;
}

.navbar-brand {
    font-family: RobotoSlab;
    font-size: 38pt;
    color: #12b7b8 !important;
}

.action-block {
    background: rgba(0,0,0,.1);
    border-radius: 15px;
    font-size: 30pt;
    color: #333;
    text-shadow: none;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.sale {
    width: 70%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 40pt;
    border-radius: 30px;
    margin-left: 15%;
    padding-right: 1rem;
    padding-left: 1rem;
}

.btn-booktime {
    background-color: #ffd504;
    color: #333;
    border-width: 0;
    padding: 0.7rem 1.5rem;
    font-weight: 100;
    border-radius: 35px;
    font-size: 20pt;
    font-family: ProximaNova;
    text-transform: uppercase;
}

.round {
    border-radius: 50%;
    width: 10.5rem;
    height: 11rem;
}

.text-p {
    font-size: 29pt;
    text-align: left;
}

.space-unset {
    padding: unset;
    margin: unset;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.input-group input {
    background-color: #eceeef;
    border-left: 0;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .14);
}