/* custom website styles */

:root {
	--container-width: 1320px;
	--section-padding: 1rem;
	--padding-sm:  var(--section-padding);
	--padding-md: calc(var(--section-padding) * 4);
	--padding-lg: calc(var(--section-padding) * 6);
	--green: #07768A;
	--blue: #003462;
	--light-blue: #7CE5F8;
	--yellow: #DDC74C;
	--gray: #6F6F6F;
	--green-blue-gradient: linear-gradient(90deg, var(--green) 41.64%, var(--blue) 100%);
}
.container {
	max-width: var(--container-width);
}

body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	
}
.h1, h1 {
	font-size: 3rem;
	font-weight: 600;
}
.font-vast,
.content-title {
	font-family: "Vast Shadow", serif;
	font-weight: 400;
	font-style: normal;
	display: block;
	text-transform: uppercase;
}
.h1 .font-vast {
	font-size: 1.25em;
}

span.font-vast {
	margin-bottom: 1rem;
}
.font-montserrat {
	font-family: "Montserrat", sans-serif;
}

.content-section.hero-content .col-inner {
    color: #fff;
}
.bg-gray {
	background-color: var(--gray);
}
.bg-blue {
	background-color: var(--blue);
}
.bg-green {
	background-color: var(--green);
}
.bg-green-blue-gradient {
	background: var(--green-blue-gradient);
}
.bg-yellow {
	background-color: var(--yellow);
}
header#wrapper-navbar {
    background: var(--green-blue-gradient);
	padding-top: 2rem;
	padding-bottom: 1rem;
}
.text-blue {
	color: var(--blue);
}
.text-green {
	color: var(--green);
}
.text-gray {
	color: var(--gray);
}
.text-light-blue {
	color: var(--light-blue);
}
.text-sm {
	font-size: 0.5em;
	line-height: 1.5;
	display: block;
}
.weight-light {
	font-weight: 300;
}
ul#menu-footer-menu {
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: center;
	padding: 0;
}

ul#main-menu a,
ul#menu-footer-menu a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 1rem;
    margin-right: 1rem;
    text-decoration: none;
    font-size: 1.5rem;
}

a.navbar-brand.custom-logo-link > img {
    background-color: #fff;
}

ul#main-menu a {
	color: #fff;
}
.hero-content {
    color: #fff;
    display: table;
    padding: 3rem;
    border-radius: 0 20px 20px 0;
    max-width: 1100px;
	position: absolute;
	top: 10%;
}
.hero-content::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 0 20px 20px 0;
	background-color: rgba(0, 0, 0, 0.8);
	mix-blend-mode: multiply;
}
.home .hero-content::before {
	background-color: var(--green);
}
.hero-content h1, .hero-content .h1 {
    font-size: clamp(1.75rem, 6vw, 3.5rem);
}

div#footer-content {
	text-align: center;
}
a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

.social-nav {
    font-size: 1.5rem;
}

.social-nav a {
    color: #fff;
    opacity: 0.3;
}
.social-nav a:hover {
	text-decoration: none;
	opacity: 1;
	color: var(--yellow);
}
.social-nav > ul.social-icons {
    justify-content: flex-end;
}

.social-nav .contact-link.phone {
    font-size: 1.25rem;
}

a.contact-link.phone.icon::before {
    content: '\f095';
    font-family: 'Font Awesome 7 Free';
    font-weight: 700;
    position: absolute;
    left: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: solid 3px #fff;
    text-align: center;
    font-size: 1rem;
    position: absolute;
    left: 0;
    line-height: 2rem;
    top: 50%;
    transform: translateY(-50%);
}
a.contact-link.phone.icon:hover::before {
	border-color: var(--yellow);
}
a.contact-link.phone.icon {
    padding-left: 2.75rem;
    position: relative;
}
ul#menu-footer-menu > li+li::before,
ul#main-menu > li+li::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 80%;
    background-color: var(--yellow);
    top: 50%;
    transform: translate(-50%, -50%);
}
ul#menu-footer-menu > li,
ul#main-menu > li {
    position: relative;
}

.hero-section a.scroll-link {
    position: absolute;
    z-index: 5;
    bottom: 4rem;
    left: 50%;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    transform: translateX(-50%);
	text-align: center;
}
a.scroll-link::after {
    content: '\f13a';
    font-family: 'Font Awesome 7 Free';
    display: block;
    font-size: 3rem;
    opacity: 0.75;
	text-align: center;
}

.hero-section a.scroll-link:hover {
    text-decoration: none;
}
.floorplan-card .card-header {
	background-color: var(--green);
	color: #fff;
	text-align: center;
	padding: 1rem;
}
.floorplan-card h2 {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0.25rem;
}

