html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#drawing {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#title {
	/*background: blue;*/
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
}

#loader {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -15px;
  color: #fff;
  font-family: 'Work Sans';
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}

#canvas {
	position: absolute;
	left: 0;
	top: 0;
	/*display: none;*/
}

#p5_loading {
	display: none;
}

#cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: rgb(154, 191, 255);
}

#girl, #outfit {
	position: absolute;
	display: none;
}

#bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(154, 191, 255);
}

#heading{
	position: fixed;
	width: 100%;
	/*height: 40px;*/
	top: 20px;
  left: 25px;
}

h1 {
  font-size: 20px;
  color: #ffffff;
  /* width: 450px; */
  display: inline-block;
  /* height: 40px; */
  /* position: absolute; */
  /* left: 25px; */
  line-height: 22px;
  /* top: 15px; */
  /* margin-top: 15px; */
  /* margin-left: 25px; */
  /* margin-bottom: 11px; */
  /* position: relative; */
  /* float: left; */
  font-weight: 300;
  font-family: 'Work Sans', sans-serif;
  text-align: left;
  margin: 0;
  margin-bottom: 9px;
}

#time {
	font-size: 1.7em;
  color: #ffffff;
  line-height: 1.1em;
  font-weight: 300;
  font-family: 'Work Sans', sans-serif;
  text-align: left;
  margin: 0;
  margin-bottom: 13px;
  /*display: none;*/
}

#wind-container {
	position: absolute;
	/*left: 25px;*/
	/*top: 60px;*/
	/*text-align: center;*/
	/*width: 300px;*/
	/*margin-left: -150px;*/
}

#place {
	opacity: 0;
}

#place-inner {
	/*display: none;*/
	/*opacity: 0;*/
}

#wind {
	/*font-size: 1.3em;*/
	/*color: #ffffff;*/
	/*text-align: center;*/
	/*width: 130px;*/
	/*height: 40px;*/
	/*display: inline-block;*/
	/*margin-top: 15px;*/
	/*margin-left: 25px;*/
	/*position: relative;*/
	/*float: left;*/
	/*font-weight: 300;
	font-family: 'Work Sans', sans-serif;
	text-align: right;*/
	margin-top: 3px;
}

#label {
	font-size: 1em;
	color: #ffffff;
	/*text-align: center;*/
	/*width: 125px;*/
	height: 40px;
	display:inline-block;
	/*margin-top: 22px;*/
	/*margin-left: 7px;*/
	/*position: relative;*/
	/*float: left;*/
	font-weight: 300;
	font-family: 'Work Sans', sans-serif;
	text-align: left;
	margin: 0;
}

#copyright {
	position: fixed;
	bottom: 5px;
	left: 20px;
	/*width: 100%;*/
	font-family: 'Work sans', sans-serif;
  font-size: 14px;
  color: #fff;
  /*text-align: center;*/
  -webkit-font-smoothing: antialiased;
  height: 30px;
}

#copyright a {
	color: #fff;
	cursor: pointer;
}

#social {
	position: fixed;
	bottom: 10px;
	right: 13px;
	text-align: right;
	font-size: 28px;
}

#fb {
  font-size: 22px;
  position: absolute;
  right: 40px;
  top: 3px;
}

#chrome {
	font-size: 22px;
  position: absolute;
  right: 100px;
  top: 3px;
}

#social a {
	color: rgba(255,255,255,0.5);
}

#social a:hover {
	color: rgba(255,255,255,1);
	transition: color 0.3s;
}

.detail {
	position: absolute;
  font-family: 'Work sans', sans-serif;
  font-size: 14px;
  color: #fff;
   text-align: right; 
  -webkit-font-smoothing: antialiased;
  top: 5px;
	/*left: 50%;*/
  width: 75px;
  margin-left: -85px;
	left: 0;
}

#swipe-container {
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
}

.arrow {
	font-family: 'Work Sans', sans-serif;
	position: fixed;
	top: 50%;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	font-size: 25px;
	width: 50px;
	text-align: center;
	cursor: pointer;
}

#prev {
	left: 0;
}

#next {
	right: 0;
}

#buttons {
	position: fixed;
	top: 20px;
	right: 20px;
}

.button {
	display: inline-block;
	/*margin: 5px;*/
	cursor: pointer;
	font-size: 25px;
	line-height: 25px;
	color: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	transition: color 0.3s;
}

.button:hover {
	color: rgba(255,255,255,1);
}

#refresh {
	font-size: 23px;
	right: 77px;
	top: 2px;
}

#rndm {
	right: 36px;
  top: 3px;
}

#mylocation {
	font-size: 28px;
	right: 0;
}

#rndm.shifted {
	right: 0;
}

#refresh.shifted {
	right: 41px;
}

#places-dots {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 30px;
	left: 0;
}

.place-dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 3px;
	border-radius: 10px;
	border: 2px solid #fff;
}

.place-dot.active {
	background: #fff;
}

.place-dot:hover {
	background: rgba(255,255,255,0.5);
}

@media(max-width: 625px){
	#wind {
		display: inline-block;
	}
}

@media (max-width: 530px){
	h1 {
		width: 230px;
	}

	#label {
		font-size: 0.8em;
	}

	.arrow {
		display: none;
	}

	#swipe-container {
		display: block;
	}
}

@media(max-width: 470px){
	#social {
		height: 30px;
	}

	#chrome {
		right: 0;
    top: 0;
	}

	#fb {
    right: 37px;
    top: -37px;
	}

	#twitter {
    top: -40px;
    position: absolute;
    right: -4px;
	}
}

@media (max-width: 320px){
	#copyright {
		bottom: 2px;
		font-size: 11px;
	}

	#refresh {
    font-size: 20px;
    right: 63px;
    top: 0px;
	}

	#rndm {
    right: 30px;
    top: 1px;
    font-size: 20px;
	}

	#mylocation {
    font-size: 23px;
    right: 0;
	}
}