.na-image-co
{
    object-fit: cover;
    image-rendering: crisp-edges;
    background-color: #352c13;
    opacity: 0.9;
    filter: brightness(40%);
    height: 100vh;
}

.na-background-image
{
    image-rendering: crisp-edges;
    background-color: #352c13;
    opacity: 0.9;
    filter: brightness(40%);
}

.na-header-small
{
    font-size: 3px;
}

.na-wb-color
{
    background-color: #c1a455d9;
    color: rgb(255, 255, 255);
}
.na-text-color
{
    color:#85754e;
}
.na-bg-color
{
    background-color: #b8860b;
}
.na-gf-color
{
    color: #b8860b;
}
.na-text-wcolor
{
    color: whitesmoke;
}

.na-text-header
{
    color: #b8860b;
    font-family: "Playfair Display", serif;
    font-size: 8rem;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 900;
}

.na-logo { 
    width: 150px;
    height: 100px;
    position:relative;
}

.footer-logo
{
    min-width: 300px;
}

.na-figure {
    border-radius:6%;
    overflow:hidden;
}

.na-cards {
    border-radius:4%;
    overflow:hidden;
}
/* ±±±±±±±±±±±±±±------------------ */
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #7567a9;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

.active {

    font-weight: bold;
    color: #7567a9;
    border-bottom: 2px solid #7567a9;
}

.button-6 {
    font-family: Arial Rounded MT Bold;
    font-size: calc(1rem + .4vw)!important;
    align-items: center;
    background-color: #FFFFFF;
        border: 1px solid #85754e;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
        color: #85754e;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    margin: 0;
    padding: calc(0.875rem - 6px) calc(1.5rem - 4px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.button-6:hover,
.button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}
.button-6:hover {
  transform: translateY(-1px);
}
.button-6:active {
    background-color: #F0F0F1;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    color: rgba(0, 0, 0, 0.65);
    transform: translateY(0);
}

@media only screen and (max-width: 767px) {
    .na-logo { 
        width: 100px;
        height: 50px;
    }
    .na-text-silder {
        font-size: 16px;
    }
    .na-text-default {
        font-size: 10px;
        font-family: serif;
        letter-spacing: 1px;
        color:white;
    }
    .button-6 {
        font-family: Arial Rounded MT Bold;
        font-size: calc(0.8rem + 0.2vw)!important;
        align-items: center;
        background-color: #FFFFFF;
        border: 1px solid #85754e;
        border-radius: 0.25rem;
        box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
        box-sizing: border-box;
        color: #85754e;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        margin: 0;
        padding: calc(0.875rem - 10px) calc(1.5rem - 15px);
        position: relative;
        text-decoration: none;
        transition: all 250ms;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        vertical-align: baseline;
        width: auto;
    }
    .na-text-p
    {
        font-size: 10px;
    }

    .na-text-header2
    {
        color: #b8860b;
        font-family: "Playfair Display", serif;
        font-size: 3rem;
        text-transform: capitalize;
        letter-spacing: 2px;
        font-weight: 900;

    }
}

 #page\#header {
    overflow: hidden;
}


.na-text-p
{
    font-family: sans-serif;
}

a:link{
    text-decoration: none;
}

.na-shadow
{
    box-shadow: 0 0 8px 5px rgba(225, 216, 182, 0.5);
    clip-path: polygon(0% 0%, 100% 0%, 100% 120%, 0% 180%);
}

.uk-navbar-nav>li>a {
    font-size: 20px;
    text-transform: capitalize;
    font-family: sans-serif;
    letter-spacing: 1px;
    color: #4f798c;
}

.na-body {
    background-color: rgba(181, 147, 64, 0.07);
}

html, body {
    scroll-behavior: smooth;
    background-color: rgba(209, 227, 246, 0.07);

}
.na-font-s
{
    font-size: 22rem;
}

