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

@font-face{
    font-family: Grogie;
    src: url('Grogie.woff');
}

html{
    font-size: 16px;
}

body{
    min-width: 1250px;
}

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;
}



.body{
    width: 100%;
    background-color: white;
    padding-top: 130px;
    display: flex;
    justify-items: center;
    flex-direction: column;
}

.body h1{
    font-size: 3rem;
    color: #F5F0EA;
    background-color: #B2A69A;
    text-justify: center;
    margin: 0 auto;
    padding: 15px;
    letter-spacing: 0.3rem;
}

.body .container{
    max-height: 650px;
    background-color: teal;
    color: #40352B;
    width: 90%;
    margin: 40px 5% 30px 5%;
    display: flex;
    flex-direction: row;
}

.body .container .photo{
    background-color: rgb(255, 255, 255);
    max-height: 650px;
    overflow: hidden;
    flex-shrink: 1;
}

.container img{
    width: 100%;
}

.container .blurb{
    background-color: #E3D9CF;
    color:#40352B;
    max-height: 650px;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: scroll;
    padding: 10px 7%;
}

.container .blurb p{
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin: 10px 0;
}

.container .blurb h3{
    font-size: 2rem;
    margin: 20px 0px;
}

.body a{
    margin-top: 20px;
    margin-bottom: 40px;
    align-self: center;
}

.body button{
    width: 300px;
    height: 120px;
    font-weight: bold;
    font-size: 2.5rem;
    /*border-radius: 30px;*/
    background-color: transparent;
    color: #B2A69A;
    border: 5px solid #B2A69A;
}

.body button:hover{
    /*background-color: rgba(255,255,255,0.5);*/
    color:#40352B;
    border: 5px solid #40352B;
}

#my-story{
    width:55%;
}

#personal .photo{
    width:45%;
    max-height: 650px;
}

.quote{
    align-self: center;
    width:600px;
    margin: 30px 0;
    height:fit-content;
}

h2{
    font-size: 2.5rem;
    text-align: center;
    font-weight:250;
    color:#40352B;
    font-style: italic;
}

h2 b{
    font-weight: 400;
}

#nutritional-therapy{
    width:52%;
}

#nutritional .photo{
    width:48%;
}

#core-values{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

#core-values h2{
    margin: 30px 0;
}

#core-values p{
    width: 80%;
    text-align: center;
}

.outer 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
}

#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;
}

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;
}
