@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Merriweather&display=swap');

* {
    margin: 0;
    padding: 0;
}

section {
    width: 100%;
    float: left;
    background-color: #ffffff;
}

nav {
    width: 100%;
    position: fixed;
    z-index: 1;
    height: 70px;
    background-color: #000000ee;
    padding-top: 50px;
    font-family: 'Merriweather', serif;
}

nav ul {
    width: fit-content;
    margin: auto;
    list-style: none;
}

nav ul li {
    float: left;
    font-size: 1.3em;
    margin-right: 100px;
    font-family: 'Merriweather', serif;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: none;
}

h1,
h2 {
    color: #ffffff;
    text-align: center;
    margin-left: 2.5%;
    margin-top: 150px;
    font-family: 'Abril Fatface', serif;
    font-size: 4em;
    color: rgb(73, 138, 35);
    letter-spacing: 8px;
}


p {
    width: 80%;
    line-height: 1.5;
    margin-top: 2.5%;
    margin-left: 2.5%;
    font-size: 1.1em;
    font-family: 'Merriweather', serif;
}

hr {
    width: 90%;
    margin-left: 2.5%;
}

#nas img {
    margin-left: auto;
    margin-top: 1%;
    margin-right: auto;
    display: block;
    width: 35%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#nas ul li {
    margin-left: 5%;
    margin-top: 0.9%;
    font-size: 1.1em;
}


.img2 {
    margin-left: 2.3%;
    margin-top: 2%;
    width: 27%;
    height: 30%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img4 {
    margin-left: 3%;
    margin-top: 2%;
    width: 30%;
    height: 30%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#autohtne li {
    margin-left: 3.5%;
    margin-top: 0.9%;
    font-size: 1.1em;
}

#endemi img {
    margin-left: 5%;
    margin-top: 2%;
    width: 25%;
    height: 30%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#endemi li {
    margin-left: 3.5%;
    margin-top: 0.9%;
    font-size: 1.1em;
}

#nas {
    height: 200vh;
}

#autohtne {
    height: 130vh;

}

#endemi {
    height: 120vh;

}