html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*CSS RESET*/



/*-------------------------------------------------------------------------------------*/


body {
  width: 100%;
  height: 100%;
  background-image: url(../image/background.jpg);
  font-family: 'Play', sans-serif;
}
#wrapper {
  width: 78.125%;
  height: 78.125%;
  position: absolute;
  background-color: red;
  
}

header {
  display: inline-block;
  width: 20%;
  height: 90%;
  float: left;
  background-color: #15102b;
  color: #fff;
}

header h1 {
  display: block;
  width: 100%;
  height: 20%;
  margin-top: 5%;
  margin-bottom: 5%;
  background-image: url(../image/Logo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  text-indent: -9999;
  color: transparent;
}

header nav {display: block; height: 70%; width: 100%;}

header nav ul {display: block; width: 100%;}
header nav ul li {display: block; width: 100%; border-bottom: 2px solid #372452;}
header nav ul li:last-Child {width: 100%; border: none;}
header nav ul li button {font-size: 20px; display: block; height: 50px; line-height: 50px; text-align: right; width: 100%; padding-right: 20px; border: none; background-color: transparent; color: rgba(255, 255, 255, 0.5); font-family: 'Play', sans-serif;}
header nav ul li button.active {border-left: 10px; solid #ff4ba8; background-color: #271835; color: #fff;}
header nav ul li button:hover {background-color: #271835;}

section {width: 80%; float: right; height: 100%; background-color: #1f182d; color: #fff;}

article {display: none;}

article.show {display: block;}

#realTime {width: 75%; height: 90%; padding: 2.5%; position: absolute;}
#realTime .date {display: inline-block; font-size: 40px; text-align: left; margin-top: 20%; margin-left: 24.5%; opacity: 0.5;}
#realTime .time {font-size: 120px; font-weight: 700; text-align: center; width: 100%;}
#realTime #apm {margin-left: 1%; font-size: 60px;}

#stopWatch {width: 75%; height: 90%; padding: 2.5%; position: absolute; }
#stopWatch .time {font-size: 120px; font-weight: 700; text-align: center; margin-top: 10%; margin-bottom: 4%;}
#stopWatch #state {font-size: 20px; text-align: center; margin-bottom: 2%;}
#stopWatch .buttonList {text-align: center; margin-bottom: 4%;}
#stopWatch .buttonList button {font-family: 'Play', sans-serif; border: none; background-color: #682486; color: #fff; width: 15%; height: 40px; font-size: 20px; line-height: 40px;}
#stopWatch #lapTime {text-align: center; font-weight: 400; font-size: 28px; height: 40%; overflow: auto; }
#stopWatch #lapTime::-webkit-scrollbar {display:none;}




#timer {width: 75%; height: 90%; padding: 2.5%; position: absolute; ;}
#timer .timeNow {text-align: center; font-size: 45px; margin-top: 100px;}
#timer .timeNow span:first-Child {text-align: center; font-size: 20px;}
#timer .time {font-size: 80px; text-align: center; margin-top: 20px;}
#timer .time div{border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 20px; display: inline-block; padding-left: 30px; padding-right: 30px; padding-top: 20px; padding-bottom: 20px; margin-top: 20px;}
#timer .time select {font-family: 'Play', sans-serif; padding: 10px;}
#timer .time #timerHour {border: none; background-color: transparent; color: #fff; font-size: 100px; width: 160px; text-align: center; border: 2px solid rgba(255, 255, 255, 0.2); border-radius: 20px;}
#timer .time #timerMin {border: none; background-color: transparent; color: #fff; font-size: 100px; width: 160px; text-align: center; border: 2px solid rgba(255, 255, 255, 0.2); border-radius: 20px;}
#timer .time #timerHour option {color: #000; font-size: 20px; text-align: center; border: 2px solid rgba(255, 255, 255, 0.2);}
#timer .time #timerMin option {color: #000; font-size: 20px; text-align: center; border: 2px solid rgba(255, 255, 255, 0.2);}
#timer button {margin-left: auto; margin-right: auto; display: block; padding: 10px 20px; font-size: 20px; font-family: 'Play', sans-serif; background-color: rgba(255, 255, 255, 0.25); border: none; margin-top: 20px;}








footer {display: inline-block; width: 20%; height: 10%; float: left; font-size: 13px; text-align: right; background-color: #15102b; color: #635a8d;}

footer p {position: absolute; bottom: 0; width: 19%; height: 5%;}

@media screen and (max-width: 767px){
    
}
/*MOBILE*/


@media screen and (min-width: 768px) and (max-width: 1023px){
    
}
/*TABLET VERTICAL*/


@media screen and (min-width: 1024px) and (max-width: 1280px){
    
}
/*TABLET HORIZONTAL*/


@media screen and (min-width: 1281px){
    
}
/*LAPTOP*/




























