body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Source Sans Pro';
}

.btn-md {
  padding: .375rem .75rem;
}
.btn-xl {
  padding: 1.25rem 2.5rem;
}
/* .content-section-top {
  margin-top: 30px;
  margin-bottom: 15px;
} */
.content-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

h2 {
  font-size: 2rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  letter-spacing: 1px;
}

p, ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.feature-sec ul li,.feature-sec p, #amenities ul li, #amenities p,#petpolicy ul li,#petpolicy p
,.gallery-sec p, #prop-description p, #prop-footer p .area-sec ul li, .area-sec p {
  font-size: 16px;
  letter-spacing: 1px;
}
.main-text {
  font-size: 16px;
  letter-spacing: 1px;
}
.text-left {
  text-align: left;
}
.burgundy {
  color: #721448
}
/* .cream {
  color: #a19b95;
}
.dark-cream {
  color: #6d5f5c
} */
.gray {
  color: #323331;
}
.dark-gray {
  color: #3f403e;
}
.green {
  color: #464c44;
}
.mauve {
  color: #44212d;
}
/* .burnt-orange {
  color: #cf5300;
} */
.light-gray {
  color: #D3D3D3;
}
/* .burnt-orange-bg {
  background-color: #cf5300;
} */
.dark-gray-bg {
  background-color: #2f2f2f;
}
.burgundy-bg {
  background-color: #721448;
}
/* .cream-bg {
  background-color: #a19b95;
}
.dark-cream-bg {
  background-color: #6d5f5c
} */
.mauve-bg {
  background-color: #44212d;
}
.gray-bg  {
  background-color: #323331;
}
.green-bg  {
  background-color: #3f403e !important;
}
.white-bg {
  background-color: #fff;
}
.light-gray-bg {
  background-color: #D3D3D3;
}
.padding-inner {
  padding: 20px;
}
.padding-inner-1 {
  padding: 30px 30px 0 30px;
}
.padding-inner-2 {
  padding: 5% 30px;
}
.padding-inner-3 {
  padding: 10%;
}
.btn-padding {
  padding: 50px 20px;
}
.no-padding {
  padding: 0;
}
.left-padding {
  padding-left:20px;
  padding-right:0;
}
.right-padding {
  padding-right:20px;
  padding-left:0;
}
.no-hero {
  padding-top: 70px;
}
/* Map */
.map {
  height: 30rem;
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
  /* .left-padding {
    padding-left:0;
  }
  .right-padding {
    padding-right:0;
  } */
}
@media (max-width: 1199px) {
  .left-padding {
    padding-left:0;
  }
  .right-padding {
    padding-right:0;
  }
}

@media (max-width: 1480px) and (min-width: 1390px) {
  .feature-sec .padding-inner-2, #amenities .padding-inner-2 {
    padding: 5% 30px;
  }
  .feature-sec hr.hr-2, #amenities hr.hr-2, .feature-sec hr.hr-2a, #amenities hr.hr-2a {
    margin: .25rem 0;
  }
  .feature-sec h2, #amenities h2 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1380px) and (min-width: 1231px) {
  .feature-sec .padding-inner-2, #amenities .padding-inner-2 {
    padding: 4% 30px;
  }
  .feature-sec hr.hr-2, #amenities hr.hr-2, .feature-sec hr.hr-2, #amenities hr.hr-2 {
    margin: .50rem 0;
  }
  .feature-sec h2, #amenities h2 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1230px) and (min-width: 1200px) {
  .feature-sec .padding-inner-2, #amenities .padding-inner-2 {
    padding: 1% 30px;
  }
  .feature-sec hr.hr-2, #amenities hr.hr-2, .feature-sec hr.hr-2, #amenities hr.hr-2 {
    margin: .25rem 0;
  }
  .feature-sec h2, #amenities h2 {
    margin-bottom: 0 !important;
  }
}

