footer {
	background-color: #040404;
}

body {
	background: #edefea url(../images/bg-body.jpg) repeat-x left top;
	min-width: 960px;
	font-family: OpenSans !important;
}

header {
	background-color: #ec983e;
}

/*===== Navbar =======*/

.navbar-light .navbar-nav .active>.nav-link {
	color: #495057 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #495057 !important;
}

#navbarTogglerDemo02 {
	justify-content: flex-end;
}

/*===== Top section =======*/

.container {
    max-width: 1080px !important;
}
.top-section {
	padding-top: 50px;
	    padding-bottom: 80px;
}
.info h2 {
    font: 28px 'OpenSans' !important;
}

/*
//new changes
#page_contact 
{
    margin : 20px;
}

#page_contact .column2 {
	background-color: Red;
    float: left;
	width: 460px;
	height : 450px;
	margin: 0 10px 10px 5px;	
}
*/
.top-section .wrapper {
	display: flex;
    align-items: center;
    justify-content: center;
}

/*===== Contact section =======*/

.contact-section {
	padding-bottom: 30px;
	padding-top: 60px;
}

.image-gallery-content.left .image-gallery-slide .image-gallery-image,
.image-gallery-thumbnail .image-gallery-thumbnail-image {
    background-color: #333 !important;
    filter: drop-shadow(0 2px 2px #1a1a1a);
    border-radius: 5px;
}

/*===== Responsiveness =======*/

@media all and (max-width: 768px) {
	body {
		background: transparent !important;
		min-width: 100% !important;
	}
	.top-section {
		background-color: #ec983e;
		margin-top: 0 !important;
	}
	.top-section .wrapper {
	    flex-direction: row;
	}
	.top-section .img-sec {
		order: 2;
	}
	.img-sec img {
		max-width: 100%;
	}
	.top-section {
	    padding-top: 30px;
	    padding-bottom: 60px;
	}
	.contact-section {
	    padding: 40px 15px 15px;
	}
	
	#page_contact p  {
	    text-decoration: none;
	    overflow-wrap: break-word;
	}
	#page_contact p {
		display: flex;
	    align-items: flex-start;
	    word-break: break-all;
	}
	#ImageGallery {
		margin-top: 60px;
	}
}
