@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-image:url( "../images/bg-cet-16c8c-01.jpg");
/*			background-image:url( "../images/bg-Palays-Royal-IMG-2605.jpg");*/
			background-size: cover;
	 		background-position: center center;
	 		background-attachment: fixed;
			 
}

.logo {display: block;}
.container {width:80%; }
.bk-overlay {
	margin-top: 20%;
	padding: 30px;
	background-color: rgba(255,255,255,0.40);
	box-shadow:         8px 8px 15px 0px rgba(50, 50, 50, 0.5);
	width: 100%;
	height: 80%;

}
.container h1, .container h2  {color: white;}
.container p {color:#171941; font-size: 20px;}
.container h1, .container h2 {text-shadow: 3px 2px 6px rgba(0,0,0,0.5);font-family: 'Montserrat', sans-serif;font-weight:200; }
.container h1 {font-size: 60px;}