@charset "UTF-8";
/* CSS Document */

/*CONSTRUCTION PAGE*/

.construction {
	height: 100vh;
}
.construction h1 {
	color: #fff;
	font-family: 'Syncopate', sans-serif;
	font-size: 2vw;
}

/*NAVIGATION BAR*/

.nav-container {
	display: block !important;
}
.bg-green {
	background-color: #91b386 !important;
}
.nav-logo {
	width: 90%;
}
.dp-menu {
	margin-top: .4rem !important;
	width: 100% !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	text-align: center !important;
}
.nav-link-fix {
	color: #fff !important;
}
@media (min-width: 1200px) {
	.nav-logo {
		width: 70%;
	}	
}

/*HOME-SECTION-1*/

.home-section-1 {
    background-image: url("../images/riverwalk.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	height: 50vh;
	background-position-y: bottom;
	background-attachment: fixed;
}
.dt-font {
	fontsize: 1.5vw;
}
.caption-row {
	height: 100%;
	text-align: center;
}
.section1-caption {
	vertical-align: middle;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
}
.caption {
	background-color: hsla(308,38%,49%,0.76);
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
.caption p {
	font-size: 3vw;
	color: #fff;
}
.caption h1 {
    color: #fff;
    font-family: 'Syncopate', sans-serif;
    font-size: 4vw;
    font-weight: 400;
    margin-bottom: .2rem !important;
    margin-top: .2rem !important;
}
@media (min-width: 768px) {
	.home-section-1 {
	height: 65vh;
}
.caption {
	width: 50%;
	padding: 35px;
}
.caption p {
	font-size: 2vw;
}
.caption h1 {
	font-size: 3vw;
}
.dt-font {
	fontsize: 1.5vw;
}
}
@media (pointer: coarse) {
.home-section-1 {
	background-attachment: initial;
}  
}
@media (min-width: 1200px) {
.home-section-1 {
	height: 90vh;
}
.caption {
	padding: 50px;
}
.caption p {
	font-size: 1vw;
}
.caption h1 {
	font-size: 2vw;
}
}

/*HOME-SECTION-2*/

.home-section-2 {
    background-size: 100%;
    background-repeat: repeat;
	background-attachment: fixed;
}
.home-section-2 h1 {
    color: #ad4ea0;
    font-family: 'Syncopate', sans-serif;
    font-size: 8vw;
    font-weight: 400;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}
.home-section-2 b {
	color:#ad4ea0;
	font-family: 'Syncopate', sans-serif;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: .2rem !important;
	margin-top: .2rem !important;
	text-decoration: underline;
}
.home-section-2 img {
	width: 100%;
	border-radius: 50%
	
}
.meeting-month  {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #516d47;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.meeting-month p {
	color: #fff;
	font-family: 'Syncopate', sans-serif;
    font-size: 5vw;
    font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
}
.meeting-day  {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #E8E8E8;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 20px;
}
.meeting-day p {
	color: #252525;
	font-family: 'Syncopate', sans-serif;
    font-size: 10vw;
    font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0px;
}
.superscript {
	vertical-align: super;
	font-size: 5vw;
}
@media (pointer: coarse) {
.home-section-2 {
	background-attachment: initial;
	} 
}
@media (min-width: 768px) {
.home-section-2 h1 {
	font-size: 4vw;
}
.meeting-month p {
    font-size: 3vw;
}
.meeting-day p {
    font-size: 7vw;
}
.superscript {
	font-size: 3vw;
}
}
@media (min-width: 1200px) {
.home-section-2 {
	background-image: url("../images/design-background.jpg");
}
.home-section-2 h1 {
	font-size: 2vw;
}
.meeting-month p {
    font-size: 1vw;
}
.meeting-day {
	margin-bottom: 0px;
}
.meeting-day p {
    font-size: 2vw;
}
.superscript {
	font-size: 1vw;
}
}

/*HOME-SECTION-3*/

.home-section-3 {
	min-height: 500px;
    background-image: url("../images/2030background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	background-attachment: fixed;
}
.section-3-main-img {
	width: 85%;
}
.home-section-3 p {
	color: #fff;
	font-family: 'Bai Jamjuree', sans-serif;
	font-size: 20px;
}
.home-section-3 a {
	color: #fff;
	background-color:#91b386;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	text-transform:uppercase;
	width: 100%;
	display: block;
}
.caption-3 {
    background-color: hsla(308,38%,49%,0.76);
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
}
@media (pointer: coarse) {
.home-section-3 {
	background-attachment: initial;
	} 
}

/*sub-header*/

.sub-container {
	padding: 20px;
}
.sub-caption-row {
	height: 100%;
}
.sub-caption {
	text-align: center;
	margin-top: auto;
}
.sub-caption {
    background-color: hsla(308,38%,49%,0.76);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
}
.sub-caption hr {
	border-top: solid thin #fff;
	margin-top: 0px !important;
	margin-bottom: 10px;
	width: 100%;
}
.sub-caption p {
	font-size: 3vw;
	color: #fff;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 200;
}
.sub-caption h1 {
    color: #fff;
    font-family: 'Syncopate', sans-serif;
    font-size: 5vw;
    font-weight: 400;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
@media (min-width: 768px) {
.sub-container {
	max-width: 100%;
}
.sub-caption p {
	font-size: 2vw;
}
.sub-caption h1 {
    font-size: 5vw;
}
}
@media (min-width: 1200px) {
.sub-container {
	max-width: 1140px;
}
.sub-caption p {
	font-size: 1vw;
}
.sub-caption h1 {
    font-size: 4vw;
}
}
/*members-page*/

.members-section-1 {
    background-image: url("../images/mural.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	height: 50vh;
	background-position-y: bottom;
	background-attachment: fixed;
}
.member-list {
    background-size: 100%;
    background-repeat: repeat;
	background-attachment: fixed;
	padding-top:0px;
	padding-bottom: 0px;
}
.member-holder {
	background-color: #fff; 
}
.member-holder-2 {
    background-color: hsla(0,0%,83%,1.00);
}
.member-img {
	width: 100%;
	border-radius: 50%;
}
.member-info {
	width: 100%;
}
.member-info h1 {
	color:#ad4ea0;
	font-family: 'Syncopate', sans-serif;
	font-size: 4vw;
	font-weight: 700;
	margin-bottom: 2px !important;
	margin-top: 2px !important;
	text-decoration: underline;
}
.member-info p {
	font-size: 3.5vw;
	color: #252525;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 200;
	margin-bottom: 0px;
}
@media (min-width: 768px) {
.member-info h1 {
	font-size: 1.8vw;
}
.member-info p {
	font-size: 1.7vw;
}
}
@media (min-width: 1200px) {
.member-info h1 {
	font-size: .7vw;
}
.member-info p {
	font-size: .7vw;
}
.member-list {
	background-image: url("../images/design-background.jpg");
	padding-top:20px;
	padding-bottom: 20px;
}
}
@media (pointer: coarse) {
.members-section-1 {
	background-attachment: initial;
	} 
}

/*MISSION-PAGE*/

.mission-section-1 {
    background-image: url("../images/2030background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	height: 50vh;
	background-position-y: bottom;
	background-attachment: fixed;
}
.mission-section-2 {
    background-size: 100%;
    background-repeat: repeat;
	background-attachment: fixed;
}
.mission-section-2 h1 {
	color:#ad4ea0;
	font-family: 'Syncopate', sans-serif;
	font-size: 5vw;
	font-weight: 700;
	margin-bottom: 2px !important;
	margin-top: 2px !important;
	text-decoration: underline;
}
.mission-section-2 p {
	font-size: 3.5vw;
	color: #252525;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 200;
	margin-bottom: 0px;
	text-align: justify;
}
@media (min-width: 768px) {
.mission-section-2 h1 {
	font-size: 4vw;	
	}
.mission-section-2 p {
	font-size: 2.5vw;
}
}
@media (min-width: 1200px) {
.mission-section-2 h1 {
		font-size: 3vw;
	}
.mission-section-2 p {
	font-size: 1.5vw;
}
.mission-section-2 {
	background-image: url("../images/design-background.jpg");
}
}
@media (min-width: 2000px) {
.mission-section-2 h1 {
		font-size: 2vw;
	}
.mission-section-2 p {
	font-size: 1vw;
}
}
@media (pointer: coarse) {
.mission-section-1 {
	background-attachment: initial;
	} 
.mission-section-2 {
	background-attachment: initial;
}
}

/*2030-PAGE*/

.plan-section-1 {
    background-image: url("../images/2030pagebackground.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	height: 50vh;
	background-position-y: bottom;
	background-attachment: fixed;
}
.plan-head-img {
	width: 70%;
}
.plan-section-2 {
    background-size: 100%;
    background-repeat: repeat;
	background-attachment: fixed;
}
.plan-section-3 {
	background-color: #516d47;
}
.plan-section-3 h1 {
	color:#fff;
	font-family: 'Syncopate', sans-serif;
	font-size: 4vw;
	font-weight: 700;
	margin-bottom: 2px !important;
	margin-top: 2px !important;
	text-decoration: underline;
}
.plan-sub-img {
	width: 100%;
	border-radius: 50%;
}
.plan-sub-img-caption {
	font-size: 2vw;
	color: #fff;
	margin-bottom: .5rem;
	margin-top: .5rem;
}
.plan-section-2 h1 {
	color:#ad4ea0;
	font-family: 'Syncopate', sans-serif;
	font-size: 5vw;
	font-weight: 700;
	margin-bottom: 2px !important;
	margin-top: 2px !important;
	text-decoration: underline;
}
.plan-section-2 h2 {
	color:#ad4ea0;
	font-family: 'Syncopate', sans-serif;
	font-size: 4vw;
	font-weight: 700;
	margin-bottom: 2px !important;
	margin-top: 2px !important;
	text-decoration: underline;
}
.plan-section-2 p {
	font-size: 3.5vw;
	color: #252525;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 200;
	margin-bottom: 0px;
	text-align: justify;
}
.plan-list {
	margin-top: 1rem;
	padding-inline-start: 0px !important;
}
.plan-list li {
	list-style: none;
	font-size: 3.5vw;
	color: #252525;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 200;
	margin-bottom: 0px;
}
.plan-list li:before {
	content: "\2022";
  	color: #ad4ea0;
  	font-weight: bold;
  	display: inline-block;
  	width: 1em;
}
@media (min-width: 768px) {
.plan-section-2 h1 {
	font-size: 4vw;	
	}
.plan-section-2 h2 {
	font-size: 2vw;	
	}
.plan-section-3 h1 {
	font-size: 3.5vw;
}
.plan-sub-img-caption {
	font-size: 1.5vw;
}
.plan-head-img {
	width: 60%;
}
.plan-section-2 p {
	font-size: 2.5vw;
}
.plan-list li {
	font-size: 2.5vw;
}
}
@media (min-width: 1200px) {
.plan-section-2 h1 {
		font-size: 3vw;
	}
.plan-section-3 h1 {
	font-size: 2vw;
}
.plan-section-2 h2 {
	font-size: 1vw;	
	}
.plan-sub-img-caption {
	font-size: .7vw;
}
.plan-head-img {
	width: 50%;
}
.plan-section-2 p {
	font-size: 1.5vw;
}
.plan-list li {
	font-size: 1.5vw;
}
.plan-section-2 {
	background-image: url("../images/design-background.jpg");
}
}
@media (min-width: 2000px) {
.plan-section-2 h1 {
		font-size: 2vw;
	}
.plan-head-img {
	width: 30%;
}
.plan-section-2 p {
	font-size: 1vw;
}
.plan-list li {
	font-size: 1vw;
}
}
@media (pointer: coarse) {
.plan-section-1 {
	background-attachment: initial;
	} 
.plan-section-2 {
	background-attachment: initial;
}
}

.inno-section-1 {
    background-image: url("../images/inngateway.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	height: 50vh;
	background-position-y: bottom;
	background-attachment: fixed;
}

/*StreetScape-PAGE*/

.riverwalk-section-1 {
    background-image: url("../images/riverwalkbackground.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	height: 50vh;
	background-position-y: bottom;
	background-attachment: fixed;
}

.streetscape-section-1 {
    background-image: url("../images/streetscapebackground.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	height: 50vh;
	background-position-y: bottom;
	background-attachment: fixed;
}
.streetscape-head-img {
	width: 70%;
}
.streetscape-section-2 {
    background-size: 100%;
    background-repeat: repeat;
	background-attachment: fixed;
}
.streetscape-section-3 {
	background-color: #516d47;
}
.streetscape-section-3 h1 {
	color:#fff;
	font-family: 'Syncopate', sans-serif;
	font-size: 4vw;
	font-weight: 700;
	margin-bottom: 2px !important;
	margin-top: 2px !important;
	text-decoration: underline;
}
.streetscape-sub-img {
	width: 100%;
	border-radius: 50%;
}
.streetscape-sub-img-caption {
	font-size: 2vw;
	color: #fff;
	margin-bottom: .5rem;
	margin-top: .5rem;
}
.streetscape-section-2 h1 {
	color:#ad4ea0;
	font-family: 'Syncopate', sans-serif;
	font-size: 5vw;
	font-weight: 700;
	margin-bottom: 2px !important;
	margin-top: 2px !important;
	text-decoration: underline;
}
.streetscape-section-2 h2 {
	color:#ad4ea0;
	font-family: 'Syncopate', sans-serif;
	font-size: 4vw;
	font-weight: 700;
	margin-bottom: 2px !important;
	margin-top: 2px !important;
	text-decoration: underline;
}
.streetscape-section-2 p {
	font-size: 3.5vw;
	color: #252525;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 200;
	margin-bottom: 0px;
	text-align: justify;
}
.streetscape-list {
	margin-top: 1rem;
	padding-inline-start: 0px !important;
}
.streetscape-list li {
	list-style: none;
	font-size: 3.5vw;
	color: #252525;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 200;
	margin-bottom: 0px;
}
.streetscape-list li:before {
	content: "\2022";
  	color: #ad4ea0;
  	font-weight: bold;
  	display: inline-block;
  	width: 1em;
}
@media (min-width: 768px) {
.streetscape-section-2 h1 {
	font-size: 4vw;	
	}
.streetscape-section-2 h2 {
	font-size: 2vw;	
	}
.streetscape-section-3 h1 {
	font-size: 3.5vw;
}
.streetscape-sub-img-caption {
	font-size: 1.5vw;
}
.streetscape-head-img {
	width: 60%;
}
.streetscape-section-2 p {
	font-size: 2.5vw;
}
.streetscape-list li {
	font-size: 2.5vw;
}
}
@media (min-width: 1200px) {
.streetscape-section-2 h1 {
		font-size: 3vw;
	}
.streetscape-section-3 h1 {
	font-size: 2vw;
}
.streetscape-section-2 h2 {
	font-size: 1vw;	
	}
.streetscape-sub-img-caption {
	font-size: .7vw;
}
.streetscape-head-img {
	width: 50%;
}
.streetscape-section-2 p {
	font-size: 1.5vw;
}
.streetscape-list li {
	font-size: 1.5vw;
}
.streetscape-section-2 {
	background-image: url("../images/design-background.jpg");
}
}
@media (min-width: 2000px) {
.streetscape-section-2 h1 {
		font-size: 2vw;
	}
.streetscape-head-img {
	width: 30%;
}
.streetscape-section-2 p {
	font-size: 1vw;
}
.streetscape-list li {
	font-size: 1vw;
}
}
@media (pointer: coarse) {
.streetscape-section-1 {
	background-attachment: initial;
	} 
.streetscape-section-2 {
	background-attachment: initial;
}
}

/*Washington Steet Bridge-PAGE*/

.washington-section-1 {
    background-image: url("../images/washingtonstreetbridgebackground.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	height: 50vh;
	background-position-y: bottom;
	background-attachment: fixed;
}
.washington-head-img {
	width: 70%;
}
.washington-section-2 {
    background-size: 100%;
    background-repeat: repeat;
	background-attachment: fixed;
}
.washington-section-3 {
	background-color: #516d47;
}
.washington-section-3 h1 {
	color:#fff;
	font-family: 'Syncopate', sans-serif;
	font-size: 4vw;
	font-weight: 700;
	margin-bottom: 2px !important;
	margin-top: 2px !important;
	text-decoration: underline;
}
.washington-sub-img {
	width: 100%;
	border-radius: 50%;
}
.washington-sub-img-caption {
	font-size: 2vw;
	color: #fff;
	margin-bottom: .5rem;
	margin-top: .5rem;
}
.washington-section-2 h1 {
	color:#ad4ea0;
	font-family: 'Syncopate', sans-serif;
	font-size: 5vw;
	font-weight: 700;
	margin-bottom: 2px !important;
	margin-top: 2px !important;
	text-decoration: underline;
}
.washington-section-2 h2 {
	color:#ad4ea0;
	font-family: 'Syncopate', sans-serif;
	font-size: 4vw;
	font-weight: 700;
	margin-bottom: 2px !important;
	margin-top: 2px !important;
	text-decoration: underline;
}
.washington-section-2 p {
	font-size: 3.5vw;
	color: #252525;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 200;
	margin-bottom: 0px;
	text-align: justify;
}
.washington-list {
	margin-top: 1rem;
	padding-inline-start: 0px !important;
}
.washington-list li {
	list-style: none;
	font-size: 3.5vw;
	color: #252525;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 200;
	margin-bottom: 0px;
}
.washington-list li:before {
	content: "\2022";
  	color: #ad4ea0;
  	font-weight: bold;
  	display: inline-block;
  	width: 1em;
}
@media (min-width: 768px) {
.washington-section-2 h1 {
	font-size: 4vw;	
	}
.washington-section-2 h2 {
	font-size: 2vw;	
	}
.washington-section-3 h1 {
	font-size: 3.5vw;
}
.washington-sub-img-caption {
	font-size: 1.5vw;
}
.washington-head-img {
	width: 60%;
}
.washington-section-2 p {
	font-size: 2.5vw;
}
.washington-list li {
	font-size: 2.5vw;
}
}
@media (min-width: 1200px) {
.washington-section-2 h1 {
		font-size: 3vw;
	}
.washington-section-3 h1 {
	font-size: 2vw;
}
.washington-section-2 h2 {
	font-size: 1vw;	
	}
.washington-sub-img-caption {
	font-size: .7vw;
}
.washington-head-img {
	width: 50%;
}
.washington-section-2 p {
	font-size: 1.5vw;
}
.washington-list li {
	font-size: 1.5vw;
}
.washington-section-2 {
	background-image: url("../images/design-background.jpg");
}
}
@media (min-width: 2000px) {
.washington-section-2 h1 {
		font-size: 2vw;
	}
.washington-head-img {
	width: 30%;
}
.washington-section-2 p {
	font-size: 1vw;
}
.washington-list li {
	font-size: 1vw;
}
}
@media (pointer: coarse) {
.washington-section-1 {
	background-attachment: initial;
	} 
.washington-section-2 {
	background-attachment: initial;
}
}

/*Washington Steet Bridge-PAGE*/

.parkingdeck-section-1 {
    background-image: url("../images/parkingdecksbackground.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	height: 50vh;
	background-position-y: bottom;
	background-attachment: fixed;
}
.parkingdeck-head-img {
	width: 70%;
}
.parkingdeck-section-2 {
    background-size: 100%;
    background-repeat: repeat;
	background-attachment: fixed;
}
.parkingdeck-section-3 {
	background-color: #516d47;
}
.parkingdeck-section-3 h1 {
	color:#fff;
	font-family: 'Syncopate', sans-serif;
	font-size: 4vw;
	font-weight: 700;
	margin-bottom: 2px !important;
	margin-top: 2px !important;
	text-decoration: underline;
}
.parkingdeck-sub-img {
	width: 100%;
	border-radius: 50%;
}
.parkingdeck-sub-img-caption {
	font-size: 2vw;
	color: #fff;
	margin-bottom: .5rem;
	margin-top: .5rem;
}
.parkingdeck-section-2 h1 {
	color:#ad4ea0;
	font-family: 'Syncopate', sans-serif;
	font-size: 5vw;
	font-weight: 700;
	margin-bottom: 2px !important;
	margin-top: 2px !important;
	text-decoration: underline;
}
.parkingdeck-section-2 h2 {
	color:#ad4ea0;
	font-family: 'Syncopate', sans-serif;
	font-size: 4vw;
	font-weight: 700;
	margin-bottom: 2px !important;
	margin-top: 2px !important;
	text-decoration: underline;
}
.parkingdeck-section-2 p {
	font-size: 3.5vw;
	color: #252525;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 200;
	margin-bottom: 0px;
	text-align: justify;
}
.parkingdeck-list {
	margin-top: 1rem;
	padding-inline-start: 0px !important;
}
.parkingdeck-list li {
	list-style: none;
	font-size: 3.5vw;
	color: #252525;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 200;
	margin-bottom: 0px;
}
.parkingdeck-list li:before {
	content: "\2022";
  	color: #ad4ea0;
  	font-weight: bold;
  	display: inline-block;
  	width: 1em;
}
@media (min-width: 768px) {
.parkingdeck-section-2 h1 {
	font-size: 4vw;	
	}
.parkingdeck-section-2 h2 {
	font-size: 2vw;	
	}
.parkingdeck-section-3 h1 {
	font-size: 3.5vw;
}
.parkingdeck-sub-img-caption {
	font-size: 1.5vw;
}
.parkingdeck-head-img {
	width: 60%;
}
.parkingdeck-section-2 p {
	font-size: 2.5vw;
}
.parkingdeck-list li {
	font-size: 2.5vw;
}
}
@media (min-width: 1200px) {
.parkingdeck-section-2 h1 {
		font-size: 3vw;
	}
.parkingdeck-section-3 h1 {
	font-size: 2vw;
}
.parkingdeck-section-2 h2 {
	font-size: 1vw;	
	}
.parkingdeck-sub-img-caption {
	font-size: .7vw;
}
.parkingdeck-head-img {
	width: 50%;
}
.parkingdeck-section-2 p {
	font-size: 1.5vw;
}
.parkingdeck-list li {
	font-size: 1.5vw;
}
.parkingdeck-section-2 {
	background-image: url("../images/design-background.jpg");
}
}
@media (min-width: 2000px) {
.parkingdeck-section-2 h1 {
		font-size: 2vw;
	}
.parkingdeck-head-img {
	width: 30%;
}
.parkingdeck-section-2 p {
	font-size: 1vw;
}
.parkingdeck-list li {
	font-size: 1vw;
}
}
@media (pointer: coarse) {
.parkingdeck-section-1 {
	background-attachment: initial;
	} 
.parkingdeck-section-2 {
	background-attachment: initial;
}
}


/*footer*/

footer {
	background-color: #ad4ea0;
	padding-top: 40px;
	padding-bottom: 40px;
}
footer p {
	color: #fff;
	font-family: 'Bai Jamjuree', sans-serif;
	font-size: 12px;
	font-weight: 200;
	margin-top: .4rem;
	margin-bottom: .4rem;
}
footer h1 {
	color: #fff;
	font-family: 'Syncopate', sans-serif;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: .2rem !important;
	margin-top: .2rem !important;
	text-decoration: underline;
}
footer hr {
	border-top: solid #fff thin;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer-logo {
	width: 50%;
	margin-top: .5rem;
	margin-bottom: .5rem;
}
footer a {
	color: #fff;
	font-family: 'Bai Jamjuree', sans-serif;
	font-size: 12px;
	font-weight: 400;
	display: block;
}
@media (min-width: 768px) {
	.footer-logo {
	width: 20%;
}
}
@media (min-width: 1000px) {
	.footer-logo {
	width: 90%;
}
	}

