@font-face {
  font-family: BebasNeue-Regular;
  src: url("BebasNeue-Regular.ttf");
}

body, html {
	height: 95%;
	font-family: BebasNeue-Regular;
	background-repeat: no-repeat;
	background-color: black;
}

h1{
	color: #f2f2f2;
}


p{
   color: white;
   text-decoration: none;
}

a {
  text-decoration: none;
  color: white;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Kurvi.jpg");
  height: 99%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.logo {

	background-image: url("Logo_Cut_straight.png");
	height: 250px;
	width: 250px;
	float: left;
	left: 80px;
	top: 80px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;

}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text .button {
  border: 2px solid #a19b9b;
  outline: 0;
  display: inline-block;
  padding: 10px 20px;
  color: #cccccc;
  background-color: #333333;
  text-align: center;
  cursor: pointer;
  text-decoration:none
}


.hero-text .button:hover {
  background-color: #999999;
  color: #f2f2f2;
}

.footer{
	margin: auto;
	width: 50%;
	text-align: center;	
}

.fa {
	padding: 20px;
	font-size: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
}

.fa:hover {
    opacity: 0.9;
}

.fa-spotify {
  background: black;
  color: #999999;
}


.fa-youtube {
  background: black;
  color: #999999;
}

.fa-apple {
  background: black;
  color: #999999;
}

.fa-instagram {
  background: black;
  color: #999999;
}


.fa-facebook {
  background: black;
  color: #999999;
}


@media screen and (max-width: 1200px) {
  h1 {
    font-size: 25px;
  }
  
   p {
    font-size: 12px;
    margin-top: 10px;
    text-decoration: none;
  }
  
  .logo {
	height: 100px;
	width: 100px;
	top: 20px;
	float: left;
	left: 20px;
	background-position: top center;
	position: relative;
    }
}


  .footer{
	margin: auto;
	width: 100%;
	text-align: center;	
}

.fa {
    padding: 0px;

}
  


