a {
  text-decoration: underline;
}

.homehero {
  font-family: 'Droid Sans', sans-serif;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.navcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navheader {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.navlink {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.navlink:hover {
  text-decoration: underline;
}

.navorder {
  -webkit-transition: border-radius 200ms ease-in-out, color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: border-radius 200ms ease-in-out, color 200ms ease-in-out, background-color 200ms ease-in-out;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #cf4141;
  font-size: 18px;
  font-weight: 700;
}

.navorder:hover {
  border-radius: 10px;
  background-color: #cf4141;
  color: #fff;
}

.bodybg {
  background-color: #1f1f1f;
}

.homedivbasket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homeherocontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.herowords {
  position: relative;
  z-index: 2;
  margin-bottom: 36px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}

.herocontentbox {
  position: relative;
  z-index: 2;
  width: 80%;
}

.bookcontentbox {
  position: absolute;
  top: -40px;
  right: 0vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.homeherodiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.herotextsmall {
  margin-top: 76px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.herotextsmalcontainter {
  width: 70%;
  padding-right: 31px;
}

.body {
  background-color: #000;
}

.herobuttoncontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heroorderbutton {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: 51px;
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8d1919;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
}

.herolearnmorebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(56, 152, 236, 0);
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #cf3e3e;
  font-size: 20px;
  text-decoration: underline;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #484848;
}

.aboutheading {
  position: relative;
  z-index: 2;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
}

.aboutbooktext {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.aboutbasket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breaktext {
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.breakconatainer {
  position: static;
  z-index: 2;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  text-align: center;
}

.section-2 {
  position: static;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url('../images/boybanner1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.aboutauthorconatiner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #711;
}

.authorimagecontainer {
  position: static;
  left: 0vw;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aboutauthortextcont {
  position: relative;
  padding-top: 50px;
}

.aboutauthtext {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.aboutauthorheader {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
}

.footercollumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image {
  width: 40%;
}

.smline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.infoline {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
}

.infoline:hover {
  color: #fe3030;
}

.smimage {
  margin-right: 20px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #fe3030;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #fe3030;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-3:hover {
  color: #fe3030;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-4:hover {
  color: #fe3030;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.link-5:hover {
  color: #fe3030;
}

.link-block {
  text-decoration: none;
}

.aboutbookimage {
  width: 40%;
}

.aboutbookwords {
  width: 60%;
}

.section-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.homeheroimage {
  width: 40%;
}

.homeherowordsblock {
  position: relative;
  width: 50%;
  padding-top: 39px;
}

.herogltitle {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
}

.imagecollumncontainer {
  position: relative;
}

.columns {
  width: 100%;
}

.columnimg {
  width: 100%;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block {
  padding-top: 283px;
  color: #f3ebeb;
}

.image-3 {
  text-align: center;
}

.column-4 {
  text-align: center;
}

.text-block-2 {
  color: #f8f5f5;
}

.section-5 {
  padding-top: 19px;
}

.div-block {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .navlink {
    text-align: center;
  }
  .navorder {
    text-align: center;
  }
  .aboutheading {
    font-size: 30px;
  }
  .aboutbooktext {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .breaktext {
    font-size: 30px;
  }
  .section-2 {
    background-position: 0% 50%;
  }
  .aboutauthorconatiner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .aboutauthortextcont {
    padding-top: 0px;
  }
  .aboutauthtext {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 14px;
  }
  .aboutauthorheader {
    font-size: 30px;
  }
  .footercollumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .socialmediadiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image {
    width: 20%;
  }
  .smline {
    padding-left: 30px;
  }
  .aboutbookimage {
    width: 50%;
  }
  .nav-menu {
    background-color: #000;
    text-align: left;
  }
  .menu-button {
    background-color: #cc3a3a;
  }
  .menu-button.w--open {
    background-color: #771b1b;
  }
  .icon {
    color: #fff;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-3 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
}

@media screen and (max-width: 767px) {
  .homeherodiv {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .aboutbasket {
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .authorimagecontainer {
    width: 60%;
  }
  .footercollumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .smline {
    padding-left: 8px;
  }
  .aboutbookimage {
    width: 70%;
  }
  .aboutbookwords {
    width: 90%;
  }
  .homeheroimage {
    width: 70%;
  }
  .homeherowordsblock {
    width: 70%;
    padding-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .aboutheading {
    font-size: 25px;
    text-align: center;
  }
  .section-2 {
    background-position: 0% 50%;
  }
  .aboutauthorconatiner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .authorimagecontainer {
    width: 90%;
    margin-right: 0px;
  }
  .socialmediadiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image {
    width: 40%;
  }
}

