.main-header {
  width: 100%;
}

.header-book-banner {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 8px 0;
  background-color: #ffbdbd;
  justify-content: space-around;
}
@media screen and (max-width: 1000px) {
  .header-book-banner {
    padding: 5px 0;
  }
}
@media screen and (max-width: 540px) {
  .header-book-banner {
    justify-content: space-around;
  }
}

.header-book-element__book-image {
  width: 90px;
  height: auto;
}
.header-book-element__main-text {
  display: block;
  font-family: "Hammersmith One", sans-serif;
  font-size: 2em;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .header-book-element__main-text {
    font-size: 2em;
    margin-top: 6px;
  }
}
@media screen and (max-width: 540px) {
  .header-book-element__main-text {
    font-size: 1.4em;
    margin-top: 9px;
  }
}
@media screen and (max-width: 420px) {
  .header-book-element__main-text {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1000px) {
  .header-book-element--first {
    display: none;
  }
}

.header-link-button {
  display: block;
  background-color: #000000;
  color: #ffffff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.1s ease-in;
}
.header-link-button:hover {
  background-color: #b22929;
}
@media screen and (max-width: 1000px) {
  .header-link-button {
    margin-top: 2px;
  }
}
@media screen and (max-width: 420px) {
  .header-link-button {
    margin-top: 0;
  }
}

.header-top-bar {
  width: 100%;
  border-bottom: 3px solid #b22929;
}
.header-top-bar__social {
  margin: 15px 0;
}
.header-top-bar__social ul {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}
@media screen and (max-width: 450px) {
  .header-top-bar__social ul {
    justify-content: center;
  }
}
.header-top-bar__social a {
  text-decoration: none;
  color: #000000;
}
.header-top-bar__element {
  margin-right: 25px;
}
.header-top-bar__element--instagram-link {
  margin-right: 12px;
}
.header-top-bar__social-icon {
  width: 44px;
  height: 44px;
}
.header-top-bar__social-icon--instagram {
  width: 37px;
  height: 43px;
}
.header-top-bar__social-icon--phone {
  width: 53px;
  height: 44px;
}
.header-top-bar__phone-number {
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  font-size: 19px;
  letter-spacing: 1px;
}

.section-title {
  display: block;
  font-family: "Hammersmith One", sans-serif;
  font-size: 4em;
  text-align: center;
}
.section-title::before {
  content: "";
  background: linear-gradient(to top right, #b22929 49.5%, transparent 50%) top right, linear-gradient(to top left, #b22929 49.5%, transparent 50%) top left, linear-gradient(to bottom right, #b22929 49.5%, transparent 50%) bottom right, linear-gradient(to bottom left, #b22929 49.5%, transparent 50%) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  width: 34px;
  /* 2*sin(120/2)*150 = 260 */
  height: 34px;
  /* 2*sin(60/2)*150  = 150 OR 2*cos(120/2)*150  = 150*/
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 6px;
}
.section-title::after {
  content: "";
  background: linear-gradient(to top right, #b22929 49.5%, transparent 50%) top right, linear-gradient(to top left, #b22929 49.5%, transparent 50%) top left, linear-gradient(to bottom right, #b22929 49.5%, transparent 50%) bottom right, linear-gradient(to bottom left, #b22929 49.5%, transparent 50%) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  width: 34px;
  /* 2*sin(120/2)*150 = 260 */
  height: 34px;
  /* 2*sin(60/2)*150  = 150 OR 2*cos(120/2)*150  = 150*/
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
@media screen and (max-width: 490px) {
  .section-title {
    font-size: 2.5em;
  }
}

.home-hero {
  width: 100%;
  max-width: 1450px;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 400px) {
  .home-hero {
    margin: 18px auto 0 auto;
  }
}
.home-hero__content-wrapper {
  display: flex;
  width: 95%;
  margin: 0 auto;
  justify-content: space-around;
}
@media screen and (max-width: 950px) {
  .home-hero__content-wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 400px) {
  .home-hero__content-wrapper {
    margin-top: 19px;
  }
}
.home-hero__logo {
  width: 650px;
  height: auto;
}
@media screen and (max-width: 1290px) {
  .home-hero__logo {
    width: 545px;
  }
}
@media screen and (max-width: 950px) {
  .home-hero__logo {
    margin: 20px auto 0 auto;
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .home-hero__logo {
    width: 320px;
  }
}
@media screen and (max-width: 400px) {
  .home-hero__logo {
    margin: 0 auto;
  }
}
.home-hero__title {
  font-family: "Hammersmith One", sans-serif;
  font-size: 6em;
}
@media screen and (max-width: 700px) {
  .home-hero__title {
    font-size: 3em;
  }
}
@media screen and (max-width: 700px) {
  .home-hero__title {
    font-size: 2.5em;
  }
}
.home-hero__title-wrapper {
  margin-left: 30px;
  margin-top: 183px;
}
@media screen and (max-width: 1290px) {
  .home-hero__title-wrapper {
    margin-top: 56px;
  }
}
@media screen and (max-width: 430px) {
  .home-hero__title-wrapper {
    margin-top: 19px;
  }
}
.home-hero__description {
  font-size: 20px;
  margin-top: 30px;
  line-height: 26px;
  margin-left: 10px;
}
@media screen and (max-width: 700px) {
  .home-hero__description {
    margin-left: 0;
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .home-hero__description {
    font-size: 18px;
    margin-top: 20px;
  }
}

.home-image-text {
  width: 100%;
  max-width: 1450px;
  margin: 130px auto 0 auto;
}
@media screen and (max-width: 870px) {
  .home-image-text {
    margin: 0 auto;
  }
}
.home-image-text__content-wrapper {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 870px) {
  .home-image-text__content-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.home-image-text__content {
  margin-top: 50px;
}
.home-image-text__content p {
  font-size: 20px;
  line-height: 26px;
  width: 80%;
  margin-bottom: 25px;
}
@media screen and (max-width: 450px) {
  .home-image-text__content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .home-image-text__content p {
    margin-left: 0;
    width: 95%;
  }
}
@media screen and (max-width: 870px) {
  .home-image-text__content p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-image-text__image img {
  width: 520px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .home-image-text__image img {
    margin-top: 100px;
  }
}
@media screen and (max-width: 870px) {
  .home-image-text__image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 585px) {
  .home-image-text__image img {
    width: 300px;
  }
}

.home-masters {
  margin: 100px auto 0 auto;
}
.home-masters__section-wrapper {
  background-color: #f8f8f8;
  width: 100%;
}
.home-masters__section {
  display: flex;
  width: 100%;
  max-width: 1450px;
  justify-content: space-around;
  margin: 50px auto;
  padding: 100px 0;
}
@media screen and (max-width: 1450px) {
  .home-masters__section {
    width: 80%;
  }
}
@media screen and (max-width: 930px) {
  .home-masters__section {
    width: 90%;
    flex-direction: column;
  }
}
@media screen and (max-width: 490px) {
  .home-masters__section {
    padding: 72px 0;
    margin: 35px auto;
  }
}
.home-masters__image img {
  max-width: 635px;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 1450px) {
  .home-masters__image img {
    width: 425px;
  }
}
@media screen and (max-width: 930px) {
  .home-masters__image img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.home-masters__content {
  margin-left: 50px;
}
@media screen and (max-width: 930px) {
  .home-masters__content {
    width: 90%;
    margin: 40px auto 0 auto;
  }
}
.home-masters__content-title {
  font-size: 2.5em;
  border-bottom: 2px solid #b22929;
}
.home-masters__list-content {
  font-size: 20px;
  line-height: 26px;
  list-style-type: disc;
  margin: 20px 0 0 20px;
}
@media screen and (max-width: 450px) {
  .home-masters__list-content {
    font-size: 18px;
  }
}
.home-masters__list-content li::marker {
  color: #b22929;
}
.home-masters__list-content span {
  font-weight: bold;
  color: #b22929;
}
@media screen and (max-width: 930px) {
  .home-masters__image--alternative {
    margin-top: 50px;
  }
}
.home-masters__description p {
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
}
@media screen and (max-width: 450px) {
  .home-masters__description p {
    font-size: 18px;
  }
}
.home-masters__section-wrapper--alternative {
  background-color: transparent;
}
@media screen and (max-width: 930px) {
  .home-masters__section-wrapper--alternative {
    margin-top: -88px;
  }
}
.home-masters__section--alternative {
  flex-direction: row-reverse;
}
@media screen and (max-width: 930px) {
  .home-masters__section--alternative {
    flex-direction: column-reverse;
  }
}
.home-masters__content--alternative {
  margin-left: 0;
  margin-right: 50px;
}
@media screen and (max-width: 930px) {
  .home-masters__content--alternative {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 550px) {
  .home-masters__content--alternative {
    margin-top: 10px;
  }
}

.home-book {
  margin-bottom: 50px;
}
.home-book__main-section {
  background-color: #f8f8f8;
  margin-top: 50px;
  padding: 60px 0;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 1040px) {
  .home-book__main-section {
    flex-direction: column;
  }
}
@media screen and (max-width: 450px) {
  .home-book__main-section {
    padding-top: 0;
  }
}
.home-book__book-image {
  width: 340px;
  height: 100%;
}
@media screen and (max-width: 1040px) {
  .home-book__book-image {
    display: block;
    margin: 0 auto 40px auto;
  }
}
@media screen and (max-width: 450px) {
  .home-book__book-image {
    width: 100%;
  }
}
.home-book__details-wrapper {
  max-width: 520px;
}
@media screen and (max-width: 1040px) {
  .home-book__details-wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .home-book__details-wrapper {
    width: 80%;
  }
}
.home-book__main-section-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  border-bottom: 2px solid #b22929;
  padding-bottom: 7px;
}
.home-book__description {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 450px) {
  .home-book__description {
    font-size: 18px;
  }
}
.home-book__links {
  margin-top: 35px;
}
.home-book__links ul {
  list-style-type: none;
}

.header-link-button--main-section {
  max-width: 106px;
  margin-top: 15px;
}

.home-video__wrapper {
  width: 100%;
  max-width: 1450px;
  margin: 50px auto;
}
.home-video__wrapper video {
  display: block;
  width: 100%;
  height: auto;
}
.home-video__video-desc {
  color: #808080;
  margin: 10px auto 0 auto;
}
@media screen and (max-width: 1450px) {
  .home-video__video-desc {
    width: 90%;
  }
}

.home-gallery {
  margin: 80px auto 0 auto;
}
.home-gallery__content {
  font-size: 20px;
  margin-top: 30px;
  line-height: 26px;
  width: 70%;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .home-gallery__content {
    font-size: 18px;
    width: 90%;
  }
}
.home-gallery__separator {
  width: 80%;
  margin: 10px auto;
  border: 2px solid #b22929;
}
@media (max-width: 768px) {
  .home-gallery__separator {
    margin-top: -36px;
  }
}
.home-gallery__grid-wrapper {
  width: 100%;
  background-color: #f8f8f8;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  max-width: 1450px;
  margin: 80px auto 120px auto;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .gallery-grid {
    flex-direction: column;
    height: auto;
    padding: 0;
  }
}
.gallery-grid__left-image, .gallery-grid__right-images {
  flex: 1 1 50%;
  position: relative;
}
@media (max-width: 786px) {
  .gallery-grid__left-image, .gallery-grid__right-images {
    flex: 1 1 100%;
    width: 100%;
  }
}
.gallery-grid__left-image img {
  width: 100%;
  height: 100%;
  max-width: 590px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
@media (max-width: 786px) {
  .gallery-grid__left-image img {
    max-width: none;
    height: auto;
  }
}
.gallery-grid__right-images {
  display: flex;
  flex-direction: column;
}
.gallery-grid__right-images img {
  width: 100%;
  height: 50%;
  object-fit: cover;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 786px) {
  .gallery-grid__right-images img {
    max-width: none;
    height: auto;
  }
}

.home-multiple-image-text {
  margin: 120px auto 0 auto;
}
.home-multiple-image-text__section {
  display: flex;
  width: 100%;
  max-width: 1450px;
  justify-content: space-around;
  margin: 80px auto 120px auto;
}
@media screen and (max-width: 1450px) {
  .home-multiple-image-text__section {
    width: 80%;
  }
}
@media screen and (max-width: 930px) {
  .home-multiple-image-text__section {
    width: 90%;
    flex-direction: column;
  }
}
@media screen and (max-width: 490px) {
  .home-multiple-image-text__section {
    margin: 30px auto;
  }
}
.home-multiple-image-text__section--alternative {
  flex-direction: row-reverse;
}
@media screen and (max-width: 930px) {
  .home-multiple-image-text__section--alternative {
    flex-direction: column;
  }
}
.home-multiple-image-text__image img {
  max-width: 550px;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 1450px) {
  .home-multiple-image-text__image img {
    width: 410px;
  }
}
@media screen and (max-width: 930px) {
  .home-multiple-image-text__image img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.home-multiple-image-text__content {
  margin-left: 50px;
}
@media screen and (max-width: 930px) {
  .home-multiple-image-text__content {
    width: 80%;
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 490px) {
  .home-multiple-image-text__content {
    width: 90%;
  }
}
.home-multiple-image-text__content--alternative {
  margin-left: 0;
  margin-right: 50px;
}
@media screen and (max-width: 930px) {
  .home-multiple-image-text__content--alternative {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 550px) {
  .home-multiple-image-text__content--alternative {
    margin-top: 10px;
  }
}
.home-multiple-image-text__title {
  font-size: 2.5em;
  border-bottom: 2px solid #b22929;
}
.home-multiple-image-text__text-content p {
  font-size: 20px;
  line-height: 26px;
  margin-top: 15px;
}
@media screen and (max-width: 450px) {
  .home-multiple-image-text__text-content p {
    font-size: 18px;
  }
}

.home-quote {
  width: 100%;
  margin: 350px auto 0 auto;
}
@media screen and (max-width: 490px) {
  .home-quote {
    margin-top: 283px;
  }
}
.home-quote__box-wrapper {
  position: relative;
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
  background-color: #f8f8f8;
  border-top: 5px solid #b22929;
}
.home-quote__logo {
  display: block;
  position: absolute;
  width: 215px;
  height: auto;
  left: 44%;
  top: -227px;
  z-index: -10;
}
@media screen and (max-width: 940px) {
  .home-quote__logo {
    left: 36%;
  }
}
@media screen and (max-width: 580px) {
  .home-quote__logo {
    left: 26%;
  }
}
@media screen and (max-width: 490px) {
  .home-quote__logo {
    left: 15%;
  }
}
.home-quote__content {
  font-size: 29px;
  line-height: 41px;
  font-weight: 100;
  width: 69%;
  margin: 25px auto 0 auto;
  padding-bottom: 25px;
}
@media screen and (max-width: 490px) {
  .home-quote__content {
    font-size: 26px;
  }
}
.home-quote__author {
  display: block;
  font-size: 20px;
  width: 85%;
  max-width: 1200px;
  margin: 10px auto 0 auto;
  text-align: right;
  font-style: italic;
}

.home-contact {
  margin: 100px auto 0 auto;
}
.home-contact__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1450px;
  justify-content: space-around;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 450px) {
  .home-contact__wrapper {
    margin-top: 50px;
  }
}
.home-contact__item {
  width: 420px;
  margin-top: 50px;
  background-color: #ffbdbd;
  transition: background-color 0.2s ease-in;
}
.home-contact__item:hover {
  background-color: #dac4c4;
}
@media screen and (max-width: 450px) {
  .home-contact__item {
    margin-top: 0;
  }
  .home-contact__item--phone {
    background-color: #ffaaaa;
  }
}
.home-contact__wrapper-link {
  display: block;
  height: 100%;
  text-decoration: none;
}
.home-contact__image img {
  display: block;
  width: 240px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 450px) {
  .home-contact__image img {
    width: 205px;
  }
}
.home-contact__contact-value {
  font-size: 23px;
  line-height: 26px;
  display: block;
  text-align: center;
  margin: 30px auto;
  color: black;
  text-decoration: none;
}
@media screen and (max-width: 450px) {
  .home-contact__contact-value {
    font-size: 20px;
  }
}

.main-footer {
  margin: 130px auto 29px auto;
}
@media screen and (max-width: 450px) {
  .main-footer {
    margin: 50px auto 40px auto;
  }
}
.main-footer__logo {
  position: relative;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}
.main-footer__logo img {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto;
}
.main-footer__main-name {
  margin-top: 40px;
  text-align: center;
  display: block;
  font-family: "Hammersmith One", sans-serif;
  font-size: 2em;
}
.main-footer__disclaimer {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #808080;
  margin-top: 12px;
}
@media screen and (max-width: 450px) {
  .main-footer__disclaimer {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.full-width-module {
  display: block;
  width: 100%;
}