h1, h2, h3, h4, p, a, span, div {
  font-family: 'Arvo', sans-serif;
    font-size: 1em;
    color: #afcdd4;
}

p, a, span, div {
  font-weight: initial;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

html {
  background-color: #000;
  padding-top: 200px;
  height: 100%
}

body  {
  height:auto;
  width:100%;

  /*Fallback if gradeints don't work */
  background: #000;
  /*Linear gradient... */
  /*background:
    radial-gradient(
     at center, rgba(30,48,57,0.2), #000
    );*/
}

.container-fluid {
  max-width: 1200px;
}

.home-module>.col-sm-6:nth-child(1) {
  padding-right: 0;
  border-right: #000 solid 5px;
}

.home-module>.col-sm-6:nth-child(2) {
  padding-left: 0;
  border-left: #000 solid 5px;
}

.home-module hr {
    border: 1px solid #afcdd4;
    width: 25%;
}

.home-img {
  width: 100%;
  height: 685px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: #000 solid 10px;
}

.home-img h1 {
      font-size: 48px;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    padding: 20px;
    color: #afcdd4;
    font-family: "SquareSerif-Book";
    text-transform: uppercase;
    letter-spacing: 2px;
}

.home-text {
  min-height: 300px;
  padding: 75px;
}

.module-copy>div {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  position: relative;
  float: left;
}

.home-text .module-copy div>div {
  margin: auto;
}

.home-text  .module-copy>div:first-child>div {
  margin: auto 0;
}

.home-img .home-overlay {
      display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-text span {
    color: #afcdd4;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
}

.home-text p {
  color: #4d7a91;
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 1.2px;
}

.home-shop {
  margin-left: 65px;
  margin-right: 65px;
  margin-top: 50px;
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 5px solid #3a5f72;
  color: #afcdd4;
  transition: 0.3s;
}

.home-shop a {
  display: inline-block;
  text-decoration: none;
        width: 100%;
    height: 100%;
    color: inherit!important;
    transition: 0s;
        -webkit-background-clip: unset;
    background: none;
    -webkit-text-fill-color: unset;
}

.home-shop a div {
  display: inline-block;
  color: inherit!important;
  font-size: 48px;
  padding: 15px 25px;
  background-color: rgba(0,0,0,0.5);
  text-transform: uppercase;
  font-family: "SquareSerif-Book";
}

.home-shop.color-6,
.home-social>div>div.color-6 {
  border-color: #73C8AF!important;
  color: #72CCDA!important;
}
.home-shop.color-5,
.home-social>div>div.color-5 {
  border-color: #F1EFDA!important;
  color: #E43449!important;
}
.home-shop.color-4,
.home-social>div>div.color-4 {
  border-color: #F7A330!important;
  color: #F08571!important;
}
.home-shop.color-3,
.home-social>div>div.color-3 {
  border-color: #F08571!important;
  color: #F7A330!important;
}
.home-shop.color-2,
.home-social>div>div.color-2 {
  border-color: #E43449!important;
  color: #F1EFDA!important;
}
.home-shop.color-1,
.home-social>div>div.color-1 {
  border-color: #72CCDA!important;
  color: #73C8AF!important;
}

.home-social {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 50px;
}

.home-social>div {
  height: 350px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 15px solid #000;
}

.home-social>div>div {
      border: 5px solid #3a5f72;
    transition: 0.5s;
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-social div a {
  margin-top: 25px;
  text-align: right;
  width: 100%;
  margin-right: 25px;
  background-image: none;
    background-size: cover;
    background-position: center center;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff;
}

.home-social div i {
      font-size: 40px;
    background-color: #3a5f72;
    border-radius: 15px;
    padding: 3px 6px;
}

.home-social div i:hover,
.home-social div a:hover {
  color: #fda81e;
}

/*.home-facebook.col-xs-4 {
    border-right: solid 16.67px #000;
}

.home-instagram.col-xs-4 {
  border-left: solid 8.33px #000;
  border-right: solid 8.33px #000;
}

.home-twitter.col-xs-4 {
  border-left: solid 16.67px #000;
}*/

@media (max-width: 767px) {
  .home-module>.col-sm-6:nth-child(1) {
    padding-right: 15px;
    border: none;
  }

  .home-module>.col-sm-6:nth-child(2) {
    padding-left: 15px;
    border: none;
  }

  .home-shop {
    margin-left: 15px;
    margin-right: 15px;
  }

  .home-social {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .home-social>div {
      margin-top: 15px;
  }

  #newsletter {
    width: 100%;
  }
}
