
html {
  position: relative;
  min-height: 100%;
}
body {
 
	margin-bottom: 0px;
	font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}




/* SECTION OPMAAK */

section	{
padding-top: 75px;
padding-bottom: 60px;
}
.about	{
	padding-top: 25px;
	}
.contact {
	padding-top: 25px;
	}

@media(min-width:768px)	{
	section	{
	padding-top: 100px;
	padding-bottom: 70px;
	}
	.about	{
	padding-top: 40px;
	}
	.contact {
	padding-top: 40px;
	}
}



/* TEKST OPMAAK */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

p {
	position: relative;
	color: #444;
    font-size: 13px;
    line-height: 1.5;
}

.text-portfolio {
	margin-bottom: 40px;
}

.text-right	{
	text-align: right;
}

.text-center {
	text-align: center;
}

.main-heading	{

	text-align: left;
	color: #444;
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
}

.main-heading-portfolio	{
	color: #444;
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}

.sub-heading	{
	color: #444;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}	
	
.portfolio-navigatie-text	{
	font-size: 12px;
}

.onder-img	{
	margin-top: -10px;
	font-size: 12px;
	}

@media(min-width:767px)	{	
.onder-img	{
	font-size: 12px;
	margin-top: -25px;
	}
}






/* AFBEELDINGEN OPMAAK */

.img-portfolio	{
	margin-bottom: 15px;
	}
	
@media(min-width:767px) {
    .img-portfolio {
        margin-bottom: 30px;
    }
}

.img-about	{
	margin-top: 20px;
}



	

/* HEADER OVER */


.header-picture-about	{
	height: 350px;
	background: url('../images/headers/img-about-top.jpg') center center no-repeat scroll;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-picture-contact	{
	height: 350px;
	background: url('../images/headers/img-contact-top.jpg') center center no-repeat scroll;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-picture-error	{
	height: 350px;
	background: url('../images/headers/img-404-top.jpg') center center no-repeat scroll;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



/* NAVIGATIEBALK */

.navbar-default {
    border: 0;
	text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	background-color: #444;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: rgba(255,255,255,.7);
}


.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #fff;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,.7);
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #fff;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #fff!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

.navbar-default .navbar-collapse {
    border: 0;
}

.navbar-default .navbar-toggle {
	border: 0;
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(255,255,255,.7);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.active {
	background-color:#777;
}


/* PORTFOLIO */

.portfolio-heading {
    margin-top: 50px;
	text-transform: uppercase;
}

.portfolio-text	{
	margin-bottom: 50px;
}

@media(min-width:768px)	{
	.portfolio-text	{
		margin-right: 150px;
		margin-left: 150px;
	}
}


.portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

.portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

.portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(68,68,68,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-weight: 700;
    font-size: 20px;
    color: #fff;
}

@media(min-width:768px) {
    .portfolio-item {
        margin: 0 0 30px;
    }
}



/* FOOTER OPMAAK */	

.bg-footer {
    background-color: #444;
}

footer {
    position: absolute;
	bottom: 0;
	width: 100%;
	padding: 3px 0;
	font-size: 12px;
    text-align: center;
	color: rgba(255,255,255,.7);
}

footer span.copyright {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}



