@font-face {
   font-family: Vollkorn;
   src: url(Vollkorn-Regular.woff);
}
*{
    box-sizing: border-box;
	margin:0;
	padding:0;
	border:0;
	font-family: "Open Sans","Open Sans Local Fallback",sans-serif;
	font-size: 16px;
	font-weight:normal;
	color:#555555;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.vollkorn-text {
	font-family: Vollkorn !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	display: none !important;
}
.carousel-image {
	filter: brightness(70%);
	object-fit: cover;
	width: 100%;
}
.carousel-caption h1 {
	color: #fff;
	font-size: 70px;
}
.carousel-caption button {
	background-color: #a63823;
	padding: 10px 20px 10px 20px;
	color: #fff; letter-spacing: 1px;
}
	.carousel-caption button:hover {
		background-color: #862d1c;
	}
	.carousel-caption button span {
		color: #fff;
		font-size: 18px;
	}
.header-contents {
	position: absolute;
	z-index: 2;
	width: 100%;
}
.first-section {
	float: left;
}
	.first-section article:nth-child(1){
		background-color: #000;
		padding: 30px 40px;
		cursor:pointer; float: left;
	}
	.first-section article:nth-child(1):hover {
		background-color: #556a43; 
	}
	.first-section article:nth-child(2){
		float: right;
	}
