/*All Pages*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
    font-size: 16px;
    /*font-family: "gothic";*/
    /* font-family: "Source Sans Pro", sans-serif; */
    font-family: "Playfair Display", serif;
}

/**LoadingScreen*/

/*Custom Scroll Bar*/

/* width */

*::-webkit-scrollbar {
    width: 6px;
}

/* Track */

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}

/* Handle */

*::-webkit-scrollbar-thumb {
    background: #d7aa78;
    border-radius: 200px;
}

/* Handle on hover */

*::-webkit-scrollbar-thumb:hover {
    background: #a47b4b;
}

/*Custom Scroll Bar*/

@font-face {
    font-family: "gothic";
    src: url("../fonts/gothic/fonts/gothic.html");
    src: url("../fonts/gothic/fonts/gothic-2.html"),
        /* IE9 Compat Modes */ url("../fonts/gothic/gothic.woff") format("woff");
    /* Pretty Modern Browsers */
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* .content-banner {
    padding-left: 155px;
} */

.custom-container {
    padding: 70px;
}

.custom-container-other-pg {
    padding: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.custom-container-heading {
    padding: 70px;
    padding-top: 160px;
    padding-bottom: 10px;
}

.custom-container-heading > p {
    margin-top: 40px;
}

.accent-text {
    color: #d7aa78;
}

.accent-background {
    background-color: #d7aa78;
}

.accent-line-h1 {
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #d7aa78;
    vertical-align: middle;
    /*margin: -15px 0 0 -15px;*/
}

.accent-line-mid {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #d7aa78;
    vertical-align: middle;
}

.section-heading {
    font-size: 60px;
}

.section-heading > div > span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #d7aa78;
    vertical-align: middle;
}

.section-accent {
    margin-bottom: 20px;
}

.section-accent-people {
    margin-top: -10px;
    margin-bottom: -10px;
}

.section-accent > span {
    display: inline-block;
    width: 2%;
    height: 2px;
    background: #d7aa78;
    vertical-align: middle;
}

.part-left {
    border-right: 1px solid #d7aa78;
    padding-right: 25px;
}

.part-right {
    border-left: 1px solid #d7aa78;
    padding-left: 25px;
}

/* Modal menu fix */
.menu-modal-fix {
    margin-top: 100px;
}

/*Read More Button*/

.read-more {
    color: #d7aa78;
    border: 1px solid #d7aa78;
    padding: 10px;
    transition: 0.6s;
    background-color: inherit;
}

.read-more:hover {
    color: white;
    background-color: #d7aa78;
    border: 1px solid white;
    text-decoration: none;
}

/*Read More Button*/

/*All Pages*/

/*Hover Animations*/

.hvr-shadow {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-shadow:hover,
.hvr-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hvr-underline-from-left {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #d7aa78;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:active:before {
    right: 0;
}

/*Hover Animations*/

/*Loading Screen*/

#loading_screen {
    display: flex;
    max-height: 100vh;
    height: 100vh;
    max-width: 100vw;
    width: 100vw;
    z-index: 200000;
    position: fixed;
    top: 0;
    left: 0;
}

/*Loading Screen*/

/*Scroll To Top*/

#scroll-to-top {
    width: 40px;
    height: 40px;
    text-align: center;
    color: white;
    background-color: #d7aa78;
    border: 1px solid #d7aa78;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: none;
    z-index: 5;
}

#scroll-to-top > i {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -14px;
}

#scroll-to-top:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(58, 35, 35, 0.22);
    /*
      color: #d7aa78;
      background-color: white;
      */
}

/*Scroll To Top*/

/*Navigation*/

/*Logo*/

.logo {
    width: 100%;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.logo-container:hover .logo,
.logo-container:focus .logo,
.logo-container:active .logo {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.logo-container {
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    /*background-color: #e0e0e0;*/
    background-color: white;
    display: inline-block;
    position: relative;
}

.logo-container > span {
    display: inline-block;
    color: #d7aa78;
    font-weight: 900;
    -ms-transform: scaleX(3);
    transform: scaleX(3);
    position: absolute;
    top: -2px;
    left: 10px;
    transition: 0.3s;
}

.logo-container:hover span {
    top: -4px;
}

/*Logo*/

/*Custom navbar*/

/*Collapsible*/

.collapsible-menu {
    border-left: 1px solid #d7aa78;
    padding-left: 10px;
    display: none;
}

/*Collapsible*/

/*Responsive Menu Button*/

.menu_btn_container {
    cursor: pointer;
    float: right;
    margin-top: 25px;
    display: none;
}

.menu_btn_bar1,
.menu_btn_bar2,
.menu_btn_bar3 {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
}

.menu_btn_change .menu_btn_bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
}

.menu_btn_change .menu_btn_bar2 {
    opacity: 0;
}

.menu_btn_change .menu_btn_bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
}

