html {
    height: 100%;
    background: -moz-linear-gradient(#2484c6, #bdd9ee);
    background: linear-gradient(#2484c6, #bdd9ee);
    width: 100%;
}

body {
    background-color: transparent;
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

#logoimg {
	max-height: 50vh;
}

.large-cloud, .large-cloud1, .large-cloud2, .large-cloud3, .large-cloud4,
.large-cloud5,
.small-cloud {
	position: absolute;
	width: 20vmin;
	z-index: -2;
}

.largeCloud {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

.large-cloud1 {
	left: 60vw;
	top: 2vmin;
	width: 12vmin;
}

.large-cloud2 {
	left: 35vw;
	top: 1.5vmin;
	width: 15vmin;
}

.large-cloud3 {
	left: 25vw;
	top: 1vmin;
	width: 18vmin;
}

.large-cloud4 {
	left: 70vw;
	top: 3.5vmin;
	width: 10vmin;
}

.large-cloud5 {
	left: 80vw;
	top: 2.5vmin;
	width: 9vmin;
}

.small-cloud {
    margin-top: 1em;
    margin-left: 80px;
}

.letter.clicked {
	cursor: default;
}

#result {
	position: relative;
	margin-top: 7vmin;
	margin-left: 5vmin;
	width: 60vw;
}

#levelSelection {
	white-space: nowrap;
}

.separator {
    height: 0.3vmin;
    margin-top: 5vmin;

	margin-left: 5vmin;
	width: 60vw;

    background: #FFFFFF;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
}

.word-hint {
    margin-top: 2vmin;
	margin-left: 5vmin;
    font-size: 2em;
    font-weight: bold;
    line-height: 30px;
    width: 60vw;
}

.word-hint > span {
    text-align: left;
    font-weight: normal;
}

.balloon-character {
    position: absolute;
    bottom: 40px;
    left: 50%;

    width: 30%;
    transform: translateX(-50%);
}

.balloon {
    position: absolute;

    width: 23%;
}

.balloon.blue {
    top: 10%;
    left: 60%;
}

.balloon.green {
    top: 17%;
    left: 75%;
}

#greenBalloon2 {
    top: 8%;
    left: 31%;
}

.balloon.orange {
    top: 5%;
    left: 80%;
}

.balloon.purple {
    top: 25%;
    left: 50%;
}

.balloon.red {
    top: 17%;
    left: 45%;
}

.balloon.yellow {
    top: 25%;
    left: 65%;
}

#yellowBalloon2 {
    top: 21%;
    left: 33%;
}

#blueBalloon2 {
    top: 20%;
    left: 80%;
}

#purpleBalloon2 {
    top: 25%;
    left: 86%;
}

.rope {
    position: absolute;
    z-index: -1;
    height: 1px;
    background: #FFFFFF;
}

.rope.blue {
    width: 65%;

    top: 42%;
    left: 35%;

    transform: rotate(97deg);
}

#blueRope2 {
    width: 45%;

    top: 52%;
    left: 55%;

    transform: rotate(130deg);
}

#purpleRope2 {
    width: 48%;

    top: 52%;
    left: 57%;

    transform: rotate(140deg);
}

.rope.orange {
    width: 77%;

    top: 39%;
    left: 39%;

    transform: rotate(111deg);
}

.rope.green {
    width: 60%;

    top: 46%;
    left: 44%;

    transform: rotate(113deg);
}

#greenRope2 {
    width: 55%;

    top: 46%;
    left: 25%;

    transform: rotate(68deg);
}

.rope.red {
    width: 55%;

    top: 46%;
    left: 32%;

    transform: rotate(82deg);
}

.rope.yellow {
    width: 45%;

    top: 49%;
    left: 51%;

    transform: rotate(115deg);
}

#yellowRope2 {
    width: 40%;

    top: 50%;
    left: 34%;

    transform: rotate(60deg);
}

.rope.purple {
    width: 43%;

    top: 49%;
    left: 41%;

    transform: rotate(87deg);
}

.header {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.list-button {
    width: 20%;
    height: 50px;
    /* background-color: yellow; */
    border: solid 1px black;
    border-radius: 0.5rem;
    color: black;
    margin: 10px;
    padding: 10px;
}

.home-button {
    width: 150px;
    height: 40px;
    background-color: white;
    border-radius: 3px;
    color: #292b2c;
    margin: 10px;
    padding: 10px;
    box-shadow: 2px 2px 5px gray;
    font-weight: 600;
    display: none;
}

.back-button {
    width: 30%;
    height: 50px;
    background-color: lightblue;
    border: solid 1px black;
    border-radius: 3px;
    color: black;
    margin: 10px;
    padding: 10px;
}

#roundEndBtn{
    width: 200px;
    display: inline;
        font-family: sans-serif;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-shadow: 1px 1px 2px #000;
    box-shadow: 2px 2px 5px gray;
    margin-right: 20px;
}

