*{
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
}

html{
    font-size: 16px;
}

body{
    min-width: 1000px;
}

header{
   background-color: #F5F0EA;
   position: fixed;
   display: flex;
   justify-content: space-between;
   width: 100%;
   z-index: 4;
   top: 0;
   padding:10px 30px;
   border-bottom: 1px solid white;

}

header #logo_link{
    width: 30%;
    max-width: 300px;
}

header #logo_link img{
    min-width: 230px;
    height: auto;
    object-fit: contain;
}

header img{
    width: 100%;
    height: fit-content;
}

header nav{
    margin-right: 90px;
    width: 40%;
    flex-shrink: 2;
    color:#40352B;
    font-weight:400;
    display: flex;
    align-items: center;
}

header nav ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
    background-color: #F5F0EA;
}

header nav ul li{
    padding: 10px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    color:#40352B;
}

header nav ul li a{
    color:#40352B;
    text-decoration: none;
}

#current_page{
    text-decoration: underline;
    color:#40352B;
}

.image-container{
    position: relative;
    width: 100%;
    height: 400px;
    min-width: 900px;
}

.image-container img{
    width: 100%;
    overflow: hidden;
}

.image-container .after{
    position: absolute;
    /*background-color: hsla(108, 52%, 9%, 0.5);*/
    background-color: rgba(40,35,43,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    display: flex;
    justify-content: space-around;
    align-content: center;
}

.image-container .after .text{
    width: 50%;
    color:#F5F0EA;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.image-container .after .text h1{
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 5px;
    width: 70%;
    margin-top: 50px;
}

.image-container .after .text p{
    text-align: center;
    width: 70%;
    font-size: 1.5rem;
    margin-top: 20px;
}

.image-container .after button{
    width: 300px;
    height: 120px;
    font-weight: bold;
    font-size: 2.5rem;
    border-radius: 30px;
    background-color: transparent;
    color: #F5F0EA;
    border: 5px solid #F5F0EA;
    margin-top: 105px;
    margin-left: -30%;
}

.image-container .after button:hover{
    /*background-color: rgba(255,255,255,0.5);*/
    background-color: #F5F0EA;
    color:#40352B;
}

#submit1{
    background-color: #B2A69A;
    margin: 20px auto;
    color: #F5F0EA;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    border: none;
    border-radius: 10px;
}

#submit1:hover{
    background-color: #40352B;
}

.body_cont{
    position:relative;
    background-color: white;
    padding: 30px 50px;
    min-width:900px;
}

.email_list{
    background-color: #B2A69A;
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
    display: flex;
    font-weight: bold;
}

.email_list a{
    text-align: center;
    font-size: 1.3rem;
    color: white;
    margin: 0 auto;
}

.body{
    position: relative;
    display:flex;
    justify-content: space-between;
    width:100%;
    height: fit-content;
    color: #40352B;
    overflow: scroll;
    padding-bottom: 0;
}

#left{
    display: flex;
    flex-direction: column;
    width:40%;
    background-color: #E3D9CF;
    margin-top: -30px;
}

#left #leftpic{
    width:60%;
    overflow: hidden;
    margin: 0 auto;
    height: fit-content;
}

#left #leftpic img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

#left #leftpic .after{
    position: absolute;
    background-color: rgba(40,35,43,0.5);
    top: 0;
    left: 0;
}

#info{
    display: flex;
    flex-direction: column;
    width: fit-content;
    height: fit-content;
    padding: 15px;
    flex-shrink: 2;
    justify-items: center;
    color:#40352B;
    margin: 0 auto;
}

#info p, div{
    padding: 1.5% 0;
}

#info p{
    text-align: center;
    font-size: 1rem;
}

#info .socials{
    display: flex;
    justify-content: center;
}

#info .socials a{
    margin: 0 7px;
    text-decoration: none;
    color:#40352B;
}

.body .container{
    padding: 5%;
    width: 50%;
    background-color: #F5F0EA;
    margin-top: -30px;
}

.container h1{
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #40352B;
}

.entries{
    display: flex;
    flex-wrap: wrap;
    /*border: 1px solid #40352B;
    
    background-color: white;*/
    padding: 20px;
    justify-content: center;
}

form{
    display: flex;
    flex-direction: column;
}

form .entry{
    display: flex;
    padding: 10px;
    align-items: center;
}

form .entry label{
    display: none;
    margin-right: 10px;
}

form .entry input{
    padding: 5px;
    background-color: #F5F0EA;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #40352B;
    color: #40352B;
    font-weight: 500;
}

form .entry input:placeholder-shown{
    color: #B2A69A
}

form .entry #message{
    width: 300px;
    padding: 5px;
    resize: none;
    border-top: 0;
    border-right: 0;
    border-left:  0;
    border-bottom: 2px solid #40352B;
    color: #40352B;
    font-weight: 500;
    background-color: #F5F0EA;
    
}

.body #submit2{
    background-color: #B2A69A;
    margin: 10px auto;
    color: #F5F0EA;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    border: none;
    border-radius: 10px;
}

.body #submit2:hover{
    background-color: #40352B;
}

footer{
    position: relative;
    margin-top: -20px;
    background-color: #40352B;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
}

#footleft{
    width:35%;
    padding: 0;
    display: flex;
    align-items: center;
}

#footlogo{
    margin: auto auto;
    width: 100%;
    max-width:350px;
    min-width: 300px;
}

#footlogo img{
    width: 100%;
}

#footcenter{
    color:#F5F0EA;
    display: flex;
    justify-items: center;
    align-items: center;
    width:30%;
}

#footcenter .container{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

#footcenter p{
    text-align: center;
    padding: 5px;
}

#footcenter a{
    color:#F5F0EA
}

#footcenter .socials{
    display: flex;
    justify-content: center;
}

#footcenter .socials a{
    margin: 0 7px;
    text-decoration: none;
}

footer nav{
    height: 100%;
    display: flex;
    margin: auto 0;
    width:35%;
    justify-content: center;
}

footer nav ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    list-style: none;
}

footer nav ul li{
    color:#F5F0EA;
    font-weight: 500;
    letter-spacing: 0.05rem;
    padding: 20px 0;
    margin: 0 auto;
}

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

footer nav ul li #current_page2{
    color: #F5F0EA;
    text-decoration: underline;
}
