@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');

.am-dark-green {
    background-color: #4B5955;
}
.am-green {
    background-color: #737D74;
}
.am-frost {
    background-color: #F8F8F9;
}
.am-cream {
    background-color: #ECE7E3;
}
.bg-black {
    background: black;
}

.am-green-text {
    color: #737D74;
}

body {
    background-color: #ECE7E3;
    font-family: 'Open Sans', sans-serif;
      text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    letter-spacing: 0px;
}
body.mt-body {
    padding-top: 108px !important;
}
h1 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #4B5955;
}
h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}
p {
    font-size: 14px;
    line-height: 1.8em;
}

p a {
    text-decoration: underline;
}
p a:hover {
    text-decoration: underline;
    color: #4B5955;
}
h1, h2, h3, h4,h5 {
    text-transform: uppercase;
}
h5 {
    font-size: 18px;
    font-weight: 400;
}
a {
    color: #737D74;
}
.navbar {
    text-shadow: 0px 0px 15px rgba(0,0,0,0.7);;
    position: absolute;
    top:0;
    left:0;
    right:0;
    z-index: 500;
    font-weight: bold;
}
a.navbar-brand {
    width: 150px !important;
    min-width: 150px !important;
    height: 62px;
    padding: 0;
    margin: 15px 0;
}
.navbar.scrolled {
    background-color: #737D74 !important;
    /* box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1); */
    transition: background-color 200ms linear;
}
.navbar.scrolled a {
    text-shadow: none;
}
.album .col-12, .album .col-md-6, .album .col-lg-4 {
    padding-left: 25px;
    padding-right: 25px;
}
a.btn-am, a.btn-am:hover, button.btn-am {
    font-weight: 500;
    padding: 12px 24px;
    color: #737D74;
    text-transform: uppercase;
}
a.btn-am.am-green, a.btn-am.am-green:hover,  button.btn-am.am-green  {
    color: #F8F8F9;
}
.navbar button {color: red !important;}
.navbar li {
    margin-left: 15px;
}
.navbar li a {
    color: #D5D5D5 !important;
    font-weight: 400 !important;
}
.navbar li a:hover {
    color: #fff !important;
}
.navbar li.active a {
    color: #fff !important;
    font-weight: 400 !important;
    cursor: default;
}
.jumbotron {
    padding: 0;
    margin-bottom: 0;
    position: relative;
    border-radius: 0;
    height: 480px;
}

.jumbotron.small {
    height: 400px;
}
.jumbotron iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

.featured-development {
    padding: 0;
}
.featured-development-desc {
    padding: 50px;
    text-align: left !important;
}
.featured-development-desc p {
    max-height: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.featured-development-desc * {
    text-align: left;
}

.am-green .featured-development-desc {
    color: #F8F8F9;
}
.am-cream .featured-development-desc {
    color: #737D74;
}


#video-gradient {
    height: 400px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:3;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 100%);
}

.featured-image {
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
}

.page-lead {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    color:#737D74;
}
.page-lead-small {
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-lead .btn {
    margin-top: 25px;
}
.page-lead p {
    font-size: 18px;
    max-width: 800px;
    margin: auto;
}
.card {margin-bottom: 50px; }
.card-body {
    padding: 25px;
}
.card, .card-img-top, .card-body {
    border-radius: 0;
    border: 0;
    text-align: center;
}
.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
    min-height: 200px;
}
.card h6 {font-size: 15px;font-weight: normal;}
.card a {
    text-decoration: none !important;
    text-decoration-line: none;
}
.options-bar .btn, .options-bar .btn:hover, .options-bar .btn:active, .options-bar .badge {padding: 0.5em 1em;}
.options-bar .badge {padding: 0.7em 1.3em;font-size: 1em}
.options-bar i {margin-right:0.5em}

ul.directory {
    padding-left: 0;
    margin: 0;
    font-size: 18px;
    background: #fff;
}
li.folder li.folder {
    font-size: 18px;
}
ul.directory i.icon {
    font-size: 24px;
    margin-right: 0.5em;
    color: #4B5955;
    top:2px;
    position: relative;
}
ul.directory li div {
    height:34px;
    line-height: 30px;
}

ul.directory li {
    list-style: none;
    padding: 0.4em 1em;
}
.vdr a:hover, ul.directory li a:hover {
    color: #4B5955;
}
.vdr {font-size: 1.3em;}
li.file {
    border-bottom: 1px solid #eee;
}
ul.directory li:last-child {
    border-bottom: 0;
}

footer {
    padding-bottom: 3rem;
    padding-top: 3rem;
    color: #737D74;
}

footer p {
  margin-bottom: .25rem;
}

#gallery img {
    height: 100%;
}

.modal-backdrop {
    background: #737D74 !important;
}
.modal-backdrop.show {
    opacity: .95;
}
.modal-body, .modal-content {
    border: 0;
    border-radius: 0;
}
.email-icon {
    height: 50px;
    width: 50px;
}
form {
    margin-top: 25px;
}
.form-control {
    border-radius: 0;
    padding: 12px;
}

@media(min-width:0px){
    /* .col */
    .featured-development-image {
        height: 200px !important
    }
    .featured-development-desc {
        height: auto !important;
        text-align: center !important;
    }

}

@media(min-width:576px){
    /* .col-sm- */
    .featured-development-image {
        height: 300px !important
    }
    .featured-development-desc {
        height: auto !important;
        text-align: center !important;
    }

}

@media (min-width: 768px) {
    /* .col-md- */
    .featured-development-image {
        height: 300px !important
    }
    .featured-development-desc {
        height: auto !important;
        text-align: center !important;
    }

}

@media(min-width:992px) {
    /* .col-lg- */
    .featured-development-image {
        height: 550px !important;
    }
    .featured-development-desc .btn {
        position: absolute;
        bottom: 50px;
        left: 50px;

    }
}

@media(min-width:1200px) {
    /* .col-xl- */
    .featured-development-image {
        height: 550px !important;
    }
    .featured-development-image {
        height: 550px !important
    }
}
