
.font-ephesis, .uk-h1, .uk-h2, .uk-h3, .uk-h4 {
    font-family: 'Ephesis', cursive !important;
}
.uk-navbar-filter {
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    z-index: 990;
    border-bottom: 1px solid #e5e9ed;
}
.uk-footer-filter {
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    z-index: 990;
    border-top: 1px solid #e5e9ed;
}

.cd-margin-top {
	margin-top: 60px;
}

.uk-navbar-nav>li>a {
    color: #000 !important;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {

}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}
/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {

}
@media (max-width: 813px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {

	.cd-margin-top {
	margin-top: 80px;
	}

}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {

}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