.modalButtons{
    width: 100%;
    text-align: center;
}
.roundEndText{
    text-align: center;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 20pt;
}

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#weeklyTheme {
    position: absolute;
    font-weight: 600;
    color: white;
    margin-top: 150px;
    margin-left: 45px;
    font-size: 18pt;
    text-shadow: 1px 1px 2px #292b2c;
}


/*
.weeklyThemeB{
    font-size: 18pt;
    text-shadow: 1px 1px 2px #292b2c;
    display: block;
    text-align: center;
}
*/

#initialScreenThemeInfo{
    width: 100%;
}

#initialScreenThemeInfo p{
    display: block;
    margin-top: 1rem;
    /* line-height: 2; */
}

.howtoplaybtn, .mainmenubtn {
	display: inline-block;
    background-color: white;
    border-radius: 3px;
    color: #292b2c;
    margin: 10px;
    padding: 10px;
    box-shadow: 2px 2px 5px gray;
    font-weight: 700;
    text-align: center;
    line-height: 3vmin;
    font-size: 2vmin;
    font-family: sans-serif;
    cursor: pointer;
	user-select: none;
}

#menubar {
	position: absolute;
	left: 3vmin;
	top: 3vmin;
}

#roundEnd{
    width: 750px;
    height: 160px;
}

/* --- Pop-Up Box --- */

.popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 50px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7);
    /* Black w/ opacity */
    overflow: hidden;
}

/* PopUp Content */

.popup-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */

.close {
    color: #fff !important;
    float: right;
    font-size: 58px;
    font-weight: bold;
    width: 40px;
    margin-right: 10px;
}
.close:hover,
.close:focus {
    color: #fff;
}
.popup-header {
    background-color: deepskyblue;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 65px;
    margin-top: -30px;
}

.popup-header h2{
    text-align: center;
    padding-top: 14px;
    font-size: 25pt;
}

.popup-body {
    margin-top: 10px;
    padding: 2px 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.popUpInfo{
    text-align: left;
}

.popUpInfo h2{
    font-size: 20pt;
}

.popUpInfo p{
    font-family: sans-serif;
    font-size: 18pt;
}

.pictureSlot{
    margin-top: 40%;
}

.infoButtons button{
    background-color: deepskyblue;
    color: white;
    font-size: 16px;
    margin-right: 15px;
}

#main-section{
    color: white;
    font-weight: bolder;
    text-align: center;
}

#goHomeBtn{
        width: 200px;
    display: inline;
        font-family: sans-serif;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-shadow: 1px 1px 2px #000;
    box-shadow: 2px 2px 5px gray;
    margin-right: 20px;
}


#levelSelection{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/*
.col-7 {
	width: 50vmin;
	max-width: 50vmin;
}

*/

#lettersContainer {
	margin-left: 5vmin;
	margin-top: 15vmin;
	display: grid;
	width: 60vw;
/*	grid-template-columns: 10vmin 10vmin 10vmin 10vmin 10vmin 10vmin 10vmin;*/
	grid-template-columns: auto auto auto auto auto auto auto;
}

.container {
	width: 100%;
}


.letter {
	text-align: center;
	margin-top: 1vmin;
	height: 8vmin;
	width: 8vmin;
	background-color: white;
	border-radius: 1vmin;
	box-shadow: rgba(0, 0, 0, 0.24) 0 0.3vmin 0.8vmin;
	font-size: 7.5vmin;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 8vmin;
	user-select: none;
}

.word_div {
	display: inline-block;
	margin-right: 6vmin;
	margin-bottom: 3vmin;
}

.letter.clicked {
	background-color: #aaa;
}

#result .letter {
	display: inline-block;
	margin: 0.2vmin;
}

#result .letter span {
	display: inline-block;
	position: relative;

}

#wordHint {
	font-size: 4vmin;
	line-height: 1.2em;
}



#stickman_wrap {
	position: absolute;
	right: 10vw;
	top: 10vmin;
/*	aspect-ratio: 2 / 3; */
	width: 57vmin;
	height: 85vmin;
	z-index: -1;
}


@media (max-aspect-ratio: 14 / 10) {
	#stickman_wrap {
		right: 5vw;
		height: 45vw;
		width: 30vw;
	}

	#result {
		width: unset;
	}
}

.dis-none {
    display: none;
}