.floorplan-card {
	border-radius: 12px;
	border: none;
	overflow: hidden;
	height: 100%;
}
.floorplan-card .card-footer {
	background-color: rgba(255, 255, 255, 0);
	border: none;
	padding: 0;
}

.floorplan-card .card-footer .btn {
    width: 100%;
	border-radius: 0;
}

.card-header > *:last-child,
.card-body > *:last-child,
.card-footer > *:last-child {
	margin-bottom: 0;
}

figure.floorplan > img {
    max-height: 345px;
    widtH: auto;
}

figure.floorplan {
    text-align: center;
}

#page .btn {
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.75rem 1.25rem;
}
#page .btn:hover {
	text-decoration: none;
}
#page .btn.btn-secondary {
	background-color: var(--blue);
	border-color: var(--blue);
	color: var(--yellow);
}
#page .btn.btn-secondary:hover {
	background-color: var(--green);
	border-color: var(--green);
	color: #fff;
}
#page .btn.btn-primary {
	background-color: var(--green);
	border-color: var(--green);
	color: #fff;
}
.site-info {
    text-align: center;
}

div#wrapper-footer {
    padding: 1rem 0;
}
#map {
    height: 500px;
    width: 100%;
    z-index: 5;
    transform: translateZ(0);
}
a#map-sidebar-toggle {
	z-index: 500;
	background: var(--blue);
	color: #fff;
}

#map-sidebar.open {
    height: 300px;
}
#map-sidebar.open {
    transform: translateY(0);
}
#map-sidebar, #map, #map-sidebar-toggle, .rotate {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
#map-sidebar {
    position: relative;
    background-color: var(--green);
    background-repeat: no-repeat;
    background-position: right top;
    background: var(--green);
    overflow: auto;
    height: 0;
    width: 100%;
    -webkit-box-shadow: inset -5px -6px 15px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset -5px -6px 15px rgba(0, 0, 0, 0.35);
    -o-box-shadow: inset -5px -6px 15px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: inset -5px -6px 15px rgba(0, 0, 0, 0.35);
    box-shadow: inset -5px -6px 15px rgba(0, 0, 0, 0.35);
}
.contact-map {
	position: relative;
}
#map-sidebar * {
    color: #fff;
}
ul.map-items-list {
	padding: 0;
    padding: 2rem;

}
ul.map-items-list li.map-item {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    cursor: pointer;
}
ul.map-items-list li.map-item > .item-image {
    border-radius: 50%;
    padding: 5px;
    background-color: #fff;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    flex: 0 0 40px;
}

a.map-toggle {
	text-align: center;
}

a.map-toggle .toggle-image {
	border-radius: 50%;
	height: auto;
	border: solid 4px #fff;
	display: table;
	margin: auto;

}

a.map-toggle .toggle-image img {
	padding: 1rem;
	max-width: 80px;
}

a.map-toggle.active .toggle-image {
	border: solid 4px var(--green);
}
.point-of-interest {
	text-align: center;
}
button#reset-search {
    background-color: var(--green);
    border-color: var(--green);
    border-radius: 0 10px 10px 0;
    min-width: 175px;
    padding: 0.75rem 1rem;
}
input#pac-input {
    border-radius: 10px 0 0 10px;
}
h2.map-section-title {
    text-align: center;
    margin-bottom: 0;
}
h2.map-section-title > span:not(.font-vast) {
	opacity: 0.55;
}
.content-title {
    margin-bottom: 2rem;
}
.hero-content > *:last-child,
.hero-content h1 > *:last-child {
    margin-bottom: 0;
}

figure.image-wrapper.size-cover.grid-image {
    padding-top: 80%;
}
.floorplan-info {
    border: 3px solid rgba(111, 111, 111, 0.44);
	text-align: center;
    font-size: 1.5rem;
	margin-top: 1rem;
}

.col-12.info-footer > .col-inner {
    background-color: var(--gray);
    color: #fff;
    text-align: center;
}

.room-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.room-icons > img {
    height: 70px;
    width: auto;
}

.floorplan-info strong {
	display: block;
}

.floorplan-info .col-inner {
	padding: 1rem;
}
.info-footer .col-inner {
	padding: 0.5rem;
	font-style: italic;
}
.info-footer a {
	color: var(--yellow);
	text-transform: uppercase;
}
#page button.nav-link {
    background-color: var(--blue);
    color: #fff;
    border-radius: 0;
    margin: 0;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem;
    flex-grow: 1;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 1rem;
}

.nav-tabs {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: 1rem;
    border: none;
}

#page button.nav-link.active {
    background-color: var(--yellow);
}

.floorplan-info > .row > *+*:not(.info-footer) {
    position: relative;
}

