@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Domine:wght@500&family=Montserrat:wght@100;200;500&display=swap');
/* CSS Document */

 body, html {
	/*background: rgb(238,174,202);
	background: linear-gradient(0deg, rgba(238,174,202,1) 0%, rgba(235,235,235,1) 60%);*/
	background-image:url('/images/bk-vegetal-oil-2k13c.jpg'); 
	background-size: cover;
	background-position: center center;
	background-attachment: fixed; 
	margin:0;			 
}

.logo {display: block;}
.container {width:80%; }
.bk-overlay {
	margin-top: 10%;
	padding: 20px;
	background-color: rgba(255,255,255,0.75);
	box-shadow: 8px 8px 15px 0px rgba(50, 50, 50, 0.5);
	width: 100%;
	height: 80%;
}
 
.container h1, .container h2 {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	font-family: 'Montserrat', sans-serif;
	}
.container h1 {
	font-size: 40px;
	font-weight:600;
	color: #372525;
	}
.container h2  {
	font-size: 30px;
	font-weight:400; 
	color: #0e1532;
}
.container h2.bk-title-ar {direction:rtl;font-size: 4rm; }
.container p {color:#171941; font-size: 30px;}

a {color: white;}