.map iframe {
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/hero.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.masthead-1 {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/avail.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead h1, .masthead-1 h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead, .masthead-1 {
    height: 100vh;
  }
  .masthead h1, .masthead-1 h1 {
    font-size: 5.5rem;
  }
}

.logo-container {
  background-color: #fff;
  opacity: 0.7;
}
.logo-100 {
  width: 100%;
}
.logo-80 {
  width: 80%;
}
.logo-75 {
  width: 75%;
}
.logo-30 {
  width: 30%;
}
.lead-last {
  margin-bottom: 0;
}



#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #464c44;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #F05F40;
  width: 15%;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f05f40;
}

ul.navbar-nav li.nav-item {
  padding: 0 15px;
}
ul.navbar-nav li.nav-item a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #F05F40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #F05F40 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

.navbar-toggler {
  border: 1px solid #fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: #464c44;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #F05F40;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f05f40;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #F05F40;
  }
}









/* Side Menu */
/* #sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #a19b95;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav li.info {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 2px 15px 2px 15px;
  text-align: left;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  left: -250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu-toggle {
  position: fixed;
  left: 15px;
  top: 15px;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.8);
  line-height: 60px;
  z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
  background: #343a40;
} */
/* Property Side Header Styling */
.prop-side-header p.side-title {
  font-size: 24px !important;
}
.prop-side-header p.lead {
  color:#fff;
}

/* Property Header Styling */
#prop-header h2, #prop-header p {
  color: #fff;
  text-transform: uppercase;
}
#prop-header h2 {
  font-size: 3rem;
  letter-spacing: 2px;
}
#prop-header p {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

/* Property Description Styling */
#prop-description h2 {
  text-transform: uppercase;
  text-align: center;
}
#prop-description p {
  text-align: left;
}

/* Property Footer Styling */
#prop-footer {
  padding: 20px 0;
  background-color: #44212d;
}
#prop-footer .broadway-logo { 
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 20px;
}

#prop-footer ul {
  list-style: none;
  padding-top: 20px;
  color: #fff;
  text-align: right;
}
#prop-footer h2 {
  text-transform: uppercase;
  text-align: center;
}
#prop-footer p {
  text-align: right;
  padding-right: 20px;
}
#prop-footer .management-links {
  padding-top: 20px;
}
.management-links a{
  color: #fff;
}
.management-links p {
  margin-bottom: 0;
}

/* Gallery Carousel Styling */
.slick-slide {
  margin: 0 5px;
}
.slick-list {
  margin: 0px -5px 0px -5px;
}
button.slick-next, button.slick-next:hover {
  position: absolute;
  top: 52%;
  right: 0;
  width: 47px;
  height: 75px;
  background-image: url("../img/left-right-arrow.png");
  background-size: 95px;
}
button.slick-prev, button.slick-prev:hover {
  position: absolute;
  top: 52%;
  left: 15px;
  z-index: 1;
  width: 47px;
  height: 75px;
  background-image: url("../img/left-right-arrow.png");
  background-size: 95px;
      background-position-x: right;
}
.slick-prev:before, .slick-next:before {
  font-size: 70px;
  color: #EA8496;
  line-height: inherit;
  font-weight: bold;
}


/* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
/* @charset 'UTF-8';
.slick-loading .slick-list
{
    background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
} */

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
    font-weight: bold;
    font-size: 20px;
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;
  
    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #fff;
}
#features h2, #features ul li {
  color: #fff;
}
#amenities h2, #amenities ul li {
  color: #000;
}
#features .section-container, #amenities .section-container {
  padding: 50px;
}
.gallery-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
  margin-bottom: 10px;
}
.gallery-box img {
  width: 100%;
}

.gallery-box .gallery-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(68,33,45,.6);
  transition: all .3s ease-in-out;
}

.gallery-box .gallery-box-caption .gallery-box-caption-content {
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.gallery-box .gallery-box-caption .gallery-box-caption-content .project-name {
  font-size: 20px;
}

.gallery-box:hover .gallery-box-caption {
  opacity: 1
}

.gallery-padding {
 padding: 0 5px;
}

.area-slides h2, .area-slides ul li {
  color: #fff;
}

#floorplans p.fp-caption {
  font-size: 20px;
  margin-bottom:0;
}
.nav-item a {
  font-size:16px;
}

