/* COLOUR REFERENCES

Orange:			#ff9600
Orange hover:	#ffb954
Orange shapes:  #ffdfb2

*/

/* ==== GENERAL ==== */
html,
body{
	padding: 0px;
	margin:0px;
}
body {
	padding-top: 50px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

figcaption {
	font-style: italic;
	font-size: 14px;
}

img {
	width: 100%;
}

/* ==== OVERRIDE BOOTSTRAP ==== */
.navbar-default {
	background-color: #ff9600;
}
.navbar-default .navbar-nav>li>a{
	color: #000000;
}
.navbar-default .navbar-nav>li>a:hover{
	background-color: #ffb954;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover{
	background-color: #ffb954;
	color: #000000;
}


/* ==== TYPOGRAPHY ==== */
h1,h2,h3,h4,h5,h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: lighter;
	color: #ff9600;
}

h1 {
	font-size: 25px;
}

a:hover,
a:visited,
a:active {
	text-decoration: none;
}




/* ==== HERO ==== */
#hero {
	text-align: center;
}

#hero figure{
	text-align: left;
	position: relative;
}

#hero figure img{
	width:100%;
}

#hero figure span{
	color: #ff9600;
	font-size: 20px;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0px;
	padding: 3px 8px;
	box-sizing: border-box;
	background-color: rgba(120, 120, 120, 0.8);
}

#hero::after{
	content: url('../img/stripes-down.png');
	position: relative;
	top: -20px;
	z-index: -5;
	opacity: .5;
}
/* ==== HOME ==== */
#home{
	margin-bottom: 50px;
	text-align: center;
}
#home .klachten{
	text-align: left;
}

#home .organisatie{
	padding-left:20px;
	width: 150px;
}
/* ==== ORTHESEN _ ORTHONYXIE ==== */
#orthesen img,
#orthonyxie img,
#medical-taping img,
#steunzolen img,
#slippers img,
#vilttherapie img,
#kindervoet img,
#contact img {
	max-width: 300px;
}

/* ==== MEDICAL-TAPING _ STEUNZOLEN ==== */

/* ==== SLIPPERS _ VILTTHERAPIE ==== */

/* ==== KINDERVOET ==== */
#kindervoet{
	margin-bottom: 50px;
}

/* ==== VERGOEDING ==== */
#vergoeding{
	margin-bottom: 50px;
	text-align: center;
}

/* ==== CONTACT ==== */
#contact{
	margin-bottom: 50px;
}

#contact .contact-icons{
	text-align: center;
}

#contact .contact-item{
	margin: 0px 25px;
	text-align: center;
	display: inline-block;
	position: relative;
}


#contact .contact-item:nth-child(1) .fa-stack{color: #ff9600;}
#contact .contact-item:nth-child(2) .fa-stack{color: blue;}
#contact .contact-item:nth-child(3) .fa-stack{color: red;}
#contact .contact-item:nth-child(3){top:22px;}

#contact .container .row .col-xs-12:first-child p:last-child{
	margin-bottom: 30px;
}

#contact figcaption{
	text-align: center;
}




/* ==== FOOTER ==== */
footer {
	background-color: #ff9600;
	text-align: center;
}
footer .container{

	padding: 10px 20px;
	box-sizing: border-box;
}
footer .col-sm-6:last-child p{
	margin: 0;
}


/* ===========================
==============================
= ESSENTIAL ITEMS FOR LAYOUT =
==============================
=========================== */
.stripes {
	height: 28px;
	width: 80%;
	margin: 0 auto;
	display: block;
	background-image: url('../img/stripes.png');
	opacity: 0.5;
	margin-bottom: 20px;
}
.splitter {
    height: 60px;
    min-height: 60px;
    width: 0;
    border-left: 2px solid #ffdfb2;
    margin: 40px auto;
    display: block;
    position: relative;
}
.skew{ 
	z-index: -20;
	position: relative;
	background:#ffdfb2;
	transform: skew(0deg, -27deg);
	height: 300px;
	margin-bottom: -300px;
	top: 250px;
	margin-right: -15px;
	margin-left: -15px;	
}
.skew-last-child{
	top: -50px!important;
}
.container-fluid.skew {
	margin-right:0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* ===========================
==============================
==== iPHONE MEDIA QUERIES ====
====== xxxxxx  =  758px< =====
=========================== */
@media screen and (max-width: 600px){
	#contact .contact-item{
		margin: 0px;
		display:block;
	}
	#contact .contact-item:last-child{
		margin-bottom: 40px;
	}
}


/* ===========================
==============================
==== TABLET MEDIA QUERIES ====
====== >758px  =  992px< =====
=========================== */
@media screen and (min-width: 758px){
	#hero figure span{
		font-size: 25px;
	}
	#orthesen .col-md-7,
	#medical-taping .col-md-7,
	#slippers .col-md-7,
	#kindervoet.col-md-7{
		float: right; 
	}
	footer .col-sm-6:first-child section{
		float: left;
	}
	footer .col-sm-6:first-child section p:last-child{
		margin: 0;
	}
	footer .col-sm-6:last-child section{
		float: right;
	}
}

/* ===========================
==============================
==== LAPTOP MEDIA QUERIES ====
===== >992px  =  1200px< =====
=========================== */
@media screen and (min-width: 992px){
	h1 {
		font-size: 30px;
		font-weight: 400;
	}

	#orthesen,
	#orthonyxie,
	#medical-taping,
	#steunzolen,
	#slippers,
	#vilttherapie,
	#kindervoet{
		margin-bottom: 50px;
	}
	#orthesen img,
	#orthonyxie img,
	#medical-taping img,
	#steunzolen img,
	#slippers img,
	#vilttherapie img,
	#kindervoet img{
		max-width: initial;
	}
	#contact .fa-stack{
		top: 30px;
		transform: all;
		transition: 0.7s ease-in-out;
	}
	#contact .contact-item p{
		opacity: 0;
		transform: all;
		transition: 0.7s ease-in-out;
	}
	#contact .contact-item:hover .fa-stack, #contact .contact-item:active .fa-stack{
		transition: 0.7s ease-in-out;
		top: 0px;
	}
	#contact .contact-item:hover > p, #contact .contact-item:active > p{
		transition: 0.7s 0.3s;
		opacity: 1;
	}
}

@media screen and (max-width: 1200px) and (min-width: 992px){
	#hero.hero-two figure{
		height: 450px;
		overflow: hidden;
	}
	#hero.hero-two figure img{
		position: absolute;
		bottom: 0px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 992px){
	#contact .contact-item{
		margin:0px;
	}
}

/* ===========================
==============================
==== DESKTOP MEDIA QUERIES ===
===== >1200px  =  xxxxxx =====
=========================== */

@media screen and (min-width: 1200px){
	#hero.hero-two figure{
		height: 550px;
		overflow: hidden;
	}
	#hero.hero-two figure img{
		position: absolute;
		bottom: 0px;
	}
	.skew {
		top: 335px;
	}
}
