/*!
 * Start Bootstrap - One Page Wonder HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family:"Avenir LT Std 45 Book";
	color:#636363;
	font-size: 16px;
	line-height: 26px;
}

.oranje-image {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../images/sjeck-oranje.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.grijs {
	text-align: center;
	background-color:#636363;
	padding: 40px 0 30px 0;
}

.grijs p{
	color: #ffffff;	
	font-size: 20px;
	line-height:20px;
}

.grijs span, .grijs a{
	color: #ff841f;
}

.headline {
    padding: 113px 0;
}

.headline h1 {
    font-size: 130px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.headline h2 {
    font-size: 77px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.content-divider {
	height:1px;
	background-color: #ff8520;
}

.content {
    overflow: hidden;
	text-align:center;
	padding-bottom:30px;
}

.content strong{
    font-weight: bold;
	color:#ff841f;
}

.content-heading {
	font-family:"Avenir LT Std 45 Book";
	color:#ff841f;
	padding:20px 0;
	font-size:50px;
}

footer {
    margin: 30px 0;
	text-align:center;
}

footer span.oranje{
	color:#ff841f;
	font-family:"Avenir LT Std 95 Black";	
}
footer span{
	white-space: nowrap;	
}

footer a{
	color:#636363;	
}

footer a:hover{
	color:#ff841f;
}

@media(max-width:1200px) {

    .content-divider {
        margin: 30px 0;
    }

    .content-heading {
        font-size: 40px;
    }
}

@media(max-width:991px) {

    .content-divider {
        margin: 40px 0;
    }

    .content-image {
        max-width: 50%;
    }

    .content-heading {
        font-size: 40px;
    }
	
	.grijs p{
	font-size:18px;
	line-height:24px;
	}
	
	
}

@media(max-width:768px) {
    .container {
        margin: 0 15px;
    }

    .content-divider {
        margin: 40px 0;
    }

    .content-heading {
        font-size: 30px;
    }
	.grijs p{
	font-size: 16px;
	line-height:22px;
	}
	
	.oranje-image {
    	background: url('../images/sjeck-oranje-md.jpg') no-repeat center center scroll;
	}
}

@media(max-width:668px) {
    .content-divider {
        margin: 30px 0;
    }
	.oranje-image {
    	background: url('../images/sjeck-oranje-sm.jpg') no-repeat center center scroll;
	}
}

@media(max-width:640px) {
    .headline {
        padding: 100px 0 100px 0;
    }

    .headline h1 {
        font-size: 60px;
    }

    .headline h2 {
        font-size: 30px;
    }
	
	
}

@media(max-width:375px) {
	.headline {
        padding: 113px 0 113px 0;
    }
    .content-divider {
        margin: 20px 0;
    }

    .content-image {
        max-width: 100%;
    }
	
	.oranje-image {
    	background: url('../images/sjeck-oranje-sm.jpg') no-repeat center center scroll;
	}
	
	.rslides{
		margin:0px;
	}
	
}



/* RS Slides */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }