body {
  background: white;
}

header {
  margin-bottom: 30px;
  background:#333;
  height:120px;
}

#body-content a {
  color:blue;
  font-weight:900;
}

header.big {
  height:600px;
  background-size:cover;
  background-position: center !important;
}
img.sm {
  max-width:200px;
  margin-bottom:30px;
}
a {
  color: #888;
}

.logo {
  margin-top: 10px;
  width: 95px;
  margin-bottom: 15px;
  opacity:0.5;
  margin-right: 50px;
}

.top-nav {
  float: right;
  position:absolute;
  top:10px;
  right:0px;
  margin: 0;
  margin-left: 50px;
  margin-top: 15px;
  padding: 4px;
  list-stlye: none;
  height: 30px;
}

.top-nav li {
  float: left;
  list-style: none;
  margin-right: 40px;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 900;
}

.top-nav li a {
  color: white;
}

.content {
  margin-top: 50px;
}
h2 {
  margin-bottom:30px;
}
/* home */

.front-text{
  padding:20px;
  *text-align:center;
}
/* footer */

footer {
  padding-bottom:10px;
}

footer {
  clear: both;
  margin-top: 80px;
}

footer a {
  color: black;
  font-size: 12px;
  margin-right: 10px;
}

/* footer partner */

.enge-partner {
  border-top:1px solid #888;
  margin-top:10px;
  padding-top:50px;
  line-height:80px;
  margin-bottom:50px;
  text-align:center;
}
.enge-partner h3 {
  color:black;
  font-size:16px;
  margin-bottom:10px;
}
.enge-partner .partner {
  height:60px;
  width:200px;
  display:inline-block;
  padding:30px;
}

.item {
  text-align:center;
  padding:40px;
}

h1 {
  margin-bottom:30px;
}

.only-text {
  text-align:left;
  font-size:16px;
  max-width:600px;
  *margin:auto;
}

.carousel {
  height:600px;
  width:100%;
  overflow:hidden;
  position:absolute;
}
.carousel .item {
  height:600px;
  padding:0;
  margin:0;
}
.carousel .item .img {
  height:100%;
  background-size:cover;
  background-position:center;
}

.nav-toggle-button {
  color:white;
  font-size:30px;
  margin-bottom:30px;
  text-align:center;
}

.top-nav-mobile {
  list-style:none;
  margin-left:0;
  padding-left:0;
  
}
.top-nav-mobile ul {
  list-style:none;
  margin-left:0;
  padding-left:0;
  
}
.top-nav-mobile li {
  text-align:center;
  list-style:none;
  font-size:18px;
  color:white;
  text-transform:uppercase;
  margin-bottom:10px;
  margin-left:0;
  padding-left:0;
}
.top-nav-mobile li  a{
  font-weight:900;
  color:white;
}