.admin-bar .header-home {
    top: 2em;
}
.header-home {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 12;
    transition: ease 0.4s;
    background-color: transparent;
}

.header-home .logo-home {
    padding: 2rem;
}

.header-home .logo-home img, .header-home .logo-home a {
    max-width: inherit;
    height: inherit;
}

.header-home-top-buttons-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2rem;
}

.hamburger:hover, .hamburger:focus, .hamburger:visited, .hamburger:active, .btn-main:hover, .btn-main:focus, .btn-main:visited, .btn-main:active {
    text-decoration: none;
    outline: none !important;
}
.btn-main, .btn-main:hover, .btn-main:active, .btn-main:focus, .is-style-main-cta .wp-block-button__link {
    color: white;
    border: 1px solid #cbac85;
    background-color: #cbac85;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
}
.defaultbtn, .is-style-main-cta .wp-block-button__link {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--wp--preset--font-family--literata);
    margin-bottom: 5px;
    border-radius: 100px;
}
.ml-2, .mx-2 {
    margin-left: .5rem !important;
}
@media (min-width: 576px) {
    .d-sm-inline-block {
        display: inline-block !important;
    }
}



.hamburger {
    background: white;
    border: 1px solid white;
    color: black;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 1em 0 2em;
    padding: 10px 20px;
    border-radius: 100px;
	font-family: var(--wp--preset--font-family--literata);
}
button {
    cursor: pointer;
}

.animation-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 0%;
    height: 100%;
    background-color: #1F2142;
    display: flex;
    align-items: center;
}

.nav-wrapper {
    display: none;
    padding: 1em 3em;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul {
    box-sizing: border-box;
}

.nav-wrapper .primary-nav li {
    list-style-type: none;
    font-family: var(--wp--preset--font-family--literata);
    text-transform: uppercase;
    font-weight: 600;
	font-size: 1.65em;
    margin: 0 0 15px;
}

.primary-nav a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.viewport {
    display: none;
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 8;
    opacity: 0;
}

@media screen and (max-width: 840px) {
    .header-home .logo-home {
        padding: 1em;
    }
	
/* 	.header-home .logo-home img {
        max-width: 13vw;
    } */
	
	.header-home-top-buttons-wrapper {
        padding: 1em;
    }
	
	.btn-main, .btn-main:hover, .btn-main:active, .btn-main:focus, .is-style-main-cta .wp-block-button__link {
        padding: 12px 50px;
    }
	
	.hamburger {
        margin: 0;
    }
	
	.d-none {
    	display: none !important;
    }
	
	.nav-wrapper .primary-nav li {
        font-size: 1em;
        margin-bottom: 10px;
    }
	
	#menu-base-project-menu {
    padding-left: 0;
}
	
}

.block-editor-block-list__block .header-home {
    position: relative!important;
}