/*=======================================
FONT-FAMILY
=======================================*/
.raleway {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

.montserrat {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

body {
	font-family: raleway;
}

p {
	font-size: 22px;
}

/*=======================================
CUSTOM COLORS
=======================================*/
.grey-obm {
	color: #323232;
}

.primary-light-gold {
	color: #e1ee1b;
}

.primary-light-green {
	background-color: #edf1ed !important;
}

.primary-white {
	color: #ffffff !important;
}
.nav-wrapper {
	/*background: linear-gradient(to right, rgb(177 181 62), rgb(64 132 35));*/
	background: linear-gradient(to right, rgb(126 181 62), rgb(64 132 35));
	/*Ugradient color: Terminal*/
	/*Ugradient color: Under the lake */
}

#footerMap {
	width: 100%;
	background: url(../images/saint-eustache-map-2.png);
	background-size: cover;
	background-position: center;
	height: 500px !important;
}

#footerMenu {
	background-color: transparent !important;
	box-shadow: none !important;
}
.nav-links {
	font-size: 18px;
}

.sidenav li > a {
	font-size: 18px !important;
}

.myNav a:hover {
	color: #1b5e20 !important;
	font-weight: 900;
	font-size: 22px;
}

/*=======================================
NAVIGATION_MENU [BRACKETS ANIMATION]
=======================================*/
.bracket_animated_nav a::before,
.bracket_animated_nav a::after {
	display: inline-block;

	opacity: 0;

	transition: transform 0.3s, opacity 0.2s;
}

.bracket_animated_nav a::before {
	margin-right: 10px;

	content: "[";

	transform: translateX(20px);
}

.bracket_animated_nav a::after {
	margin-left: 10px;

	content: "]";

	transform: translateX(-20px);
}

.bracket_animated_nav a:hover::before,
.bracket_animated_nav a:hover::after,
.bracket_animated_nav a:focus::before,
.bracket_animated_nav a:focus::after {
	opacity: 1;

	transform: translateX(0px);
}

.noBracket_nav a::before {
	margin-right: 0px;

	content: "";

	transform: translateX(0px);
}

.noBracket_nav a::after {
	margin-left: 0px;

	content: "";

	transform: translateX(0px);
}

.noBracket_nav a:hover::before,
.noBracket_nav a:hover::after,
.noBracket_nav a:focus::before,
.noBracket_nav a:focus::after {
	opacity: 1;

	transform: translateX(0px);
}

/*=======================================
PARALLAX AND CAROUSEL
=======================================*/

.parallax-container {
	min-height: 800px;
	line-height: 0;
	height: auto;
	color: rgba(255, 255, 255, 0.9);
}
.parallax-container .section {
	width: 100%;
}

.carousel .carousel-slider {
	height: 350px !important;
}

.carousel .indicators {
	margin-bottom: 80px !important;
}
.carousel .indicators .indicator-item.active {
	background-color: #323232 !important;
}

.carousel .indicators .indicator-item {
	background-color: gray !important;
}

.middle-indicator {
	position: absolute;
	top: 50%;
	width: 50%;
	margin: 0 auto;
}

/*=======================================
CUSTOM CLASSES
=======================================*/
.fw-600 {
	font-weight: 600;
}

.bold {
	font-weight: bold;
}

.mt-0 {
	margin-top: 0px;
}

.mb-0 {
	margin-bottom: 0px;
}

.fs-20 {
	font-size: 20px;
}

.fs-17 {
	font-size: 17px;
}
.fs-25 {
	font-size: 25px;
}

.justify {
	text-align: justify !important;
}
.plr-5 {
	padding: 0px 3px;
}

.medium-icon {
	font-size: 2.5rem !important;
}

.center-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 425px;
}

.center-image-px {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 425px;
}

i.left {
	font-size: 4.2rem;
	color: #9e9e9e !important;
}

i.right {
	font-size: 4.2rem;
	color: #9e9e9e !important;
}

.rating {
	color: #ad1457 !important;
}

.footer-copyright {
	padding-bottom: 10px;
}

.inline {
	display: inline;
}

.fa-facebook {
	color: blue;
}

.fa-google-plus-g {
	color: #d32f2f;
}

@media only screen and (max-width: 600px) {
	#index-banner .section {
		top: 0;
	}
}

@media only screen and (max-width: 991px) {
	.parallax-container .section {
		position: absolute;
		top: 40%;
	}
	#index-banner .section {
		top: 10%;
	}
}

@media only screen and (min-width: 992px) {
}
