body {
  padding: 0;
  overflow-x: hidden;
  width: 100vw;
}

.home,
.blogPage {
  background-image: url("chpics/bg.jpg");
  font-family: "Raleway", sans-serif;
  background-color: #49dee2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pqPage {
  background-color: black;
  font-family: "Roboto Slab", sans-serif;
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.2) 20%,
      rgba(0, 0, 0, 0.3) 50%,
      rgb(0, 0, 0) 100%
    ),
    radial-gradient(
      circle,
      rgb(94, 94, 94) 0%,
      rgba(28, 28, 28, 0.4) 20%,
      rgba(255, 255, 255, 0) 70%,
      rgba(255, 255, 255, 0) 100%
    ),
    url("PokerQuestAssets/dark_bg.png");
  background-position: center, top -470px center;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100vw 100vh, auto 1300px, auto 1300px;
  background-attachment: fixed;
  color: #cecece;
  font-size: 1em;
}

@font-face {
  font-family: "matiz";
  src: url("fonts/Matiz-webfont.eot");
  src: url("fonts/Matiz-webfontd41dd41d.eot?#iefix") format("embedded-opentype"),
    url("fonts/Matiz-webfont.woff") format("woff"),
    url("fonts/Matiz-webfont.ttf") format("truetype"),
    url("fonts/Matiz-webfont.html#matizregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.buttons {
  width: 300px;
}

.navbar-brand {
  display: none;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}
ul.navbar-nav {
  display: inline;
  margin: auto;
}

.navbar-nav > li {
  padding: 0px 20px;
  display: inline-block;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar {
  font-family: matiz;
  letter-spacing: 0.05em;
}

.bg-bluegrey {
  background-color: #00b1bc;
}

.bg-grey {
  border-bottom: 1px solid #181b1e;
  box-shadow: 0px 2px 25px #181b1e;
  background-color: #343a40;
}

#header {
  display: block;
  width: 100%;
  margin-top: 0px;
}

#headerImage {
  display: block;
  max-height: 200px;
  min-height: 30%;
  min-width: 300px;
  max-width: 858px;
  position: relative;
  margin: auto;
}

.gameImage {
  height: 100%;
  padding-bottom: 2px;
  padding-top: 2px;
}

#bloopPlatform {
  position: relative;
  margin-left: -50%;
  display: block;
  left: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 350px;
}

#interactiveBloop {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

#hamburger {
  display: none;
}

iframe {
  border: 0px;
  outline: none;
  display: block;
  margin: auto;
  height: 100%;
  padding-bottom: 2px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media all and (min-width: 0px) and (max-width: 650px) {
  #headerImage {
    width: 300px;
  }
  .navbar-nav {
    text-align: left !important;
  }
  .navbar-nav > li {
    padding-right: 10px;
    padding-left: 10px;
    display: block;
  }
  .navbar {
    letter-spacing: 0em;
  }

  #bloopPlatform {
    height: 175px;
  }

  #hamburger {
    display: block;
  }

  .show {
    display: inline-block !important;
  }

  .navbar-brand {
    display: inline-block;
  }

  .desktop-nav {
    display: none !important;
  }

  .sketchy {
    justify-content: center;

    border-image: url("assets/container.png") 30 stretch;
    padding: 40px 5% 0px;
    padding-bottom: 3.5rem;
    line-height: 1.5em;
    background: white;
  }

  .footer-div {
    padding-top: 4rem;
	margin-top: 30px;
  }
}

@media only screen and (min-width: 650px) {
  .mobile-nav {
    display: none !important;
  }

  .sketchy {
    margin-top: 2rem;
    justify-content: center;
    margin-left: 10%;
    margin-right: 10%;
    border: solid 1px black;
    border-radius: 5px;
    border: 10px solid transparent;
    border-image: url("assets/container.png") 30 stretch;
    padding: 40px 5% 0px;
    padding-bottom: 0.5rem;
    line-height: 1.5em;
    background: white;
  }

  .sketchy-card {
    margin-top: 20px;
    border: solid 1px black;
    background: white;
  }

  .footer-div {
    padding-top: 4rem;
	margin-top: 30px;
  }

  .contact-row {
    margin: 0 20% !important;
  }
}

@media all and (min-height: 0px) and (max-height: 625px) {
  #bloopPlatform {
    height: 175px;
  }
}

