body {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    background-color: #00909c;
    height: 950px;
}

.header {
    height: 150px;
    width: 100%;
    margin: 0;
    background-color: #00909c;
    align-content: center;
    z-index: 80;
}

.imageheader {
    height: 150px;
    width: 100%;
    margin: 0;
    background-color: #00909c;
    align-content: center;
    z-index: 80;
    top: 0px;
    left: 0px;
    position: absolute;
}

.headertext {
    padding: 5px 5px;
    text-align: center;
    font-size: 50px;
    color: white;
    font-weight: 500;
    font-style: normal;
}
.bigclickyimage {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

nav div a {
    color: white;
    background-color: #00909c;
    font-weight: 200;
    font-size: 30px;
    border-radius: 10px;
    padding: 6px 30px;
    transition: all 0.1s ease;
    text-decoration: none;
}

nav section div a {
    color: white;
    background-color: transparent;
    font-weight: 200;
    font-size: 30px;
    border-radius: 10px;
    padding: 6px 30px;
    transition: all 0.1s ease;
    text-decoration: none;
}

nav div a:hover {
    color:#00909c;
    background-color: white;
    font-weight: 300;
    font-size: 30px;
    border-radius: 10px;
    padding: 6px 30px;
    transition: all 0.1s ease;
    text-decoration: none;
}
nav section div a:hover {
    color:#00909c;
    background-color:white;
    font-weight: 300;
    font-size: 30px;
    border-radius: 10px;
    padding: 6px 30px;
    transition: all 0.1s ease;
    text-decoration: none;
}
.navhome {
    display: flex;
    justify-content: center;
    align-content: center;
    object-fit: cover;
    flex-wrap: wrap;
    width: auto;
    gap: 30x;
}

.navimages {
    position: absolute;
    top: 0%; 
    left: 0%; 
    z-index: 100;
    display: flex;
    justify-content: center;
    align-content: center;
    object-fit: cover;
    flex-wrap: wrap;
    width: auto;
    gap: 10px;
    padding: 30px 10px
}
.navimagetext {
    margin: 10px;
}
