body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #E8BD40;
    color: #F0F0CC;
    overflow: hidden!;
}

header {
    background-color: #E8BD40;
    /* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); */
    /*position: fixed;*/
    width: 100%;
    z-index: 1000;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    height: 20vh;
}



.logo {
    font-size: 40px;
    font-weight: bold;
    text-align: center; 
    color: #F0F0CC;
    margin: auto;
    padding: 5px;
    width: 65%;
}


.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #285078;
    color: #F0F0CC;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    border: none;
}

.is-red {
    background-color: #661712;
}

.is-yellow {
    background-color: #E8BD40;
}

.cta-button:hover {
    
    background-color: #F0F0CC;
    color: #285078;
}

main {
    height: 78vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.hero-section {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #F0F0CC;
}

.hero-content {
    max-width: 600px;
}

.section h1 {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 20px;
    font-kerning: normal;
}


.section p {
    font-size: 20px;
    margin-bottom: 30px;
}


.footer {
    background-color: #661712;
    color: #F0F0CC;
    height: 10vh;
    overflow: hidden;
}

.footer div {
    text-align: center;
    color:#F0F0CC;
}

.footer a {
    color: #F0F0CC;
    text-decoration: none;
    font-weight: bold;
}
/* overlay */
/* #mail_register {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 300px;
    height: 200px;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
 }*/


.photos-image{
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #F0F0CC;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    display: none;
}

.overlay-content {
    background-color: #E8BD40;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    width: 350px;
    border-color: #661712;
    border-style: solid;
    border-width: 1px;
}

.close-btn {
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 35px;
    cursor: pointer;
    color: #661712;
    font-weight: bold;
}

form {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.is-blue {
    background-color: #285078;
}

.home-image {
    margin-top: -280px;
    margin-bottom: 40px;
    height: 45vh;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.app-image {
    height: 45vh;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #F0F0CC;
}

.cta{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}