html {
  background-color: #DBDBDB;
  height: 100%;
  margin: 0;
  padding: 0;
}


body {
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}

li,
a,
button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: black;
  text-decoration: none;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10%;
  background-color: white;
}

header img {
  width: 15%;
}

nav {
  margin-left: -8%;
}

.nav_links {
  list-style: none;

}

.nav_links li {
  display: inline-block;
  padding: 0px 20px
}

.nav_links a {
  transition: all 0.3s ease 0s;
}

.nav_links a:hover {
  color: #a8a8a8;
}

.active {
  color: #a8a8a8;
}

button {
  padding: 9px 25px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
}

button:hover {
  color: #a8a8a8;
}

.start-text {
  font-family: 'Staatliches', cursive;
  font-size: 50px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
}

main h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  padding: 0 85px;
}

main img {
  width: 100%;
}

.bo-bild {
  padding: 0 20px;
  float: left;
}

.bo-text {
  padding: 10px;
  font-family: 'Cabin', sans-serif;
  line-height: 2;
}

.bo-text a {
  text-decoration: underline;
  font-size: 15px;
}

.sales h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 60px;
  color: black;
  margin-bottom: 20px;
  text-align: center;
}

.sales {
  margin: 3% auto;
  width: 65%;
}

.sales td {
  padding: 10px;
}

.arbetare h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 60px;
  color: black;
  margin-bottom: 20px;
  text-align: center;
}

.arbetare {
  margin: 1% auto;
  width: 63%;
}

.namn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.roll {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.nummer {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
}

.text-ruta1 {
  position: absolute;
  bottom: 465px;
  right: 1180px;
  background-color: rgba(88, 88, 88, 0.521);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: small;
}

.text-ruta2 {
  position: absolute;
  bottom: 465px;
  right: 765px;
  background-color: rgba(88, 88, 88, 0.521);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: small;
}

.text-ruta3 {
  position: absolute;
  bottom: 465px;
  right: 355px;
  background-color: rgba(88, 88, 88, 0.521);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: small;
}

.text-ruta4 {
  position: absolute;
  bottom: 195px;
  right: 1180px;
  background-color: rgba(88, 88, 88, 0.521);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: small;
}

.text-ruta5 {
  position: absolute;
  bottom: 195px;
  right: 765px;
  background-color: rgba(88, 88, 88, 0.521);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: small;
}

.text-ruta6 {
  position: absolute;
  bottom: 195px;
  right: 355px;
  background-color: rgba(88, 88, 88, 0.521);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: small;
}

.footer-1 {
  background-color: #2b2b2b;
  width: 100%;
  margin: -500px 0;
  position: absolute;
  bottom: 0px;
  padding: 20px 0;
}

.footer-2 {
  background-color: #2b2b2b;
  width: 100%;
  margin: -200px 0;
  position: absolute;
  bottom: 0px;
  padding: 20px 0;
}

.footer-3 {
  background-color: #2b2b2b;
  width: 100%;
  margin: -100px 0;
  position: absolute;
  bottom: 0px;
  padding: 20px 0;
}

.footer-icons {
  width: 100%;
  height: auto;
  margin: auto;
}

.footer-icons ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer-icons li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  border-radius: 100%;
  background-color: #757575;
}

.footer-icons a {
  color: black;
  font-size: 25px;
  line-height: 50px;
  display: block;
}

.footer-nav {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 20px;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer-nav li {
  display: inline-block;
  margin: 0 20px;
  margin-bottom: 20px;
}

.footer-nav a {
  font-size: 16px;
  color: white;
}

.footer-bottom {
  width: 100%;
  height: auto;
  margin: auto;
  background-color: #575757;
  color: white;
  margin-bottom: -40px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  letter-spacing: 4px;
  padding: 1px 0;
  font-size: 10px;
}

.footer-bottom a {
  color: white;
  font-size: 10px;
  text-decoration: underline;
}




.svartvitt {
  filter: grayscale(100%);
}
