*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;;

}
body{
  background: : #fcfcfc;
  text-align: center;
}
footer{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:  #111;
  height: auto;
  width: 100vw;
  font-family: "Open Sans";
  padding-top: 40px;
  color: #fff;
}
footer-content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer-content h3{
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 3rem;
}
.footer-content p{
  max-width: 500px;
  margin: 10px auto;
  line-height: 28px;
  font-size: 14px;
}
.socials{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 3rem 0;
}
.socials li{
  margin: 0 10px;
}
.socials a{
  text-decoration: none;
  color: #fff;
}
.socials a i{
  font-size: 1.1rem;
  transition: : color .4s ease;
}
.socials a:hover i{
  color: aqua;
}

.footer-bottom{
  background: #000;
  width: 100vw;
  padding: 20px 0;
  text-align: center;
}
.footer-bottom p{
  font-size: 14px;
  word-spacing: 2px;
  text-transform: capitalize;
}
.footer-bottom span{
  text-transform: uppercase;
  opacity: .4;
  font-weight: 200;
}



body{
  font-family: heattenschweiler, 'Arial Narrow Blod', sans-sans-serif;
  overflow: hidden;
}
a{
  text-decoration: none;
  color: aliceblue;
  text-transform: uppercase;
}
header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 70px;
  background: #111;
}
.logo{
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 2px;
}
nav ul{
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
nav a{
  margin: 0 15px;
  transition: color .4s ease;
}
nav a:hover{
  color: crimson;
}
.banner{
  position: relative;
  height: 100vh;
  width: 100%;
  background: #505050;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner .content h4{
  color: aliceblue;
  letter-spacing: 12px;
  text-transform: uppercase;
  font-size: 15px
  font-weight: 300;
}
.banner .content h1{
  font-size: 4rem;
  font-weight: 400;
  color: #ffffff
  text-transform: uppercase;
  margin: 2rem 0;
  letter-spacing: 2px;
}
.btn{
  padding: 15px 30px;
  border-radius: 500px;
  background: crimson;
  margin-right: 10px;
  transition: opacity .4s ease;
}
.btn:hover{
  opacity: .6;
}


.big {
  text-align: 20px;
  }
