@font-face {
  font-family: Catchy Mager Regular;
  src: url(assets/fonts/Catchy-Mager-Regular.ttf);
}

body {
	font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
}

.post, .page {
    margin: 0!important;
}

h1, h2, h3, h4, h5 {
	font-family: Catchy Mager Regular;
	font-style: normal;
	color: #526350;
	letter-spacing: 1px
}

h1 {
	font-size: 350%;
    margin-top: 15px!important;
}

h2 {
	font-size: 250%;
}

h3 {
    font-size: 150%;
}

.post, .page {
    margin: 0!important;
}

.navbar {
	position: absolute;
	z-index: 999;
	width: 100%;
    padding: 30px;
}

.navbar .logo {
    width: 200px;
    transition: all 0.3s;
}

.pages nav {
    position: fixed;
	z-index: 999;
	width: 100%;
    padding: 30px;
    background: #526351;
}

.navbar-scrolled {
    background: #fff;
    transition: all 0.3s;
    padding: 20px 30px !important;
}

.navbar-scrolled .logo {
	width: 150px;
    transition: all 0.3s;
}

.nav-link {
    color: #fff!important;
    padding: 0 10px;
    transition: .2s;
    font-size: 120%;
    font-family: Catchy Mager Regular;
    letter-spacing: .5px;
}

.nav-link:hover {
    color: #222;
    transition: .2s;
}

.dropdown-menu {
	background: #526350;
	border: none;
}

.dropdown-menu a {
	color: #fff;
}

.dropdown-menu a:hover {
	background: #d2b72a;
	color: #fff;
}

.carousel-caption {
    bottom: 0%;
    transform: translateY(-40%);
    width: 100%;
    left: unset;
    right: unset;
    text-align: left;
    top: unset;
}

.carousel-caption h1 {
    color: #fff;
    font-size: 450%;
    text-shadow: 0px 2px 5px #000;
    padding-bottom: 10px;
    margin: 0;
    line-height: 100px;
    margin-top: 0 !important;
}

.carousel-caption p {
    color: #fff;
	font-size: 125%;
    text-shadow: 0px 2px 5px #000;
    margin-bottom: 25px;
}

section {
	padding: 60px 0;
}

section.green {
	background: #526350;
	color: #fff;
}

section.green h2 {
	color: #fff;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

/* BUTTONS */

.btn-primary {
    color: #fff;
    background-color: #526350;
    border-color: #526350;
    border-width: 2px;
    padding: 15px 50px;
    border-radius: 0;
    font-family: Catchy Mager Regular;
    letter-spacing: 0.5px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #d2b72a;
    border-color: #d2b72a;
}

.btn-secondary {
    color: #fff;
    background-color: #526350;
    border-color: #526350;
	border-width: 2px;
    padding: 10px 20px;
}

/* FOOTER */

footer {
    background: #526350;
    color: #fff;
    padding: 60px 0 30px;
}

footer a {
    color: #fff!important;
}

footer a:hover {
	color: #eee!important;
}

footer h3 {
	margin-bottom: 20px;
	text-align: left;
	color: #fff;
    font-size: 150%;
}

footer div.icons i {
    font-size: 175%;
    color: #fff;
    margin: 0 20px;
}

.hr-space {
	padding-top: 50px;
}

.icons-space {
	padding-top: 50px;
}

.entry-footer {
	display: none;
}

.footer-logo {
	margin-bottom: 10px;
    width: 75%;
}

.copyright {
	text-align: center;
}

.copyright a {
    color: rgba(255,255,255,.5);
}

.copyright hr {
    margin: 30px auto;
    background-color: #eee;
}

.copyright a:hover {
    color: #fff;
}

/* Main */
.pages-top-spacing {
	height: 120px;
}

.highlight h3 {
	color: #d2b72a;
	font-weight: bold;
	font-size: 250%;
    margin-bottom: 15px;
}

.highlight a {
	color: #526350;
}

.img-bg-panel.community {
	background: url("assets/img/community.jpg");
	background-size: 100%;
    min-height: 500px;
    position: relative;
    height: auto;
    margin-bottom: 30px;
}

.img-bg-panel.services {
	background: url("assets/img/services.jpg");
	background-size: 100%;
    min-height: 500px;
    position: relative;
    height: auto;
    margin-bottom: 30px;
}

.img-bg-panel.our-land {
	background: url("assets/img/our-land.jpg");
	background-size: 100%;
    min-height: 500px;
    position: relative;
}

.img-bg-panel h2 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0px 2px 15px #000;
}

div.img-div-services-1 {
	background: url("assets/img/service-1.jpg");
    background-size: cover;
    background-position: center;
	min-height: 500px;
}

div.img-div-services-2 {
	background: url("assets/img/service-2.jpg");
    background-size: cover;
    background-position: center;
	min-height: 500px;
}

div.img-div-content {
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

/* Media Queries */

@media only screen and (max-width: 768px) {

	.webpage {
		padding-top: unset;
   		display: inline-block;
	}
	
	.carousel-caption  {
		width: 100%;
	}
	
	.img-div-content {
   		padding: 60px 5%;
	}

	.top-space {
		height: unset;
	}
	
	footer hr {
		width: 90%;
		margin: 0 auto;
	}
	
	footer {
		text-align: center;
		padding: 30px 0;
	}
	
	footer h3 {
		margin: 30px 0 10px;
		text-align: center!important;
	}
	
	footer.social-icon {
		width: 20px;
		margin-right: unset;
		margin-top: unset;
		margin: 20px auto;
	}
	
	li.menu-item {
		padding: 10px;
		text-align: center;
	}
	
	.logo-wrap {
		position: relative;
		width: 100%;
	}
}

@media screen and (max-width: 992px){
	
	h1 {
		font-size: 300%;
		margin-top: 0!important;
	}

	h2 {
		font-size: 225%;
	}

	h3 {
		font-size: 140%;
	}

	.navbar {
        padding: 5px 0;
        position: unset;
        justify-content: unset;
        background: #526350;
	}
	
	.navbar-dark .navbar-toggler {
		border: none;
	}
	
	.navbar-dark .navbar-toggler-icon {
		background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
	}
	
	.navbar-toggler {
   		padding: 25px 12px;
		z-index: 999;
	}

	.navbar-nav {
		margin-top: 0;
	}
	
	.logo-mobile {
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 150px;
        top: 50%;
        transform: translate(0, -50%);
		transition: all .3s;
	}

	.pages nav {
		padding: 15px 10px;
		transition: all .3s;
	}
	
	.pages .navbar-scrolled {
		padding: 5px 10px!important;
		transition: all .3s;
	}
	
	.navbar-scrolled .logo-mobile {
		width: 115px;
		transition: all .3s;
	}
	
	.row>* {
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.carousel-caption {
		display: none;
	}

	div.img-div-services-1,
	div.img-div-services-2 {
		background: unset;
		background-size: unset;
		background-position: unset;
		min-height: unset;
	}

	div.img-div-content {
		padding-right: calc(var(--bs-gutter-x) / 2);
		padding-left: calc(var(--bs-gutter-x) / 2);
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.img-bg-panel.community {
		min-height: 400px;
	}

	.img-bg-panel.services {
		min-height: 400px;
	}

	.img-bg-panel.our-land {
		min-height: 400px;
	}
}