/* Parallax Section */
.bg-parallax {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  min-height: 100%;
}
@media only screen and (max-width: 1024px) {
  .bg-parallax {
      background-attachment: scroll !important;
      background-size: initial;
      background-position: top center;
 }
}
@media only screen and (max-width: 991px) {
  .bg-parallax {
      background-position: center center;
      background-size: cover;
 }
}
#prop-description .feature-container.info-white h2, #prop-description .feature-container.info-white p, #prop-footer .feature-container.info-white h2, #prop-footer .feature-container.info-white p {
  color: #fff;
}
.content-feature .feature-container {
  padding: 80px 60px;
}
.content-feature .feature-container .feature-line {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}
.content-feature .feature-container .feature-title {
  margin-bottom: 30px;
}
.content-feature .feature-container .feature-desc {
  margin-bottom: 30px;
}
.pet-container {
  padding: 80px 40px;
}
.bg-img-center {
background-repeat: no-repeat;
background-position: center;
background-size: cover; 
}
.content-feature .feature-container {
  padding: 80px 80px;
}
.content-feature .feature-container .feature-line {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}
.content-feature .feature-container .feature-title {
  margin-bottom: 30px;
}
.content-feature .feature-container .feature-desc {
  margin-bottom: 30px;
}
.bg-dark.bg-opacity {
 /* RGBa with 0.8 opacity */
 background-color: rgba(255, 255, 255, 0.8) !important; 
}
.bg-dark.bg-opacity-1 {
  /* RGBa with 0.8 opacity */
  background-color: rgba(255, 255, 255, 0.9) !important; 
 }
.hr-1 {
  height: 1px;
  background-color: #000;
  border: none;
} 
.hr-2 {
  height: 1px;
  background-color: #fff;
  border: none;
}
.hr-2a {
  height: 1px;
  background-color: #fff;
  border: none;
  width: 50%;
} 
.hr-3 {
  height: 1px;
  background-color: #464c44;
  border: none;
} 

.fp a.nav-link.active {
  color:#44212d !important;
}
.feature-sec, #amenities {
  color: #fff;
}
.feature-sec h2, #amenities h2 {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.feature-sec ul li, #amenities ul li {
  text-align: left;
}

.area-sec p {
  text-align: left;
}
.area-sec h2, .area-sec ul {
  padding-top: 15px;
}

.area-slides {
  color: #000;
}
.area-slides ul li {
  text-align: left;
}

#contact ul {
  list-style-type: none;
  text-align: center;
  margin-bottom: 3rem;
}
.form-control {
  height: 100%;
}

footer.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer p, footer a {
  color: #fff;
  margin-bottom: 0;
  font-size: 0.8rem;
}
footer a:hover,footer a:focus,footer a:active {
  color: #fff;
}
#floorplans a {
  color: #a0a0a0;
}
a {
  color: #1D809F;
}

a:hover, a:focus, a:active {
  color: #155d74;
}

/* Sticky Footer */
/* .site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.site-content {
  flex: 1;
} */

.img-shopping {
  background-image: url("../img/shopping.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-dining {
  background-image: url("../img/dining.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-nightlife {
  background-image: url("../img/nightlife.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-parks {
  background-image: url("../img/parks.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.row-size {
  display: flex;
  width: 100%;
  height: 500px;
}
.col-size {
  flex: 1;
}

.btn-primary {
  background-color: #1D809F !important;
  border-color: #1D809F !important;
  color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #155d74 !important;
  border-color: #155d74 !important;
}

.btn-secondary {
  background-color: #ecb807 !important;
  border-color: #ecb807 !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #ba9106 !important;
  border-color: #ba9106 !important;
}

.btn-dark {
  color: #fff !important;
}
.btn-light {
  color: #000 !important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: normal;
}
.prop-header-btn {
  width: 100%;
  border-radius: 0 !important;
}

.bg-primary {
  background-color: #1D809F !important;
}

.text-primary {
  color: #1D809F !important;
}

.text-secondary {
  color: #ecb807 !important;
}
