a {
  text-decoration: none;
  color: #938200;
  font-family: Lato, sans-serif;
  font-weight: 200;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Bold.woff') format('woff');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Light.woff') format('woff');
    font-style: normal;
    font-weight: 200;
}

a:hover {
  color: #bba600;
}

body, html {
  background: #4b4b4b;
  height: 100%;
  margin: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

body {
  margin-left: auto;
  margin-right: auto;
}

.button { 
  background-color: #938200; 
  right: 30px; 
  bottom: 30px; 
  position: fixed;   
  color: white;
  padding: 8px 16px;
  border-radius: 50px;
/*   width: 6%; */
  font-size: 15px;
  transition: 1s;
}

.button:hover {
  color: white;
  padding: 10px 20px;
}

footer {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

footer p {
  color: #c2c2c2;
  font-size: 10px;
  font-family: Khalid
}

header {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: sticky;
  min-height: 600px;
}

hr {
  margin-bottom: 20px;
  margin-top: 80px;
}

p, h1, h2, h3, h4, h5, h6 {
  text-align: center;
  color: white;
}

.icon img {
  border-radius: 50%;
}

.icon img:hover, .button:hover {
  box-shadow: 0px 0px 5px #6a6a6a;
}

.icon {
  padding: 10px;
}

main img:hover {
  box-shadow: 0px 0px 5px #6a6a6a;
}

.text {
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.4);
  color: white;
  font-weight: bold;
  border: 2px solid #5b5000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50%;
  padding: 20px;
  text-align: center;
  hyphens: auto;
}

.text p {
  margin-top: -30px;
  font-size: 18px;
}

.text h1 {
  font-size: 90px;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .text h1 {
    font-size: 50px;
  }
  
  .text p {
    font-size: 15px;
  }
}