.floorplan-info > .row > *+*:not(.info-footer)::before {
    content: '';
    height: 75%;
    width: 3px;
    background-color: rgba(111, 111, 111, 0.44);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
figure.floorplan-large > img {
    max-height: 520px;
    width: auto;
}
.floorplan-images-row figure.image-wrapper.size-cover {
	padding-top: 0;
	margin: 0;
}
figure.floorplan-large {
    position: relative;
}

a.floorplan-link {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    color: #fff;
    text-shadow: 0 0 3px var(--blue), 0 0 3px var(--blue), 0 0 3px var(--blue), 0 0 3px var(--blue);
    font-size: 2rem;
}
.hero-content {
    max-width: 1100px;
}

.icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.single-icon {
    display: flex;
    align-items: center;
}
figure.icon > img {
    height: 42px;
    width: auto;
}
.single-icon > figure.icon > img {
    margin-right: 1rem;
}
.single-icon {
    margin: 1rem;
}
.single-icon > .icon-title,
.icon-details {
    color: var(--green);
	font-weight: 500;
	font-size: 1.15rem;
}
.single-icon > figure.icon {
    margin: 0;
}
.icon-details h2,
.content-row.layout_icon-list h2 {
    font-weight: 700;
    color: var(--green);
}
.content-row.layout_icon-list h2 {
    margin-bottom: 2rem;
}
.icon-details {
    text-align: center;
	margin-bottom: 2rem;
}

.row.content-row.layout_icons-w-details {
    position: relative;
}
.button-wrapper {
    margin-top: 2rem;
}
.icons-wrapper.vertical {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.icons-wrapper.vertical .icon-title {
    font-size: 1.5rem;
}
.icons-wrapper.vertical .single-icon+.single-icon {
    margin-top: 2rem;
}
h2.summary-title {
    color: var(--yellow);
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
h2.summary-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #035e6e;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}
.floorplan-summary-info {
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.floorplan-summary-info .col-inner {
    text-align: center;
    font-size: 1.5rem;
}
.floorplan-summary-info > *+*::before {
    content: '';
    position: absolute;
    background: #055968;
    background-blend-mode: multiply;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
}
.floorplan-summary-info > *+* {
    position: relative;
}
.home .hero-content {
    max-width: 700px;
    position: absolute;
	top: 10%;
}
.hero-content-inner {
	position: relative;
	z-index: 1;
}
hr.short {
    max-width: 100px;
    height: 4px;
    background-color: var(--green);
    border: none;
    margin-top: 2rem;
    margin-bottom: 2rem;
    opacity: 1;
}

nav.floating-nav-wrapper {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 250px;
}

ul.foating-nav {
    list-style: none;
}

a.floating-nav-link {
    display: flex;
    align-items: center;
    background-color: var(--yellow);
    border-radius: 50px 0 0 50px;
    padding: 0.75rem 1rem;
    padding-left: 0.75rem;
    color: var(--blue);
    font-size: 1.5rem;
}

ul.foating-nav > li+li {
    margin-top: 1.5rem;
}

a.floating-nav-link > .icon-wrapper {
    border: solid 3px var(--blue);
    border-radius: 50%;
    width: 2.75rem;
    height: 2.75rem;
    position: relative;
    margin-right: 0.5rem;
}
a.floating-nav-link > .icon-wrapper > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.25rem;
}
a.floating-nav-link:hover {
    background-color: var(--green);
    color: #fff;
	text-decoration: none;
}
a.floating-nav-link:hover > .icon-wrapper {
    border-color: #fff;
}

a.floating-nav-link:hover .icon-wrapper > i {
    transform: translate(-50%, -50%) rotate(-90deg);
}
.floorplan-card a.card-body:hover {
	opacity: 0.75;
	text-decoration: none;
}
.floorplan-card a.card-header:hover {
	background-color: var(--blue);
	text-decoration: none;
}
.floorplan-card a.card-header p {
	opacity: 0.55;
}
h2.content-title,
.map-section-title.h1 {
    font-size: clamp(1.5rem, 5vw, 3rem);
}
h1 > .text-sm {
    margin-top: 0.5rem;
}
.content-section {
	overflow: hidden;
}
.site-info {
    font-size: 0.85rem;
}
div#modal-specials .modal-content {
    color: #fff;
	border-radius: 20px;
}

div#modal-specials .modal-header {
    border: none;
	padding-bottom: 0;
}

div#modal-specials .special-content {
    font-size: 2rem;
    text-align: center;
}

p.fine-print {
    font-size: 0.85rem;
    text-align: center;
    font-style: italic;
}
div#modal-specials .modal-body {
    padding: 2rem;
    padding-top: 0.5rem;
}
div#modal-specials .modal-body > *:last-child {
	margin-bottom: 0;
}
div#modal-specials .btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
    opacity: 1;
}