:root {
    --main-color: #795548;
    --light-text-color: #E5D1C0;
    --bg-color: #000000;
}

body {
    font-family: 'Raleway', monospace;

    padding-top: 20px;
    font-size: 16pt;
    color: #E5D1C0;
    background-color: #000000;
    color: var(--light-text-color);
    background-color: var(--bg-color);
}

a {
    color: var(--light-text-color);
    text-decoration: underline;
}

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

hr {
    border-color: var(--main-color);
}

.forceBrownColor {
    color: #795548 !important;
    color: var(--main-color) !important;
}

/* Wrapper for page content to push down footer */
#body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -50px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 50px;
    font-size: 60%;
    color: var(--main-color);
}

@media (max-width: 970px) {
    #push,
    #footer {
        height: 90px;
    }
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 750px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

div.footerContact ul {
    margin-top: 15px;
}

div.footerContact p {
    margin-top: 18px;
}

div.footerLine {
    border-top: 1px solid var(--main-color);
}

/*Contact:defult page*/
.contactImage {
    max-height: 450px;
}

img.headImage {
    max-width: 1000px;
    margin-top: -2%;
    width: 100%;
}

img.headImageDescription {
    max-width: 500px;
    width: 100%;
}



.navbar a {
    color: var(--main-color) !important;
    font-size: 92%;
    text-decoration: none;
    font-weight: bold;
}

.navbar a:hover {
    color: #E5D1C0 !important;
}

.navbar-inverse {
    background-color: #000000;
    border-color: #000000;
}

.navbar .navbar-nav {
    display: flex;
    justify-content: center;
    float: none;
    vertical-align: top;
    border-bottom: 1px solid var(--main-color);
}

.navbar li {
    margin-bottom: 5px;
    display: table-cell;
    font-size: 12pt;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar li.sep {
    padding-top: 7px;
    color: var(--main-color) !important;
    font-size: 100%;
}

@media (max-width: 768px) {
    .navbar .navbar-nav {
        width: 100%;
        display: inline-block;
    }
    .navbar .menu-icons{
        max-width: 200px;
    }
    .navbar li {
        display: block;
    }
    .navbar li.sep {
        display: none;
    }
}
.navbar li a {
    padding: 10px 13px 10px 13px;
}
.navbar li.sep p {
    width: 5px;
}

@media (min-width: 992px) {
    .navbar li.sep p {
        width: 5px;
    }
}

.navbar li a.facebook {
    font-weight: normal !important;
}

.navbar img.flag {
    width: 30px;
}

img.mask {
    max-width: 80%;
    max-height: 350px;
}

section.page {
    margin-top: 2%;
    font-family: 'Raleway';
    font-size: 75%;
}

.upper {
    text-transform: uppercase;
}

/*ITEM DEFAULT LIST*/
.lineOfMask {
    margin-bottom: 4%;
}

.lineOfMask {
    margin-bottom: 0;
}

/*ITEM DETAIL PAGE*/
img.itemImage {
    max-height: 650px;
}

.itemHeading {
    color: var(--main-color);
}

.itemSubheading {
    color: var(--main-color);
}

.material {
    color: var(--main-color);
}

.menu-icons {
    margin: auto;
}

.menu-icons a {
    display: inline-block;
    width: 15%;
    padding-right: 24px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;

}

@media (min-width: 992px) {
    .aligner {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aligner-item-top {
        align-self: flex-start;
    }

    .aligner-item-bottom {
        align-self: flex-end;
    }
}