html,
body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    background-color: white;
    scroll-padding-top: 86px;
}

/* :target::before {
    content: "";
    display: block;
    height: 86px;
    margin: -86px 0 0;
} */

* {
    scroll-behavior: smooth !important;
}

@font-face {
    font-family: avenirLight;
    src: url(./assets/avenir_light.ttf);
}

@font-face {
    font-family: avenirBlack;
    src: url(./assets/avenir_black.ttf);
}

#navHeader {
    width: 100%;
    background-color: #ed7d31;
    height: 86px;
    position: fixed;
    z-index: 1000;
}

.fakeNavHeader {
    height: 86px;
}

.headerLogo {
    height: 42px;
    padding: 8px;
    padding-left: 8%;
    margin-top: 22px;
}

#navHeaderCtn {
    float: right;
    height: 100%;
    padding-right: 8%;
}

.navLink {
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-family: 'avenirLight';
    padding: 38px 32px 8px 32px;
    font-size: 20px;
    transition: color 0.5s;
}

.navLink:hover {
    cursor: pointer;
    color: #e2e2e2;
}

.contentCtn {
    width: 100%;
    font-size: 0;
    scroll-behavior: smooth;
}

.content {
    width: 84%;
    margin: auto;
    font-family: 'avenirLight';
    color: #333333;
    font-size: 20px;
    text-align: center;
    padding-top: 54px;
    padding-bottom: 54px;
    line-height: 26px;
}

.subTitle {
    color: #ed7d31;
}

#Omuark {
    background-image: url("./assets/omuark1b.jpg");
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.picCtn {
    display: inline-block;
    width: 50%;
}

#omuarkPic {}

.picTitle {
    font-family: 'avenirBlack';
    font-size: 54px;
    color: #ed7d31;
    padding-left: 12%;
    padding-top: 8%;
    padding-bottom: 12%;
    /* text-shadow: 1px 1px 12px rgb(85, 85, 85); */
    line-height: 62px;

}

.descCtn {
    vertical-align: top;
    height: 100%;
    width: 26%;
    min-width: 360px;
    float: right;
    background-color: white;
}

.descTitle {
    font-family: 'avenirBlack';
    font-size: 32px;
    color: #ed7d31;
    line-height: 38px;
    /* margin-top: 28px;
    margin-left: 64px; */
}

.descText {
    font-family: 'avenirLight';
    color: #333333;
    font-size: 20px;
    line-height: 26px;
    margin-top: 26px;
    /* margin-left: 64px; */
}

.navButton {
    /* margin-left: 64px; */
    padding: 16px;
    background-color: #ed7d31;
    color: white;
    font-size: 20px;
    line-height: 26px;
    font-family: 'avenirLight';
    font-weight: bold;
    margin-top: 32px;
    border-radius: 16px;
    transition: background-color 0.5s;
    width: fit-content;
}

.navButton:hover {
    cursor: pointer;
    background-color: #b46028;
}

.descInnerCtn {
    height: 512px;
    padding-top: 28px;
    padding-left: 64px;
}

.mediaBar {
    background-color: #ed7d31;
    /* padding: 16px; */
    position: relative;
    bottom: 0;
    height: 60px;
}


.mediaCnt {
    padding-top: 14px;
}

.mediIcn {
    margin-left: 16px;
    margin-right: 16px;
}

.mediIcn:hover {
    cursor: pointer;
}

#Garonne {
    background-image: url("./assets/garonne1bc.jpg");
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.ODMCnt {
    width: 84%;
    margin: auto;
    font-family: 'avenirLight';
    color: #404040;
    font-size: 20px;
    text-align: center;
    padding-top: 54px;
    padding-bottom: 54px;
    line-height: 26px;
}

.ODMTitle {
    font-family: 'avenirBlack';
    font-size: 104px;
}

.ochar {
    color: #ed7d31;
}

.ODMSubTitle {
    font-size: 26px;
}

.ODMContent {
    color: #ed7d31;
}

