body {
    height: 100%;
    width: 100%;
    background-color: #eeeeee;
}

a {
    color: #db7228;
}

a:hover {
    color: #c56725;
    text-decoration: none;
}

.logo {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 80px;
    width: 80px;
}

ul {
    list-style-type: none;
}

li {
    float: left;
}

li a {
    display: block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

.navigation {
    height: 100%;
    width: 70px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #4d311d;
    overflow-x: hidden;
    padding-top: 10px;
}

.small-navigation {
    background-color: #4d311d;
    padding-left: 5%;
}

.text-rotate {
    position: absolute;
    top: 150px;
    left: 0;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}

.body-image {
    height: 100vh;
    background-image: url('../images/background-image.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.body-image-content {
    position: absolute;
    bottom: 40px;
    left: 120px;
    z-index: 2;
    color: #db7228;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
}

.body-image-content-center {
    position: absolute;
    left: 100px;
    z-index: 2;
    font-size: 1.4rem;
    font-weight: bold;
    width: 100%;
}
.text-theme {
    color: #db7228;
}
footer {
    background-color: #4d311d;
    color: #db7228;
    position: fixed;
    z-index: 5;
    bottom: 0;
    width: 100%;
}

@media (min-width: 544px) {
    .header-title,.header-title-subpage {
        font-size: 2rem !important;
    }

    .content {
        font-size: 1.5rem !important;
    }

    li a, .nav-link {
        font-size: 1.4rem !important;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .header-title,.header-title-subpage {
        font-size: 1.8rem !important;
    }

    .content {
        padding-left: 35px;
        font-size: 1.3rem !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .header-title,.header-title-subpage {
        font-size: 1.5rem !important;
    }

    .content {
        padding-left: 100px;
        font-size: 0.9rem !important;
        padding-bottom: 10px;
    }

    li a, .nav-link {
        font-size: 1rem !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .content {
        padding-left: 35px;
    }
}

.content {
    padding-top: 45px;
    padding-right: 30px;
    overflow-y: scroll;
    height: 100vh;
}

.overlay {
    background: transparent;
    position: relative;
    width: 100%; /* your iframe width */
    height: 100%; /* your iframe height */
}

.header-title {
    color: #bda485;
    text-transform: uppercase;
    letter-spacing: 8px;
}
.header-title-subpage {
    color: #bda485;
    text-transform: uppercase;
    letter-spacing: 8px;
}

