html {
	height: 100%;
	}
	/*
	body {
		height: 100%;
		background: url("http://www.claudiamartin.co.uk/image/Claudia_landscape2.jpg") center center no-repeat; 
	  	background-size: cover; 
	    background-color: rgba(255,255,255,0.9);
	    background-blend-mode: lighten;
	  	width: 100%;
	}
	*/
	body {
		height: 100%;
	}
	
	/* navbar */
	.navbar-default {
	    background-color: white;
	    border-color: white;
	}
	.navbar-brand {
	 	/* padding: 0px; firefox bug fix */
		padding:5px 0px 0px 15px;
	}
	.logo {
	  padding: 0px; /* firefox bug fix */
	}
	.navbar-brand>img {
	  height: 100%;
	  padding: 0px; /* firefox bug fix */
	  width: auto;
	}
	.logo>img {
	  height: 100%;
	  padding: 0px; /* firefox bug fix */
	  width: auto;
	}
	.carousel-control.right, .carousel-control.left {
	  background-image:none;
	}

	.content-main {
	    /* background: pink; */
		margin-top: 60px; /* 80px */
		margin-bottom: 80px;
	}
	
	.carousel-inner {
	    background: #f2f2f2;
		margin-top: 10px; /* 80px */
		margin-bottom: 60px; /* 80px */
	}
	
	.item {
	height: 340px;
	}

	.item img {
	max-height: 100%;  
	max-width: 100%; 
	position: absolute;  
	top: 0;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	margin: auto;
	}