@import url(https://fonts.googleapis.com/css?family=Varela+Round);

/* html, body { background: #333 url("https://codepen.io/images/classy_fabric.png"); } */

.whatslides {
    padding: 0;
    width: 100%;
    height: 530px;
    display: block;
    position: relative;

}

.whatslides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.whatslides input { display: none; }

.whatslide-container { display: block; }

.whatslide {
    top: 0;
    opacity: 0;
    width: 100%;
    height: 530px;
    display: block;
    position: absolute;
    transform: scale(0);
}

/* .whatslide img {
    width: 100%;
    height: 100%;
} */

.whatnav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

	  opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: #f1f1f1;
    /* text-shadow: 0px 0px 15px rgba(119, 119, 119, 0.692); */
}

/* .slide:hover + .nav label { opacity:1; } */

/* .nav label:hover { opacity: 1; }  */

.whatnav .whatnext { right: 0; }

input:checked + .whatslide-container  .whatslide {
    opacity: 1;
    transform: scale(1);
}

input:checked + .whatslide-container .whatnav label { display: block; }

.whatnav-dots {
	width: 100%;
	bottom: 5%;
	/* height: 11px; */
	display: block;
	position: absolute;
	text-align: center;
}

.whatnav-dots .whatnav-dot {
	/* top: -5px; */
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.whatnav-dots .whatnav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}
.whatnav-dots .whatnav-dot:active {
	cursor: pointer;
	background-color: white;
  border: black 2px solid;
}

.whattxt{
    font-family: 'Bebas Neue', cursive;
    font-weight: 300;
    font-style: italic;
}
@media only screen and (max-width: 430px){

    .whattxt{
        font-size: 16px !important;
    }
    .whatnav-dots{
        left: 36% !important;
        width:auto;
    }
    .whatslide{
        height: 460px !important;
    }

    .whatslides{
        height: 460px !important;
    }
    .whatnav label{
        width: 30% !important;
    }
    .whatslide img{
        width: 15% !important;
    margin-left: 43% !important;
    }
}
