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,.30) 0%, rgba(0,0,0,0.20) 20%, rgba(0,0,0,0.30) 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: 16pt;
}

@font-face {
    font-family: 'matiz';
    src: url('fonts/Matiz-webfont.eot');
    src: url('fonts/Matiz-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Matiz-webfont.woff2') format('woff2'),
         url('fonts/Matiz-webfont.woff') format('woff'),
         url('fonts/Matiz-webfont.ttf') format('truetype'),
         url('fonts/Matiz-webfont.svg#matizregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.buttons {
	width: 300px;
}

.navbar-nav .dropdown-menu {
	position: absolute;
}
ul.navbar-nav {
  display: inline;
  margin: auto;
}

.navbar-nav>li {
      padding: 0px 20px;
      display: inline-block;
}

.navbar {
	font-family: matiz;
	letter-spacing: 0.05em;
}

.bg-bluegrey {
	border-bottom: 1px solid #272c31;
	box-shadow: 0px 2px 25px #4a4a4ab3;
	background-color: #19999c;
}

.bg-grey {
	border-bottom: 1px solid #181b1e;
	box-shadow: 0px 2px 25px #181b1e;
	background-color: #343a40;
}


#header {
    display: block;
    width: 100%;
    margin-top: 30px;
}

#headerImage {
    display: block;
    max-height: 166px;
    min-height: 30%;
    width: 40%;
    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;
}

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>li {
		padding-right: 10px;
		padding-left: 10px;
	}
	.navbar {
		font-size: 20px;
		letter-spacing: 0em;
	}

	#bloopPlatform {
		height: 175px;	
	}
}

@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 {
	background-color: #f3feff;
	box-shadow: 0px -2px 40px #4c586152;
	margin-left: 10%;
	margin-right: 10%;
	padding: 40px 5% 135px;
}

.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;
}

#footer {
	position: fixed;
	font-family: matiz;
	background-color: #f3feff;
	box-shadow: 0px 0px 40px #4c586152;
    width: 100%;
    text-align: center;
    margin: auto;
    display:block;
}


#footerContent {
    margin-top: 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding-bottom: 9999px;
}


.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;
}

.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 (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.png");
	width: 30px;
	height: 30px;
}
.facebook:hover {
	background-image: url("PokerQuestAssets/facebook_hover.png");
}

.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");
}