.navlinks {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.nav :hover {
    color: #FFC300;
}
.navdiv {
    float: left;
    width: 80%;
    margin-left: 10%;
}
.flex-nav {
    display: flex;
    flex-wrap: nowrap;
    background-color: #008102; 
    display: inline-block;
    min-width: 800px;
    width: 100%;
    min-height: 3em;

    position: -webkit-sticky;
    position: sticky;
    top: 0;

    -webkit-box-shadow: 0px 30px 29px -16px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 30px 29px -16px rgba(0,0,0,0.25);
    box-shadow: 0px 30px 29px -16px rgba(0,0,0,0.25);
  }

.navbar {
    width: auto;
}

.Logo {
    float: none;
    max-width: 25%;
    max-height: 25%;
    z-index: 1000;
    text-align: center;
    position: relative;
    padding-top: .5%;
    /* left: 37.5%; */
    left: 10%;
    color: white;
    font-family: 'Ubuntu', sans-serif;
}
.bold {
    font-weight: bold;
}
.semibold {
    font-weight: 600;
}
.parallax {
    background-image: url("../../Assets/sparrows.jpg");
    height: 20%;
    background-attachment: fixed;
    /* background-position: -225px; */
    background-position: 28% 90%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.41);
  }

.headimg {
    text-align: center;
    width: 100%;
    min-width: 800px;
    max-height: 100%;
}
