/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
 
header {
	background-image: url(../img/cava1.png);
	background-size: cover;
}

header .bgcover {
	background: rgba(0,0,0,0.65);
}

body {
  padding-top: 56px;
}

.wapp {
	position: fixed;
	bottom: 15px;
	right: 15px;
	opacity: 0.80;
}

.wapp a img{
	height: 80px;
}
@font-face {
  font-family: elmessiri;
  src: url(../font/elmessiri-regular.otf);
}

.font-family-elmessiri {
	font-family: elmessiri;
}

@media (min-width:768px) {
	
	/* header {
	background-image: url(../img/cava1-desktop.png);
	background-size: cover;
} */
	
	header p {
	max-width: 70%;
	margin: auto;
	}
	
	.wapp {
	display: none;
	}
	
	.nodisplay768{
		display: none;
	}
}