span.menu-icon {
	font-size: 30px;
	color: #fff;
}
img.img-logo {
	width: 105px;
	height: auto;
}
.second-section {
	float: right;
	margin: 20px 30px 0 0;
}
	.second-section article a {
		display: inline-block;
		color: #fff !important;
		padding: 0 10px;
		cursor: pointer;
		background-image: linear-gradient(#53b202, #53b202);
		background-size: 0% 0.1em;
		background-position-y: 100%;
		background-position-x: 50%;
		background-repeat: no-repeat;
		transition: background-size 0.2s ease-in-out;
		text-decoration: none;
		opacity: 0.8;
		font-weight: bold;
	}
	.second-section article a:hover {
		background-size: 100% 0.1em;
		opacity: 1;
	}
	.second-section article a:nth-child(1) img {
		width: 20px;
		height: auto;
	}
.overlay-nav {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	background-color: #556a43;
	overflow-y: hidden;
	transition: 0.5s;
}
.overlay-nav-content {
	margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.overlay-nav a {
	padding: 8px;
	font-size: 30px;
	color: #fff !important;
	display: block;
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
	font-family: Vollkorn;
}
.overlay-nav a:hover, .overlay-nav a:focus {
  	color: #fff !important;
  	opacity: 0.5;
}
.overlay-nav .close-menu {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}
/*.information-div-1 {
    width: 60%; margin: 50px 20% 50px 20%;
}*/
    .information-div-1 aside {
        align-items: center; display: flex;
    }
    .information-div-1 aside div {
        padding-right: 20px;
    }
    .information-div-1 aside div h2 {
        color: #a63823; font-size: 25px;
    }
    .information-div-1 aside div h3 {
        color: #000; font-size: 35px; margin-bottom: 20px;
    }
    .information-div-1 aside div p {
        line-height: 30px;
        font-weight: 500;
        font-size: 20px;
    }
    .information-div-1 aside {
        padding: 50px 15%;
    }
    .information-div-1 aside img {
/*        width: 100%;*/
        height: auto;
    }
.information-div-2 {
    width: 100%;
}
    .information-div-2 aside {
        float: left; width: 25%; text-align: center;
        position: relative;
        margin: 0 auto;
    }
    .information-div-2 aside img {
        width: 100%; height: 500px;
        vertical-align: middle;
    }
    .information-div-2 aside:hover img {
        filter: grayscale(1);
    }
    .information-div-2 aside .text-content {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0); /* Fallback color */
        background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
        width: 100%;
        padding: 20px;
    }
    .information-div-2 aside .text-content h3 { 
        color: #fff;
        font-size: 20px;
    }
    .information-div-2 aside:hover .text-content h3 {
        text-decoration: underline;
        text-decoration-color: #556a43;
    }
.ft-location a:hover {
    color: #435363;
}
.ft-phone a:hover {
    color: #556a43;
}
.footer_links a {
    text-decoration-color: #556a43 !important;
}
.footer_links a:hover {
    color: #556a43;
}
.white-box {
    margin-top: -150px !important;
}
.mb-md-3.mb-md-3 {
    margin-bottom: 0 !important;
}
.mt-md-4.mt-md-4 {
    margin-top: 0 !important;
}
.living-item {
    margin-bottom: 20px;
}
.living-item:hover img {
    filter: brightness(50%);
}
.overlay-text h5 span {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}
span.living-name {
    color: #a63823;
}
span.living-distance {
    color: #000;
}
.reveal{
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: 1s all ease;
}
.reveal.active{
	transform: translateY(0);
	opacity: 1;
}

.content-text-block-top {
    margin-top: -10%
}
.img-fluid {
    width: 100%;
    height: auto
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.ame-txt span{
    font-size: 18px; 
    font-family: "Open Sans","Open Sans Local Fallback",sans-serif;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,
.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,
.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,
.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,
.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1 {
    
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.bg-secondary {
    background-color: #000 !important
}

.bg-white {
    background-color: #fff !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.ml-0,.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,.my-1 {
    margin-top: .25rem !important
}

.mr-1,.mx-1 {
    margin-right: .25rem !important
}

.mb-1,.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,.my-2 {
    margin-top: .5rem !important
}

.mr-2,.mx-2 {
    margin-right: .5rem !important
}

.mb-2,.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,.my-3 {
    margin-top: 1rem !important
}

.mr-3,.mx-3 {
    margin-right: 1rem !important
}

.mb-3,.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,.my-5 {
    margin-top: 3rem !important
}

.mr-5,.mx-5 {
    margin-right: 3rem !important
}

.mb-5,.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,.mx-5 {
    margin-left: 3rem !important
}

.m-6 {
    margin: 5rem !important
}

.mt-6,.my-6 {
    margin-top: 5rem !important
}

.mr-6,.mx-6 {
    margin-right: 5rem !important
}

.mb-6,.my-6 {
    margin-bottom: 5rem !important
}

.ml-6,.mx-6 {
    margin-left: 5rem !important
}

.m-7 {
    margin: 8rem !important
}

.mt-7,.my-7 {
    margin-top: 8rem !important
}

.mr-7,.mx-7 {
    margin-right: 8rem !important
}

.mb-7,.my-7 {
    margin-bottom: 8rem !important
}

.ml-7,.mx-7 {
    margin-left: 8rem !important
}

.m-8 {
    margin: 10rem !important
}

.mt-8,.my-8 {
    margin-top: 10rem !important
}

.mr-8,.mx-8 {
    margin-right: 10rem !important
}

.mb-8,.my-8 {
    margin-bottom: 10rem !important
}

.ml-8,.mx-8 {
    margin-left: 10rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,.py-0 {
    padding-top: 0 !important
}

.pr-0,.px-0 {
    padding-right: 0 !important
}

.pb-0,.py-0 {
    padding-bottom: 0 !important
}

.pl-0,.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,.py-1 {
    padding-top: .25rem !important
}

.pr-1,.px-1 {
    padding-right: .25rem !important
}

.pb-1,.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,.py-2 {
    padding-top: .5rem !important
}

.pr-2,.px-2 {
    padding-right: .5rem !important
}

.pb-2,.py-2 {
    padding-bottom: .5rem !important;
}

.pl-2,.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,.py-3 {
    padding-top: 1rem !important
}

.pr-3,.px-3 {
    padding-right: 1rem !important
}

.pb-3,.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,.py-5 {
    padding-top: 3rem !important
}

.pr-5,.px-5 {
    padding-right: 3rem !important
}

.pb-5,.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,.px-5 {
    padding-left: 3rem !important
}

.p-6 {
    padding: 5rem !important
}

.pt-6,.py-6 {
    padding-top: 5rem !important
}

.pr-6,.px-6 {
    padding-right: 5rem !important
}

.pb-6,.py-6 {
    padding-bottom: 5rem !important
}

.pl-6,.px-6 {
    padding-left: 5rem !important
}

.p-7 {
    padding: 8rem !important
}

.pt-7,.py-7 {
    padding-top: 8rem !important
}

.pr-7,.px-7 {
    padding-right: 8rem !important
}

.pb-7,.py-7 {
    padding-bottom: 8rem !important
}

.pl-7,.px-7 {
    padding-left: 8rem !important
}

.p-8 {
    padding: 10rem !important
}

.pt-8,.py-8 {
    padding-top: 10rem !important
}

.pr-8,.px-8 {
    padding-right: 10rem !important
}

.pb-8,.py-8 {
    padding-bottom: 10rem !important
}

.pl-8,.px-8 {
    padding-left: 10rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,.my-auto {
    margin-top: auto !important
}

.mr-auto,.mx-auto {
    margin-right: auto !important
}

.mb-auto,.my-auto {
    margin-bottom: auto !important
}

.ml-auto,.mx-auto {
    margin-left: auto !important
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}
.text-primary {
    color: #a63823 !important;
    fill: #a63823 !important
}

.font-base {
    font-family: "Open Sans","Open Sans Local Fallback",sans-serif;
}

.font-heading,.heading {
    font-family: "Open Sans","Open Sans Local Fallback",sans-serif;
}

.font-subheading, .subheading {
    font-family: "Open Sans","Open Sans Local Fallback",sans-serif;
}

.font-stylized,.stylized {
    font-family: "Open Sans","Open Sans Local Fallback",sans-serif;
}

.h-10 {
    height: 10%
}

.h-20 {
    height: 20%
}

.h-30 {
    height: 30%
}

.h-40 {
    height: 40%
}

.h-60 {
    height: 60%
}

.h-70 {
    height: 70%
}

.h-80 {
    height: 80%
}

.h-90 {
    height: 90%
}

.h-10vh {
    height: 10vh
}

.h-20vh {
    height: 20vh
}

.h-30vh {
    height: 30vh
}

.h-40vh {
    height: 40vh
}

.h-50vh {
    height: 50vh
}

.h-60vh {
    height: 60vh
}

.h-70vh {
    height: 70vh
}

.h-80vh {
    height: 80vh
}

.h-90vh {
    height: 90vh
}

.h-100vh {
    height: 100vh
}

.object-fit-cover {
    object-fit: cover
}

.object-fit-contain {
    object-fit: contain
}

.contain {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.center-center {
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -o-background-position: center center;
    background-position: center center
}

.no-repeat {
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -o-background-repeat: no-repeat;
    background-repeat: no-repeat
}

.filter-grayscale {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.filter-grayscale:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0)
}

.filter-grayscale-hover {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.filter-grayscale-hover:hover {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1)
}

.overlay,.overlay-row,.picture-overlay {
    position: relative;
    width: 100%
}

.overlay:after,.overlay-row:after,.picture-overlay:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none
}

.bg-primary {
    color: #fff
}

.bg-secondary {
    color: #fff
}

.bg-white,.bg-light {
    color: #2B2B2B
}
.ft-location a{
    font-family: 'Source Code Pro', monospace ;
    text-decoration: none;
    color: #435363;
    font-size: 17px;
}

.ft-phone a{
    font-family: 'Source Code Pro', monospace ;
    text-decoration: none;
    color: #435363;
    font-size: 20px;
}
.footer_social{
    list-style: none;
    display: inline-flex;
    padding-left: 0!important;
}
.footer_social-item img{
    padding: 10px;
}
.footer_links{
    font-family: 'Source Code Pro', monospace ;
}
.footer_links a{
    text-decoration: underline;
    color: white;
}
[id*="col-"] {
    float: left;
    transition:.5s;
    /*border: 1px solid red;*/
}
#col-1 {width: 8.33%;}
#col-1-a {width: 10%;}
#col-1-b {width: 15%;}
#col-2 {width: 16.66%;}
#col-2-a {width: 22.5%;}
#col-3 {width: 25%;}
#col-3-a {width: 30%;}
#col-4 {width: 33.33%;}
#col-4-a {width: 37.5%;}
#col-5 {width: 41.66%;}
#col-5-0 {width: 45%;}
#col-5-a {width: 48.7%;}
#col-6 {width: 50%;}
#col-7 {width: 58.33%;}
#col-7-0 {width: 55%;}
#col-7-a {width: 62.5%;}
#col-8 {width: 66.66%;}
#col-8-a {width: 77.5%;}
#col-9 {width: 75%;}
#col-9-a {width: 80%;}
#col-10 {width: 83.33%;}
#col-11 {width: 91.66%;}
#col-11-a {width: 94.5%;}
#col-12 {width: 100%;}  
#main-content {width: 100%;float: left;}


.fl-container{
    width: 1100px; 
    margin: 0 auto; 
    padding-left: 15px; 
    padding-right: 15px;
    padding-top: 50px;
}
.fl-text{
    text-align: left; 
    padding-top: 50px;
}
.fl-text h2{
    font-size: 40px;
    font-family: 'Vollkorn', serif;
}
.fl-1{
    padding-top: 10px; 
    line-height: 30px; 
    font-size: 17px;
    font-family: "Open Sans","Open Sans Local Fallback",sans-serif;
}
.fl-2{
    padding-top: 20px;
    font-family: "Open Sans","Open Sans Local Fallback",sans-serif;
    font-size: 17px;
    line-height: 30px;
}
.fl-2 a{
    color: darkred;
}
.fl-card-container{
    width: 100%; 
    margin-top: 50px; 
    padding-left: 15px;
}
.fl-card{
    width: 31%; 
    height: auto; 
    border: 2px solid black; 
    float: left; 
    padding: 5px; 
    text-align: center; 
    margin: 10px; 
}
.fl-card-contents{
    text-align: center;
}
.fl-card-contents h2{
    font-size: 25px; 
    font-weight: bold; 
    text-align: center; 
    margin-bottom: 10px; 
    margin-top: 10px;
    font-family: 'Vollkorn', serif;
    color: black;
}
.fl-card-contents span{
    font-family: "Open Sans","Open Sans Local Fallback",sans-serif;
}
.fl-card-contents span img{
    margin-left: 10px; 
    margin-right: 10px;
}
.fl-card-contents h3{
    margin-top: 20px; 
    margin-bottom: 20px; 
    font-weight: bold;
    font-family: "Open Sans","Open Sans Local Fallback",sans-serif;
    color: black;
    font-size: 17px;
}
.fl-3d-img img{
    width: 80%;
}
.fl-3d-img2 img{
    width: 68.9%;
}
.fl-3d-img3 img{
    width: 56.9%;
}
.fl-button button{
    width: 85%; 
    margin-top: 15px; 
    margin-bottom: 15px; 
    padding: 15px; 
    border: 1px solid #ccc;
    font-family: "Open Sans","Open Sans Local Fallback",sans-serif;
}
.fl-button span{
    font-weight: bold;
    color: black;
}
.fl-contact-btn button{
    width: 85%; 
    margin-top: 30px; 
    margin-bottom: 15px; 
    padding: 15px; 
    background-color: #862d1c; 
    color: #fff;
}
.fl-contact-btn button:hover{
    background-color: #6b2011; 
}

@keyframes slideRight{
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.slide-left{
  animation-name: slideRight;
  animation-duration: 1s;
}

@keyframes slideLeft{
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.slide-right{
  animation-name: slideLeft;
  animation-duration: 1s;
}

.container form .user-details{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

form .user-details .input-box{
  position: relative;
  border: 1px solid #757575;
  margin: 10px;
  width: 100%;
  transition: 0.4s;
}

.user-details .input-box input{
  height: 49px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  background: none;
  padding-left: 30px;
  font-size: 16px;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.user-details .input-box select{
    background: #fff;
    color: gray;
    padding-left: 20px;
    border: none;
    margin-top: 15px;
}

.icon {
    float: right;
    width: 43px;
    margin-top: -34px;
    display: flex;
    justify-content: center;
    color: dimgray;
    opacity: 50%;
}
:focus{outline: none;}
.effect ~ .focus-border{
  position: absolute;
  height: 36px;
  bottom: -2px;
  left: 0;
  width: 0;
  transition: 0.4s;
}

.effect:focus ~ .focus-border,
.effect:valid ~ .focus-border{
  width: 100%;
  transition: 0.5s;
/*  border: 2px solid #fcb13d;*/
  pointer-events: none;
}

label{
    padding: 3% 0% 0% 6px;
    position: absolute;
    top: 40%;
    left: 0;
    color: dimgray;
    transform: translateY(-50%);
    font-size: 15px;
    pointer-events: none;
    transition: .5s;
    font-family: "Open Sans","Open Sans Local Fallback",sans-serif;
}

.effect ~ label{
  position: absolute;
  top: 40%;
  text-align: left;
  color: dimgray;
  transform: translateY(-50%);
  font-size: 15px;
  pointer-events: none;
  transition: .5s;
} 

.effect:focus ~ label,
.effect:valid ~ label{
   transition: margin 0.15s cubic-bezier(0.4, 0, 0.2, 1),font-size 0.15s cubic-bezier(0.4, 0, 0.2, 1),padding 0.15s cubic-bezier(0.4, 0, 0.2, 1),background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #fff;
    font-size: 13px;
    padding: 0 0.3rem;
    width: auto;
    max-width: calc(100% - 2.6rem);
    top: 5px;
    color: rgba(0,0,0,0.75);
    margin-top: -7px;
    z-index: 1;
}

.column1 {
  display: flex;
  float: left;
  width: 100%;
  padding: 15px;
  height: 100px;
/*  flex-wrap: wrap;*/
}

.column2 {
  display: flex;
  float: left;
  width: 100%;
  padding: 15px;
  height: 100px;
/*  flex-wrap: wrap;*/
}

.date-icon {
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/calendar.png");
  background-size: cover;
  opacity: 50%;
  margin: auto;
}


.ame-container{
    width: 1100px; 
    margin: 0 auto; 
    padding-left: 15px; 
    padding-right: 15px;
}
.ame-text{
    text-align: left; 
    padding-top: 50px;
}
.ame-text h2{
    font-size: 40px;
    font-family: 'Vollkorn', serif;
}
.ame-text h3{
    font-size: 28px;
    font-family: 'Vollkorn', serif;
}
.ame-1{
    padding-top: 10px; 
    line-height: 30px; 
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
}
.ame-2{
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 30px;
}
.ame-2 a{
    color: darkred;
}
.com-ame{
    width: 100%;
}
.bullets1{
    width: 48%; 
    float: left; 
    margin: 1% 1%; 
    font-family: 'Open Sans', sans-serif; 
    border-bottom: 1px solid; 
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.bullets2{
    width: 48%; 
    float: left; 
    margin: 1% 1%; 
    font-family: 'Open Sans', sans-serif; 
    border-bottom: 1px solid; 
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.circle-bullet{
    color: #435363; 
    margin: 0 0 10px; 
    padding: 0 0 0 30px; 
    background: url(../images/bullet.png) no-repeat left center;
    line-height: 3; 
    list-style: none;
    font-family: 'Open Sans', sans-serif;
}

.circle-bullet span{
    padding: 5px;
}
.pets{
    width: 33.33%; 
    float: left;
}
.all-pets{
    margin-top: 25px;
}
.all-pets img{
    margin-top: 10px;
    margin-right: 10px;
}
.all-pets span{
    font-size: 20px; 
    font-weight: bold; 
    font-family: 'Vollkorn', serif; 
    padding: 0px 5px;
}
.all-pets p{
    margin-left: 10px; 
    padding: 10px 10px; 
    font-family: 'Open Sans', sans-serif;
}
.all-pets p span{   
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
}
.modal-image {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-height: 70vh;
    object-fit: contain;
}

.modal-text {
    text-align: center;
    margin-top: 10px;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.wrap {
    margin: 40px 80px;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}
.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

aside.property-logo {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
aside.property-logo img {
    width: 200px; 
    height: auto;
    margin: 0px 20px;
}
aside.apartment-details {
    display: flex;
    justify-content: center;
}
aside.apartment-details section {
    float: left; 
    width: 301px; 
    text-align: center;
}
aside.apartment-details section ul {
    padding-left: 0; 
    padding-bottom: 0;
}
aside.apartment-details section ul li:nth-child(1) {
    list-style-type: none; 
    color: #608541; 
    font-weight: bold; 
    font-size: 24px; 
    line-height: 30px;
}
aside.apartment-details section ul li:nth-child(2),
aside.apartment-details section ul li:nth-child(2) a {
    list-style-type: none; 
    font-size: 20px; 
    line-height: 30px; 
    color: #000;
}
aside.two-buttons {
    text-align: center; 
    display: inline-block; 
    width: 100%; 
    margin-bottom: 0px; 
    margin-top: 20px;
}
aside.two-buttons a:nth-child(1){
    background-color: #fff; 
    border: 3px solid #4984b8; 
    margin-right: 10px; 
    color: #000; 
    padding: 10px 20px; 
    font-weight: bold; 
    text-shadow: 1px 1px 2px #000; 
    font-size: 20px; 
    line-height: 30px;
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: .4s;
}
aside.two-buttons a:nth-child(2){
    background-color: #fff; 
    border: 3px solid #4984b8; 
    margin-left: 10px; 
    color: #000; 
    padding: 10px 20px; 
    font-weight: bold; 
    text-shadow: 1px 1px 2px #000; 
    font-size: 20px; 
    line-height: 30px;
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: .4s;
}
aside.two-buttons a:nth-child(1):hover,
aside.two-buttons a:nth-child(2):hover {
    background-color: #4984b8;;
    color: #fff;
    background-image: linear-gradient(#4984b8, #4984b8);
    background-size: 100% 100%;
}
aside.two-buttons img {
    width: 200px; 
    height: auto;
}
aside.footer-navigation-links-icons {
    margin-bottom: 30px;
}
aside.footer-navigation-links-icons section:nth-child(1){
    text-align: center; 
    border-bottom: 3px solid #000; 
    margin: 0 12%; 
    margin-bottom: 5px;
}
aside.footer-navigation-links-icons section:nth-child(1) a {
    margin: 0 10px;
}
aside.footer-navigation-links-icons section:nth-child(1) a img {
    padding-bottom: 10px;
}
aside.footer-navigation-links-icons section:nth-child(2){
    text-align: center;
}
aside.footer-navigation-links-icons section:nth-child(2) a{
    margin: 0 20px; 
    font-size: 20px; 
    line-height: 30px; 
    text-shadow: 0.5px 0.5px 2px #000; 
    color: #4984b8;
}
aside.footer-navigation-links-icons section:nth-child(2) a:hover {
    font-weight: bold;
}
aside.footer-navigation-links-icons section:nth-child(2) span {
    font-weight: bold;
}
aside.bottom-text {
    background-color: #000; 
    padding: 10px; 
    text-align: center;
}
aside.bottom-text img:nth-child(2){
    margin-right: 10px;
}
aside.bottom-text span{
    color: #fff; 
    letter-spacing: 1px;
}
.relay-cont{
    text-align: center;
}
.relay-ul{
    list-style-type: none;
    display: inline-flex;
}
.relay-li{
    padding: 0px 20px;
}
.relay-li a{
    list-style-type: none;
    color: #608541;
    font-weight: bold;
    font-size: 24px;
}
.relay-li span{
    font-weight: bold;
    font-size: 24px;
    color: black;
}



.main-resident {
    width: 100%;
}
.space {
    margin: 30px;
}
.residents-img {
    display: flex;
    padding-bottom: 2rem;
    justify-content: center;
}
.text-decor img {
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    box-shadow: 0 0 10px 5px #8d8c8c;
}
.text1 {
    background-color: #000000a6;
    position: relative;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    margin-top: -45px;
}

.paralax{
    padding: 20px 5%;
    background-image: url(../images/par-com.jpg);
    background-position: 50% 40%;
    background-repeat: no-repeat;
    background-size: cover;
}

.application-body{
    width: 80%;
    margin-top: 50px;
    margin: auto;
}

.privacypolicy section {
    padding: 20px;
    color: #FFFFFF;
    text-align: center;
    font-size: 19px;
}
.privacypolicy {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #222;
    display: none;
    z-index: 20;
}
.privacypolicy section {
    padding: 20px;
    color: #FFFFFF;
    text-align: center;
    font-size: 19px;
}
a.privacylink {
    color: #FF0;
}
.privacypolicy a {
    text-decoration: underline;
}
.privacypolicy span {
    color: #FFF;
    cursor: pointer;
    font-size: 30px;
    float: right;
    position: fixed;
    bottom: 2.5%;
    font-weight: bold;
    transition: .3s;
    margin-left: -10px;
}
.pet-policy {
    font-weight: 700;
    font-size: 14px;
    font-family: 'Vollkorn', serif;
    color: #414141;
    text-transform: uppercase;
    letter-spacing: 0.075rem;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.bot-pet-cont {
    padding-top: 100px !important;
}
.bot-pet-text {
    padding-bottom: 90px !important;
}