@font-face {
    font-family: BaskervilleNormal; 
    src:url("../fonts/BaskervilleNormal.eot"), /*IE*/
        url("../fonts/BaskervilleNormal.eot?#iefix") format("embedded-opentype"),
        url("../fonts/BaskervilleNormal.woff") format("woff"),
        url("../fonts/BaskervilleNormal.ttf") format("truetype"), /*Non-IE*/
        url("../fonts/BaskervilleNormal.svg#BaskervilleNormal") format("svg");
}

@font-face {
    font-family: BaskervilleItalic; 
    src:url("../fonts/BaskervilleItalic.eot"), /*IE*/
        url("../fonts/BaskervilleItalic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/BaskervilleItalic.woff") format("woff"),
        url("../fonts/BaskervilleItalic.ttf") format("truetype"), /*Non-IE*/
        url("../fonts/BaskervilleItalic.svg#BaskervilleItalic") format("svg");
}

@font-face {
    font-family: AvenirRoman; 
    src:url("../fonts/AvenirRoman.eot"), /*IE*/
        url("../fonts/AvenirRoman.eot?#iefix") format("embedded-opentype"),
        url("../fonts/AvenirRoman.woff") format("woff"),
        url("../fonts/AvenirRoman.ttf") format("truetype"), /*Non-IE*/
        url("../fonts/AvenirRoman.svg#AvenirRoman") format("svg");
}

body {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	overflow-x: hidden;
}

h1, h2, h3, h4, p, a {
	padding:0;
	margin:0;
}

.clickable {
	pointer-events: none;
}

#up_btn {
	z-index: 2000;
	width: 50px;
	height: 50px;
	bottom:15px;
	right:15px;
	position: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-color: rgba(0, 0, 0, 0.7);
	background-image:url(../images/up_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor:pointer;
	display: none;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 	
}

#up_btn:hover {
	background-color: rgba(0, 0, 0, 1);
}

#down_btn {
	z-index: 2000;
	width: 50px;
	height: 50px;
	bottom: 15px;
	right:15px;
	position: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-color: rgba(0, 0, 0, 0.7);
	background-image:url(../images/down_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 	
}

#down_btn:hover {
	background-color: rgba(0, 0, 0, 1);
}

img {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    object-fit: contain;
}

.title{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1{
	z-index: 10;
	width: 100%;
	font-family: BaskervilleItalic;
	font-size: 24pt;
	text-align: center;
	font-style: italic;
	font-weight: 300;
	line-height: 20px;
	color: #e39717;
	float: left;
	position: relative;
}

h2{
	width: auto;
	font-family: BaskervilleNormal;
	font-size: 32pt;
	text-align: center;
	font-weight: 300;
	color: #636466;  
	padding: 10px 50px 10px 50px;
	float: left;
	position: relative;
	background-color: #ffffff;
}

h3{
	width: 100%;
	font-family: BaskervilleNormal;
	font-size: 24pt;
	text-align: center;
	font-weight: 300;
	color: #636466;  
	margin: 0 0 10px 0;
	float: left;
	position: relative;
}

.line{
	width: auto;
	height: auto;
	padding: 2px 0 2px 0;
	float: left;
	position: relative;
	background: #E39717;
	background: linear-gradient(to left, rgba(227, 151, 23, 0) 0%, rgba(227, 151, 23, 1) 50%, rgba(227, 151, 23, 0) 100%);
}

.line2{
	width: 240px;
	height: 2px;
	left: calc(50% - 120px);
	padding: 0;
	margin: 10px 0 80px 0;
	float: left;
	position: relative;
	background: #E39717;
	background: linear-gradient(to left, rgba(227, 151, 23, 0) 0%, rgba(227, 151, 23, 1) 50%, rgba(227, 151, 23, 0) 100%);
}

p{
	width: auto;
	font-family: AvenirRoman;
	font-size: 14pt;
	text-align: center;
	font-weight: 300;
	line-height: 25px;
	color: #000000;
	float: left;
	position: relative;
}

#container{
	width: 100%;
	top: 200px;
	float: left;
	position: relative;
}

.container{
	width: 100%;
	padding: 80px 0 0 0;
	float: left;
	position: relative;
}

.container2{
	width: 100%;
	padding: 80px 0 0 0;
	float: left;
	position: relative;
}

.content{
	width: 100%;
	padding: 0;
	float: left;
	position: relative;
}

.content ul {
	padding-left: 20px;
	margin:0;
}

.content li{
	width: 100%;
	font-family: AvenirRoman;
	font-size: 14pt;
	text-align: left;
	font-weight: 300;
	line-height: 25px;
	color: #000000;
	float: left;
	position: relative;
}

.content2{
	width: 1000px;
	padding: 0;
	margin: 40px auto 0;
	position: relative;
}

.content2b{
	width: 1000px;
	padding: 0;
	margin: 80px auto 0;
	position: relative;
}

.content2c{
	width: 1140px;
	padding: 0;
	margin: 0 auto 0;
	position: relative;
}

.content3{
	width: 800px;
	margin: auto;
	position: relative;
}

.content4{
	width: 300px;
	float: left;
	position: relative;
}

.content5{
	width: auto;
	padding: 0;
	margin: 40px auto 0;
	position: relative;
}

.content6{
	width: 1000px;
	padding: 0;
	margin: 20px auto 0;
	position: relative;
}

