html {
    overflow-x: hidden;
    position: relative;
}

body {
    background: rgb(8, 27, 53);
}

header {
    background: rgb(8, 27, 53);
    font-size: 21px;
}

footer {
    position: relative;
    background-color: rgb(8, 27, 53);
}

.navbar-nav>li:nth-child(odd)>div>a,
.navbar-nav>li:nth-child(2)>a {
    color: rgba(255, 255, 255, 1) !important;
}

.main-img {
    position: absolute;
    border-top: 1px solid #ffffff;
    height: 520px;
    width: 100%;
    filter: brightness(85%);
    object-fit: cover;
    z-index: 0;
}

.caption {
    position: relative;
    bottom: 0;
    left: 0;
}

.caption-black {
    height: 520px;
    background-color: rgba(2, 13, 28, 0.7);
    padding-left: 60px;
    padding-right: 60px;
    color: white;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    font-size: 1.4em;
    z-index: 20;
    text-shadow: 2px 2px 1px #050505, 2px 2px 2px #b3b3b3;
}

.caption-white {
    height: 520px;
    border-left: 1px solid #ffffff;
    background-color: rgba(233, 236, 239, 0.7);
    padding-left: 50px;
    padding-right: 50px;
    display: table-cell;
    vertical-align: middle;
    color: black;
    font-size: 1.4em;
    font-weight: 700;
    z-index: 20;
    text-shadow: 0 0 2px #ffffff, 1px 1px 0 #ffffff, 2px 2px 1px #ffffff, 2px 2px 2px #000000;
}

.tbl-header {
    position: relative;
    background-color: rgb(8, 27, 53);
    color: white;
    width: 100%;
    font-size: 36px;
    text-align: center;
}

.tbl-header span {
    position: absolute;
    top: -70px;
}

.contact-header {
    position: relative;
    font-size: 34px;
}

.contact-header span {
    position: absolute;
    top: -70px;
}

.information-header {
    position: relative;
}

.information-header span {
    position: absolute;
    top: -70px;
}

table {
    font-size: 19px;
}

thead>tr>th {
    background-color: rgb(8, 27, 53);
    font-size: 20px;
    color: white;
}

tbody>tr>td:nth-child(2) {
    font-weight: 700;
}

tr:nth-child(even) {
    background-color: rgb(229, 229, 229);
}

.whole-table-container {
    background-color: rgb(239, 239, 239);
    padding: 120px 0px 60px;
    font-size: 34px;
    /*width: 180px;*/
}

.whole-contact-container {
    font-size: 19px;
}

.img-icon {
    width: 21px;
    height: 21px;
}

.contact-email,
.contact-phone {
    color: white;
    text-decoration: none;
}

.contact-phone:hover,
.contact-email:hover {
    color: inherit;
    text-decoration: underline;
}

.small-line {
    background-color: rgb(255, 255, 255);
    height: 1px;
    width: 130px;
}

.big-line {
    background-color: rgb(255, 255, 255);
    height: 1px;
}

#close-map {
    position: absolute;
    top: -48px;
    right: -2px;
    font-size: 20px;
    border-radius: 10px 10px 0px 0px;
    border-right: 2px solid black;
    border-left: 2px solid black;
    border-top: 2px solid black;
}

#close-map span {
    font-size: 22px;
}

.map {
    width: 600px;
    height: 500px;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto auto;
    left: 0;
    right: 0;
    z-index: 1021;
    border: 2px solid black;
}

.map iframe {
    border: 0;
}

@media screen and (max-width: 992px) {

    .caption {
        width: 100%;
        line-height: 1.4;
    }

    .caption-black {
        height: 290px;
        border-right: hidden;
        font-size: 1.2em;
    }

    .caption-white {
        top: 290px;
        height: 230px;
        border-left: hidden;
        font-size: 1.2em;
    }
}

@media screen and (max-width: 500px) {

    .caption {
        font-size: 1em;
    }

    .caption-black {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 1em;
    }

    .caption-white {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 1em;
    }

    .whole-contact-container {
        font-size: 16px;
    }

    .map {
        width: 100%;
        /* border: 0; */
    }
}