/*
* GWW
*/


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 {
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;

		font-size: 16px;
		font-weight: 400;
		line-height: 6vh;

  background: #ffffff;
  overflow-x: hidden;

}

h2 {
	font-size: 24px;
	font-weight: 600;
}

h3 {
	font-size: 30px;
	font-weight: 100;
}

a {

	color: #00aeef;

}

a:hover {
  color: d0d0d0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

#header {

	height: 75vh;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-image: url("../images/digitalnomadsdark.jpg");
	background-position: bottom;
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center;
}

	#header a {
	color: #ffffff;
	
}

#uphalf {

	height: 7vh;	
	position: absolute;
	top: 0;
	margin: auto;
 	width: 100%;
	background: #ffffff;

}



#bothalf {

	background: #000000;
	position: absolute;
	bottom: 0;
	height: 6vh;
	line-height: 6vh;
	text-align: center;
 	width: 100%;

}

#wideline {
	height: 1px;	
	width: 100%; 
	background: #BFBFBF;
	margin: auto;	
	margin-top: 2vh;
	margin-bottom: 2vh;	

}

#articled {

	width: 90%;
	text-align: center;
 
}

#thegap {

	height: 3vh;
	width: 100%;
	background: #ffffff;
}

#menubar {

	height: 1vh;	
	width: 6vh;
	position: relative;
	margin: 1vh;
	background: #000000;
}

#menuback {

	height: 10.5vh;	
	width: 10.5vh;
	position: absolute;
}

#register {

	width: 70vw;
	position: relative;
	margin: auto;	
	top: 5vh;
}

#input {


}

input[type="text" i] {

	border-radius: 10px;
	border-color: #BFBFBF;
	border-style: solid;
	height: 40px;
	width: 320px;
	padding-left: 10px;
}

input[type="password" i] {

	border-radius: 10px;
	border-color: #BFBFBF;
	border-style: solid;
	height: 40px;
	width: 320px;
	padding-left: 10px;
}

textarea {

	border-radius: 10px;
	border-color: #BFBFBF;
	border-style: solid;
	height: 80px;
	width: 320px;
	padding-left: 10px;
	border-width: 2px;
}






li {
  list-style-type: none;
}
.responsive-menu {
  display: block;
  background-color: black;
  color: white;
  text-align: center;

  font-size: 200%;
}
.responsive-menu ul li ul li {
  padding: 10px;
  border-bottom: solid 0.2vh white;
  border-top: solid 0.2vh white;
}
.responsive-menu ul li ul {
  display: none;
  font-size: 60%;
  padding-top: 30px;
}
#trigger {
  display: none;
}
#trigger:checked + .responsive-menu ul li:hover ul {
  display: block;
}