/*Responsive Menu Button*/

/*Desktop Menu Button*/

#menu-btn {
    /* position: fixed; */
    /* left: 155px; */
    /* top: 10px; */
    display: none;
    margin: 0px;
    z-index: 10000;
    /* background-color: rgba(0, 0, 0, 0.7); */
    padding: 7px;
    padding-bottom: 5px;
    padding-top: 5px;
}

/*Desktop Menu Button*/

/* New Nav (nav-2) */
.nav-2 {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 40px;
    display: flex;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    transition: 0.3s;
    max-height: 100vh;
    overflow-y: auto;
}

.nav-2-scrled {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
}

.nav-2-logo {
    width: 80px;
    object-fit: contain;
}

.nav-2-logo-scrled {
    width: 50px;
}

.nav-2 > div {
    flex-grow: 1;
    align-self: center;
    text-align: right;
}

.nav-2 > div > div {
    /* background-color: aqua; */
    display: inline-block;
    text-align: left;
}

/* Main links and upper links */
.nav-2-u-link,
.nav-2-l-link {
    color: white;
    margin-left: 20px;
    transition: 0.3s;
    padding: 5px 0px;
    /* For testing */
    /* display: block; */
}

.nav-2-u-link:hover,
.nav-2-l-link:hover {
    background-color: white;
    color: #d7aa78;
    padding: 5px;
    text-decoration: none;
}

/* Upper Links */
.nav-2-u-cont {
    margin-bottom: 10px;
}
.nav-2-u-cont-scrled {
    margin-bottom: 5px;
}

.nav-2 > div > div > div > span {
    float: right;
}

.nav-2-u-link {
    font-size: 12px;
}

.nav-2-u-link-soc {
    color: white;
    font-size: 16px;
    margin-left: 10px;
    transition: 0.3s;
}

.nav-2-u-link-soc-scrled,
.nav-2-u-link-scrled,
.nav-2-l-link-scrled {
    color: black;
}

.nav-2-u-link-scrled:hover,
.nav-2-l-link-scrled:hover {
    background-color: black;
}

.nav-2-u-link-soc:hover {
    color: #d7aa78;
}

/* New Nav (nav-2) */

.custom-side-nav {
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100vh;
    width: 155px;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: hidden;
    border-right: 1px solid #d7aa78;
    z-index: 10000;
}

.cus-nav-link {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    color: white;
    background-color: #d7aa78;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    line-height: normal;
    padding-top: 2px;
    padding-bottom: 2px;
}

.cus-nav-link:hover {
    text-decoration: none;
    color: #d7aa78;
    background-color: #ffffff;
}

/*Custom navbar*/

/*Navigation*/

/*Index Page*/

.index_banner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

/*Scroll to next*/

.icon-scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 50px;
    margin-left: -20px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 2px #d7aa78;
    border-radius: 25px;
}

.icon-scroll:hover {
    cursor: pointer;
}

.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #d7aa78;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

/*Scroll to next*/

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(46px);
    }
}

/*Banner Overlay*/
.banner-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.banner-overlay > div {
    /* padding-top: 70px; */
    padding-top: 12vh;
    /* padding-bottom: 40px; */
}

.banner-overlay > div > div {
    /* border-right: 1px solid #d7aa78;
    border-left: 1px solid #d7aa78; */
    position: relative;
}

.banner-overlay > div > div > h1 {
    font-size: 70px;
    font-variant: small-caps;
}

.banner-overlay-hp > i,
.banner-overlay-hp > b {
    font-size: 18px;
}

.banner-overlay-p {
    margin-top: 50px;
}

.banner-textNav {
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
    /*position: absolute;*/
}

.banner-textNav:hover {
    background-color: #ffdca7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.banner-textNav-active {
    background-color: #d7aa78;
}

