body{
  font: 15px/1.5 Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  background-color:#f4f4f4;
}

/* Global */
.container{
  width:80%;
  margin: auto;
  overflow:hidden;
}

ul{
  margin:0;
  padding:0;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#button_1{
  height:38px;
  background:lightgreen;
  border:0;
  padding-left: 20px;
  padding-right:20px;
  color: #ffffff;
}
#button_2{
  height:38px;
  background:lightgreen;
  border:0;
  padding-left: 20px;
  padding-right:20px;
  color:#ffffff;
}
#button_3{
  height:38px;
  background:lightgreen;
  border:0;
  padding-left: 20px;
  padding-right:20px;
  color:#ffffff;
}

.dark{
  padding:15px;
  background:#35424a;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
}
/* carousel fullscreen */
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* carousel fullscreen - vertically centered caption*/
.carousel-fullscreen .carousel-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

/* overlay for better readibility of the caption  */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    transition: all 0.2s ease-out;
}
.carousel .carousel-item {
    transition-duration: 1.5s;
}
.carousel-item img {
  width: 1280px;
  height: 575px;
  max-height: 575px;
}

/* Header **/
header{
  background:#35424a;
  color:#ffffff;
  padding-top:30px;
  min-height:45px;
  border-bottom:lightgreen 3px solid;
}
header{
  padding-bottom:20px;
}

header a{
  color:#ffffff;
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
}

header li{
  float:left;
  display:inline;
  padding: 0 20px 0 20px;
}

header #branding{
  float:left;
}

header #branding h1{
  margin:0;
}

header nav{
  float:right;
  margin-top:10px;

}


header .highlight, header .current a{
  color:lightgreen;
  font-weight:bold;
}

header a:hover{
  color:#cccccc;
  font-weight:bold;
}

/* Showcase */

/*boxes*/
#boxes{
  margin-top:20px;
}

#boxes .box{
  float:left;
  text-align: center;
  width:33%;
  padding:10px;
}

#boxes .box img{
  width:200px;
}

footer{
  padding:20px;
  margin-top:20px;
  color:#ffffff;
  background-color:lightgreen;
  text-align: center;
}
