/* fonts */

.montserrat {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	color: #2b2b2b;
	letter-spacing: 0.1em;
}

h1 {
	font-size: 48px;
	margin-bottom: 30px;
	color: #ee2a7b;
}

h2 {
	font-size: 42px;
	margin-bottom: 30px;
	line-height: 1.3;
}
	.page-child h2 {
		font-size: 32px;
		text-transform: uppercase;
	}
	.home h2 {
		color: #ee2a7b;
	}

h3 {
	font-size: 36px;
	margin-bottom: 15px;
	line-height: 1.3;
}
	.page-child h3 {
		font-size: 24px;
		color: #ee2a7b;
	}

h4 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.5;
}
h4.alert-warning {
	background-color: #2b2b2b;
	font-size: 18px;
	color: #fff;
}

h5 {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.7;
}

h6 {
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.7;
}

/* forms */

input[type=text], input[type=tel], input[type=email], input[type=password], select, textarea {
	background-color: #f5dee8 !important;
	color: #2b2b2b !important;
	padding: 15px !important;
	line-height: 1.5 !important;
	border: none !important;
	border-radius: 0 !important;
}
	textarea {
		padding: 15px !important;
	}

input[type=password].form-control {
	background-color: #fff !important;
}

input[type=submit], input.gform_button.button {
	background-color: #ee2a7b !important;
	font-size: 18px !important;
	font-family: "Montserrat", sans-serif !important;
	color: #fff !important;
	border-radius: 0 !important;
	font-weight: 400 !important;
	letter-spacing: 0.2em !important;
	border: none !important;
	width: 100% !important;
	min-width: 180px !important;
	padding: 0 30px !important;
	line-height: 60px !important;
	text-align: center !important;
	text-transform: uppercase !important;
	border: 1px solid #ee2a7b !important;
}

a.button {
	display: inline-block;
	background-color: #ee2a7b;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	border-radius: 0;
	font-weight: 400;
	letter-spacing: 0.2em;
	border: none;
	width: auto;
	min-width: 180px;
	padding: 0 30px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
}
.button.alt {
	background-color: #fff;
	color: #ee2a7b;
	border: 1px solid #ee2a7b;
}
	.button:hover {
		color: #fff;
		background-color: #f183b1;
		font-weight: normal;
	}
	.button.alt:hover {
		color: #f183b1;
		border-color: #f183b1;
	}

/* general */

body {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #605d5e;
	line-height: 1.6;
	letter-spacing: 0.075em;
}

#wrapper {
	background-color: #f5dee8;
}
.home #wrapper {
	background-color: #fff;
}

a {
	color: #ee2a7b;
}

hr {
	margin: 45px auto;
}

img, div, iframe, input {
	max-width: 100%;
}

/* header */

#header.bg-light {
	padding: 15px 0;
	background: #fff !important;
	border-bottom: 3px solid #f5dee8;
}

#header .container {
	width: 100%;
}

/* nav */

.navbar a {
	color: #2b2b2b;
	font-size: 16px;
	padding: 0.5rem 1.5rem !important;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
	.navbar a:hover, .navbar .active a {
		color: #ee2a7b;
	}
		/*.navbar ul#menu-main-menu > li:last-child a {
			border: 1px solid #2b2b2b;
			margin-left: 0.5rem;
		}
			.navbar ul#menu-main-menu > li:last-child a:hover {
				border: 1px solid #ee2a7b;
			} */

.dropdown-item.active, .dropdown-item:active {
	background-color: #ee2a7b;
}
	.dropdown-item.active:hover, .dropdown-item:active:hover {
		color: #fff;
	}

.navbar-brand img {
	height: 84px;
}

/* home */

#slider {
	margin: 0;
}
	#slider img {
		width: 100%;
	}

#home-01 {
	padding: 90px 0;
	background-color: #f7e8ef;
}
	#home-01 h1 {
		font-size: 28px;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}
	#home-01 h2 {
		font-size: 24px;
		margin-top: 0;
		padding-top: 0;
		color: #2d2d2d;
	}

#home-02 {
	padding: 0;
}
	#home-02 img {
		margin-bottom: 30px;
		opacity: 1;
	}
		#home-02 img:hover {
			opacity: 0.75;
		}
	#home-02 p {
		padding: 0 5%;
		margin-bottom: 45px;
	}

#home-03 {
	padding: 90px 0;
}
#home-03 h5 {
	color: #5bafd2;
	font-size: 13px;
	margin-bottom: 30px;
}
#home-03 h3 {
	font-size: 30px;
	text-transform: uppercase;
}

