@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Esteban&family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Work+Sans:wght@300;400&display=swap');


body{
    background: #fff /* #092215 #2c4c2c*/;
    color: #000;
}

a{
    text-decoration: none;
    margin: 3rem 0 3rem 0;
    color: #31917b;
}
.K {
    max-width: 100px;
    opacity: .3;
}

h1{
    font-family: 'DM Serif Display', sans-serif;
    font-weight: 300;
    font-size: 5rem;
    margin-bottom: 2.5rem;
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
}
h3{
    font-family: 'DM Serif Display', sans-serif;
    font-size: 3rem;
    margin: 3rem 0 2rem 0;
}
h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.2rem ;
}
p{
    font-family: 'Montserrat', sans-serif;
}
p.intro{
    font-size: 1.2rem;
    font-weight: 400;
}

.space1{
    height: 50px;
}
.space2{
    height: 100px;
}
.space3{
    height: 200px;
}

.vh-10 {
    height: 10vh!important;
}
.vh-90 {
    height: 90vh!important;
}

nav.sticky{
    position: fixed;
    top:0;
}

.bg{
    height: 900px;
    background-image: 
        /*linear-gradient(to bottom, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 1)),*/
        url('../img/Park_use.jpg');
    background-size: cover;
    background-position: bottom;    
}



.bg2{
    background-color: #31917b;
}
.bg2 h3{
    color: #fff;
}
.bg-white{
    background-color: #fff;
    margin-top: -300px;
}

@media only screen and (max-width: 600px) {
    .bg {
        height: 400px !important;
    }
    .bg-white{
        margin-top: 0px;
    }
}

.tagline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 32px 0 32px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #31917b;
}
.tagline-line {
    width: 72px;
    height: 2px;
    margin-right: 24px;
    background-color: #31917b;
}
h5.heading-tagline {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.icon-scroll {
    width: 16px;
    height: 24px;
    margin-left: 16px;
}
.link-to.hero.more {
    color: #31917b;
    font-weight: 700;
}
.icon-scroll.more {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.link-to.hero {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
}

.link-to {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}