body {
    font-family: Quicksand, sans-serif;
    /*font-size: 1.3rem;*/
    background-color: #f4f4f4;
}

.title{
    color: #666666;

}


.side{
    background-color: rgba(0.0, 0.0, 0.0, 0.7);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    top: 80px;
    border-radius: 10px;
    font-size: 16px;
    width: 560px;
    left: calc((100% - 560px) / 2);
}

.select-side{
     padding-top: 50px;
}

h2{
    font-size: 20px;
}

.picker-wrapper{
    position: absolute;
}

.colours-picker{
    margin-top:6px;
    margin-bottom:10px;
    width: 130px;
    height: 130px;
}


#inner-picker-wrapper{
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border-radius: calc((100% - 0px)/2);
    top:25px;
    left:25px;
}



#outer-picker-wrapper{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top:0;
    left:0;
}



input[type=color]{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
	display: block;
	border: none;
}


button {
    border: 2px solid #eeeeee;
    background: #444a4f;

}

.touch {
    color: #8c959b;
    border-color: #8c959b;
}

.touch-arrow {
    color: #8c959b;
}

.instructions {
    	background-color: rgba(0.0, 0.0, 0.0, 0.7);
}

#map-canvas{
    position: absolute;
    top: 60px;
    left: 30px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
}


.content-screen{
    width: 1600px;
    height: 900px;
    border-radius: 10px;
    border-color: slategray;
    border-width: 1px;
    border-style: solid;
}

.content-screen-small{
    position: absolute;
    top: -50px;
    width: 900px;
    aspect-ratio: 1.64;
    border-radius: 10px;
    border-color: darkslategray;
    border-width: 1px;
    border-style: solid;
}

.screen-placeholder{
    width: 100%;
    aspect-ratio: 1.66;
        border-radius: 4px;
    border-color: darkslategray;
    border-width: 1px;
    border-style: solid;
    background-color: #6f7e8e;
    margin-bottom: 30px

}

button {

    height: 46px;
    border-radius: 23px;
    margin-left: 60px;
    margin-right: 60px;
    width: calc(100% - 120px);
}


.square-form{
    width: 300px;
    margin-top: 10px;
    font-size: 1.5rem;
    padding: 3px 10px 3px 10px;
    border: none;
}

.info-box {
    margin-top: 26px;
}

#player-holder{
    position: absolute;
    left: 0px;
    bottom: 60px;
    width: 300px;
    height: 60px;
    z-index: 1;
}

#screen-holder{
    /*position: absolute;*/
    /*left: 0px;*/
    /*bottom: 60px;*/
    /*width: 300px;*/
    /*height: 60px;*/
    /*z-index: 1;*/
}

#twitch_chat{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    z-index: 1;
    border-color: slategray;
    border-width: 1px;
    border-style: solid;
    opacity: 0.8;
}

#twitch-user-holder{
    position: absolute;
    left: 30px;
    bottom: 120px;
    width: 300px;
    height: 60px;
    z-index: 1;
}

.twitch-avatar{
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.twitch-username{
    position: relative;
    width: calc(100% - 100px);
    top: 8px;
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    font-size: 18px;
}

.disconnect-twitch{
    position: relative;
    top: -28px;
    left: 64px;
    margin-left: 4px;
    font-size: 14px;
    display: inline-block;
}

.disconnect-twitch:hover{
    cursor: pointer;
}

#connect-with-twitch{
    font-size: 20px;
}

#click-to-start{
    font-size: 24px;
position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.info-box-stable{
    margin-top: 40px;
    margin-right: 40px;
    margin-left: 40px;
}