*{
  margin:0;
  padding:0;
}

@font-face {
  font-family: 'Inter';
  src:
  url('http://www.gothessnickeri.se/font/Inter-Regular.woff') format("woff"),
  url('http://www.gothessnickeri.se/font/Inter-Regular.woff2') format("woff2");
}

body {
  margin:0;
  background-image:url('../img/_MG_1349.jpg');
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:0 20px;
  font-family: 'Inter';
  font-size: 20px;
  color: #ffffff;
}

h1 {
  padding-left: 10px;
  padding-right: 10px;
}

a {
  color: #ffffff;
  text-decoration: none;
}
.menu {
  margin-top: 20px;
  margin-right: 50px;
  margin-left: 50px;
  float: left;
  padding: 10px;
}

#landingHeader {
    padding:0 20px;
}

.responsive {
  width: 100%;
  height: 100%;
}
