body {
  background-color: white;
  margin-top: 100px;
}

.main {
  height: 90%;
  /*border: 1px solid green;*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0% 5%;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* GENERAL | HOME | ABOUT | SERVICES | FAQ | CONTACT | PRIVACY | REGISTER | SIGN IN */

/* GENERAL */
.container {
  outline: 6px solid var(--norway-blue);
  border-radius: 8px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pic-section {
  /*border: 1px solid green;*/
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-section {
  height: 20%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.generic-para {
  /*border: 1px solid black;*/
  width: 90%;
  margin-bottom: 30px;
  text-align: justify;
  font-family: var(--general-font);
  font-weight: var(--general-weight);
  font-size: var(--text-size);
  color: black;
}

.button-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 21.5px;
  margin-bottom: 0px;
  width: 100%;
  height: 10%;
}

.button {
  background-color: var(--norway-blue);
  border: none;
  border-radius: 6px;
  padding: 8px;
  width: 50%;
  color: white;
  text-align: center;
}

.button:hover {
  opacity: 0.8;
  transition: 0.1s;
  box-shadow: 0px 5px var(--box-hover);
}

.button-link {
  color: white;
  font-family: var(--general-font);
  font-size: var(--btn-font-size);
  font-weight: var(--sub-heading-weight);
  text-decoration: none;
}

.button-link:hover {
  cursor: pointer;
}

.button-link:active {
  color:white;
}

.center-text {
  text-align: center;
  font-family: var(--general-font);
  font-weight: var(--general-weight);
}

.page-link,
.page-link:active {
  color: var(--norway-blue);
}

.title-section {
  /*border: 1px solid black;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  margin-top: 40px;
  font-family: var(--general-font);
  font-size: var(--title-size);
}

.sub-heading {
  font-family: var(--general-font);
  font-weight: var(--sub-heading-weight);
  font-size: var(--sub-heading-size);
}


/* HOME */
.home-main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 450px;
  background-image: url(../images/sunny-norway.png);
  background-position: 0% 35%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 40px;
  border-bottom: 2px solid white;
  margin: -25px -8px 0px -8px;
}

.welcome-title {
  color: white;
  font-family: var(--general-font);
  font-size: 56px;
  margin-top: 150px;
}

.slbtn {
  width: 300px;
  padding: 10px 0px;
  font-size: 18px;
}

.about-services-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  margin: 50px 50px 70px 50px;
  justify-items: center;
  width: 90%;
}

.homepage-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-container {
  width: 80%;
  height: 100%;
  margin-bottom: 30px;
  padding: 8px;
}

.sizzle {
  /*border: 1px solid red;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
}

.sizzle-points-container {
  /*border: 1px solid black;*/
  display: flex;
  flex-direction: row;
  width: 100%;
}

.sizzle-points-container2 {
  /*border: 1px solid black;*/
  display: flex;
  flex-direction: row;
  width: 75%;
}

.sizzle-points {
  /*border: 1px solid blue;*/
  flex: 1;
  align-items: center;
}

.sizzle-columns {
  font-weight: 600;
  font-size: 24px;
  margin: 20px;
}

.icon-section {
  /*border: 1px solid green;*/
  display: flex;
  justify-content: center;
}

.home-icon {
  width: 25%;
}

.home-about-pic {
  background-image: url(../images/synne-teaching3);
  background-position: 0% 30%;
}

.home-services-pic {
  background-image: url(../images/synne-teaching5);
}

.home-about-pic,
.home-services-pic {
  height: 400px;
  width: 100%;
  border-radius: 8px 8px 0px 0px;
}

.home-button {
  margin-top: 40px;
  margin-bottom: -40px;
}

.testimonial-section {
  margin-bottom: 75px;
  width: 100%;
}

.testimonials {
  /*border: 1px solid pink;*/
  display: flex;
  flex-direction: row;
}

.testimonial-box {
  height: 200px;
  margin: 4px 30px 4px 30px;
  outline: 4px solid var(--norway-blue);
  flex: 1;
}

.review-section {
  /*border: 1px solid red;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 95%;
  height: 100%;
}

.quotes-section-top {
  /*border: 1px solid black;*/
  width: 100%;
  position: absolute;
  top: 15%;
  left: 3%;
}

.quotes-top {
  width: 10%;
  rotate: 180deg;
}

.quotes-section-bottom {
  /*border: 1px solid green;*/
  display: flex;
  justify-content: end;
  width: 100%;
  position: absolute;
  bottom: 15%;
  right: 3%;
}

.quotes-bottom {
  width: 10%;
}

.review {
  width: 80%;
  /*border: 1px solid lime;*/
  position: relative;
}

.review-name {
  font-family: var(--general-font);
  position: absolute;
  bottom: -5%;
}

/* CALL TO ACTION */
.call-to-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px;
}

.call-to-action button {
  width: 100%;
}

/* ABOUT */
.about-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 50px;
  margin-bottom: 30px;
}

