/*

pantone black: #28282A

*/

* {
    margin: 0px;
    padding: 0px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', 'Roboto', sans-serif;

}

body {
    background-color: white;
    font-family: 'Roboto', sans-serif;
}

.not-allowed:hover {
    cursor: not-allowed;
}

/* ---------------------- left menu --------------------------- */
.left-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    border-right: 1px solid #EEEEEE;
    background-color: transparent;
}

.left-menu i {
    font-weight: 100 !important;
}

.menu-logo {
    margin-top: 20px;
    height: 120px;

    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
    margin-top: 4vh;

    border-radius: 6px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

}

.left-menu h3 {
  margin-left: 25px;
  color: grey;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
}


.left-menu h2 {
    margin-left: 25px;
    color: #28282A;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 600;
}

.left-menu a {
    display: block;
    text-decoration: none;
    color: #1f1f1f;
    font-size: 16px;
    padding: 15px 10px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 6px;
}

.left-menu a:hover {
    transition: 0.2s;
    color: white;
    background-color: black;
}

.left-menu a i {
    padding: 0px;
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
    margin-top: -4px;
    font-size: 20px;
    margin-right: 5px;
}

.left-menu-divide-p {
    font-size: 14px;
    color: #909497;
    padding: 0px 26px;
    margin-top: 30px;
}

.social-links {
    margin-left: 20px;
    margin-top: 18px;
}

.social-links a {
    display: inline !important;
    margin: 0px !important;
    padding: 12px 2px 12px 8px !important;
    margin-right: 2px !important;
    color: #28282A !important;
}

.social-links a:hover {
    transition: 0.2s;
    background-color: #C2C1C1 !important;
}

.social-links a i {
    font-size: 26px !important;
    font-weight: lighter;
}

.email-getter {
    margin-left: 25px;
    margin-right: 25px;
}

.email-getter h3 {
    font-weight: 500;
    margin-bottom: 8px;
}

.email-getter p {
    font-size: 15px;
    margin-bottom: 12px;
    color: grey;
    font-style: italic;
}

.email-getter form {}

.hidden-news {
    margin-right: -5px;
    border-right: 0px;
    border: 1px solid lightgrey;
    padding: 8px 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.hidden-news:focus {
    outline: none;
}

.news-email-cls {
    margin-right: -5px;
    border-right: 0px;
    border: 1px solid lightgrey;
    padding: 8px 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 14px !important;
}

.news-email-cls:focus {
    outline: none;
}

#news-btn {
    margin-left: 0px;
    border: 1px solid #28282A;
    padding: 8px 5px;
    background-color: #28282A;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: white;
}

#news-btn:hover {
    cursor: pointer;
    background-color: white;
    color: black;
    transition: 0.2s;
}

.contact-wrapper {
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    margin-bottom: 50px;
}

/* ---------------------- mobile nav --------------------------- */

.topnav {
    overflow: hidden;
    background-color: white;
    border-bottom: 1px solid lightgrey;
    position: relative;
    display: none;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
    display: block;
}

.topnav a i {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.topnav a.icon {
    background: transparent;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    color: black;
}

.topnav a:hover {
    background-color: #EEEEEE;
    color: black;
}

.active {
    background-color: transparent;
    color: #28282A;

}

.active img {
    height: 40px;
    margin-top: -5px;
    margin-bottom: -5px;
    border-radius: 4px;
}

.social-links-mobile {
    margin-top: 10px;
    margin-bottom: 10px;
}

.social-links-mobile a {
    display: inline-block;
    color: #797d7f;
}

.social-links-mobile a i {
    font-size: 25px;
}


/* ---------------------- content --------------------------- */

.main-content {
    margin-left: 300px;

}


/* Mobile */
@media (max-width: 767px) {
    .left-menu {
        display: none;
    }

    .main-content {
        margin-left: 0px;
    }

    .topnav {
        display: block;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1000px) {
    .left-menu {
        display: none;
    }

    .main-content {
        margin-left: 0px;
    }

    .topnav {
        display: block;
    }
}

/* Laptop */
@media (min-width: 1000px) and (max-width: 1440px) {

}

/* 4K and larger screens */
@media (min-width: 1441px) {}
