@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700);

body {
  font-family: 'Playfair Display', serif;
}

.header {
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  vertical-align: middle;
}

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #EB643D;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

a:hover {
  color: #EB643D;
  font-weight: 700;
  text-decoration: none;
}

a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #EB643D;
  transition: 0.5s;
}

a:hover:after {
  width: 100%;
}

.jumbotron {
  background: url("../images/indeed-hero.jpg") no-repeat center center;
  background-size: cover;
  max-height: 600px;
  min-height: 350px;
  margin-bottom: 0;
}

.jumbotron h1 {
  color: #fff;
  font-size: 36px;
}

.jumbotron p {
  color: #fff;
  font-size: 20px;
}

.jumbotron ul {
  color: #fff;
  font-size: 20px;
}

.container-jumbo {
  max-width:900px;
  margin: 0 auto 0;
}

.container-jumbo-text {
  max-width:700px;
}

.kunder {
  width:100%;
/*  min-height: 240px; */
  background-color: #f6f6f6;
}

.container-kunder {
/*  max-width:900px; */
  text-align: center;
  padding: 42px 0 42px;
}

.container-kunder img {
  margin: 18px;
}


.om {
  max-width:700px;
  margin: 90px auto 90px;
}

.om p {
  line-height: 190%;
  font-size: 20px;
}

@media (max-width: 440px) {
  .jumbotron {background: url("../images/indeed-hero-small.jpg") no-repeat center center;*/
}

@media (max-width: 720px) {
  .om {padding:10px;}
  .om {margin: 35px auto 35px;}
  .om p {font-size: 16px;}

}

@media (max-width: 920px) {
  .container-jumbo {padding:10px;}
  .container-kunder {padding:10px;}
}