canvas {
  image-rendering: optimizeSpeed;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

.full {
  margin-top: 2rem;
  background-color: #f3feff;
  box-shadow: 0px -2px 40px #4c586152;
  margin-left: 10%;
  margin-right: 10%;
  padding: 40px 5% 0px;
  border-radius: 5px;
  border: solid 5px hsla(0, 95%, 35%, 1);
}

.fullpq {
  background-color: #181b1e;
  box-shadow: 0px -2px 40px #20262b52;
  padding-top: 35px;
  padding-left: 35px;
  padding-right: 35px;
}

.game h2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

#contactEmailInput {
  vertical-align: middle;
}

#content-wrap {
  padding-bottom: 2.5rem; /* Footer height */
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#footer {
  font-family: matiz;
  width: 100%;
  text-align: center;
  margin: auto;
  display: block;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

#footerContent {
  margin-top: 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0.5rem 0;
  background-color: #097f86;
  font-family: matiz;
  letter-spacing: 0.05em;
}

.footer > a {
  color: #ffffff;
  text-decoration: none;
}

.footer > a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.contact-row {
  background-color: white;
  color: #19999c;
  border-radius: 5px;
  border: 20px solid transparent;
  border-image: url("assets/container.png") 30 stretch;
  margin: 0 20%;
}

.content-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 8rem 2rem;
}

.btn-outline-info {
  color: #19999c;
  background-color: transparent;
  background-image: none;
  border-color: #19999c;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #19999c;
  border-color: #19999c;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:hover {
  background-color: #779ab5;
  border-color: #779ab5;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.matiz {
  font-family: matiz;
}

.center {
  margin: auto;
}

#container.full {
  height: 100%;
}

.card {
  margin-top: 20px;
}
.card-header {
  padding-top: 10px;
}

.img-box {
  background-color: dimgrey;
}

.img-shadow {
  box-shadow: 30px 0 40px -4px rgba(0, 0, 0, 0.1),
    -30px 0 40px -4px rgba(0, 0, 0, 0.1);
}

.row p {
  margin-bottom: 5px;
}
.title {
  margin-top: 10px;
}
.text {
  max-width: 800px;
  margin-top: 10px;
}

.margin {
  margin-bottom: 40px;
}

.list {
  list-style-type: none;
  padding-left: 0px;
}

.list .title {
  border-top: 1px solid lightgrey;
}
.list .bottomborder {
  border-bottom: 1px solid lightgrey;
}

.img-gallery {
  width: 500px;
  height: 500px;
}

.ekko-lightbox-nav-overlay a span {
  color: white;
  -webkit-text-stroke: 1px black;
}

.contact-icon {
  font-style: normal;
  padding: 0 0.1rem;
}

.contact-game {
  margin: 0.4rem 0;
}

.vid {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.vid iframe,
.vid object,
.vid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.screenshot {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}

.carousel-prev-icon {
  background-image: url("PokerQuestAssets/leftarrow.png") !important;
  margin-right: 97%;
}

.carousel-next-icon {
  background-image: url("PokerQuestAssets/rightarrow.png") !important;
  margin-left: 97%;
}

.carousel-control-next {
  margin-right: -25px;
  width: 54%;
}

.carousel-control-prev {
  margin-left: -25px;
  width: 54%;
}

.carousel-prev-icon,
.carousel-next-icon {
  display: inline-block;
  width: 30px;
  height: 60px;
  background: transparent no-repeat center center;
  background-image: none;
  background-size: auto;
  background-size: 100% 100%;
}

@media (max-width: 1300px) and (min-width: 1200px) {
  .carousel-control-prev {
    margin-left: -15px;
    width: 54%;
  }

  .carousel-control-next {
    margin-right: -15px;
    width: 54%;
  }
}

@media (min-width: 2561px) {
  .full {
    margin-left: 20%;
    margin-right: 20%;
  }
}

@media (max-width: 1800px) {
  .buttons {
    width: 250px;
  }
}

@media (max-width: 1650px) {
  .buttons {
    width: 225px;
  }
}

@media (max-width: 1550px) {
  .buttons {
    width: 200px;
  }
}

@media (max-width: 1450px) {
  .buttons {
    width: 180px;
  }
}

@media (max-width: 1300px) {
  #carouselExampleControls {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1000px) {
  .heroes,
  .monsters {
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  .full {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
}

#Steam {
  background-image: url("PokerQuestAssets/steam_logo.svg");
  background-size: 28px;
  background-position-x: 1px !important;
}
#Discord {
  background-image: url("PokerQuestAssets/discord_icon.png");
  background-size: 25px;
}
#Reddit {
  background-image: url("PokerQuestAssets/reddit_logo.svg");
  background-size: 28px;
}
#Twitter {
  background-image: url("PokerQuestAssets/twitter_logo.png");
  background-size: 30px;
  background-position-x: -2px !important;
  background-position-y: -1px !important;
}