.banner-textNav-container {
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner-dot {
    height: 25px;
    width: 25px;
    background-color: #d7aa78;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
}

.banner-dot-TL {
    top: 0;
    left: 0;
}

.banner-dot-BL {
    bottom: 0;
    left: 0;
}

/*
.banner-dot:nth-of-type(1) {
    top: 0;
    right: 0;
}

.banner-dot:nth-of-type(2) {
    top: 0;
    left: 0;
}

.banner-dot:nth-of-type(3) {
    bottom: 0;
    left: 0;
}

.banner-dot:nth-of-type(4) {
    bottom: 0;
    right: 0;
}
*/

/*Banner Overlay*/

/*Services*/

.services-icon {
    object-fit: contain;
    height: 70px;
}

.services-tile {
    padding-top: 15px;
    padding-bottom: 15px;
}

.services-tile > div {
    border: 2px solid #d7aa78;
    padding: 25px;
    height: 100%;
    transition: 0.6s;
    position: relative;
    overflow: hidden;
}

.services-tile > div {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    border-style: solid;
    border-width: 1px 5px 5px 1px;
    border-color: #ffdca7 #ffdca7 #d7aa78 #d7aa78;
    transition: all ease 0.3s;
}

/* .services-tile-pg > div {
    border-color: #2c2c2c #2c2c2c #000000 #000000 ;
} */

.services-tile > div > p > i {
    font-size: 70px;
    color: #d7aa78;
}

.services-tile > div:hover i {
    color: white;
    /*filter: drop-shadow(0 1px 5px #333);*/
}

.services-tile > div:hover {
    background-color: #d7aa78;
    border: 2px solid #d7aa78;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.services-tile > div > div {
    background-color: white;
    border: 2px solid #d7aa78;
    color: #d7aa78;
    /* transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1); */
    padding: 25px;
    position: absolute;
    top: 0%;
    display: none;
    left: 0;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    font-weight: 600;
}

/* .services-tile>div:hover div {
    top: 0;
} */

/*Services*/

/*CEO*/

.ceo-img {
    /*border-radius: 50%;*/
    object-fit: contain;
    max-width: 30vw;
    width: 100%;
}

/*CEO*/

/*Filter Toggle*/

.filter-toggle-btn {
    text-align: right;
}

.filter-toggle-btn span {
    /* border: 1px solid #d7aa78; */
    padding: 5px;
    transition: 0.3s;
}

.filter-toggle-btn span:hover {
    cursor: pointer;
    color: white;
    background-color: #d7aa78;
}

.filter-toggle-btn i {
    position: relative;
    bottom: -1px;
    transition: 0.3s;
}

.filter-toggle-container {
    display: none;
}

/*Filter Toggle*/

/*Projects*/

.project_filter_btn {
    color: black;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition-delay: 1s;
    transition: 1s;
    white-space: nowrap;
}

.project_filter_btn.selected {
    /* color: white;
    background-color: #d7aa78; */
    border-bottom: 2px solid #d7aa78;
}

.project_filter_btn:hover {
    color: white;
    text-decoration: none;
    background-color: #d7aa78;
}

.project-new-tiles {
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}

.project-new-tiles > div {
    height: auto;
    width: 50%;
    display: inline-block;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #d7aa78;
    color: white;
    text-align: center;
    overflow: hidden;
}

.project-new-tiles > div > h1 {
    font-size: 14px;
    margin: 0px;
}

.project-new-tiles > div > p {
    margin-bottom: 40px;
}

.project-new-tiles > div > a {
    border: 2px solid white;
    background-color: white;
    color: #d7aa78;
    padding: 5px;
    transition: 0.6s;
}

.project-new-tiles > div > a:hover {
    border: 2px solid white;
    background-color: #d7aa78;
    color: white;
}

.project-new-tiles > div > p,
.project-new-tiles > div > hr,
.project-new-tiles > div > a {
    display: none;
}

.recent-projects-container {
    border-left: 1px solid #d7aa78;
}

/*Projects*/

/*People*/

.people-container {
    display: none;
}

/*People*/

/*Clientele*/

.clientele-tile {
    padding-top: 15px;
    padding-bottom: 15px;
}

.clientele-tile > div {
    border: 2px solid #d7aa78;
    overflow: hidden;
    padding: 10px;
}

.clientele-tile > div > img {
    transition-delay: 0.5s;
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.clientele-tile > div:hover img {
    transform: scale(1.1);
}

.clientele-tile > div:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/*Clientele*/

/*Contact Us*/

.form-submit {
    color: black;
    border: 2px solid #d7aa78;
}

.form-submit:hover {
    border: 2px solid black;
    background-color: #d7aa78;
}

.form-input {
    border: 1px solid #d7aa78;
}

.form-link {
    color: black;
    display: inline-block;
}

.form-link:hover {
    color: black;
    text-decoration: none;
}

/*Contact Us*/

/*Index Page*/

/*Project Slider Fix*/

.flexslider-nav-img {
    height: 200px !important;
    object-fit: contain !important;
    -moz-user-select: none !important;
    user-select: none;
    padding: 5px !important;
}

.flex-main img {
    width: 100% !important;
    height: 40vw !important;
    object-fit: contain !important;
    padding: 5px !important;
}

.project-details-slider .flex-main {
    position: relative;
    background: none;
}

/*Project Slider Fix*/

/* CEO page */
.ceo-other {
    border-right: 1px solid #f3f3f3;
}
/* CEO page */

/*Footer*/

.footer-social {
    display: inline-block;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 40px;
    margin-left: 8px;
    margin-right: 8px;
    border: 1px solid white;
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.footer-social:hover {
    color: black;
    background-color: #d7aa78;
    transform: scale(1.1);
}

.footer-logo > img {
    max-height: 80px;
    width: auto;
}

.footer-link {
    color: white;
    /* font-weight: bold; */
    font-size: 16px;
}
.footer-link:hover {
    text-decoration: None;
    color: #d7aa78;
}

/*Footer*/

/*Fixes*/

.camera_thumbs img {
    width: 10vw !important;
    height: 7vw !important;
    object-fit: cover !important;
    /*background-color: black !important;*/
    border: none !important;
}

/*Fixes*/

/*Media Queries*/

/*Large devices (desktops, less than 1200px)*/

@media (max-width: 1199.98px) {
    /*Banner Overlay*/
    .banner-overlay > div > div > h1 {
        font-size: 80px;
    }
    /*Banner Overlay*/
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    /* Nav-2 */
    .nav-2 {
        flex-direction: column;
        /* background-color: white; */
    }
    .nav-2 > div,
    .nav-2 > div > div {
        width: 100%;
    }
    .nav-2-u-link,
    .nav-2-l-link {
        margin-left: 0px;
        margin-right: 20px;
    }
    .nav-2-u-cont-scrled {
        margin-top: 15px;
    }
    #menu-btn {
        display: block;
        width: fit-content;
        border: 1px solid white;
    }
    .nav-2 > div:first-child {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #nav-2-dropdown {
        display: none;
    }
    /* Nav-2 */
}

/* Medium devices (tablets, less than 992px)*/

@media (max-width: 991.98px) {
    .section-accent > span {
        width: 5%;
    }
    .custom-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .part-left {
        border: none;
        padding-right: 15px;
    }
    .part-right {
        border: none;
        padding-left: 15px;
    }
    /*Banner Overlay*/
    .accent-line-h1 {
        width: 40px;
    }
    .banner-overlay > div > div {
        padding: 20px !important;
    }
    .banner-textNav-container {
        padding-right: 20px !important;
    }
    /*Banner Overlay*/
    /*Project*/
    .project-tiles > div > img {
        height: 40vw;
    }
    .project-tiles-featured > div > img {
        height: 40vw;
    }
    /*Project*/
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .recent-projects-container {
        border: none;
    }
    /* Nav-2 */
    .nav-2-l-link {
        display: block;
    }
    .nav-2-u-cont,
    .nav-2-u-cont-scrled {
        margin-bottom: 10px;
    }
    .nav-2-u-link-soc {
        margin-left: 0px;
        margin-right: 10px;
    }
}

/*Height Media Queries Side Nav*/

@media (max-height: 600px) {
    .custom-side-nav {
        overflow-y: scroll;
    }
    .icon-scroll {
        display: none;
    }
}

/*Height Media Queries Side Nav*/

/*Small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px) {
    .section-accent > span {
        width: 10%;
    }
    /*Project*/
    .project-tiles > div > img {
        height: 50vw;
    }
    .project-tiles-featured > div > img {
        height: 50vw;
    }
    /*Project*/
    /* .content-banner {
        padding-left: 0px;
    } */
    /*Nav*/
    .menu_btn_container {
        display: block;
    }
    .custom-side-nav {
        width: 100%;
        height: auto;
        text-align: left !important;
        border: none;
    }
    .cus-nav-link {
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
    }
    #collapsible {
        display: none;
    }
    .custom-side-nav {
        overflow-y: hidden;
    }
    .logo-container {
        width: 80px;
        padding: 10px;
        margin-bottom: 0px;
    }
    .logo-container > span {
        display: none;
    }
    .custom-side-nav {
        z-index: 100;
        position: relative;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
        overflow-y: hidden;
    }
    /*Nav*/
    /*Footer*/
    .footer-logo > img {
        height: 60px;
    }
    /*Footer*/
    /*CEO*/
    .ceo-img {
        max-width: 40vw;
    }
    /*CEO*/
    .icon-scroll {
        display: none;
    }
    /* Nav-2 */
    .nav-2-u-link {
        display: block;
    }
    .nav-2 > div > div > div > span {
        float: none;
    }

    /* CEO page */
    .ceo-other {
        border: none;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
    .banner-overlay > div > div > h1 {
        font-size: 12vw;
    }
    .accent-line-h1 {
        width: 30px;
    }
    /*Banner*/
    .banner-overlay > div {
        padding: 20px;
    }
    /*Banner*/
    .section-heading > div {
        display: none;
    }
    .section-heading > span {
        width: 100%;
        text-align: center;
    }
    .section-heading {
        font-size: 60px;
    }
    .section-accent {
        text-align: center;
    }
    /*CEO*/
    .ceo-img {
        max-width: 50vw;
    }
    /*CEO*/
}

/*Media Queries*/