#home-04 {
	padding: 0;
}

#home-05 {
	background-color: #f7e8ef;
	padding: 120px 0;
	font-size: 18px;
}
	#home-05 h4 {
		color: #ee2a7b;
		text-transform: uppercase;
		font-size: 24px;
		letter-spacing: 0.1em;
		font-weight: 300;
		margin-top: 90px;
	}
	.contact-box {
		background-color: #fff;
		padding: 3.75%;
	}

/* content */

#main {
	margin-top: 4rem;
	margin-bottom: 3.5rem;
}
	.home #main {
		margin: 0 auto;
	}
	.home #main.container {
		margin: 0;
		padding: 0;
		width: 100%;
		max-width: 100%;
	}

.container {
	width: 1520px;
	max-width: 100%;
}

.link-box {
	background-color: #ececec;
	padding: 3.75%;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.link-box a {
	padding: 30px;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.15);
	display: block;
}
.link-box a:hover {
	background: rgba(255,255,255,0.05);
	color: #535051;
}

/* sidebar */

/* HOA Page */

div.question {
  margin: 15px 0;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #f8f8f8;
}
h4.question {
	position: relative;
	margin-bottom: 15px;
  margin-left: 30px;
  cursor: pointer;
	margin-top: 30px;
	font-size: 24px;
}
h4.question:before {
   	font-family: "Font Awesome 5 Free";
   	content: "\2b";
   	font-weight: 900;
    /* background: url('img/hoa-plus-minus.png') no-repeat; */
    background-position: 0 0;
    width: 25px;
    display: block;
    float: left;
    margin-left: -30px;
    position: absolute;
    top: 4px;
    left: 0;
	font-size: 20px;
}
h4.question.open:before {
    content: '\f068';
    /* background: url('img/hoa-plus-minus.png') no-repeat; */
    background-position: 0 -30px;
}
.indent {
  margin-left: 30px;
  margin-bottom: 15px;
}
.answer { 
  display: none;
}

/* footer */

footer#footer {
	background-color: #f183b1;
	color: #fff;
	padding: 75px 15px 15px;
}
	footer#footer a {
		color: inherit;
	}
	footer#footer h4 {
		color: #fff;
		font-weight: 600;
	}
	footer#footer ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
#footer .menu-item a[aria-current=page]	{
	color: #fff;
}
	footer#footer i.fab {
		padding: 8px 12px;
		border-radius: 50%;
		background-color: #fff;
		color: #535051;
		font-size: 20px;
		color: #ee2a7b;
	}
	footer#footer .copyright {
		margin-top: 30px;
		font-size: 13px;
	}

/* responsive */

@media (max-width: 1200px) {
	.swiper-pagination {
		margin-left: 33%;
	}
	.swiper-photo {
		width: 64%;
	}
	.swiper-description {
		margin-top: 130px;
		width: 50.5%;
	}
	#home-03 {
		padding: 60px 0 90px;
	}
}

@media (max-width: 1023px) {
	#home-01, #home-03, #home-05, #footer-top {
		padding: 60px 0;
	}
	#home-05 h4 {
		margin-top: 30px;
	}
	.swiper-pagination {
		margin: 15px 0 30px;
	}
	.swiper-photo {
		float: none;
		display: block;
		width: 100%;
	}
	.swiper-description {
		float: none;
		width: 100%;
		min-height: 310px;
		margin: 5px 0 0;
		padding: 5%;
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	#home-01, #home-03, #home-05, #footer-top {
		padding: 45px 0;
	}
	#home-01 h1 {
		margin-top: 15px;
	}
	#contact-box {
		margin-top: 15px;
		padding: 7.5%;
	}
	#footer-top h3 {
		margin-top: 30px;
	}
	#footer-top i.fa {
		font-size: 20px;
		margin-right: 5px;
	}
	footer#footer {
		padding-top: 30px;
		text-align: center;
	}
	footer#footer ul {
		margin-bottom: 30px;
	}
	footer#footer .copyright {
		font-size: 12px;
	}
	footer#footer h4 {
		margin-top: 30px;
	}
}

@media (max-width: 420px) {
	#home-01, #home-03, #home-05, #footer-top {
		padding: 30px 0;
	}
	#home-01 h1 {
		font-size: 28px;
	}
	h1 { font-size: 38px; }
	h2 { font-size: 30px; }
	h3 { font-size: 26px; }
	h4 { font-size: 23px; }
	h5 { font-size: 20px; }
	h6 { font-size: 17px; }
	#footer-top { font-size: 14px; }
}