@font-face {
    font-family: 'noto-serif';
    src: url(../fonts/notoserif.ttf);
}

body {
    font-family: 'noto-serif';
}

.hero-title h3 {
    font-family: 'noto-serif';
}

nav li a {
    font-family: 'noto-serif';
}

.logo-holder {
    max-width: 100px;
    margin-left: 20px;
}

@media (min-width: 990px) {
    .spacer {
        height: 50px;
    }
    .pr-lg-100 {
        padding-right: 100px;
    }
    .pl-lg-100 {
        padding-left: 100px;
    }
}

.section-title {
    margin-top: 20px;
}

.section-title h3 {
    font-family: 'noto-serif';
}

.parallax-section h3 {
    font-family: 'noto-serif';
}

.to-top span {
    font-family: 'noto-serif';
}

.to-top-holder p {
    font-family: 'noto-serif';
}

#submit,
#submit-res {
    font-family: 'noto-serif';
}

section.header-section {
    border-top: 0;
}

section.parallax-section.small {
    padding: 100px 0;
}

.btn {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
}

.btn {
    transition-duration: 0.4s;
}

.btn-dark {
    background-color: #191919;
}

.btn-dark:hover {
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.24), 0 9px 25px 0 rgba(0, 0, 0, 0.19);
    background-color: #C59D5F;
    color: white;
}

.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
p {
    text-align:unset;
}

.menu-item p {
    text-align: left;
}