.image{
	width: 600px;
	margin: 40px auto 0;
	position: relative;
}

.home_text{
  z-index: 20;
	width: 800px;
	left: calc(50% - 400px);
	margin: 40px 0 0 0;
	position: absolute;
}

.home_image {
    width: 100%;
	height: auto;
	margin: 0;
	float: left;
	position:relative;
}

.image1 {
    width: 100%;
	height: auto;
	margin: auto;
	position:relative;
	overflow: hidden;
}

.image2 {
    width: 0;
	height: 0;
	margin: auto;
	position:relative;
	overflow: hidden;
}

#profile{
	width: 100%;
	padding: 40px;
	float: left;
	position: relative;
	background-color: #e6e7e8;
	border-radius: 30px;
}

#profile_pic{
	width: 240px;
	height: 300px;
	float: left;
	position: relative;
	border-radius: 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-image:url(../images/profile_pic.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#profile_text{
	width: 720px;
	margin: 0 0 0 40px;
	float: left;
	position: relative;
}

.menu{
	width: 1200px;
	padding: 0;
	margin: 40px auto 0;
	position: relative
}

.menu2{
	width: 100%;
	padding: 0;
	float: left;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_list{
	width: 350px;
	height: auto;
	margin: 0 25px 0 25px;
	float: left;
	position: relative;
}

.menu_pic{
	width: 100%;
	height: 120px;
	float: left;
	position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.menu_title{
	width: 100%;
	font-family: BaskervilleNormal;
	font-size: 18pt;
	text-align: center;
	font-weight: 300;
	color: #636466;  
	margin: 10px 0 5px 0;
	float: left;
	position: relative;
}

.menu_text{
	width: 100%;
	font-family: AvenirRoman;
	font-size: 12pt;
	text-align: center;
	font-weight: 300;
	line-height: 20px;
	color: #000000;
	float: left;
	position: relative;
}

.menu_text a{
	color: #000000;
}

.menu_text a::before{
	margin-right: 5px;
	content:url(../images/icon_whatsapp.png);
	display: inline-block;
    vertical-align: middle;
}

.comment{
	width: 1200px;
	height: 500px;
	padding: 0;
	margin: 40px auto 0;
	position: relative;
}

.comment_title{
	width: 100%;
	font-family: BaskervilleNormal;
	font-size: 15pt;
	text-transform: uppercase;
	text-align: left;
	font-weight: 300;
	line-height: 30px;
	color: #636466;  
	float: left;
	position: relative;
}

.comment_star {
	width: 100%;
	margin: 0 0 10px 0;
    color: #fdb913;
    font-size: 24px;
	line-height: 20px;
	float: left;
	position: relative;
}

.comment_text{
	width: 100%;
	font-family: AvenirRoman;
	font-size: 12pt;
	text-align: left;
	font-weight: 300;
	line-height: 20px;
	color: #000000;
	float: left;
	position: relative;
}

.events_pic{
	width: 300px;
	height: 400px;
	margin-right: 50px;
	float: left;
	position: relative;
	border-radius: 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.events_pic:last-child{
	margin-right: 0;
}

.gallery{
	width: 100%;
	height: auto;
	margin: -10px 0;
	float: left;
	position: relative;
}

.gallery_list{
	width: 313px;
	height: 250px;
	margin: 10px;
	float: left;
	position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contact{
	width: auto;
	height: auto;
	padding: 40px 30px 40px 30px;
	margin: 0;
	float: left;
	position: relative;
	background-color: #f8f8f8;
	border-radius: 20px;
	box-shadow: 0px 0px 5px #aaaaaa;
}

#QR_icon{
	width: 100%;
	height: 120px;
	margin: 30px 0 30px 0;
	float: left;
	position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-image:url(../images/QR_icon.jpg);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#contact_pic{
	width: 300px;
	height: 200px;
	float: left;
	position: relative;
	border-radius: 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-image:url(../images/contact_BG.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#contact_text{
	width: 460px;
	margin-left: 40px;
	float: left;
	position: relative;
}

.contact_title{
	width: 100%;
	font-family: BaskervilleNormal;
	font-size: 15pt;
	text-transform: uppercase;
	text-align: left;
	font-weight: 300;
	line-height: 30px;
	color: #636466;  
	float: left;
	position: relative;
}

.contact_text{
	width: 100%;
	margin-top: 50px;
	font-family: AvenirRoman;
	font-size: 12pt;
	text-align: left;
	font-weight: 300;
	line-height: 20px;
	color: #000000;
	float: left;
	position: relative;
}

#map_canvas {
	width:100%;
	height:700px;
}

#form {
    width: 100%;
    height: auto;
	margin: 40px 0 0 0;
	float: left;
	position:relative;
}

#footer{
	width: 100%;
	height: auto;
	padding: 40px 0 40px 0;
	margin-top: 80px;
	float: left;
	position: relative;
	background-color: #282829;
}

#dapoq_schombi_logo2 {
	width: 50%;
	height: 80px;
	margin: 0 0 0 5%;
	float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0% 50%;
	background-image:url(../images/dapoq_schombi_logo2.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#social {
	width: auto;
	height: 50px;
	margin: 15px 5% 0 0;
	float: right;
    position: relative;
}

.social_icon{
	width: 50px;
	height: 50px;
	margin: 0 0 0 10px;
	float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	
}