@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
}

.wrapper{
	width: 375px;
	height: 667px;
	background-color:red;
}


#menubar{
	width:375px;;
	height: 60px;
	position: relative;
	background-color: black;
	text-align:center;
	vertical-align: middle;
	line-height: 60px;
	font-size: 24px;
	color: white;
	font-family:inconsolata;
	font-weight:bold;
	z-index: 19;
}


/* Menu */

#hamburgermenubar{
  width: 190px;
  height: 62px;
  position: relative;
  background-color:black;
  
  font-size: 18px;
  color: white;
  font-family: inconsolata;
  font-weight: bold;
	z-index: 20;
}

a{
 text-decoration: none;
}

ul{
  list-style: none;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0;
  padding-right: 0px;
}

li{
	
  font-size: 14px;
  border-top: 1px solid black;
  border-bottom: none;
  padding-left: 60px;
  padding-top: 5px;
  vertical-align: middle;
  color: gray;
  background-color:#F4F3F3;
  box-sizing: border-box;
}

.icon{
	position: absolute;
	width: 11%;
	height: 11%;
	left: 20px;
	margin-top: 6px
}

#hamburgermenu{
  margin-top: -31px;
  width: 190px;
  height: 136px;
  position: absolute;
  text-align: left;
  font-family: inconsolata;
  background-color: white;
  z-index: 19;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
	color: white;
    position: absolute;
    font-size: 36px;
    margin-left: 20px;
	z-index: 21;
}

/* Login */

#login_bg{
	position:relative;
	height: 697px;
	width: 406px;
	background-image:url(media/login_bg.png);
	z-index:1;
}

#grid{
	margin-top: -700px;
	margin-left: -5px;
	height: 695px;
	width: 410px;
	position: relative;
	background-image:url(media/gridlines.png);
	z-index: 2;
}

#loginpoly{
	margin-top:-600px;
	margin-left: 90px;
	width: 200px;
	height: 500px;
	position:relative;
	background-image:url(media/loginpoly.svg);
	background-repeat:no-repeat;
	background-size:contain;
	z-index: 3;
}

#brac{
	width: 500px;
	height: 230px;
	position:relative;
	background-image:url(media/brackets.svg);
	background-repeat:no-repeat;
	background-size:contain;
	margin-top: -500px;
	margin-left: 30px;
	z-index: 4;
}

#title{
	width: 450px;
	height: 200px;
	position:relative;
	font-size: 36px;
	font-family:inconsolata;
	font-weight: bold;
	color: white;
	letter-spacing: 7px;
	margin-top: -140px;
	margin-left: 65px;
	z-index: 5;
}

#form{
	width: 270px;
	height: 100px;
	position:relative;
	margin-top: -20px;
	margin-left: 70px;
	font-size: 32px;
	font-family: inconsolata;
	z-index: 6;
}

input[type=text], select {
    width: 100%;
	color: white;
    padding: 15px 30px;
    margin: 15px 0;
    display: inline-block;
	border: 2px solid #CCC;
	outline: none;
	box-sizing: border-box;
	font-size: 24px;
	background: transparent;
}

input[type=password], select {
    width: 100%;
    padding: 15px 30px;
    margin: 15px 0;
    display: inline-block;
    box-sizing: border-box;
	border: 2px solid #CCC;
	outline: none;
	font-size: 24px;
	background: transparent;
}

.submit a{
	position: relative;
	z-index: 7;
	margin-left: 120px;
	margin-top: 20px;
    border: 1px solid #000000;
	background-color: #2CB916;
	line-height: 50px;
	font-size:24px;
	text-align: center;
    color: white;
	text-decoration: none;
    display: block;
    height: 50px;
    padding: 0 1em;
    width: 5em;             

}

/* Choose */

.line1{
	position:relative;
	height: 20px;
	width: 30px;
	margin-top: 55px;
	margin-left: 25px;
	background-image: url(media/line.png);
	background-repeat:no-repeat;
	z-index: 1;
}

#choose_text{
	margin-top: -30px;
	margin-left: 80px;
	position:relative;
	font-size: 20px;
	font-family:"Proxima Nova Soft";
	z-index: 2;
}

.line2{
	position:relative;
	height: 10px;
	width: 30px;
	margin-top: -13px;
	margin-left: 300px;
	background-image: url(media/line.png);
	background-repeat:no-repeat;
	z-index:3;
}

.bubble1{
	margin-top: 60px;
	margin-left: 40px;
	width: 120px;
	height: 120px;
	position: relative;
	background-image:url(media/char_icon1.svg);
	background-repeat:no-repeat;
	background-size:contain;
	z-index: 4;
}

