html {
   margin: 0px;
   height: 100%;
   width: 100%;
}
bodyold{height: 100%;
	width: 100%;
	left:0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
  background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
  background-size: 1800% 1800%;
  
  -webkit-animation: rainbow 18s ease infinite;
  -z-animation: rainbow 18s ease infinite;
  -o-animation: rainbow 18s ease infinite;
	animation: rainbow 18s ease infinite;}
  
  @-webkit-keyframes rainbow {
	  0%{background-position:0% 82%}
	  50%{background-position:100% 19%}
	  100%{background-position:0% 82%}
  }
  @-moz-keyframes rainbow {
	  0%{background-position:0% 82%}
	  50%{background-position:100% 19%}
	  100%{background-position:0% 82%}
  }
  @-o-keyframes rainbow {
	  0%{background-position:0% 82%}
	  50%{background-position:100% 19%}
	  100%{background-position:0% 82%}
  }
  @keyframes rainbow { 
	  0%{background-position:0% 82%}
	  50%{background-position:100% 19%}
	  100%{background-position:0% 82%}}

body {
	background: url('img/bliss.png') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	min-height: 100%;
	width: 100%;
}
			
.icon {
	/* min-width: 108px; */
	padding: 11px;
	display: inline-block;
	text-align: center;
	font-family: Tahoma,Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 12px;
	color: white;
	text-shadow: 2px 2px 2px black;	
	font-smooth: never;
	-webkit-font-smoothing : none;	
}
			
.iconrow {
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: default;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.shortcut {
	position: absolute;
	min-width: 58px;
	max-width: 58px;
}
.container .gallery a img {
	float: left;
	width: 20%;
	height: auto;
	border: 2px solid #fff;
	-webkit-transition: -webkit-transform .15s ease;
	-moz-transition: -moz-transform .15s ease;
	-o-transition: -o-transform .15s ease;
	-ms-transition: -ms-transform .15s ease;
	transition: transform .15s ease;
	position: relative;
  }
  
  .container .gallery a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 5;
  }
  
  .clear {
	clear: both;
	float: none;
	width: 100%;
  }

img.icon {
	
	min-width: 50px;
	max-width: 50px;
	padding: 6px;
}

a {
	cursor: default;
}
.wrapper { 
	height: 100%;
	width: 100%;
	left:0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
  background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
  background-size: 1800% 1800%;
  
  -webkit-animation: rainbow 18s ease infinite;
  -z-animation: rainbow 18s ease infinite;
  -o-animation: rainbow 18s ease infinite;
	animation: rainbow 18s ease infinite;}
  
  @-webkit-keyframes rainbow {
	  0%{background-position:0% 82%}
	  50%{background-position:100% 19%}
	  100%{background-position:0% 82%}
  }
  @-moz-keyframes rainbow {
	  0%{background-position:0% 82%}
	  50%{background-position:100% 19%}
	  100%{background-position:0% 82%}
  }
  @-o-keyframes rainbow {
	  0%{background-position:0% 82%}
	  50%{background-position:100% 19%}
	  100%{background-position:0% 82%}
  }
  @keyframes rainbow { 
	  0%{background-position:0% 82%}
	  50%{background-position:100% 19%}
	  100%{background-position:0% 82%}
  }




















  /*
Made by Tiago Costa
https://github.com/tdcosta100
*/

@font-face {
	font-family: 'Franklin Gothic Medium';
	src: url(https://raw.githubusercontent.com/tdcosta100/WindowsXP/master/fonts/framdit.ttf) format('truetype');
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: 'Tahoma';
	src: url(https://raw.githubusercontent.com/tdcosta100/WindowsXP/master/fonts/tahoma.ttf) format('truetype');
	font-style: normal;
	font-weight: normal;
}

body {
	margin: 0;
	border: 0;
	padding: 0;
}

.background.sliced {
	display: flex;
	flex-direction: row;
	position: absolute;
	width: 100%;
	height: 100%;
}

.background.sliced.vertical {
	flex-direction: column;
}

.background.sliced .top,
.background.sliced .bottom {
	flex-shrink: 0;
}

.background.sliced .middle {
	flex-grow: 1;
}

.background.sliced .column {
	display: flex;
	flex-direction: column;
}



#taskbar {
	display: flex;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#start-button {
	flex-shrink: 0;
}

#start-button .container {
	position: relative;
	overflow: hidden;
}

#start-button .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#task-band {
	flex-grow: 1;
}

#tray-notify {
	flex-shrink: 0;
}

#tray-notify .container {
	position: relative;
	overflow: hidden;
}

