@font-face {
  font-family: "futurandlightuploaded_file";
  src: url("../fonts/futurandlight-webfont.woff2") format("woff2"),
    url("../fonts/futurandlight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #000000;
  color: #fff;
  font-family: "futurandlightuploaded_file";
  text-decoration: none;
  width: 100%;
  height: 100vh;
}

a {
  color: white;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  color: lime;
}

a:active {
  color: lime;
}

nav {
  background-color: black;
  margin-top: 10px;
  padding-top: 15px;
  width: 100%;
  height: 60px;
  position: fixed;
  opacity: 0.85;
  z-index: 9999;
}

nav #brand img {
  /*
	float: left;
	display: block;
	margin-left: 84px;
	font-size: 30px;
	line-height: 70px;
	font-weight: bold;
*/
  float: left;
  margin-top: -3px;
  padding-left: 50px;
  width: 170px;
}

nav #menu {
  float: right;
  padding-right: 35px;
}
nav #menu li {
  display: inline-block;
  color: white;
  margin-right: 15px;
  font-size: 20px;
  transition: all 0.3s ease-out;
}

.image1 {
  position: relative;
}
.image2 {
  position: relative;
}
.image3 {
  position: relative;
}
@media screen and (max-width: 768px) {
  #menu {
    display: none;
  }
}

.whatsapp-icon {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
