body{ 
	margin: 20vmin;}
	font-family: Raleway, helvetica;
	font-size:5vw;
}

#menu{
  position: absolute; left: 0; top: 0;
  width: 100%;
  text-align: center;
}

#sidebar{
  margin: auto;
  position: absolute; left: 0; top: 0;
  width: 95%;
  height: 2em;
  text-align: right;
  background-color:black;
  position:fixed;
  padding: 2em;
}
a:visited{color:white}

a{ 
  text-decoration: none; 
  color: white; 
}

a:hover{ color: purple;}

h1{
padding-top: 2em;
text-align: left;
padding-left: 1em;

}

h2{
color: white;
font-weight: bold;
letter-spacing: 4px;
}
h6{
text-transform: uppercase;
letter-spacing: 8px;
line-height: 1.6;
}
h5{
font-size: 1em;
padding-left: 3em;
}
#one, #two, #three, #four{
padding-top: 3em;
padding-right: 3em;
}


body{
background-image: url(../images/street.jpg);
}


#one{
Padding-left: 4em;
background-color: white;
}
#three{
padding-top:3em;
}

#title{
background-color: rgb{192,195,207};
padding-top: 0;
padding-bottom: 20em;
padding-right: 25em;
padding-left: 25em;
color: white;
text-align: center;
}
#wrap{
padding-top: 10em;
}


@media screen and (max-width:800px) {
  #one, #two, #three { 
  width:100%;
  }

p{
padding-bottom: 3em;
text-align: center;
}