body, html {
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #ffffff;
    overflow-x: hidden;
    background-color: rgba(255, 255, 255, 0);;
}
body {
    padding: 50px 50px 0 50px;
    height: 100%;
}
p {
    font-weight: 300;
    margin: 0.5em 0 0.5em 0;
}
h3 {
    margin: 0.5em 0 0.5em 0;
}
a {
    color: #ffffff;
    text-decoration: none;
}
footer a:hover {
	opacity: 1;
}

#content {
    position: relative;
    height: 800px;
    max-width: 1600px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
    z-index: 2;
}
.block {
    margin: 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
}
.blockBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-position: center bottom;
}
.blockCaption {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 35px;
    left: 48px;
    text-align: left;
    text-shadow: 2px 2px 15px rgba(0,0,0,0.5);
    transform-origin: left bottom;
}
.blockCaption * {
    padding-right: 35px;
}
.blockBlick {
    position: absolute;
    width: auto;
    height: 100%;
    right: 0;
    opacity: 0.05;
    transform-origin: right top;
}
.blockCover {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.07;
    position: absolute;
}
.blockIcon {
    width: 25px;
    height: 25px;
    padding-right: 5px;
}
.blockLogo {
    position: absolute;
    width: calc(100% - 70px);
    height: 80px;
    opacity: .8;
    transform-origin: center top;
    object-fit: contain;
}
.blockButton {
    position: absolute;
    height: 40px;
    text-align: center;
    bottom: 0px;
    transform: scale(0);
    opacity: 0;
}
#logo {
    float: left;
    width: 40%;
    height: 400px;
    text-align: center;
    cursor: auto;
    background-size: auto 100%;
    background-position: center bottom;
    background-color: #261e3d;
    background-image: url("../assets/logoBg.jpg");
}
#logo img {
    width: calc(100% - 70px);
    height: 140px;
    margin: 50px 0 20px 0;
}
#logo p {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 2px 2px 15px rgba(0,0,0,0.5);
}
.mainButton {
    margin-top: 25px;
    text-decoration: none;
    font-size: 22px;
    box-sizing: border-box;
    padding: 12px 25px 10px 25px;
    border-radius: 6px;
    border-width: 3px;
    border-style: solid;
    border-color: #e91e63;
    background-color: rgba(233, 30, 99, 0);
    color: #e91e63;
    cursor: pointer;
    
    transition: all 0.3s;
}
.mainButton:hover {
    background-color: rgba(233, 30, 99, 255);
    color: #281e40;
}
#voidigotcha {
    float: left;
    width: 60%;
    height: 500px;
}
#voidigotcha .blockBg {
    background-color: #3d2151;
    background-image: url("../assets/voidigotchaBanner.jpg");
}
#voidigotcha .blockLogo {
    top: 40px;
}
#palneinclouds {
    float: left;
    width: 40%;
    height: 400px;
    top: -100px;
}
#palneinclouds .blockBg {
    background-color: #5c8adb;
    /* background-image: url("../assets/planeBanner.jpg"); */
    background-image: url("../assets/mySwampBanner.jpg");
}
#palneinclouds .blockLogo {
    top: 35px;
    height: 90px;
}
#slider {
    float: left;
    width: 30%;
    height: 300px;
}
#slider .blockBg {
    background-color: #2e3c59;
    background-image: url("../assets/sliderBanner.jpg");
}
#slider .blockLogo {
    top: 35px;
    height: 60px;
}
#tentacles {
    float: left;
    width: 30%;
    height: 300px;
}
#tentacles .blockBg {
    background-color: #0062ba;
    background-image: url("../assets/tentaclesBanner.jpg");
}
#tentacles .blockLogo {
    top: 20px;
}
#pricing {
    line-height: 1.5em;
    text-align: justify;
    /* margin-top: 50px; */
    max-width: 800px;
    overflow: hidden;
    display: none;
}
footer {
    position: relative;
    min-height: 120px;
    text-align: right;
    font-weight: 300;
    margin: 40px 50px 0 50px;
    max-width: 1600px;
    padding: 0 50px;
    overflow: hidden;
    z-index: 1;
}
footer div {
    border: 2px solid #fff;
    width: 100px;
    height: 40px;
    margin: 15px 0;
    text-align: center;
    border-radius: 100px;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
}
footer img {
    width: 25px;
    height: 25px;
    padding: 0 8px 15px 0;
    cursor: pointer;
}
footer a {
    opacity: .8;
}
footer span {
    font-size: .8em;
    padding-right: 8px; 
}

.haikei {
    position: absolute;
    width: 100%;
    margin: -50px 0 0 -50px;
    z-index: -1;
}
.haikei * {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-size: 100% auto;
 }
.haikei .haikeiTint {
    background-color: rgba(0,0,0,0.3);
} 

/* toolbar */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
	background: #cccccc;
}
 
::-webkit-scrollbar-thumb {
	background: #545a61; 
}

::-webkit-scrollbar-thumb:hover {
    background: #474c52; 
}

@media (max-width: 800px) {
    footer {
        padding: 0;
    }
    #content {
        height: 1800px;
    }
    #logo, #voidigotcha, #palneinclouds, #slider, #tentacles {
        float: none;
        width: 100%;
    }
    #voidigotcha {
        height: 400px;
    }
    #palneinclouds {
        top: 0;
    }
    .haikei * {
        background-size: 1024px auto;
    }
}
@media (max-width: 450px) {
    .haikei {
        margin: -25px 0 0 -25px;
    }
    body {
        padding: 25px 25px 0 25px;
    }
}

/* utils */
.centerer {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hCenterer {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.noSelect, .blockBlick, .blockBg {
    pointer-events: none;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}