/*menu*/
.top-contact {
border-bottom: solid 1px #97124B;
margin-top: 20px;
margin-bottom: 20px;
}

.social_contact {
	text-align: end;
}


/*logo*/
.custom-logo-link img {
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
}

.site-branding {
	text-align: center;
}


/*baner*/

.parallax-main {
	width: 100%;
	height: 50vh;
}

.parallax-2 {
	width: 100%;
	height: 50vh;
	background-attachment: fixed;
	background-position: top; 
	background-repeat: no-repeat; 
	background-size: cover;
	margin-top: 0;
}

.main-box-2 {
	width: 100%;
	height: 40vh;
}



.parallax {
	width: 100%;
	height: 70vh;
}
	
.parallax img {
	max-width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

.parallax-1 {
	width: 100%;
	height: 70vh;
	background-attachment: fixed;
	background-position: top; 
	background-repeat: no-repeat; 
	background-size: cover;
	margin-top: 0;
}

.baner-box {
	width: 100%;
	height: 70vh;
}



@media all and (max-width: 1140px) {
.parallax-2 {
	 width: 100%;
    background-attachment: inherit;
}
.parallax-1 {
	 width: 100%;
    background-attachment: inherit;
}

.parallax {
    width: 100%;
    height: 50vh;
}

.baner-box {
    width: 100%;
    height: 50vh;
}

.custom-logo-link img {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
	max-width: 70%;
}
.social_contact {
    text-align: center;
}
.main_contact {
    text-align: center;
}
}