.founder-photo {
  background-image: url(../images/synne-headshot.png);
  background-position: 0% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px 8px 0px 0px;
  height: 250px;
}

.founder-name {
  font-family: var(--general-font);
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.web-banner {
  background-image: url(../images/websitebanner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 50%;
  height: 250px;
  border-radius: 8px 8px 0px 0px;
  margin-top: -8px;
}

.about-grid {
  display: flex;
  flex: 1 1;
}

.about-1 {
  padding: 16px;
}

.about-2 {
  padding: 16px;
}

/* SERVICES */
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  row-gap: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.service-btn {
  margin-top: 12px;
}

.one-to-one,
.instagram,
.youtube,
.facebook {
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  border-radius: 8px 8px 0px 0px;
}

.one-to-one {
  background-image: url(../images/synne-teaching4);
}

.instagram {
  background-image: url(../images/solaris-instagram);
  margin-top: -19.5px;
}

.youtube {
  background-image: url(../images/solaris-youtube);
}

.facebook {
  background-image: url(../images/synne-teaching3);
  background-position: 0% 30%;
  margin-top: -39.5px;
}

/* FAQs */
.faq-para {
  font-size: var(--text-size);
}

.faq-grid {
  outline: 6px solid var(--norway-blue);
  border-radius: 8px;
  width: 90%;
  padding: 0px;
  margin: 0px 0px 75px 0px;
}

.question {
  position: relative;
  font-family: var(--general-font);
  font-weight: var(--sub-heading-weight);
  border-bottom: 2px solid var(--norway-blue);
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  margin-bottom: -2px;
  padding: 10px 10px 10px 10px;
  display: block;
  cursor: pointer;
}

.questions {
  display: none;
  padding-bottom: 2px;
}

.question-one {
  border-radius: 8px 8px 0px 0px;
}

.final-question {
  border: none;
  margin-bottom: -4px;
}

.answers {
  padding: 0px;
  margin: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  border-bottom: 2px solid var(--norway-blue);
  transition: 0.1s ease;
}

.answer-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.final-answer {
  border-top: 2px solid var(--norway-blue);
}

.questions:checked ~ .answers {
  height: auto;
  opacity: 1;
  padding: 10px 20px;
}

/* CONTACT */
.form {
  display: flex;
  flex-direction: column;
  outline: 6px solid var(--norway-blue);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 60px;
  width: 40%;
}

.label {
  margin: 6px 0px 6px 10px;
  font-family: var(--general-font);
  font-weight: var(--sub-heading-weight);
}

.input {
  border: 1px solid var(--norway-blue);
  border-radius: 4px;
  padding: 6px;
  margin: 0px 0px 0px 6px;
}

.input::placeholder {
  color: var(--norway-red);
  font-family: var(--general-font);
}

select {
  font-family: var(--general-font);
  color: var(--norway-red);
}

select:hover {
  cursor: pointer;
}

.query-box {
  width: 96%;
  height: 80px;
  border: 1px solid var(--norway-blue);
  border-radius: 4px;
  font-family: var(--general-font);
  font-weight: var(--generic-weight);
}

.query-box::placeholder {
  color: var(--norway-red);
  font-family: var(--general-font);
  font-weight: var(--generic-weight);
}

form .button:hover {
  cursor: pointer;
}

/* PRIVACY POLICY */
.privacy-information {
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading-section {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 90%;
}

/* REGISTER */


/* SIGN IN */
