.menuitem {
    /* position: absolute;
    right: 0px; */
}

.menuimgday, .menuimgnight {
    width: 98vw;
}

/* body { */
/* background-color: #00696e; */
/* } */



 @import url('https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:900');
 
 html {
	 display: grid;
	 min-height: 100%;
}
 body {
	 display: grid;
	 background: #a1d5d3;
}
 .container {
	 position: relative;
	 margin: auto;
	 overflow: hidden;
	 width: 80vw;
	 height: 50vw;
}
 h1 {
	 font-family: 'Lato', sans-serif;
	 text-align: center;
	 margin-top: 2em;
	 font-size: 3em;
	 text-transform: uppercase;
	 letter-spacing: 5px;
	 color: #f6f4f3;
}
 #timer {
	 color: #f6f4f3;
	 text-align: center;
	 text-transform: uppercase;
	 font-family: 'Lato', sans-serif;
	 font-size: 0.7em;
	 letter-spacing: 5px;
	 margin-top: 25%;
}
 .days, .hours, .minutes, .seconds {
	 display: inline-block;
	 padding: 20px;
	 width: 20vw;
	 border-radius: 5px;
}
 .days {
	 background: #ef2f3c;
}
 .hours {
	 background: #f6f4f3;
	 color: #183059;
}
 .minutes {
	 background: #276fbf;
}
 .seconds {
	 background: #f0a202;
}
 .numbers {
	 font-family: 'Montserrat', sans-serif;
	 color: #183059;
	 font-size: 7em;
}
 .white {
	 position: absolute;
	 background: #f6f4f3;
	 height: 85px;
	 width: 75px;
	 left: 30%;
	 top: 2%;
}
 .white .triangle {
	 border-bottom: 14px solid #f6f4f3;
}
 .white .string {
	 background: #f6f4f3;
	 border: 1px solid #f6f4f3;
}
 .red {
	 position: absolute;
	 background: #ef2f3c;
	 left: 18%;
	 top: 9%;
	 height: 65px;
	 width: 70px;
}
 .red .triangle {
	 border-bottom: 14px solid #ef2f3c;
}
 .red .string {
	 background: #ef2f3c;
	 border: 1px solid #ef2f3c;
}
 .blue {
	 position: absolute;
	 background: #276fbf;
	 height: 80px;
	 width: 80px;
	 left: 60%;
	 top: 5%;
}
 .blue .triangle {
	 border-bottom: 14px solid #276fbf;
}
 .blue .string {
	 background: #276fbf;
	 border: 1px solid #276fbf;
}


 .string {
	 position: absolute;
	 height: 70px;
	 width: 1px;
	 left: 48%;
	 top: 100%;
	 z-index: -1;
}