.brand-logo {
	width: 120px;
}
p {font-weight:  400;}
.text-cambria {
	font-family: Cambria !important;
	letter-spacing: 2px;
	font-weight: 600;
}
.carousel-inner {
		max-height: 768px !important;
	}
.carousel-item img{
	height:  786px;
	width:  auto;
}
nav.navbar {
	background-color: #F7F5F3;
}
@media screen and (max-width: 768px) {
	#navbar4 {
		box-shadow: -10px 10px 10px 1px #999;
		width:100%;
	}
	.brand-logo {
		width: 100px;
	}
	.no-mobil {
    	display:  none;
  	}
  	.carousel-inner{
		max-height: 320px !important;
	}

.carousel-item img{
	max-height:  320px;
	width:  auto;
}

}
@media screen and (min-width: 997px) {
	.h-1rem {height: 1rem;}
	.h-2rem {height: 2rem;}
	.h-3rem {height: 3rem;}
	.h-4rem {height: 4rem;}
	.h-5rem {height: 5rem;}
	.h-6rem {height: 6rem;}
	.h-7rem {height: 7rem;}
	/* * {box-shadow: inset 0 0 1px purple;} */

	.on-mobil {
    	display:  none;
  	}
}

