/* Kapu Toys website */

body {
    padding-top: 56px;
    font-family: 'Montserrat', sans-serif;
    background-size: 100%;
    font-size: 14px;
}
.forest-section {
    color: #fff !important;
	text-shadow: 1px 1px #000;
    background-image: url("../img/forest-bg.png");
}
.blocks-section {
    background-image: url("../img/blocks-bg.png");
}
.fishing-section {
    background-image: url("../img/fishing-bg.png");
}
.tickle-section {
    background-image: url("../img/tickle-bg.png");
}
.bloom-section {
	text-shadow: 1px 1px #000;
    color: #fff !important;
    background-image: url("../img/bloom-bg.png");
}
.planet-section {
	text-shadow: 1px 1px #000;
    color: #fff !important;
    background-image: url("../img/planet-bg.png");
}
.game-icon {
    width: 70px;
}
.bundle-section {
    background-image: url("../img/Background_01.png");
}
.bundle-image {
	max-width: 650px;
}
.jumbotron {
    color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}
section p {
    font-size: 18px;
}
.small-text p {
    font-size: 14px;
}
.card-body p {
	color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px #000;

}
.card {
	text-shadow: 2px 2px #000;
	color:#fff;
	background-color: rgba(0,0,0,.5);
	/*background-color: inherit;*/
	border: none;
    border-radius: 1rem;
	
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h5 {line-height: 28px;}
b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.nav-link {
    color: #068fd5;
    text-transform: uppercase;
}
.text-black {
    color: #000;
}
footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
header {
    position: relative;
    background-color: black;
    height: 90vh;
    min-height: 40rem;
    width: 100%;
    overflow: hidden;
}
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
header .container {
    position: relative;
    z-index: 2;
}
header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-color: black;
  	opacity: 0.5;*/
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
header {
    background: url("../img/Background_01.png")no-repeat center center scroll;
}
header video {
    display: none;
}
}

@media (max-width:767px) {
	h1 {font-size:24px;}
	h4,h5 {font-size:18px;}
.card {
    text-align: center;
}
.hide-mobile {
    display: none;
}
.mobile-full-width {
    width: 100% !important;
}
.game-icon {
    width: 40px !important;
}
.appstore {
    margin-bottom: 5px
}
.mobile-no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important
}
.bundle-image {
	max-width: 100%;
}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 370px) {
	h1 {font-size:18px;}
	h4,h5 {font-size: 16px;}
	p {font-size: 14px !important;}
	
	
}
