* {
  font-family: 'Lato', sans-serif;
  margin: 0;
  color: #444444;
}

a {
  color: #F46666;
  text-decoration: none;
}

h1 {
  font-weight: 900;
  font-size: 4rem;
  margin-bottom: 1.2rem;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

p {
  font-size: 1.35rem;
  margin-bottom: 1rem;
  color: #777777;
}

li {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
  color: #777777;
}

button {
  font-size: 1.35rem;
  font-weight: normal;
  background: #F46666;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  padding: 1rem 2rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  box-shadow: 0px 8px 16px #0000004a;
  cursor: pointer;
}

button:hover {
  background: #f15c60;
}

/* HEADER start */

header {
  text-align: center;
  height: 95px;
  background: white;
}

header img#logo {
  height: 50px;
  width: auto;
  margin: 20px auto;
}

/* HEADER end */

/* COVER start */

div#cover-card-wrapper {
  padding: 0 20px;
}

div#cover-wrapper {
  width: 100%;
  height: 700px;
  position: relative;
  background-image: url('../../imgs/photos/front.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

div#cover {
  top: calc(50% - 180px);
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 2;
  text-align: center;
}

div#cover h1, div#cover p {
  color: #FFFFFF;
}

div#cover h1 {
  text-align: center;
}

div#cover p {
  max-width: 500px;
  text-align: center;
  margin: 0 auto 1rem;
}

div#cover button {
  margin-top: 1rem;
}

div#cover-dimmer {
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: black;
  opacity: 0.4;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  position: absolute;
  border-radius: 10px;
}

/* COVER end */

/* LEARN-MORE start */

div#learn-more {
  padding: 120px 0 0;
  width: 960px;
  margin: 0 auto;
  height: 620px;
}

div#learn-more div#gallery {
  width: calc(50% - 15px);
  float: left;
  height: 600px;
  background-image: url('../../imgs/photos/entrance.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

div#gallery-mobile {
  display: none;
}

div#learn-more div#learn-more-content {
  width: calc(50% - 15px);
  float: right;
  height: 600px;
}

div#learn-more div#learn-more-content h2 {
  width: 440px;
}


/* LEARN-MORE end */

div#cta-section {
  padding: 120px 0;
  width: 960px;
  margin: 0 auto;
  max-width: 100%;
}

div#cta-section h2 {
  text-align: center;
  margin-left: -12px;
}

div#cta-section ul {
  width: 230px;
  margin: 30px auto 0;
}

div#cta-section ul li {
  margin-bottom: 1rem;
}

div#certifications {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 40px;
}

div#certifications img {
  height: 65px;
  width: auto;
  opacity: 0.9;
}

footer {
  border-top: 4px solid #F9F9F9;
  padding: 10px 0 15px;
}

div#legal {
  text-align: center;
}

@media only screen and (max-width: 1120px) {

  div#gallery {
    display: none;
  }

  div#gallery-mobile {
    display: block;
    width: 100%;
    height: 380px;
    background-image: url(../../imgs/photos/entrance.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 110px;
  }

  div#learn-more {
    width: calc(100% - 40px);
    padding: 60px 20px 70px;
    max-width: 430px;
    height: auto;
  }

  div#learn-more div#learn-more-content {
    width: 100%;
    height: auto;
    float: none;
  }

  div#learn-more div#learn-more-content h2 {
    width: 100%;
  }

  div#learn-more div#gallery {
    width: 100%;
    height: auto;
  }

}

@media only screen and (max-width: 768px) {

  h1 {
    font-size: 2rem;
  }

  p {
      font-size: 1.1rem;
  }

  button {
    font-size: 1.1rem;
  }

  div#cover-card-wrapper {
    padding: 0;
  }

  div#cover {
    top: calc(50% - 140px);
  }

  div#cover-wrapper {
    border-radius: 0;
    box-shadow: none;
    height: 500px;
    background-attachment: scroll;
    background-size: auto 500px;
  }

  div#cover-dimmer {
    border-radius: 0;
    height: 500px;
    opacity: 0.6;
  }



  div#cta-section{
    padding: 0px 0 100px;
  }


  div#cta-section ul li {
      margin-left: -10px;
  }

}