#Discord,
#Reddit,
#Twitter,
#Steam {
  margin-top: 5px;
  margin-left: 10px;
  width: 180px;
  height: 30px;
  background-position: left;
  background-repeat: no-repeat;
  line-height: 15px;
  text-indent: 35px;
  text-align: center;
}

.facebook {
  background-image: url("PokerQuestAssets/facebook.html");
  width: 30px;
  height: 30px;
}
.facebook:hover {
  background-image: url("PokerQuestAssets/facebook_hover.html");
}

.twitter {
  background-image: url("PokerQuestAssets/twitter.png");
  width: 30px;
  height: 30px;
}
.twitter:hover {
  background-image: url("PokerQuestAssets/twitter_hover.png");
}

.discord {
  background-image: url("PokerQuestAssets/discord.png");
  width: 30px;
  height: 30px;
}
.discord:hover {
  background-image: url("PokerQuestAssets/discord_hover.png");
}

.reddit {
  background-image: url("PokerQuestAssets/reddit.png");
  width: 30px;
  height: 30px;
}
.reddit:hover {
  background-image: url("PokerQuestAssets/reddit_hover.png");
}

.steam {
  background-image: url("PokerQuestAssets/steam.png");
  width: 30px;
  height: 30px;
}
.steam:hover {
  background-image: url("PokerQuestAssets/steam_hover.png");
}

.youtube {
  background-image: url("PokerQuestAssets/youtube.png");
  width: 30px;
  height: 30px;
}
.youtube:hover {
  background-image: url("PokerQuestAssets/youtube_hover.png");
}

.twitch {
  background-image: url("PokerQuestAssets/twitch.png");
  width: 30px;
  height: 30px;
}
.twitch:hover {
  background-image: url("PokerQuestAssets/twitch_hover.png");
}

.blog {
  color: #015472;
}

.blog-div {
  width: 80%;
  margin: 2rem auto;
  padding: 2rem;
  background-color: rgb(0, 153, 173);
  box-shadow: 1px 1px 5px 5px #03b0b6;
  border-radius: 5px;
  color: white;
  border: 2px solid #0ff3f7;
}

.blog-header {
  display: flex;
}

.blog-title {
  display: block;
  padding: 0 1rem;
}

.blog-highlight {
  color: #c46508;
}

.blog-footer {
  text-align: right;
}

footer {
  bottom: 1%;
}

.blog-footer > a::before {
  color: red;
}

.comment-form {
  padding: 1rem 0;
}

.comment-input {
  display: grid;
}

.comment-form-comment {
  display: grid;
}

hr {
  background-color: #19999c !important;
  color: rgb(13, 0, 87) !important;
  border: solid 1 px #19999c !important;
  height: 1px !important;
  width: 100% important;
}

.hr-comment {
  background-color: rgb(13, 0, 87) !important;
  color: rgb(13, 0, 87) !important;
  border: solid 1px rgb(13, 0, 87) !important;
  height: 1px !important;
  width: 100% important;
}

.comment-form > .form-submit > .submit,
.myButton {
  box-shadow: 0px 1px 0px 0px #f0f7fa;
  background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
  background-color: #33bdef;
  border-radius: 6px;
  border: 1px solid #057fd0;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px -1px 0px #5b6178;
}
.comment-form > .form-submit > .submit:hover,
.myButton:hover {
  background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
  background-color: #019ad2;
}
.comment-form > .form-submit > .submit:active,
.myButton:active {
  position: relative;
  top: 1px;
}

.comment-div {
  background-color: black;
}

.comment-body {
  padding: 1.5rem 0;
}

.comment-body a,
time {
  color: red;
}

.reply-input {
  display: grid;
  margin: 1rem 0;
}

.show {
  display: grid;
}

.vl {
  border-left: 1px solid #0ff3f7;
  height: 44px;
}
