@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
body {margin:0;
  font-family:'Josefin Sans', sans-serif;
  background-color:#eee; 
  margin:0;
  padding:0;
  width: 100%;}



/* header */

.gfx{ 
height: auto;
width: 100%;
  
}

header{ 
  background-image: url("homelessonstreet.jpg");
  height: 50%;
  background-size: cover;
  background-position: top center;
  position: relative;
  width: 100%;
  height:900px;
  overflow: hidden;

  }
section{
  text-align: left;
  text-align-last: left;
  min-height: 200px;
  
}
h1{
  font-size: calc( 3vw + 6px );
  text-transform: uppercase;
  background: rgba(41, 47, 43, 0.63);
  color: #ffffff;
  text-align: center;
  text-align-last: center;
  
  letter-spacing: 0.5rem;
  top: 250px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 1.2;
  padding: 80px 0;
}

h3{
  
  color: rgb(255, 255, 255);
  font-size: calc( 8vw + 18px );
  padding: 30px 0;
 font-size: 1.2vw;
font-weight: thin;
  letter-spacing: 0.2rem;
  text-align: center;
  text-align-last: center;
  width: 100%;
  top: 140px;
  position: relative;
}

h2{font-size: calc( 2vw + 18px )}


/* menu */

#menu{ 
margin:0;
  padding: 0;
list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
 
  color: #959595;
  
  transition: all 0.5s ease;
width: 100%;
  height: 60px;
  background:rgba(231, 231, 231, 0.9);
  box-shadow: 1px 1px 1px 3px rgba(191, 191, 191, 0.71);
 text-align-last: center;
  }

#menu a{ color: #272727;
  font-size: calc( 0.8vw + 7px );
  
 }
#menu li :hover{ color: #b1b1b1;
  border-bottom: 1px solid;
  
  transition: all 0.5s ease;}
#menu li{
  display: inline-block;
  padding:15px;
  }

figure a{text-decoration: none;
color:rgb(142, 53, 50);
font-size: 12px;}

figure{margin: 1em 1px;}


.sticky{
 position:fixed;
  display: block;
  top: 0;
  left:0;
  width: 100%;
  
}
.sticky+ section{
  padding-top: 60px;
}

.top{ 
  padding: 0;
text-align:center;  
}

.back{
   margin-top: 100px;
  width: calc( 1.2vw + 14px );
  height: calc( 1.2vw + 14px );
  border: 5px solid #7a7a7a;
  border-radius: 50%;
 padding: 1.2vw;
}
.back:hover{
 
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  border: 2px dotted #3e3e3e;}
footer{ 
  justify-content: center;
  flex-wrap: wrap;
  display:flex;
  background: #7a7a7a;
  
}
footer > div{
  color: aliceblue;
  text-align: left;
  margin: 10px;
  width: 300px;
  padding: 30px;
}
footer div p a{text-decoration: none;
  color:rgb(182, 255, 0);
font-weight: bolder;}
footer div p a:hover{color: aliceblue;}
.facebook , .twitter{
  float: left;
  list-style: none;

 color: rgb(182, 255, 0);
  width: 60px;
  
  text-align: center;}
.twitter:hover{
  color: aliceblue;
  
}
.facebook:hover{
	color:aliceblue;}
