﻿body {   
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

nav {
    /*border-bottom: 2px solid #dedede;*/
    z-index: 100;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.16);
}

footer {
    background-color: #16425B;
}

.icon-wrapper {
    text-decoration: none;
    margin-left: .25rem;
    margin-right: .25rem;
}

.icon {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-size: 1.05rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #212529;
    background-color: #81C3D7;
}

    .icon:hover {
        background-color: #94ccdd;
    }

h1{
    margin-bottom: 2.5rem;
}

h1, h2, h3, h4, h5, .heading-font, .display-5, .display-4 {
    font-family: "Prata", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700 !important;
}

.property-description {
    background-color: #81C3D7;
   /* color: #ffffff;*/
    padding: 30px;
    font-weight: 600;
}

.btn, .nav-pills .nav-link {
    border-radius: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.1rem;
}

    .btn-custom, .nav-pills .nav-link.active {
        background-color: #81C3D7;
        color: #212529;
    }

    .btn-custom:hover {
        background-color: #94ccdd;
        border-color: #94ccdd;
        color: #212529;
    }

    .btn-custom:not(:disabled):not(:disabled):active {
        background-color: #81C3D7 !important;
        border-color: #81C3D7 !important;
        color: #212529;
    }

.news-card {
    max-width: 900px;
    border: 0;
    border-left: 4px solid #81C3D7;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
}

.border-top-card {
    border-top: 4px solid #81C3D7;
}

.list-unstyled li, .list-padding li {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.list-group-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.div-table {
    padding: 0 .5rem 0;
}

    .div-table .row {
        padding: .75rem 0 .75rem;
        border-bottom: 1px solid #dee2e6;
    }

#login {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.username {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.password {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 350px;
    max-width: 400px;
}

@media (min-width: 768px) {

    .property-description {
        position: absolute;
        width: 40%;
        text-align: center;
        top: 20%;
    }

    #slide-1 {
        background: url(images/office.jpg) top right no-repeat;
        height: 600px;
    }
    #slide-2 {
        background: url(images/agawamVillage5.jpg) top right no-repeat;
        height: 600px;
    }
    #slide-3 {
        background: url(images/southernHeights1.jpg) top right no-repeat;
        height: 600px;
    }
    #slide-4 {
        background: url(images/southernManor.jpg) top right no-repeat;
        height: 600px;
    }
}

@media (min-width: 1200px) {
    .color-blocks-padding {
        padding: 7rem;
    }
}
