html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    overflow: hidden !important;
}

@font-face {
    font-family: Almarena;
    src: url(../assets/AlmarenaDisplayRegular.otf);
}

@font-face {
    font-family: Bon_Viviant;
    src: url(../assets/Bon_Vivant_Serif.otf);
}

#max_div {
    z-index: 1000;
    position: relative;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    color: white;
    text-align: center;
    z-index: 1000;
    /* display: block !important; */
    /*display: none;*/
    color: #000;
    padding-top: 30px;
    padding-bottom: 20px;
}

.social_underline {
    width: 60px;
    color: #27393c;
    border-color: #27393c;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

p {
    /*font-family: Bon_Viviant;
    font-size: 17px;
    line-height: 12px;
    color: #27393c;*/
}

li {
    font-family: Almarena;
    font-weight: bold;
    font-size: 22px;
}

.almarena {
    font-family: Almarena;
}

#icon-container, #icon-container-sec, #icon-container-secondary {
    /* min-height: 100%; */
    top: 0;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: transparent;
}

#icon-container-secondary {
    z-index: 110;
}

.bg-cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: tomato;
    z-index: 0;
    transition: all 350ms ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.prompt {
    position: fixed;
    width: 100%;
    text-align: center;
    line-height: 114px;
    font-family: Georgia;
    color: #666;
}

.reveal {
    opacity: .85;
    display: block;
    pointer-events: auto;
    visibility: visible;
}

.hamburger-shell {
    margin: 0;
    margin-left: -12%;
    position: fixed;
    overflow: hidden;
    width: 70px;
    height: 100px;
    overflow: hidden;
    left: calc(100% - 100px);
    top: 20px;
    cursor: pointer;
    z-index: 101;
}

.menu_image {
    margin-top: 20px;
}

.top, .middle {
    position: absolute;
    width: 62px;
    height: 5px;
    background-color: #27393c;
    transition: all 350ms ease-in-out;
    top: 25px;
}

.middle {
    top: 40px;
}

.header_title{
    margin-left: 4px;
    font-size: 16px;
}

#menu {
    /* position: fixed; */
    /* left: calc(100% - 292px); */
    /* top: 10px; */
    color: #27393c;
    /* display: none; */
    /* margin: 20px 30px; */
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 100;
    font-size: 20px;
    /* text-transform: uppercase; */
    color: #333;
    /* padding: 24px;
    width: 200px; */
    text-align: right;
    /* margin-left: -10%; */
    background-color: #fff;
    z-index: 111;
}

#menu .dot {
    height: 12px;
    width: 12px;
    margin: auto;
    background-color: #FF6344;
    border-radius: 50%;
    display: none;
    margin-left: -18px;
    margin-top: 10px;
}

.logo {
    margin-top: 10px;
}

#menu a li {
    text-decoration: none !important;
    /* padding-bottom: 5px;
    margin-bottom: 6px; */
    /* border-bottom: 1px solid #27393c; */
    list-style: none;
    color: #27393c;
    transition: all 150ms ease;
    text-align: left;
}

#menu a li:hover {
    color: #FF6344;
    padding-right: 3px;
}

#menu a {
    text-decoration: none;
    line-height: 20px;
}

.rotate {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: 30px;
    background-color: red;
    height: 2px;
}

.rotate-back {
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    top: 30px;
    background-color: red;
    height: 2px;
}

.top {
    -webkit-animation-delay: 100ms;
}

.middle {
    -webkit-animation-delay: 250ms;
}

.bottom {
    -webkit-animation-delay: 400ms;
}

.menu-name {
    font-family: Verdana;
    font-weight: 900;
    color: black;
    font-size: 19.5px;
    text-decoration: none;
    position: absolute;
    top: 56px;
    left: -1px;
    transition: all 350ms;
}

.bump {
    top: 64px;
    color: red;
}

.responsive-box {
    background-color: #ddd;
    margin: 2%;
    float: left;
}

.box-1 {
    width: 96%;
    height: 300px;
}

.box-2, .box-3, .box-4 {
    width: 29.333%;
    height: 140px;
}

.box-5 {
    width: 62.666%;
    height: 492px;
}

.header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 120;
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 40px;
    padding-bottom: 30px;
    position: fixed;
    top: 0;
    left: 0;
}

.par-1, .par-2, .par-3 {
    width: 70%;
    margin: 1% 2%;
    background-color: #888;
    height: 16px;
    float: left;
}

.par-2 {
    width: 56%;
}

.par-3 {
    width: 64%;
}

.al-left {
    text-align: left;
}

.al-right {
    text-align: right;
}