@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100;200;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@300;400;500;600;700;800;900&family=Lora:wght@400;500;600;700&family=Roboto+Condensed:wght@100;200;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@300;400;500;600;700;800;900&family=Great+Vibes&family=Lora:wght@400;500;600;700&family=Roboto+Condensed:wght@100;200;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Bitter", serif;
}

html {
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b.colored {
  color: #fb3199;
}

/* 
 * Typography styles
 */

h1,
h2,
h3 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1em;
  margin: 0;
}

h1 {
  font-size: 40px;
  line-height: em;
  margin: 5px 0;
}

h2 {
  font-size: 20px;
  margin: 15px 0 10px 0;
}

h3 {
  font-size: 25px;
}

p {
  font-family: "Bitter", serif;
  margin: 10px 0;
}

span {
  display: block;
  font-family: "Great Vibes", cursive;
  color: #fb3199;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: -10px;
}

ul {
  padding: 0;
  margin: 5px 0 0 5px;
  list-style-type: "→ ";
  list-style-position: inside;
}

/* 
 * General styles
 */

section .container {
  width: 500px;
  margin: auto;
}

section .container .head {
  text-align: center;
  margin: auto;
}

/* 
 * Buy books CTA
 */

.buy {
  display: block;
  grid-template-columns: 1fr 1fr;
  position: fixed;
  width: 500px;
  background: #2b2d33;
  padding: 15px 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.buy .btn-buy {
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  float: right;
  cursor: pointer;
  width: 100%;
}

.buy .btn-buy:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.buy .btn-buy p {
  font-size: 11px;
  letter-spacing: 1px;
  margin: 1px;
  opacity: 0.6;
}

/*
 * Header styles
 */

header {
  text-align: center;
  width: 100%;
}

header .slogan {
  background: #fb3199;
  display: inline-block;
  width: 500px;
  padding: 10px 30px;
  color: white;
  border-radius: 0 0 5px 5px;
  text-transform: uppercase;
}

header .logo {
  padding-top: 30px;
}

header .logo img {
  max-width: 320px;
}

/*
 * Hero styles
 */

section.hero {
  background: url("/images/background.jpg");
  background-size: cover;
}

section.hero .container {
  padding: 30px 0;
}

section.hero .container .content img {
  border-radius: 5px;
}

/*
 * About styles
 */

section.about {
  padding: 30px 0;
}

section.about .marks {
  max-width: 40px;
  opacity: 0.3;
}

section.about h3 {
  font-size: 30px;
  margin: 10px 0;
}

section.about .instagram {
  display: inline-flex;
  align-items: center;
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  border-radius: 5px;
  padding: 10px 12px;
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
}

section.about .instagram img {
  max-width: 20px;
  margin-right: 10px;
}

/*
 * Mockup styles
 */

section.mockup {
  padding: 30px 0 0 0;
  margin-bottom: -60px;
}

section.mockup .container {
  padding: 0 30px;
}

section.mockup img {
  max-width: 100%;
}

/*
 * Quote styles
 */

section.quote {
  padding: 0 0 30px 0;
}

section.quote .content {
  background: #fb3199;
  border-radius: 5px;
  padding: 60px 30px 30px 30px;
}

section.quote .marks {
  max-width: 30px;
  opacity: 0.3;
}

section.quote h3 {
  margin: 10px 0;
  color: white;
}

section.quote span {
  color: black;
  font-size: 30px;
  margin-top: 20px;
  opacity: 0.3;
}

/* 
 * FAQ styles
 */

section.faq {
  padding: 30px 0;
}

section.faq .content {
  background: #f8f8f8;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
}

section.faq .content h1 {
  font-size: 20px;
  color: #fb3199;
}

section.faq .content p {
  margin-bottom: 15px;
}

/* 
 * Footer styling
 */

footer {
  text-align: center;
  width: 100%;
}

footer .credits {
  background: #fb3199;
  display: inline-block;
  width: 500px;
  padding: 10px 30px 80px 30px;
  color: white;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
}

footer .credits p {
  font-size: 13px;
  text-transform: none;
}

/* 
 * Mobile styling
 */

@media only screen and (max-width: 768px) {
  section .container {
    width: 100%;

    padding: 0 30px;
    margin: 0 auto;
  }

  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 14px;
  }

  h3 {
    font-size: 18px;
  }

  span {
    font-size: 30px;
  }

  p {
    font-size: 14px;
  }

  /* 
  * Buy books CTA
  */

  .buy {
    width: 100%;
  }

  .buy .btn-buy {
    font-size: 14px;
  }
  .buy .btn-buy p {
    font-size: 9px;
  }

  /*
  * Header styles
  */

  header {
    padding: 0 30px;
  }

  header .slogan {
    width: 100%;
  }

  header .logo img {
    width: 100%;
  }

  /*
  * Hero styles
  */

  section.hero .container {
    padding: 30px;
  }

  section.hero .container .content img {
    width: 100%;
  }

  /*
  * Mockup styles
  */

  section.mockup {
    padding: 0;
    margin-bottom: -110px;
  }

  section.mockup .container {
    padding: 60px;
  }

  /* 
  * Footer styling
  */

  footer {
    padding: 0 30px;
  }

  footer .credits {
    width: 100%;
  }

  footer .credits p {
    font-size: 11px;
  }
}
