@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;
  background-image: url("../images/BGEmpty.jpg");
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
}

a {
  color: white;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  color: lime;
}

a:active {
  color: lime;
}

/*
.menubar {
	background-color: black;
	   margin-top: 10px;
	   padding-top:15px;
	height: 60px;
	width: 100%;
	position: fixed;
	opacity: 0.85;
	z-index: 9999;
  }
  
  .logo {
	
	padding-left: 50px;
	width: 150px;
  }
  
  .menubar ul {
	float: right;
	padding-right:35px;
  }
  
  .menubar li {
	display: inline-block;
	color: white;
	margin-right: 15px;
	font-size: 20px;
  }
*/
/**/
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;
}

/**/

.yesil {
  color: lime;
}

.services_basliklar {
  position: relative;
  top: 68%;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
}

.services_basliklar > div {
  width: 20%;
  margin: 20px;
  text-align: center;
  line-height: 75px;
  font-size: 40px;
  display: inline;
}

.services_basliklar > div:hover {
  width: 20%;
  margin: 20px;
  text-align: center;
  line-height: 75px;
  font-size: 40px;
  display: inline;
  color: lime;
  font-weight: bolder;
}

.services_yazi {
  position: relative;
  top: 70%;
  width: 100%;
  text-align: center;
  font-size: 65px;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
  z-index: 99;
}

.slider {
  width: 100%;
  height: 100vh;
  text-transform: uppercase;
  position: relative;
}

canvas {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vh;
  /*filter: grayscale(1);*/
}

.aboutDiv {
  position: absolute;
  top: 10%;
  left: 20%;
  width: 50%;

  color: white;
}

@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;
}
