html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-family: "Gotham A", "Gotham B";
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #008a46;
}
sup {
  font-size: 50%;
}

strong {
  font-weight: bold;
}

::selection {
  background: rgba(90, 157, 63, 0.5);
  /* Safari */
}

::-moz-selection {
  background: rgba(90, 157, 63, 0.5);
  /* Firefox */
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h2 {
  font-size: 20px;
}

img {
  max-width: 100%;
}

html {
  position: relative;
}

body {
  background-color: #92b932;
}

.headerContainer {
  background: #3796c8;
  background: linear-gradient(0deg, #3796c8 0%, #2484c6 100%);
  padding: 15px;
}

.logo {
  max-width: 200px;
  margin: 0 auto 65px;
  padding-top: 25px;
}

#bookList {
  max-width: 1000px;
  margin: 0 auto;
}
#bookList h2 {
  display: none;
}
@media (min-width: 1025px) {
  #bookList h2 {
    display: block;
    text-align: center;
    padding-bottom: 0;
    font-size: 2.1em;
    text-transform: lowercase;
    padding-top: 70px;
  }
}
#bookList ul {
  margin-bottom: 25px;
  width: 90%;
  margin: 0 auto 35px;
}
@media (min-width: 1025px) {
  #bookList ul {
    display: flex;
    position: relative;
    top: 70px;
    z-index: 99;
  }
}
#bookList ul li {
  text-align: center;
  margin: 0 auto 75px;
}
#bookList ul li img {
  max-width: 200px;
  margin: 0 auto 39px;
  box-shadow: 0 10px 15px color(srgb 0.023 0.163 0.321);
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#bookList ul li > a:hover img {
  top: -10px;
  box-shadow: 0 8px 40px rgba(6, 0, 107, 0.388);
}
#bookList ul .bookLinks {
  display: flex;
  align-content: center;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
#bookList ul .bookLinks a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  #bookList ul .bookLinks a {
    margin: 10px 15px;
  }
}
#bookList ul .bookLinks a img {
  box-shadow: none;
  max-width: 100%;
  position: relative;
}
#bookList ul .bookLinks a:first-child {
  width: 45px;
}
#bookList ul .bookLinks a:nth-child(2) {
  width: 55px;
}
#bookList ul .bookLinks a:last-child {
  width: 75px;
}
#bookList ul .bookLinks a:hover img {
  opacity: 0.75;
}

#backgroundImage {
  text-align: center;
  background: #93b931 url("../images/aligory-bkg-mobile2.jpg") no-repeat center top;
  background-size: contain;
  margin: 0;
  padding: 0;
  padding-top: 110%;
  padding-bottom: 75px;
  position: relative;
}
@media (min-width: 768px) {
  #backgroundImage {
    background: #92b932 url("../images/aligory-bkg-tablet2.jpg") no-repeat center 0;
    background-size: contain;
    padding-top: 60%;
  }
}
@media (min-width: 1025px) {
  #backgroundImage {
    background: #92b932 url("../images/aligory-bkg-ext.jpg") no-repeat 0 center;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin: 0;
    padding-top: 75%;
  }
}

h2,
.gform_confirmation_message {
  font-family: proxima-soft, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 15px 5% 25px;
  font-size: 1.5em;
  color: #FEE49A;
}

.signup {
  max-width: 350px;
  margin: 0 auto;
  z-index: 999;
  position: relative;
}
@media (min-width: 768px) {
  .signup {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .signup {
    position: absolute;
    right: 5%;
    top: 10%;
    padding: 0;
    padding-top: 100px;
    padding-bottom: 95px;
  }
}
@media (min-width: 1200px) {
  .signup {
    right: 10%;
  }
}

.signup img.stayintouch {
  max-width: 100%;
  width: 300px;
  margin: 0 auto 15px;
}

/*---------------------------------------------------------------------------------------------
*
*  @Forms
*
*---------------------------------------------------------------------------------------------*/
.signup .gform_wrapper.gravity-theme {
  max-width: 350px;
  margin: 0 auto;
  font-family: proxima-soft, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.signup .gform_wrapper.gravity-theme label {
  color: #4F3517;
  font-weight: normal;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.signup .gform_wrapper.gravity-theme .gfield_required {
  display: none !important;
}
.signup .gform_wrapper.gravity-theme input[type=email],
.signup .gform_wrapper.gravity-theme textarea {
  border: 2px solid #4F3517;
  font-family: proxima-soft, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 35px;
  padding: 15px;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.signup .gform_wrapper.gravity-theme textarea.large {
  height: 150px !important;
  border-radius: 25px;
}
.signup .gform_wrapper.gravity-theme .gform_footer input {
  -webkit-appearance: none;
  background-color: #FF9B00;
  border: none;
  color: white;
  padding: 10px 45px;
  font-family: proxima-soft, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3em;
  border-radius: 35px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

ul.socialLinks li {
  width: 40px;
  height: 40px;
  margin: 35px 8px;
  display: inline-block;
}

ul.socialDesktop {
  display: none;
  position: absolute;
  right: 30px;
  top: 0px;
}
@media (min-width: 900px) {
  ul.socialDesktop {
    display: block;
  }
}

ul.socialMobile {
  padding-top: 55px;
}
@media (min-width: 900px) {
  ul.socialMobile {
    display: none;
  }
}
