/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /*padding-top: 3rem;*/
  color: #5a5a5a;
  background-image:url(../images/puzzle-3223941.jpg);
  background-size:cover;
  background-attachment: fixed;
  padding-bottom: 0px !important;
  background-repeat:none;
}
.section.bg-light{
    background:none;
}

/* navbar */
.navbar .navbar-brand {
  font-weight:  bold;
}

.navbar ul li a{
  color: #fff !important;
}
.navbar ul li a:hover{
  color: black !important; 
}
.navbar a.dropdown-item{
  color: black !important;
}

/* main */

/* album */

.album h1{
  color: #ff6600;
  font-size: 2.5em;
}


.album h2{
  color: #ff6600;
  font-size: 2.5em;
}

.album h3{
  color: #ff6600;
  font-size: 1.5em;
}
img{
    background-size: cover !important;
}
/* artikel */

section {
  padding: 30px 0 !important;
  padding-bottom: 20px !important;
  min-height: 400px;
  margin-bottom: 50px;
}





/* carousel */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  background-color: purple;
  padding: 10px 2%;
  border-radius: 5px;
  opacity: 0.8;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 25rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.footer {
  position: absolute;
  margin-bottom: 0;
  width: 100%;
  line-height: 60rem;
  height: 25rem !important;
  color: #fff;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

/*---- responsive-design -----*/
@media(max-width:1440px){

}
@media(max-width:1366px){

}
@media(max-width:1080px){
    
}
@media(max-width:1024px){
   .carousel-item {
  height: 30rem;
  background-color: #777;
  }
}
@media(max-width:768px){
 .carousel-item {
  height: 20rem;
  background-color: #777;
  }
  .body {
  /*padding-top: 3rem;*/
  color: #5a5a5a;
  background-image:url(../images/puzzle-3223941.jpg);
  background-size:cover;
  background-attachment: fixed;
  padding-bottom: 30px !important;
  background-repeat:none;
}
@media(max-width:640px){
 body {
  /*padding-top: 3rem;*/
  color: #5a5a5a;
  background-image:url(../images/puzzle-3223941.jpg);
  background-size:cover;
  background-attachment: fixed;
  padding-bottom: 100px !important;
  background-repeat:none;
}
 .footer {
  position: absolute;
  margin-bottom: 0;
  width: 100%;
  line-height: 60rem;
  height: 10rem !important;
  color: #fff;
}
.album h1{
  color: #ff6600;
  font-size: 1em !important;
}


.album h2{
  color: #ff6600;
  font-size: 1em !important;
}

.album h3{
  color: #ff6600;
  font-size: 1em !important;

}
}
@media(max-width:480px){
  body {
  /*padding-top: 3rem;*/
  color: #5a5a5a;
  background-image:url(../images/puzzle-3223941.jpg);
  background-size:cover;
  background-attachment: fixed;
  padding-bottom: 100px !important;
  background-repeat:none;
}
.footer {
  position: absolute;
  margin-bottom: 0;
  width: 100%;
  line-height: 60rem;
  height: 10rem !important;
  color: #fff;
}
.album h1{
  color: #ff6600;
  font-size: 1em !important;
}


.album h2{
  color: #ff6600;
  font-size: 1em !important;
}

.album h3{
  color: #ff6600;
  font-size: 1em !important;

}
}
@media(max-width:320px){
  body {
  /*padding-top: 3rem;*/
  color: #5a5a5a;
  background-image:url(../images/puzzle-3223941.jpg);
  background-size:cover;
  background-attachment: fixed;
  padding-bottom: 100px !important;
  background-repeat:none;
}
.footer {
  position: absolute;
  margin-bottom: 0;
  width: 100%;
  line-height: 60rem;
  height: 10rem !important;
  color: #fff;
}
.album h1{
  color: #ff6600;
  font-size: 1em !important;
}


.album h2{
  color: #ff6600;
  font-size: 1em !important;
}

.album h3{
  color: #ff6600;
  font-size: 1em !important;

}