body {
    font-family: "Open Sans", serif;
    font-weight: 300;
}

strong {
    font-weight: bold;
}

/*.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {*/
/*    max-width: 1500px;*/
/*}*/

.float-right {
    float: right;
}

/* header */

header {
    background-color: #ecf0f1;
}

h1 {
    font-weight: 800;
    font-size: 4em;
}

h1 small {
    font-weight: 300;
    font-size: .6em;
}

/* content */

#content {
    border-left: 1px solid rgba(0, 40, 100, 0.12);
    border-right: 1px solid rgba(0, 40, 100, 0.12);
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}

.reservation-start a {
    text-decoration: none;
    color: #212529;
}

.reservation-start .reservation-start-box {
    background-color: rgba(236, 240, 241, 0.2);
    border: 1px solid transparent;
    transition: border-color 0.2s;
    padding: 30px 0;
    text-align: center;
}

.reservation-start .reservation-start-box:hover {
    border-color: #2980b9;
}

.reservation-start div i {
    font-size: 75px;
    padding-bottom: 30px;
}

.stage {
    margin: 0 auto;
    background-image: url('../images/stage.jpg');
    width: 899px;
    height: 1016px;
}

.seat {
    position: absolute;
    width: 36px;
    height: 33px;
    border: 1px transparent solid;
    font-size: 13px;
    outline: none;
    font-weight: bold;
    cursor: pointer;
}

/* footer */
footer {
    font-size: .8em;
}
