/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: NYC Design
 * Version: 1.0
 * Date: 04-20-2014
 * URL: 
 */


/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);


::-moz-selection {
    background: #4a4a4a;
    color: #9a9a9a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: left;
}

.mt {
	margin-top: 40px;
}

.mb {
	margin-bottom: 80px;
}

/* ==========================================================================
   General styles
   ========================================================================== */


body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
	text-align:left;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	
	}

h1 {
	font-weight: 300;
    color: #4a4a4a;
	text-align:left;
	padding-bottom: 10px;
	padding-top: 0px;
	letter-spacing: 1px;
	line-height: 1.25;

}

h3 {
	font-weight: 300;
    color: #4a4a4a;
	text-align:left;
	padding-bottom: 10px;
	padding-top: 0px;
	line-height: 1.4;

}

h4 {
	font-weight: 300;
	padding-top: 0px;

}
h2, h4, h5, h6 {
	font-weight: 300;
    color: #c0371d;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 15px;

}
.little-underline:after {
    border-bottom: 2px solid #4a4a4a;
    content: " ";
    display: block;
    padding-top: 9px;
    width: 60px;
}

.navbar-brand {
	font-weight: 700;
}




.navbar-custom .nav li.active {
    background-color: #eee;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */







#footerwrap {
	padding-bottom: 30px;
    padding-top: 30px;
	background-color: #2f2f2f;
}

#footerwrap p {
	color: #f2f2f2;
	margin-left: 10px;
}




#aboutwrap {	
	background: url(../img/over.jpg) no-repeat center top;
	margin-top: 50px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 360px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#klantenwrap {	
	background: url(../img/klanten.jpg) no-repeat center top;
	margin-top: 50px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 360px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#indexwrap {	
	background: url(../img/index1.jpg) no-repeat center top;
	margin-top: 50px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 330px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#portfoliowrap {	
	background: url(../img/portfolio.jpg) no-repeat center top;
	margin-top: 50px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 360px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#aanbodwrap {	
	background: url(../img/aanbod.jpg) no-repeat center top;
	margin-top: 50px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 360px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#contactwrap {	
	background: url(../img/contactC.jpg) no-repeat center top;
	margin-top: 50px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 360px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* Gallery */
.gallery {
	margin-top: 30px;
}

.gallery img:hover {
	opacity: 0.4;
}