body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#drawContainer{
	position: relative;
	width: 100%;
	height: 90vh;
	margin: auto;
	overflow:visible;
	display:block;
}
canvas {
          border: 1px solid #DDDDDD;
		  display:block;
		  margin: auto;
        }
		#canvas {
		width: 95%;
		margin: auto;
		}
#iconContainer{
	position: relative;
	width: 80%;
	margin: auto;
	overflow:visible;
	display:block;
}

#midBank {
	position: relative;
	width: 90%;
	max-width: 1400px;
	height: 90vh;
	margin:auto;
	top: 75px;
	text-align: center;
	pointer-events: none;
	border: solid 1px #FFFFFF;
	display: none;
}
#leftBank {
	position: absolute;
	width: 120px;
	top: 75px;
	left: 15px;
	margin-left: 20%;
	text-align: center;
	pointer-events: none;
}
#leftBank img {
	max-width: 100%;
	max-height: 180px;
	pointer-events: none;
	padding-top: 20px;
	margin: auto;
	display: block;
}
#rightBank {
	position: absolute;
	width: 120px;
	top: 55px;
	right: 15px;
	margin-right: 20%;
	text-align: center;
	pointer-events: none;
}
#rightBank img {
	max-width: 100%;
	max-height: 130px;
	pointer-events: none;
	padding-top: 40%;
	margin: auto;
	display: block;
}
#whole {
	max-width: 100%;
	width: 95px;
}
#topBank {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	pointer-events: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
#bottomBank {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0px;
	text-align: center;
	pointer-events: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
#clear {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: auto 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #DDDDDD;
	padding: 8px 16px;
	border: none;
	border-radius: 12px;
	z-index: 100;
}
#colors {
	position: absolute;
	bottom: 10px;
	left: 10px;
	margin: auto 35px;
	line-height: 24px;
}
#colors button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 12px;
	border: none;
	border-radius: 12px;
	z-index: 100;
}
#black {
	background-color: #333333;
	color: #FFFFFF;
}
#blue {
	background-color: #152AED;
	color: #FFFFFF;
}
#red {
	background-color: #EC1337;
	color: #FFFFFF;
}
#green {
	background-color: #45E235;
	color: #FFFFFF;
}
#yellow {
	background-color: #FBF43E;
	color: #666666;
}
#grey {
	background-color: #C4C5CA;
	color: #666666;
}
#white {
	background-color: #EEEEEE;
	color: #666666;
}


@media only screen and (max-width: 1380px) {
	#leftBank {
	position: absolute;
	width: 120px;
	top: 75px;
	left: 15px;
	text-align: center;
	pointer-events: none;
	}
	#leftBank img {
	max-width: 100%;
	max-height: 148px;
	pointer-events: none;
	padding-top: 20px;
	margin: auto;
	display: block;
	}
	#rightBank {
	position: absolute;
	width: 120px;
	top: 55px;
	right: 15px;
	text-align: center;
	pointer-events: none;
	}
	#rightBank img {
	max-width: 100%;
	max-height: 100px;
	pointer-events: none;
	padding-top: 40%;
	margin: auto;
	display: block;
	}
	#whole {
	max-width: 100%;
	width: 85px;
	}
}

@media only screen and (max-width: 1100px) {
body, html {
	background-size: contain;
}
}

@media only screen and (max-height: 730px) {
	#leftBank img {
	max-width: 100%;
	max-height: 122px;
	pointer-events: none;
	padding-top: 20px;
	}
	#rightBank img {
	max-width: 100%;
	max-height: 80px;
	pointer-events: none;
	padding-top: 40%;
	}
	#whole {
	width: 65px;
	}	
}

@media only screen and (max-width: 880px) {
	#leftBank {
	margin-left: 1%;
	}
	#rightBank {
	margin-right: 1%;
	}
	#colors {
	width: 50%;
	}
}
@media only screen and (max-width: 500px) {
	#leftBank img {
	max-width: 100%;
	max-height: 112px;
	pointer-events: none;
	padding-top: 20px;
	}
	#rightBank img {
	max-width: 100%;
	max-height: 72px;
	pointer-events: none;
	padding-top: 40%;
	}
	#whole {
	width: 60px;
	}
	#rightBank {
	top: 60px;
	}
	#leftBank {
	top: 88px;
	}
	
}
@media only screen and (max-height: 500px) {
	#leftBank img {
	display: none;
	}
	#rightBank img {
	display: none;
	}
	#whole {
	display: none;
	}	
}
