@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;1,300&display=swap');

body {
  text-align: center;
  color: white;
  font-family: 'Roboto', sans-serif;
}

.background {
  background-color: #171616;
  background-image: url("images/background.jpg");
}

.background-only {
  background-color: black !important;
}

.top {
  margin-top: 12px;
  margin-bottom: 8px;
}

.cover-img {
  margin: 10px auto;
  height: 400px;
  max-height: 92vw;
  width: auto;
  border: 14px solid rgba(255, 255, 255);
}

.cover-img-only {
  margin: 10px auto;
  height: 400px;
  max-height: 92vw;
  width: auto;
}

.header-img {
  margin: 2.5vh auto 0.5vh;
  width: calc(480px + 15vw);
  max-width: 98vw;
  height: auto;
}


.bottom {
  margin: 20px auto;
}

.title {
  margin: 24px auto 24px;
}

.links {
  margin: 0 auto 50px;
  max-width: 350px;
  color: #dedede;
}

.col, .col-sm-6, .col-xs-12 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.col-12 {
  margin: 10px auto;
}

.btn-main {
  width: 100%;
  max-width: 164px;
  margin: auto;
  border-radius: 12px;
  text-align: left;
  font-size: 18px;
  padding: auto 18px;
  background-color: inherit !important;
  color: #eeeeee !important;
  border: 1px solid #eeeeee;
}

.btn-main:hover {
  background-color: #eeeeee !important;
  color: black !important;
}

.btn-main i {
  font-size: 24px !important;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.icon {
  height: 20px;
  width: 20px;
  margin-right: 2px;
  position: relative;
  bottom: 2px;
  filter: invert(1);
}


h2 {
  font-size: 46px;
  letter-spacing: 1px;
}

h5 {
  font-size: 20px;
  font-style: italic;
  color: #a8a8a8;
}

.only-title {
  font-size: calc(24px + 0.4vw);
  margin: 1vw auto;
}

.btn-social {
  height: 36px !important;
  width: 36px !important;
  background-color: #8f2424;
  color: white;
  border-radius: 50%;
  font-size: 20px;
  margin: auto 8px;
  -webkit-appearance: none !important;
}

.btn-social:hover {
  background-color: #ab3333;
}

.btn-social i {
  position: relative;
  bottom: 2.5px;
  right: 2.5px;
  color: white;
}

.instagram-icon {
  right: 3.6px !important;
}

.youtube-icon {
  bottom: 2.8px !important;
  right: 5.7px !important;
}


/* Share Modal */

.share-section {
  height: 84px;
  max-width: 400px;
  margin: 0 auto;
  display: inline-block;
}

.btn-share {
  border-radius: 6px;
  width: 84px;
  font-size: 12px;
  background-color: inherit !important;
  color: #eeeeee !important;
  border: 1px solid #eeeeee;
  height: 32px;
  position: relative;
  right: 110px;
}

.btn-share:hover {
  background-color: #302e2e !important;
  color: #eeeeee !important;
}

.btn-share i {
  margin-right: 4px;
}

#share-modal {
  height: 92px;
  width: 184px;
  margin-left: 30px;
  position: relative;
  left: 40px;
  bottom: 60px;
}

.square-link {
  padding: 0 !important;
}

.square-link i {
  margin: 14px auto;
  font-size: 18px;
  color: white;
}

.square-link i:hover {
  filter: brightness(0.5);
}

.facebook {
  background-color: #3b5998;
}

.facebook i:hover {
  color: #3b5998;
}

.twitter {
  background-color: #70d9e0;
}

.twitter i:hover {
  color: #70d9e0;
}

.tumblr {
  background-color: #35465d;
}

.tumblr i:hover {
  color: #35465d;
}

.pinterest {
  background-color: #b31023;
}

.pinterest i:hover {
  color: #b31023;
}

.reddit {
  background-color: #b4d1ed;
}

.reddit i:hover {
  color: #b4d1ed;
}

.email {
  background-color: #53cfa1;
}

.email i:hover {
  color: #53cfa1;
}
