@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
* {padding: 0px; margin: 0px;}
body {width: 100%; height: 100hv;}
.desktop {position: fixed; width: 100%; height: 93%; background-color: #323232; color: #fff;}

.icon-div {
	position: absolute;
	width: 65px;
	margin: 0px 15px 15px 15px;
	padding: 2px;
}

.icon-div:hover {
	border: 1px dotted #fff;
}

.icon {
	width: 65px;
	height: 65px;
	margin: auto;

}

.icon-desc {
	width: 100%;
	text-align: center;
	margin-top: 5px;
	font-family: 'Roboto Condensed', sans-serif;
}

.taskbar {
	width: 100%;
	height: 7%;
	position: fixed;
	top: 93%;
	background-color: #4c4c4c;
}

.start {
	width: 10%;
	height: 7%;
	position: fixed;
	top: 93%;
	left: 0px;
	background-color: #00d670;
}

.time {
	width: 10%;
	height: 7%;
	position: fixed;
	top: 93%;
	right: 0px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-align: center;
	display: table;
}

.time-text {
	display: table-cell;
    vertical-align: middle;
}

.red-bg {background-color: #e9283b;}
.yellow-bg {background-color: #f7c047;}
.green-bg {background-color: #38b14a;}
.teal-bg {background-color: #009ad5;}

.icon-1 {
	top: 5%;
	left: 10px;
}

.icon-2 {
	top: 25%;
	left: 10px;
}

.icon-3 {
	top: 45%;
	left: 10px;
}

.icon-4 {
	top: 65%;
	left: 10px;
}

.window {
	width: 30%;
	height: 20%;
	background-color: #fff;
	display: none;
}