.bubble2{
	margin-top: -120px;
	margin-left: 200px;
	width: 120px;
	height: 120px;
	position: relative;
	background-image:url(media/char_icon2.svg);
	background-repeat:no-repeat;
	background-size:contain;
	z-index: 5;
}

.bubble3{
	margin-top: 50px;
	margin-left: 40px;
	width: 120px;
	height: 120px;
	position: relative;
	background-image:url(media/char_icon3.svg);
	background-repeat:no-repeat;
	background-size:contain;
	z-index: 6;
}

.bubble4{
	margin-top: -120px;
	margin-left: 200px;
	width: 120px;
	height: 120px;
	position: relative;
	background-image:url(media/char_icon4.svg);
	background-repeat:no-repeat;
	background-size:contain;
	z-index: 7;
}

.bubble5{
	margin-top: 50px;
	margin-left: 40px;
	width: 120px;
	height: 120px;
	position: relative;
	background-image:url(media/char_icon5.svg);
	background-repeat:no-repeat;
	background-size:contain;
	z-index: 8;
}

.bubble6{
	margin-top: -120px;
	margin-left: 200px;
	width: 120px;
	height: 120px;
	position: relative;
	background-image:url(media/char_icon6.svg);
	background-repeat:no-repeat;
	background-size:contain;
	z-index: 9;
}

/* Setting */

.wrapper2{
	margin: 0px;
  	width: 350px;
  	height: 667px;
  	position: relative;
	background-color: black;
	z-index:1;
}

.grid{
	height: 667px;
	width: 350px;
	position: relative;
	background-image:url(media/gridlines.png);
	z-index: 2;
}

#poly{
	position: relative;
	margin-top: -550px;
	margin-left: 20px;
	height: 270px;
	width: 270px;
	background-image:url(media/poly.svg);
	background-size:contain;
	background-repeat:no-repeat;
	z-index: 3;
}

#sidepoly{
	position: relative;
	margin-top: -250px;
	margin-left: 290px;
	height: 300px;
	width: 300px;
	background-image:url(media/sidepoly.svg);
	background-size:contain;
	background-repeat:no-repeat;
	z-index: 4;
}

#story{
	color: white;
	font-size: 14px;
	font-family:inconsolata;
	letter-spacing: -1px;
	line-height: 30px;
	margin-top: -380px;
	margin-left: 30px;
	height: 500px;
	width: 270px;
	position:relative;
	z-index: 5;
}

/* Home Page */

#bg{
	width: 375px;
	height: 510px;
	background-image:url(media/bg_DAY.jpg);
	overflow: hidden;
	
}

#bg_far{
  	width: 375px;
	height: 427px;
	background-image:url(media/bg_farbuildings.png);
	background-size: contain;
	background-repeat:no-repeat;
	position:relative;
	margin-top:-470px;
	z-index:2;
}

#bg_near{
  	width: 375px;
	height: 400px;
	background-image:url(media/bg_frontbuildings.png);
	background-size: contain;
	background-repeat:no-repeat;
	position:relative;
	margin-top:-315px;
	z-index:3;
}

#bg_doc{
  	width: 80px;
	height: 85px;
	background-image:url(media/doc_male.png);
	background-size: contain;
	background-repeat:no-repeat;
	position:relative;
	margin-top:-163px;
	margin-left: 240px;
	z-index:4;
}

#byte1{
	width: 185px;
	height: 57px;
	background-color: #D1D2D4;
	border: solid black 1px;
	position: relative;
	text-align:center;
	line-height: 57px;
	font-size: 16px;
	margin-top: 15px;
	font-family:inconsolata;
	font-weight:bold;
}

#byte2{
	width: 185px;
	height: 57px;
	background-color: #D1D2D4;
	border: solid black 1px;
	position: relative;
	text-align:center;
	line-height: 57px;
	font-size: 16px;
	margin-top: -1px;
	font-family:inconsolata;
	font-weight:bold;
}

#review{
	width: 187px;
	height: 115px;
	margin-left: 186px;
	margin-top: -117px;
	background-color: #B5312A;
	border: black solid 1px;
	position: relative;
	text-align:center;
	vertical-align: middle;
	line-height: 20px;
	color: white;
	font-size: 18px;
	font-family:inconsolata ;
	font-weight:bold;
	z-index: 3;
}

#loop{
	height: 50px;
	width: 50px;
	position:relative;
	background-image:url(media/reviewicon.svg);
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-left: 70px;
	z-index: 4;
}