
body {
	color:#c1b492;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color:#1f1d36 ;
	text-decoration: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-repeat
	animation-name: Static;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: steps(4);
  }

body, html {
    cursor: url(img/cursor.png), pointer;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

p:hover, p:visited, p:link, p:active
{
    text-decoration: none;
}




.timeglow {
	-webkit-animation: glowcapsule 1s infinite;
	animation: glowcapsule 1s infinite;
}



.title {
	letter-spacing: 24px;
	font-size:40px;
	font-family: 'JMH Typewriter', sans-serif;
	font-weight:light;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

@media screen and (max-width: 1400px) {
  .title {
    font-size: 25px;
    margin-right: -5px;

  }
}

@media screen and (max-width: 400px) {
  .title {
  margin-right: -37px;
  }
}




.navbar img {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: auto;
	margin-top: 0px;
	margin-left: 25px;
	opacity: 1;
}
.navbar {
	position: absolute;
	width: 100%;
	height: 240px;
	background-color:black;
	box-shadow:#d2738a 0px 0px 3px; opacity:1;
	opacity: 0;
}

.backgroundlogo {
    position: absolute;
    color:black;
    left: 50%;
    transform: translate(-50%, 60%);
    -ms-transform: translate(-50%, 60%);
    -webkit-transform: translate(-50%, 60%);
}

@media screen and (max-width: 600px) {
  .backgroundlogo {
    opacity:0;
  }
}

#taskbar {
	z-index: 1001;
	position: absolute;
	width: 100%;
	height: 33px;
	background-color:#c0c0c0;
	bottom:0px;
	opacity: 1;
	border-top: 2px solid #fff;
}

#desktopicons .desktopcolumone{
	position: absolute;
	margin-left: 25px;
	top:25%;
	line-height: 0px;
	text-align:center;
	text-decoration: none;
}
#desktopicons .desktopcolumtwo {
	position: absolute;
	margin-left: 150px;
	top:25%;
	line-height: 0px;
	text-align:center;
	text-decoration: none;
}

br {
	display:block;
	line-height: 40px;
}

#timebox {
	position: relative;
	color:black;
	float:right;
	min-width: 70px;
	max-width: 85px;
	right:3px;
	height: 30px;
	border: 2px solid #7c7c7c;
    border-bottom-color: #fff;
    border-right-color: #fff;
	border-left-color: #7c7c7c;
	bottom:0.1%;
	font-size:90%;
	text-align:center;
	opacity: 1;
}

#start {
	height: 95%;
	position: relative;
	bottom:-1%;
	background-color: transparent;
	outline:none;
	font: 400 12.3333px Arial;
	background: url(https://cdn.discordapp.com/attachments/668592901856428036/786348346952253450/imageedit_12_4664649373.png) no-repeat 8px center/50px;
	width: 8%;
	left:0.2%;
	min-width: 70px;
	max-width: 70px;
	color:black;
	font-size:80%;
	text-align:right;
	font-weight: bold;
    border: 2px solid #fff;
    border-bottom-color: #7c7c7c;
    border-right-color: #7c7c7c;
	border-left-color: #fff;
}

.img {
    z-index: 9999;
}

#buttonthing{
	opacity:1;
	font-family: Verdana,sans-serif;
	font-weight: normal;
	background-color: transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
	margin-top:5%;
}
#bracket {
	font-family: 'JMH Typewriter', sans-serif;
	position: absolute;
	margin-top: -78.5px;
	margin-left: -190px;
	margin-right: auto;
	font-size:60px;
	letter-spacing: 330px;
	-webkit-animation: brackets 4s infinite;
    animation: brackets 4s infinite;
}

@media screen and (max-width: 1400px) {
  #bracket {
    font-size: 33px;
    margin-top: -47.5px;
    margin-left: -155px;
    letter-spacing: 280px;
  }
}

@media screen and (max-width: 400px) {
  #bracket {
    font-size: 33px;
    margin-top: -47.5px;
    margin-left: -170px;
    letter-spacing: 253px;
  }
}

@-webkit-keyframes static {
    0%   {text-shadow:#d2738a -1px 4px 5px;}
	100% {text-shadow:#c1b492 1px -4px 6px;}
}

#capsule{
	opacity: 0%;
	-webkit-animation: fade 4s forwards;
	-webkit-animation-delay: 4s;
    animation: fade 4s forwards;
	animation-delay:4s;
	letter-spacing: 12px;
	font-size:20px;
	font-family: 'JMH Typewriter', sans-serif;
	font-weight:light;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-shadow:#c1b492 0px 0px 7px;

}

@media screen and (max-width: 1400px) {
  #capsule {
    font-size: 9px;
    letter-spacing: 8px;
  }
}





@keyframes fade{
    from   {opacity:0%;}
    to  {opacity:60%;}
}


@-webkit-keyframes fade{
    from   {opacity:0%;}
    to  {opacity:60%;}
}

#fadein {
	letter-spacing: 15px;
	animation-duration: 5s;
	margin-top: 10%;
	-webkit-animation: text-animate 4s ;
    animation: text-animate 4s ;
	font-family: 'Courier Prime', monospace;
	font-weight:bold;
}

@-webkit-keyframes text-animate {
    0%   {text-shadow:#d2738a -1px 4px 5px;}
    20%  {text-shadow:#c1b492 1px -4px 5px;}
	40%  {text-shadow:#d2738a 0px 0px 0px;}
	60%  {text-shadow:#d2738a -1px 4px 5px;}
	100% {text-shadow:#d2738a 0px 0px 0px;}
}


.title{
	-webkit-animation: glow 4s infinite;
	-webkit-animation-delay: 4s;
    animation: glow 4s infinite;
	animation-delay:4s;
}

.singleglow {
	-webkit-animation: glowcapsule 4s infinite;
	animation: glowcapsule 4s infinite;
}

@-webkit-keyframes glow {
	0%    {text-shadow:#c1b492 0px 0px 7px; opacity:1;}
	50%   {text-shadow:#d2738a 0px 0px 6px; opacity:0.5;}
    100%  {text-shadow:#c1b492 0px 0px 7px; opacity:1;}
}

@-webkit-keyframes glowcapsule {
    0%    {text-shadow:#d2738a 0px 0px 6px; opacity:0.6;}
    50%   {text-shadow:#c1b492 0px 0px 7px; opacity:0.6;}
	100%  {text-shadow:#d2738a 0px 0px 6px; opacity:0.6;}
}

@-webkit-keyframes brackets {
    0%    {text-shadow:#c1b492 0px 0px 6px; opacity:1;}
    50%   {text-shadow:#d2738a 0px 0px 7px; opacity:0.8;}
	100%  {text-shadow:#c1b492 0px 0px 6px; opacity:1;}
}





#center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
