@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

body {
	margin: 0;
	padding: 0;
	background-image:url(../img/bg.jpg);
	background-repeat: repeat;
	font-family: Open Sans, sans-serif
}

a {
	text-decoration: none !important;
}

.container {
	max-width: 1200px;
}

.header {
	padding: 15px 0;
}

.logo {
	display: block;
	text-align: center
}

#navbar_main {
	padding:40px 0;
}

.navbar-nav {
	width: 100%;
}

.navbar-nav li {
	width: 16%;
	text-align: center;
}

.navbar-nav li a {
	color: #222;
}

.img-fluid {
	width: 100%;
}

#main .container-fluid {
	padding: 0;
	overflow: hidden
}

#main span {
	position: absolute;
	display: block;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
	font-size: 2.8rem;
	font-weight: 600;
}

#main span.title {
	top: auto;
	bottom: 10%;
	font-size: 4.8rem;
	line-height: 4.8rem;
}

.btn-menu {
	background: #222;
	color: #FFF;
	position: relative;
	z-index: 9
}

.btn-menu:hover {
	background: #000;
	color: #FFF;
}

.mt-50y {
    margin-top: 50% !important; 
}

.mb-25y {
    margin-bottom: 25%;
}

.pt-120 {
    padding-top: 120px;
}

.mt-30 {
	margin-top: 30px;
}

.img-top {
	margin-top: 30px;
}

.col-space .col-4 {
	margin-bottom: 30px;
}


.footer {
	background-color: #222;
	font-size: 13px;
	margin-top: 30px;
	padding: 30px 0;
	color: #FFF;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	color: #EBEBEB;
}

.dropdown-menu {
	background: none;
	border: none;
	border-radius: 0;
}

.dropdown li {
	width: 75% !important;
    background-color: #777;
    margin-bottom: 2px;
    left: 50px;
    position: relative;
    text-align: left;
    padding-left: 5px;
    font-weight: 300;
    font-size: 15px;
}

.dropdown li a {
	color: #FFF;
}

.navbar-nav li.active a {
	font-weight: 900 !important
}


section {
   padding: 0 60px;
   text-align: center;
   margin-top: 25%;
}

section p {
	position: relative;
	margin: auto;
	font-size: 20px;
}

/*
section.align p {
	margin-top: 30%
}
*/

.text-bottom {
	position: absolute;
	bottom: 0
}

.wonder-title {
    text-align: center;
    padding-top: 20px;
    font-weight: 700;
    color: #222
}

span.number {
    position: inherit !important;
    font-size: 1.25em !important;
    color: #000 !important;
    font-weight: 300 !important
}

.contact {
    text-align: center;
}

.contact h2 {
    font-size: 1.4rem
}

.form-control {
    background: none;
    border: 1px solid #333
}

.padding-0 p {
    padding: 0 !important;
}

.mt-none {
		margin-top: 0 !important
	}

@media all and (min-width: 992px) {
.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
.navbarz}
.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
.navbar .dropdown-menu.fade-up{ top:180%;  }
.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); background: none; border: none; padding: 0}
}	

body.offcanvas-active{
	overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-overlay {
	width: 0%;
	height: 100%;
	z-index: 30;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
    transition:opacity .5s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}
	
@media all and (max-width:992px) { 
	
	.offcanvas-header{ display:block; }

	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
	    border-radius:0; 
		display:block;
	    position: fixed;
	    top: 0; left:0;
	    height: 100%;
	    z-index: 1200;
	    width:80%;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
	}

	.mobile-offcanvas.show{
		visibility: visible;
    	transform: translateX(0);
		background: #FFF
	}
	
	.navbar-nav li {
		width: 100%;
		padding: 10px;
	}
	
	.logo {
		margin-top: -35px;
		position: relative;
	}
	
	#main span {
		font-size: .7rem;
	}
	
	.footer {
		font-size: 11px;
	}
	
	section p {
		font-size: 16px;
		margin-top: 25px;
	}
	
	section.align {
		padding: 0 5px;
	}
	
	section.align p {
		font-size: 15px;
		margin-top: 25%;
	}
	
	section.top-0 p {
		margin-top: 20%;
        margin-bottom: 20%;
		line-height: 18px;
	}
    
    .pt-120 {
        padding-top: 0;
        padding-bottom: 30px;
    }
    
    .mb-25y {
        margin-bottom: 0;
    }
    
    .text-bottom {
        padding: 0
    }

}

@media all and (max-width:767px) { 
	#main span.title {
		top: auto;
		bottom: 10%;
		font-size: 2.4rem;
		line-height: 3rem;
	}
    
    section {
        margin-top: 5%;
    }
	
	section p {
		font-size: 16px;
		margin-top: 25px;
	}
	
	section.align {
		padding: 0;
	}
	
	section.align p {
		font-size: 13px;
		margin-top: 8%;
        margin-bottom: 5%;
        padding: 8px;
	}
	
	
	.col-4 {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.mt-30 {
		margin-top: 20px;
	}
    
    .mtop {
        margin-top: 0 !important;
    }
	
    
    .col-6 {
        padding: 0 10px;
    }
	
	.img-top {
		margin-top: 15px;
	}
	
	.mt-none {
		margin-top: 0 !important
	}
    
    .wonder-title {
        font-size: 15px;
    }  
    
    .pb-25 {
        padding-bottom: 25px;
    }
    
    .logo img {
        width: 200px
    }
    
    .mt-50y {
        margin-top: 0 !important; 
    }
    
    .mt-0 {
        margin-top: -20px !important;
    }
}
	