*{
  margin: 0; 
  padding: 0;
}
.wrapper{
  width: 1170px;
  margin:auto;
}
header{
  background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url("background.jpg");
  height: 100vh;
  -webkit-background-size:cover; 
  background-size: cover; 
  background-position: center center; 
  position: relative; 
  
}
/*knapper på den højre side*/
.nav-area {
  float: right; 
  list-style: none; 
  margin-top: 30px;  
}
.nav-area li{
  display: inline-block; 
}
.nav-area li a{
  color: #ffffff;
  text-decoration: none; 
  padding: 5px 20px; 
  font-family:poppins; 
  font-size: 14px 
}
.nav-area li a:hover{
  background: #ffffff;
  color: #333
}
/*logoets position*/
.logo img{
  width: 100px;
  float: left;
  height: auto;
}
/*Teksten på index-html siden*/
.Welcome-text{
  position: absolute;
  width: 600px;
  height: 300px;
  margin: 20% 30%;
  text-align: center;
}
.Welcome-text{
  text-align: center;
  color: floralwhite;
  text-transform: uppercase;
  font-size: 20px;
}
/*kontakt knappen*/
.Welcome-text a{
  border: 1px solid #ffffff;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  display: inline-block;
  color: floralwhite;
}
.Welcome-text a:hover{
  background: #ffffff;
  color: #333;
}
/* Kontakt-siden*/
.Contact-text{
  color: floralwhite;
}
.facebook-text {
  float: left; 
  list-style: none;
  margin-top: 100px;
  color: floralwhite;
}
.mail-text {
  float: left; 
  list-style: none;
  margin-top: 150px;
  color: floralwhite;
}
.telefon-text {
  float: left; 
  list-style: none;
  margin-top: 200px;
  color: floralwhite;
}
/*stolens position*/
.stol img{
  width: 290px;
  position: absolute
  height: 10;
}
/*sofaens position*/
.sofa img{
  width: 390px;
  float: right;
  height: auto;
}


