@font-face {
    font-family: Avenir;
    src: url("../fonts/Avenir Light.ttf") format("truetype");
}

@font-face {
    font-family: Canvas;
    src: url("../fonts/Canvas Regular.otf") format("opentype");
}

.Avenir {
    font-family: 'Avenir'
}

.Canvas {
    font-family: 'Canvas'
}

html, body {
    margin: 0;
    padding: 0;
}

html {
    scroll-padding-top: 85px !important;
}

body.body-overflow-hidden
{
    overflow: hidden;
}

.bg-vanilla {
    background-color: #fdf7f1
}

.bg-milk {
    background-color: #e3d8ca;
}

.dropdown-item:hover,
.bg-oat {
    background-color: #EDE0D3 !important;
}

.dropdown-item:active,
.bg-dark {
    background-color: #333131 !important;
}

img {
    max-width: 100%!important;
    max-height: 100%!important;
}

.transition {
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0s;
}

.flex-center {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-center-start {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.flex-bottom {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.menu-left {
    position: absolute;
    left: 0;
    top: 0;
    width:auto;
    max-width:75%;
    padding: 1.5rem;
}

.menu-right {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    padding: 1.5rem;
    max-width:55%;
}

.text-color-white {
    color: #ffffff !important;
}

.dropdown-item:hover,
.text-color-charcoal {
    color: #333131 !important;
}

.text-color-oat {
    color: #EDE0D3 !important;
}

.btn {
    /*border-radius: 40px;
    padding-left: 0.90rem;
    padding-right: 0.90rem;*/
    border-radius: 0;
}

.btn-lg {
    /*padding-left: 1rem;
    padding-right: 1rem;*/
}

.btn-outline-light {
    color: white;
    border-color: white;
}

.btn-outline-light:hover {
    background-color: white;
}

.btn-cta {
    cursor:pointer!important;
}

.btn-cta:hover {
    font-weight: bold;
}

.btn-cta-fixed {
    position: fixed;
    z-index: 9999;
    background-color: #333131 !important;
    border-color: #333131 !important;
    color: #EDE0D3 !important;
    opacity: 0;
    font-size: 2.5rem !important;
    line-height: 0;
    height: 74px;
    border-radius: 40px !important;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
}

.btn-cta-fixed.btn-cta-fixed-visible
{
    opacity:1;
}

.nav-link span {
    padding-bottom: 5px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0s;
    border-bottom: solid 2px transparent;
}

.nav-link:hover span,
.nav-link.nav-link-active span {
    border-bottom: solid 2px #333131;
}

.menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 200%;
    background-color: #EDE0D3;
    transition: all 0.5s;
    opacity: 0;
    z-index:9999;
}

.menu-container-visible {
    opacity: 1;
    left: 0;
    overflow:hidden;
}

.main-bloc-xs-gradient {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.3533788515406162) 50%, rgba(0,0,0,0.7030987394957983) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.3533788515406162) 50%, rgba(0,0,0,0.7030987394957983) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.3533788515406162) 50%, rgba(0,0,0,0.7030987394957983) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}

.h1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.h0 {
    font-size: calc(1.675rem + 1.5vw) !important;
}

.h00 {
    font-size: calc(2rem + 1.5vw) !important;
}

.tag 
{
	opacity: 0;
	transform: translate(0, 10vh);
	transition: all 1s;
}

.tag.tag-visible 
{
	opacity: 1;
	transform: translate(0, 0);
}

.main-menu.main-menu-blur
{
    height:85px;
}

.main-menu-blur {
    background-color: rgba(255,255,255,0.35);
    --bs-bg-opacity: 0.35;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.btn-cta {
    background-color: #333131 !important;
    border-color: #333131 !important;
    color: #EDE0D3 !important;
}

.work {
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.work-overlay {
    position: absolute;
    left: 0;
    top: 200%;
    right: 0;
    bottom: 0;
    background-color: rgba(51,49,49,0.55);
    --bs-bg-opacity: 0.55;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.work:hover .work-overlay,
.work:active .work-overlay,
.work:focus .work-overlay 
{
    top:0!important;
}

.parallax-column {
    transition-property: all;
    transition-duration: 0s;
    transition-delay: 0s;
}

.h-100vh {
    min-height: 100vh;
    height: 100vh;
    width: 100%;
}

.service-hover:hover
{
    color:white;
}

.dropdown-menu {
    border: none !important;
    border-radius: 0 !important;
    display: block;
    opacity:0;
}

.dropdown-menu,
.dropdown-menu li,
.dropdown-menu li a{
    cursor:default!important;
    height:0!important;
    width:0!important;
    padding:0!important;
}

.dropdown:hover .dropdown-menu {
    opacity:1;
    height:auto!important;
    width:auto!important;
}

.dropdown:hover .dropdown-menu,
.dropdown:hover .dropdown-menu li,
.dropdown:hover .dropdown-menu li a {
    cursor: pointer !important;
    height: auto !important;
    width: auto !important;
}

.dropdown:hover .dropdown-menu li a
{
    padding: 0.85rem !important;
}

.text-justify {
    text-align: justify;
}

a.a-underlined
{
    text-decoration:underline;
}

a.a-not-underlined {
    text-decoration:none;
}

a.a-not-underlined:hover {
    text-decoration: underline;
}

a.text-color-charcoal:hover
{
    color:black!important;
}

input, textarea{
    border-radius:0!important;
}

.margin-auto {
    margin: auto !important;
}

@media (min-width: 768px) {
    .font-size-115-md
    {
        font-size:115%;
    }

    .btn-cta-fixed {
        right: 20px;
        bottom: 20px;
    }

    .menu-left img 
    {
        height: 108px;
    }

    .text-align-right-md 
    {
        text-align: right;
    }

    .footer-img
    {
        height:150px;
    }

    .h-md-80vh 
    {
        height: 80vh;
    }

    .text-justify-md 
    {
        text-align: justify;
    }

    .float-right-md 
    {
        float: right;
    }

    .padding-top-md-85
    {
        padding-top:85px;
    }

    .padding-top-md-150 {
        padding-top: 150px;
    }

    .flex-center-md
    {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .h5-md {
        font-size: 1.25rem;
    }

    .h6-md {
        font-size: 1.10rem;
    }

    .flex-center-start-md {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

    .main-menu-blur .menu-left img {
        height: 43px;
    }

    .photo-effect {
        background-color: white;
        padding: 12px;
        padding-bottom: 36px;
        max-width: 100%;
    }
}

@media (max-width: 768px) 
{
    .btn-cta-white-xs {
        background-color: white !important;
        border-color: white !important;
        color: #333131 !important;
    }

    .btn-cta-fixed {
        right: 15px;
        bottom: 15px;
    }

    .text-center-xs
    {
        text-align:center!important;
    }

    .margin-auto-xs
    {
        margin:auto!important;
    }

    .menu-left img {
        height: 55px;
    }

    .footer-img 
    {
        max-width:50%;
    }

    .w-xs-w100p 
    {
        width:100%;
    }

    .h-xs-35vh
    {
        height:35vh;
    }

    .menu-left {
        padding: 20px !important;
        padding-bottom: 8px !important;
        height: 85px !important;
    }

    .menu-right {
        padding: 20px!important;
    }

    .photo-effect {
        background-color: white;
        padding: 7px;
        padding-bottom: 21px;
        max-width: 100%;
    }
}
