body {
    background: #F7F2DC;
    font-family: 'Montserrat', sans-serif;
}

/*
@media(max-width:767px){

}
@media(min-width:768px){

}
@media(min-width:992px){

}
@media(min-width:1200px){

}
*/

p {
    color: #00415F;
    font-size: 14px;
    line-height: 30px;
}

p.text-tight {
    line-height: 24px;
}

h1 {
    font-size: 24px;
    color: #00415F;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

h2 {
    font-size: 32px;
    color: #00415F;
    margin-bottom: 20px;
    font-weight: normal;
}

h3 {
    font-size: 24px;
    color: #00415F;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.content-well {
    padding: 30px;
    background-color: #FFF;
    border: #D5E6ED 1px solid;
    margin-top: 30px;
}


.about-photo,
.content-well.content-well-sub {
    margin-top: 40px;
}

@media(min-width:768px){
    .content-well {
        margin-top: -50px;
    }
    .content-well1 {
        margin-top: -50px;
    }
    .carousel-indicators {
    bottom: 40px;
    }
}

@media(max-width:767px){
    .content-well1 {
        margin-top: 15px;
    }
}

#footer {
    padding: 30px 0 30px;
}

#footer p {
    font-size: 12px;
    margin-left: 15px;
    text-align: center;
    padding: 0 35px;
}

@media(min-width:768px){
    #footer p {
        text-align: left;
        padding: 0px;
    }
}

.projects-list {
    margin-top: 30px;
}

.project-item-well {
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+26,000000+26,000000+100&0+26,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 26%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 26%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 26%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    bottom: 0;
    left: 0;
    position: absolute;
    right:0;
    top:0;
    z-index: 1;
    border-radius: 6px;
}

.project-item-well h2 {
    font-size: 18px;
    color: #D5E6ED;
    letter-spacing: -0.5px;
    position: absolute;
    left: 20px; right:10px;
    bottom: 0px;
    z-index: 2;
    text-align: left;
}

.project-item-well img {
    width: 100%;
}

.carousel-container {
    position: relative;
    margin-bottom: 30px;
}

.carousel-container .overlay {
    border-radius: 0;
}

.carousel-container h1 {
    color: #D5E6ED;
    letter-spacing: -0.5px;
    position: absolute;
    bottom: -295px;
    margin-left: 20px;
    z-index: 2;
    font-size: 36px;
}

.carousel-container img {
    position: absolute;
    bottom: -415px;
    margin-left: 25px;
    z-index: 2;
}

@media(min-width:768px){
    .carousel-container h1 {
        bottom: -490px;
        margin-left: 25px;
    }
}

.project-arum-lily .content-well {
    margin-top: 0;
}

.master-plan {
    margin-top: 40px;
    position: relative;
}

.master-plan .image {
    height:300px;
    background-size: cover;
    background-color: #00415F;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../projects/arum-lily/master-plan.jpg");
    display: block;
}

.master-plan h1 {
    font-size: 18px;
    color: #002A3E;
    letter-spacing: -0.5px;
    position: absolute;
    left: 20px;
    bottom: 0px;
    z-index: 1;
    padding: 10px 20px;
    background-color: #D5E6ED;
}

.download-button {
    padding: 10px 20px;
    color: #D5E6ED;
    background-color: #002A3E;
}

.download-button:hover {
    background-color: #D5E6ED;
    color: #002A3E;
    text-decoration: none;
}

.master-plan .download-button {
    position: absolute;
    right: 10px;
    bottom: 20px;
    z-index: 1;
}

.master-plan .contents {
    position: relative;
}

@media(min-width:768px){
    .master-plan .image {
        height:500px;
    }
}

.floor-plans {
    background-color: #002A3E;
}

.floor-plans .row {
    margin-bottom: 40px;
}

.floor-plans h1, .floor-plans h2, .floor-plans h3 {
    color: #D5E6ED;
}

.floor-plans h1 {
    font-size: 24px;
    padding: 30px 0 0 0;
}

.floor-plans h2 {
    font-size: 18px;
    margin-bottom: 0;
}

.floor-plans h2 small {
    color: #D5E6ED;
}

.floor-plans h3 {
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}

.floor-plans .download-button {
    margin-top: -10px;
    margin-right: -15px;
    color: #D5E6ED;
    background-color: #002A3E;
    z-index: 1;
}

@media(max-width:767px){
    .floor-plans h1, .floor-plans h2, .floor-plans h3 {
        margin-left: 20px;
    }
    .floor-plans h2 {

    }
    .floor-plans .row {
       margin-bottom: 10px;
    }
    .floor-plans .download-button {
        margin-right: 0;
    }
}


.amenites {
    background: #F7F2DC;
    padding-top: 30px;
    padding-bottom: 50px;
}

.amenites .content-well {
    margin-top: 30px;
}

.amenites ul {
    padding-left: 20px;
}

.specifications {
    background: #002A3E;
    padding: 30px 0 60px 0;
}

.specifications h1 {
    color:#F7F2DC;
}

.specifications h2 {
    font-size: 18px;
}

.specifications .content-well {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.gallery {
    background: #F7F2DC;
    padding-top: 30px;
    padding-bottom: 50px;
}

.gallery h1 {
    margin-bottom: 30px;
}

.gallery .col-sm-3 {
    margin-bottom: 30px;
}

.table tr,
.table tr td,
.table tr th {
    border: 0 !important;
    color: #002A3E !important;
}

.project-menu {
    background-color: #002A3E;
    padding: 20px;
}

.nav-stacked a {
    color: #F7F2DC;
}

.nav-stacked a:hover {
    background-color: #D5E6ED;
    color: #002A3E;
}

@media(min-width:768px){
    .project-menu {
        padding: 10px;
    }
    .nav-stacked li a {
        font-size: 12px;
    }
}

@media(min-width:992px){
    .project-menu {
        padding: 10px;
    }
    .nav-stacked li a {
        font-size: 12px;
    }
}
@media(min-width:1200px){
    .project-menu {
        padding: 20px;
    }
    .nav-stacked li a {
        font-size: 14px;
    }
}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover span {
    color: #fff;
    top: 5px;
}
