.leda {
    font-family: 'Raleway', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500; 
    position:fixed; 
    top:0px; left:0px; right:0px;    
    bottom: 0px;
    width: 100%;
    height: 50px;
    padding:10px;
    display: block;
    text-align: center;
    padding: 15px;
    margin-top: -10px;    
    background-color:black;  
}
  
  .leda * {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .leda li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5em;
    overflow: hidden;
  }
  .leda a {
    padding: 0.3em 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0;
    text-decoration: none;
  }
  .leda a:before,
  .leda a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .leda a:before {
    top: 100%;
    display: block;
    height: 3px;
    width: 100%;
    content: "";
    background-color:#b2b2b2;
  }
  .leda a:after {
    padding: 0.3em 0;
    position: absolute;
    top: 100%;
    left: 0;
    content: attr(data-hover);
    color: white;
    white-space: nowrap;
  }
  .leda li:hover a,
  .leda .current a {
    transform: translateY(-100%);
  }
  body {
	height: 90vh;
	display: flex;
  align-items: center;
  justify-content: center;
	background: #212121;
}


html {
  height: 100%;
}
body {
  background-color: #b2b2b2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
}


 
  .responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
  }
  
  @media only screen and (max-width: 700px){
    .responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
  }
  
  @media only screen and (max-width: 500px){
    .responsive {
      width: 100%;
    }
  }

body {margin:100px;}

div.polaroid {
  width: 30%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 10px;
  margin-right:15px;
  border:3px;
 margin: 10px;
}

div.container {
  text-align: center;
  padding: 10px 20px;
}

div.homep {
    width: 30%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 10px;
    margin-right:15px;
    border:3px;
    margin: 20px;
  }



.links{
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;

}
.link1{
    background-color: #587e76;
color: white;
padding: 10px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}

.link1:hover, .link1:active {
    background-color: #563f46;
}


.link2{
    background-color:#77a8a8;
color: white;
padding: 10px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}

.link2:hover, .link2:active {
    background-color: #563f46;
}

.link3{
    background-color: #587e76;
color: white;
padding: 10px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}

.link3:hover, .link3:active {
    background-color: #563f46;
}


.link4{
    background-color: #77a8a8;
color: white;
padding: 10px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}

.link4:hover, .link4:active {
    background-color: #563f46;
}

footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    padding:15px;
    display: block;
    text-align: center;
    padding: 3px;
    background-color: #667292;  
}

