*,
*::before,
*::after {
    box-sizing:border-box;
    margin: 0;
    /*font-family: 'Cormorant Garamond', serif;
    font-family: 'Nunito Sans', sans-serif;
    font-family: 'Raleway', sans-serif; */
    font-size: 16px;
}
:root{
  --clr-background:#EAF4F4;
  --clr-dark:#A34A21 ;
  --clr-light:#E6C7EB;
  --clr-accent:#F3C7C4  ;
  --clr-grey:#5e6c71;
  --clr-text:#301D10; 
  --clr-link: #847387; 
  --fnt-primary: 'Cormorant Garamond', serif;
  --fnt-secondary: 'Nunito Sans', Arial, sans-serif; 
}

header {
  background-color: var(--clr-background);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 10px 20px 0px;
  border-bottom: 2px solid #5e6c71;
}

.logo{
  font-size: 40px;
  color: var(--clr-text);
  font-family: 'Cormorant Garamond', serif; 
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.nav a {
  text-decoration: none;
  color: var(--clr-text);
  font-size: 14px;
  font-family: 'Raleway', sans-serif;

  margin: 0px 15px 0px 0px;
}

.nav a:hover { 
  color: var(--clr-dark);
}

.nav a:active {
  color: var(--clr-light)
}

@media(max-width:1000px) {
  header {
    padding: 10px 5px 10px 0px;
  }

}


/*BODY*/

body {
  background-color: var(--clr-background);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about  {
  width:90%;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.about img {
  width:560px;
  height:780px;
  object-fit: cover;
  z-index: 0 ; 
  border-radius: 10px;
}

.content {
  width: 500px;
  min-height: 640px;
  background-color: rgba(164, 195, 178, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  z-index: 1 ;
  padding: 40px 60px;
  font-family: 'Nunito Sans', Arial;
  font-weight: lighter;
  color: var(--clr-text);
  margin-right: -50px;
  border-radius: 10px;

}

.content h1{
  font-size: 2em;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 52px;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', serif;
}
.content p {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.8em;
}
.content a {
  font-size: 1em;
  color: black;
}

.newsletter {
  font-family: 'Cormorant Garamond', Garamond , serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px;
}
.newsletter h1 {
  font-size: 2em;
}

.newsletter h2 {
  font-size: 1.8em;
  font-style: italic;
  margin-bottom: 20px;
}
.dos {
  width: 480px;
  height: 320px;
  border:1px solid #EEE; background:white
}

@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
   }
}

@media(max-width:1000px) {
  .about{
    padding: 10px 10px;
    width: 90%;
    overflow: hidden;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .about img{
    width: 100%;
    object-fit:cover;
  
  }

  .content {
    width:100vw;
  }

  .dos{
    width:90vw;
  }
}


/* EDITORIAL PAGE */

.editorial-body {
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;

}
.services-heading {
  width: 100%;
  background-color: rgb(201, 195, 195);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2px 0px 0px 0px;
  color: var(--clr-text);
}

.services-heading h1 {
  font-size: 3.5em;
  font-family: 'Cormorant Garamond', Garamond, serif; 
  margin: 80px 0px 20px; 
}

.services-heading p {
  font-size: 18px;
  margin: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: lighter;
}

.services {
  width: 100%;
  background-color: rgb(201, 195, 195);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px;
  color: var(--clr-text);
  font-size: 18px;
  font-family: 'Nunito Sans', Arial, sans-serif;
  font-weight: lighter;
  line-height: 30px;
  padding: 0px 40px 40px 40px;
}

.services li {
  margin: 10px;
  font-size: 18px;
  width: 100%;
  max-width: 900px;
}

.service-options {
  width: 100%;
  display: flex;
  background-color: rgb(201, 195, 195);
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px;
  gap: 100px;
}
.icon {
  width: 120px;
  margin: 0px 0px 25px;
  border-radius: 100%;
}
.option {
  width: 90%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items: center;
  color: var(--clr-text);
  margin: 0px 0px 10px;
}

.option h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: lighter;
  margin: 0px 0px 30px;
}

.option p {
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
}
.money {
  font-weight: bold;
  margin: 0px 0px 10px;
}

.button {
  width: 100%;
  background-color: rgb(201, 195, 195);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0px 20px;
}

.signup {
  text-decoration: none;
  height: 50px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 15px;
  background-color: #92431f;
  border: none;
  border-radius: 5px;
  color: #F3C7C4;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
}

.signup:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}

@media(max-width:1000px) {
  .service-options {
    flex-direction: column;
    align-items: center;
  }
}


/* CONTACT PAGE */  

.contact {
  width: 100%;
  min-height: 70vh;
  background-color: var(--clr-background);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-container {
  width: 500px;
  height: 600px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex start;
  padding: 50px 50px;
}


.contact-heading {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 100;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  margin: 10px;
}

.contact-heading a {
  text-decoration: underline;
  cursor: pointer;
  color: #847387;
}

.contact-heading h2 {
  font-size: 20px;
  font-weight: 100;
}

.form {
  font-family: 'Nunito Sans', sans-serif;
  margin: 20px;
}

label {
  margin:10px 0px 10px 0px;
}
form label {
  display: block;
}

input {
  border: none;
  border-bottom: solid 2px black;
}

textarea {
  border: none;
  border-bottom: solid 2px black;
  border-right: solid 0.5px lightgrey;
}

.form button {
  border: solid 2px black;
  width:150px;
  height: 40px;
  background-color: black;
  color: #ffffff;
  border-radius: 25px;
  margin: 15px 0px;
}

.form button:hover {
  background-color: #ffffff;
  border: solid 2px black;
  color: black;
  transition: 0.5s;
}


/*Footer*/
.footer {
  background-color: var(--clr-background);
  width: 100%;
  height: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer h1 {
  font-family: 'Cormorant Garamond', garamond, serif;
  color: black;
  font-size: 20px;
  margin-bottom: 10px;
}

.copyright {
  font-size: 12px;
  color: black;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  margin-top: 15px;
}