.customersCnt {
    width: 84%;
    margin: auto;
    font-family: 'avenirLight';
    color: #404040;
    font-size: 20px;
    text-align: center;
    /* padding-top: 54px; */
    padding-bottom: 54px;
    line-height: 26px;
}

.customerImg {
    display: inline-block;
    margin-left: 32px;
    margin-right: 32px;
    margin-top: 18px;
    margin-bottom: 18px;
    vertical-align: middle;
}

.orangeC {
    height: 80px;
}

.acomeC {
    height: 150px;
}

.MMC {
    height: 80px;
}

.brfC {
    height: 36px;
}

.ContactsCnt {
    width: 84%;
    margin: auto;
    font-family: 'avenirLight';
    color: #404040;
    margin-top: 92px;
    font-size: 20px;
    text-align: center;
    /* padding-top: 54px; */
    padding-bottom: 54px;
    line-height: 26px;
}

footer {
    background-color: #ed7d31;
    width: 84%;
    margin: auto;
    font-family: 'avenirLight';
    color: white;
    margin-top: 92px;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
}

.footerCol {
    font-size: 20px;
    text-align: center;
    font-family: 'avenirLight';
    line-height: 26px;
    display: inline-block;
    vertical-align: bottom;
    width: 30%;
    line-height: 36px;
}

.footerIcon {
    height: 32px;
}

.omf {
    font-size: 29px;
}

.omfs {
    font-family: 'avenirBlack';
}

.footerCnt {
    padding-top: 36px;
    padding-bottom: 12px;
    margin-left: 4%;
    margin-right: 4%;
}

.omIso {
    font-size: 16px;
}

.omCpy {
    font-size: 12px;
    line-height: 36px;
}

.fleft {
    text-align: left;
}

.fright {
    font-family: 'avenirLight';
    text-align: right;
    vertical-align: top;
    font-size: 16px;
    line-height: 32px;
}

a {
    all: unset;
}

.footerLink {}

.footerLink:hover {
    cursor: pointer;
}

#navHeaderMobile {
    padding-top: 12px;
    padding-bottom: 32px;
    background-color: #ed7d31;
    display: none;
}

.navLinkMobile {
    text-align: center;
    display: block;
    color: white;
    font-family: 'avenirLight';
    padding: 38px 32px 8px 32px;
    font-size: 18px;
    line-height: 18px;
    transition: color 0.5s;
}

.navLinkMobile:hover {
    cursor: pointer;
    color: #b46028;
}

#navHeaderMobileBurger {
    float: right;
    height: 100%;
    padding-right: 8%;
    display: none;
}

#navHeaderMobileBurger:hover {
    cursor: pointer;
}

@media (max-width: 1090px) {
    #navHeaderMobileBurger {
        float: right;
        height: 100%;
        padding-right: 8%;
        display: block;
        padding-top: 22px;
    }

    #navHeaderCtn{
        display: none;;
    }
}

@media (max-width: 800px) {
    #Omuark {
        height: 840px;
    }
    #omuarkPic{
        background-image: url("./assets/omuark1b.jpg");
        background-color: #cccccc;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .descInnerCtn {
        height: 350px;
        padding-top: 28px;
        padding-left: 64px;
    }
    .picCtn {
        display: block;
        width: 100%;
        height: 400px;
    }
    
    
    .picTitle {
        font-family: 'avenirBlack';
        font-size: 54px;
        color: #ed7d31;
        padding-left: 12%;
        padding-top: 8%;
        padding-bottom: 12%;
        line-height: 62px;
    
    }
    
    .descCtn {
        height: 440px;
        width: 100%;
        background-color: white;
    }

    #Garonne {
        height: 800px;
    }

    #garonnPic{
        background-image: url("./assets/garonne1bc.jpg");
        background-color: #cccccc;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 600px) {
    .ODMTitle {
        font-size: 80px;
    }
}

@media (max-width: 450px) {
    .ODMTitle {
        font-size: 60px;
    }
}