/* Layout */
html, body {
    height: 100%;
}

body {
    background-color: #11110c;
    color: white;
}

.box a {
    color: white;
    text-decoration: none;
}

.top-border {
    border-top: 15px solid #007998;
}

#current {
    background-color: #007998;
}

.table-container {
    display: table;
    height: 100%;
    width: 100%;
}

.table-block {
    display: table-row;
    height: 1px;
}

.footer-push {
    height: auto;
}

#header {
    margin-top: 20px;
}

#nav {
    border: 1px solid #30312d;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    height: 60px;
    padding: 0;
}

#nav li {
    float: left;
    height: 60px;
}

#nav li a {
    display: block;
    padding-top: 18px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    height: 60px;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #30312d;
}

#nav li:hover {
    background-color: #007998;
    cursor: pointer;
}

#footer_ext {
    background-color: #30312d;
}

#footer_col2 {
    text-align: right;
}

.row {
    margin-bottom: 20px;
    margin-top: 20px;
}

.box {
    border: 1px solid #30312d;
}

.box:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.box:hover > .box-caption {
    background-color: #30312d;
}

.box-caption {
    background-color: #007998;
    padding: 10px;
}

.box-photo {
    height: 200px;
    background-position: center center;
    background-size: cover;
    width: 100%;
}

#f-tel {
    font-size: x-large;
    color: #33C3F0;
}

.header-1 {
    padding: 10px;
    background-color: #007998;
    font-size: 16pt;
    text-align: center;
}

.header-2 {
    padding: 10px;
    text-align: center;
    background-color: #30312d;
}

.header-3 {
    padding: 10px;
    text-align: center;
    background-color: #007998;
}

.content {
    padding: 10px;
    overflow: hidden;
    word-wrap: break-word;
    border: 1px solid #30312d;
}

.contentc {
    padding: 10px;
    text-align: center;
    border: 1px solid #30312d;
}

form input, form select, form option, form textarea {
    color: black !important;
    width: 100%;
}

input[type="submit"] {
    width: 100%;
    background-color: #007998;
    color: white;
    border: none;
}

input[type="submit"]:hover {
    background-color: #30312d;
    color: white;
}

@media (max-width: 550px) {
    .box, .content, .contentc {
        margin-bottom: 20px;
    }
    #footer_ext {
        text-align:center;
    }
    #footer_col2 {
        text-align:center;
    }
    #nav li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    #f-tel {
        display:block;
        margin: 0;
        padding: 0;
        text-align:center;
    }
    #f-email {
        display: block;
        text-align:center;
    }
}