@font-face {

  font-family: "Futura Bold";

  src: url("fonts/futura/futura-bold.ttf") format("truetype");

}

@font-face {

  font-family: "Futura Light";

  src: url("fonts/futura/futura-light-font.ttf") format("truetype");

}

@font-face {

  font-family: "Futura Med";

  src: url("fonts/futura/futura-medium-bt.ttf") format("truetype");

}

html, body, p, a {

  font-family: "Futura Med";
  font-weight: lighter;

}
html {
  background: #171717;
}

strong {
  font-family: 'Futura Bold';
}

.container-fluid {
	background: #171717;
	height: 100vh;
    background-size: cover;
}
p {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 6.95px;
    color: #d7d7d7;
}
a {
	color: #d7d7d7;
}
a:hover {
    color: #00b39f;
}
@media screen and (max-width: 768px) {
  a {
    font-size: 14px;
  }
}


.col-12.mt-4 {
	margin-top: 0em !important;
}
p.mt-4 {
	margin-top: 0rem !important;
}
.linklist p {
	line-height: 1.2em !important;
}