#tray-notify .clock {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
}

#tray-notify .clock .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* Desktop */
#desktop {
	background-image: url(https://raw.githubusercontent.com/tdcosta100/WindowsXP/master/images/Wallpapers/Bliss.jpg);
	background-size: auto;
}

/* Taskbar */
#taskbar {
	height: 30px;
}

#taskbar > .background .row {
	background-image: url(https://raw.githubusercontent.com/tdcosta100/WindowsXP/master/images/Themes/Blue/TaskbarBackground.png);
	background-repeat: no-repeat;
	image-rendering: pixelated;
}

#taskbar > .background .top {
	height: 15px;
	background-size: 100% 186.666667%;
}

#taskbar > .background .middle {
	background-size: 100% 1400%;
	background-position-y: 57.692308%;
}

#taskbar > .background .bottom {
	height: 11px;
	background-size: 100% 254.545455%;
	background-position-y: 100%;
}

/* Start Button */
#start-button {
}

/* Start Button - Sizes */
#start-button .background .left {
	width: 6px;
}

#start-button .background .right {
	width: 52px;
}

#start-button .background .top {
	height: 13px;
}

#start-button .background .bottom {
	height: 14px;
}

/* Start Button - Content */
#start-button .content {
	display: flex;
	align-items: center;
	position: relative;
	margin: 2px 24px 4px 10px;
	height: 26px;
}

#start-button .content .icon img {
	display: block;
	image-rendering: pixelated;
}

#start-button .content .text {
	color: rgb(255, 255, 255);
	font-family: 'Franklin Gothic Medium';
	font-style: italic;
	font-size: 14pt;
	text-shadow: 1px 2px 2px rgb(69, 76, 16), 0 0 3px rgb(69, 76, 16);
	margin-bottom: 1px;
	padding-right: 3px;
}

/* Start Button - Background */
#start-button .background .row {
	background-image: url(https://raw.githubusercontent.com/tdcosta100/WindowsXP/master/images/Themes/Blue/StartButton.png);
	background-repeat: no-repeat;
	image-rendering: pixelated;
}

/* All States */
#start-button .background .left .top {
	background-size: 1650% 761.538462%;
}

#start-button .background .left .middle {
	background-size: 1650% 1650%;
}

#start-button .background .left .bottom {
	background-size: 1650% 707.142857%;
}

#start-button .background .middle .top {
	background-size: 241.463415% 761.538462%;
}

#start-button .background .middle .middle {
	background-size: 241.463415% 1650%;
}

#start-button .background .middle .bottom {
	background-size: 241.463415% 707.142857%;
}

#start-button .background .right .top {
	background-size: 190.384615% 761.538462%;
}

#start-button .background .right .middle {
	background-size: 190.384615% 1650%;
}

#start-button .background .right .bottom {
	background-size: 190.384615% 707.142857%;
}

#start-button .background .left .row {
	background-position-x: 0;
}

#start-button .background .middle .row {
	background-position-x: 10.344828%;
}

#start-button .background .right .row {
	background-position-x: 100%;
}

/* Normal */
#start-button .background .top {
	background-position-y: 0;
}

#start-button .background .column .middle {
	background-position-y: 13.978495%;
}

#start-button .background .bottom {
	background-position-y: 22.352941%;
}

/* Hover */
#start-button.hover .background .top {
	background-position-y: 38.372093%;
}

#start-button.hover .background .column .middle {
	background-position-y: 49.462366%;
}

#start-button.hover .background .bottom {
	background-position-y: 61.176471%;
}


/* Pressed */
#start-button.pressed .background .top {
	background-position-y: 76.744186%;
}

#start-button.pressed .background .column .middle {
	background-position-y: 84.946237%;
}

#start-button.pressed .background .bottom {
	background-position-y: 100%;
}

/* Tray Notify */
#tray-notify {
}

#tray-notify .container {
	height: 100%;
}

/* Start Button - Sizes */
#tray-notify .background .left {
	width: 34px;
}

#tray-notify .background .right {
	width: 10px;
}

#tray-notify .background .top {
	height: 12px;
}

#tray-notify .background .bottom {
	height: 12px;
}

/* Start Button - Background */
#tray-notify .background .row {
	background-image: url(https://raw.githubusercontent.com/tdcosta100/WindowsXP/master/images/Themes/Blue/TaskbarTray.png);
	background-repeat: no-repeat;
	image-rendering: pixelated;
}

#tray-notify .background .left .top {
	background-size: 323.529412% 233.333333%;
}

