* {
    box-sizing: border-box;
}

.background-color{
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: #F4F4F4;
  z-index: -1;
}

h1{
  color: #363636;
  font-size: 60px;
  text-align: center;
  margin-left: 350px;
  font-family: 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
}

h3{
  margin-bottom: -20px;
  margin-top: 5px;

}

.ingress{
  color: #363636;
  font-size: 20px;
  text-align: center;
  margin-left: 350px;
  font-family: 'PT Sans Narrow', sans-serif;
  margin-top: -50px;
}

.wrapper{
  width: 960px;
  margin: 0 auto;
}

/* text box to left */
.box{

  width: 300px;
  height: 90vh;
  padding: 25px;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  left: 0px;
  display: ginline-block;

  /*box text*/
  color: #A3A3A3;
  font-family: 'PT Sans Narrow', sans-serif;
  text-align: justify;
}

.column{
  margin-left: 350px;
  margin-bottom: 30px;
}

footer{
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 10px;
  display: block;

  /*footer text*/
  color: #BEBEBE;
  font-family: 'PT Sans Narrow', sans-serif;
  text-align: center;
  font-size: 14px;
}

a{
  text-decoration: none;
  color:#A3A3A3;
}

/* Må se mer på */
/*.navbar-header{
  position: fixed;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 10px;
  display: block;
  top: 0px;
  left: 0px;
  background-color: #F4F4F4;

  color: #363636;
  font-family: 'PT Sans Narrow', sans-serif;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}*/
