/* 
S T Y L E S H E E T  B Y  A M P H E B I A  
D O  N O T  M O D I F Y 

Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap 
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');

html, body { background-color: #fbe4da; height: 100%; font-family: 'Montserrat', sans-serif; color: #052123; font-size: 15px; font-weight: 400; line-height: 25px; }
a { transition: color 0.5s ease; color: #052123; }
a:active, a:focus { color: #052123; text-decoration: none; }
a:hover { text-decoration: none; color: #c78d09; }
b, strong { font-weight: 600; }

.content a { color:inherit; }

img {max-width: 100%; }

.no-padding, .no-gutter > [class*='col-'] {
    padding-right:0 !important;
    padding-left:0 !important;
}
.no-margin { 
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* C O L O R  P A L E T T E */

.first-lead, .darkgray { 
	background-color: #052123;
	color: #fbe4da;
}

.dark { 
	background-color: #730100; 
	color: #052123; 
	font-size: 16px; 
	font-weight: 600; 
}

.white { 
	background-color: #fff; 
}


/* H E A D E R S */

h1 {
	font-family: 'Prata', serif;
	font-size: 45px;
	margin-bottom: 20px; 
}

h2 {
	font-family: 'Prata', serif;
	font-size: 30px;
}

h3 {
	font-family: 'Prata', serif;
	font-size: 22px;
}

p {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 20px;
	margin-bottom: 25px;
}


/* M E N U  B A R */

.menu-bar { 
	height: 110px; 
	background-color: #fbe4da; 
	position: fixed; 
	top: 0px; 
	z-index: 1;	
}

.logo {
	width: 270px; 
	height: 56px; 
	background-size: 270px 56px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	display: block;
	top: 22px;
	left: 0;
}

.menu-wrapper {
	max-width: 800px;
	position: absolute;
	right: 0;
	top: 25px;
}
.menu-wrap1 { display: inline-block; float: left; }
.menu-wrap2 { display: none; float: right; padding: 0px; }

.navbar { font-weight: 500; padding: 8px 0px !important; }
.navbar-nav { width: 100%; font-size: 15px; letter-spacing: 0.4px; }
.nav-link {
	padding: 9px 0px !important;
	color: #3c424c !important; 
}
.menu-wrap2 .button:hover { background-color: #f7e442 !important; color: #000 !important; }
.nav-item { 
	background-color: #fbe4da;
	white-space: nowrap;
	margin: 0 13px; 
	transition:all 0.1s ease;	
}

.nav-item.active a, .nav-item:hover a { color: #730100 !important; }

.navbar-collapse.collapsing .nav-item:last-of-type,
.navbar-collapse.show .nav-item:last-of-type { padding-bottom: 15px; }

.menu-wrap2 { padding-top: 8px; }
.navbar-collapse {
	position: absolute;
	top: 80px;
	right: 0px;
	min-width: 100%;
	text-align: right;
	z-index: -1;
	background-color: #fbe4da;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	min-width: 250px;
	-webkit-box-shadow: 0px 9px 9px -1px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 9px 9px -1px rgba(0,0,0,0.27);
	box-shadow: 0px 9px 9px -1px rgba(0,0,0,0.27);
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-menu { 
	background-color: #eee;
	text-align: right; 
	border: 2px solid #e5e5e5;
}
.dropdown-item:active { background-color: #c2c2c2; }


.sub-navi > div { 
	width:100%;
	min-height:100px;
	padding: 15px;
	text-align: left;
	-webkit-border-radius: 0px 8px 8px 8px; 
	-moz-border-radius: 0px 8px 8px 8px; 
	border-radius: 0px 8px 8px 8px; 
	background-color: #eeeeee; 
}

.sub-navi a::before {
	font-family: FontAwesome;
	font-size: 13px;
    content: "\f105";	
	margin-right: 8px;
}


/* F O R M S */

.button, .container-fluid.transparency a {
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 43px;
	text-transform: uppercase;
	font-size: 12px;
	border: none;
	padding: 0 20px;
	box-sizing: border-box;
	letter-spacing: 0.7px;
	font-weight: 200;
	color: #fff !important;
	line-height: 43px;
	cursor: pointer;
	display: inline-block;
	background-color: #454545;
	width: auto;
}
.button:hover, .button:active, .button:focus { text-decoration: none; background-color: #000; }

.button .no-hover:hover { background-color: inherit; }


/* C O N T E N T */

.container-fluid {  }

.first-lead {
	color: #fbe4da;
}

.content {
	padding: 10% !important;
	line-height: 2;
}	

.lead-content {
	margin-top: 110px;
}

.lead-content .lead-image {
	background-size: cover;
	background-image: url('../images/fiets.jpg');
	background-position: center center;
}	

.lead-image { min-height: 250px; }

.sub-image { background-color: #cecece; }
.sub-image, .icons {
	font-size: 12px;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
	padding: 20px;
}

.sub-image a { text-decoration: none; color: #730100; }
.sub-image a:hover { text-decoration: underline; }

.full-image {
	height: 200px;
	padding: 0 !important;
	background-image: url('../images/rijwielwinkel.jpg');
	background-size: 100% auto;
	background-position: bottom center;
	background-repeat: no-repeat;	
}	
.full-image img { width: 100%; }

.footer { padding: 30px; font-size: 14px; text-align: center; }
.footer span a { font-size: 13px; color: #000;}