#tray-notify .background .left .middle {
	background-size: 323.529412% 700%;
}

#tray-notify .background .left .bottom {
	background-size: 323.529412% 233.333333%;
}

#tray-notify .background .middle .top {
	background-size: 166.666667% 233.333333%;
}

#tray-notify .background .middle .middle {
	background-size: 166.666667% 700%;
}

#tray-notify .background .middle .bottom {
	background-size: 166.666667% 233.333333%;
}

#tray-notify .background .right .top {
	background-size: 1100% 233.333333%;
}

#tray-notify .background .right .middle {
	background-size: 1100% 700%;
}

#tray-notify .background .right .bottom {
	background-size: 1100% 233.333333%;
}

#tray-notify .background .left .row {
	background-position-x: 0;
}

#tray-notify .background .middle .row {
	background-position-x: 77.272727%;
}

#tray-notify .background .right .row {
	background-position-x: 100%;
}

#tray-notify .background .top {
	background-position-y: 0;
}

#tray-notify .background .column .middle {
	background-position-y: 50%;
}

#tray-notify .background .bottom {
	background-position-y: 100%;
}

#tray-notify .content {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	position: relative;
	margin: 0 7px 0 19px;
	height: 30px;
	font-family: 'Tahoma';
	font-size: 8pt;
	color: rgb(255, 255, 255);
}

#tray-notify .clock {
	width: 40px;
	text-align: center;
}









button {
	outline: none;
  }
  .error {
	position: absolute;
	width: 494px;
	height: 142px;
	padding: 2px;
	border: 1px outset #dedede;
	border-color: #a3a3a3;
	background-color: #e8e8d8;
	opacity: 0;
	animation: display 200ms;
	animation-fill-mode: forwards;
	z-index: 999;
  }
  .error:nth-of-type(1) {
	top: 40%;
	left: 40%;
	animation-delay: 100ms;
  }
  
  .title {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 0 2px 0 2px;
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 0 #fff;
	line-height: 30px;
	background-image: -webkit-linear-gradient(left, #0050e0, #3890f8);
	background-image: -moz-linear-gradient(left, #0050e0, #3890f8);
	background-image: linear-gradient(left, #0050e0, #3890f8);
  }
  .close-button {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 25px;
	height: 25px;
	color: #000;
	text-align: center;
	font-weight: bold;
	background-color: #e8e8d8;
  }
  .message {
	width: 100%;
	margin-top: 25px;
	margin-left: 10px;
	font-family: Arial, sans-serif;
	font-size: 14px;
  }
  .message img {
	float: left;
	margin-top: -15px;
	margin-right: 20px;
  }
  .ok {
	position: absolute;
	width: 100px;
	height: 27px;
	background-color: #e8e8d8;
	border: 1px solid #2b2b2b;
	box-shadow: inset -1px -1px 2px rgba(0,0,0,0.7);
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
  }
  .ok:focus > span {
	border: 1px dotted #000;
  }
  .ok span {
	display: block;
	width: 108%;
	height: 86%;
	margin-top: -2px;
	margin-left: -4px;
	line-height: 17px;
  }
  @-moz-keyframes display {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  @-webkit-keyframes display {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  @-o-keyframes display {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  @keyframes display {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  






  #logo{
	position: absolute;
	right: 0;
	bottom: 31px;
	width: 25rem;
  }



  audio{
	position: relative;
	z-index: -200;
  }

  @media screen and (max-width: 1290px) {
	.error {
		position: absolute;
		width: 494px;
		height: 142px;
		padding: 2px;
		border: 1px outset #dedede;
		border-color: #a3a3a3;
		background-color: #e8e8d8;
		opacity: 0;
		animation: display 200ms;
		animation-fill-mode: forwards;
		z-index: 999;
	  }
	  .error:nth-of-type(1) {
		top: 40%;
		left: 20%;
		animation-delay: 100ms;
	  }
	  
  }

  @media screen and (max-width: 580px) {
	.error {
		position: absolute;
		width: 294px;
		height: 142px;
		padding: 2px;
		margin: 0 0 0 12%;
		border: 1px outset #dedede;
		border-color: #a3a3a3;
		background-color: #e8e8d8;
		opacity: 0;
		animation: display 200ms;
		animation-fill-mode: forwards;
		z-index: 999;
	  }
	  .error:nth-of-type(1) {
		top: 40%;
		left: 10%;
		animation-delay: 100ms;
	  }
	  #logo{
		position: absolute;
		right: 0;
		bottom: 31px;
		width: 15rem;
	  }
  }