.nav1 {
  background-color: #000000;
  padding: 40px;
}

.coverimg {
  padding: 60px;
  background-color: #000000;
}

.formtext {
  color: white;
  font-weight: bold;
}

.row {
  margin-right: 0px;
}

.sugg {
  background-color: black;
}

.h11 {
  margin-bottom: 0px;
  margin-left: 50px;
  padding-top: 100px;
}

@font-face {
  font-family: Lato;
  src: url('fonts/latobalck.ttf');
}

@font-face {
  font-family: Myriad;
  src: url('fonts/myriadprobold.otf');
}

@font-face {
  font-family: TekoBold;
  src: url('fonts/tekobold.ttf');
}

@font-face {
  font-family: TekoRegular;
  src: url('fonts/tekoregular.ttf');
}

@font-face {
  font-family: RobotoLight;
  src: url('fonts/robotolight.ttf');
}

.headname {
  padding: 4%;
  background-color: #000000
}

.image {
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}

.box {
  height: 500px;
  width: 800px;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.card:hover .image {
  opacity: 0.3;
}

.card {
  height: auto;
  width: inherit;
}

.card:hover .middle {
  opacity: 1;
}

.text {
  color: black;
  font-size: 50px;
  padding: 16px 32px;
  font-family: TekoRegular;
}
