@import url('https://fonts.googleapis.com/css2?family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
    /* border: 1px dashed red; */
}

a {
    text-decoration: none;
}
.add {
    color: white;
    padding: 6px 20px 6px 20px;
    border-radius: 5px;
    /* float: right; */
    margin: 0px auto 15px auto;
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.add a {
    text-decoration: none;
    color: white;
    font-size: 14px;
}

.address {
    font-size: 16px;
    text-align: center;
}

.agent-details {
    text-align: left;
}

.agent-details i {
    font-size: 12px;
}

.agent-details .name {
    padding-left: 0px;
}

.agent-photo {
    width: 125px;
    height: 125px;
    border-radius: 75%;
    overflow: hidden;
    margin: auto;
}

.agent-photo img {
    border: none!important;
    padding: 0px!important;
}

.affiliations img {
    width: 50%;
    height: auto;
    margin-bottom: 25px;
}

#about-banner {
    background-image: url("../media/about_banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    height: auto;
    text-align: center;
    padding: 75px 0px;
}

#about-banner .content {
    z-index: 3;
    position: relative;
}

#about-banner .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(10, 21, 39, .6);
    top: 0;
    left: 0;
}

body {
    padding: 0px 0px 272px 0px;
    margin: 0px;
    color: white;
    min-height: 100vh;
    position: relative;
    font-family: "Unna", serif;
    letter-spacing: 2px;
    overflow-x: hidden;
    max-width: 100%;
    background: transparent;
}

body.modal-open{
    overflow:hidden;
}

.bio {
    font-weight: bold;
    margin-bottom: 100px;
    min-width: 100%;
    text-align: center;
}

.bio tr {
    vertical-align: top;
    width: 100%;
}

#bios {
    padding: 75px 0px 75px 0px;
    width: 100%;
}

#bios h1 {
    width: 1005;
    text-align: center;
    margin-bottom: 75px;
    font-family: "Unna", serif;
    font-weight: bold;
    font-size: 50px;
}

#bios .title {
    color: #8f6936;
}

.buttons {
    width: 100%;
    text-align: left;
}

.case-study img {
    width: 100%;
    border: 1px solid lightgray;
    padding-bottom: 4px;
}

.case-study-photos img {
    width: 100%;
}

.case-study-photos .before, .case-study-photos .after {
    border: 1px solid lightgray;
    padding: 10px;
    border-radius: 5px;
}

.close {
    color: white;
    font-size: 30px;
    position: absolute;
    top: 50px;
    right: 100px;
    z-index: 6;
    cursor: pointer;
}

.contact-buttons button {
    width: 30%;
    border: none;
    padding: 30px auto;
    color: white;
    margin-bottom: 25px;
    border-radius: 5px;
}

#company-profile {
    padding: 75px;
}

#company-profile p {
    font-size: 24px;
}

#company-profile .stats {
    padding-top: 40px;
    font-size: 30px;
    text-align: center;
}

#company-profile .number {
    font-size: 60px;
    text-align: center;
    font-weight: bold;
}

.cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(10, 21, 39, .3);
    top: 0;
    left: 0;
}

#contact {
    width: 50%;
    border-radius: 5px;
    padding: 20px 40px;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 50px auto;
    border: 1px solid lightgray;
    box-shadow: 2px 2px 2px black;
}

#contact button {
    border: none;
    padding: 5px 30px;
    color: white;
    margin-top: 20px;
}

.copyright {
    margin-right: 100px;
}

#dashboard {
    padding-top: 50px;
    padding-bottom: 50px;
}

#dashboard #property-table a {
    text-decoration: none;
    color: #002956;
}

#dashboard .card-header {
    border-radius: 5px 5px 0px 0px;
    color: white;
    padding: 5px 10px;
}

#dashboard table {
    width: 100%;
    padding: 10px;
}

#dashboard table tr {
    border-bottom: 1px dotted gray;
}

#dashboard table tr td, #dashboard table thead th {
    padding: 5px 10px;
}

#dashboard table tr td:nth-of-type(1), #dashboard table thead th:nth-of-type(1){
    text-align: left;
}

#dashboard table tr td:nth-of-type(2),
#dashboard table tr td:nth-of-type(3),  
#dashboard table thead th:nth-of-type(2),  
#dashboard table thead th:nth-of-type(3) {
    text-align: center;
}

.dashboard-card {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 0px;
    margin-bottom: 20px;
}

.delete {
    background: transparent;
    padding: 0px;
    color: red!important;
    border: none;
}

#edit, #new {
    margin: 50px auto;
}

.end {
    float: right;
}

.fa-phone {
    font-size: 12px;
}

.footer {
    padding: 10px 25px;
    background: #002956;
    color: white;
    font-size: 12px;
    position: relative;
}

.footer a {
    color: white;
    font-size: 14px;
    padding: 0px 10px;
}

.footer table {
    vertical-align: middle;
    width: 100%;
}

.footer-item {
    padding-bottom: 10px;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 271px;
    border-top: 1px solid lightgray;
}

#footer i {
    margin-right: 10px;
}

#footer .row {
    margin-left: 0;
}

#footer table tr {
    vertical-align: top;
}

.header-image {
    position: absolute;
    height: 100%;
    z-index: 0;
    margin: auto;
}

.header-image img {
    height: 50%;
}

.headshot {
    height: 175px;
    width: 175px;
    overflow: hidden;
    border-radius: 75%;
    margin: auto;
    cursor: pointer;
}

.headshot img {
    width: 100%;
    height: auto;
    /* border-radius: 75%; */
}

.highlights {
    background: rgb(21, 45, 85);
    padding: 100px;
}

.highlights .card {
    text-align: center;
    padding: 25px;
    min-height: 625px;
    position: relative;
    height: 100%;
}

.highlights .card button {
    border: 1px solid rgb(21, 45, 85);
    padding: 10px 20px;
    color: white;
    width: 60%;
    left: calc(50% - 30%);
    position: absolute;
    bottom: 25px;
    border-radius: 5px;
}

.highlights .card img {
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
}

.highlights .card-title {
    font-size: 24px;
    font-weight: bold;
    color: rgb(10, 21, 39);
}

iframe {
    width: 100%;
    height: 500px;
}

.image-label {
    text-align: center;
    margin-top: 15px;
}

.image-label h5 {
    font-weight: bold;
    background: #e9dabf7a;
    padding: 5px 0px;
}

.image-wrapper {
    padding: 5px;
    border: 1px solid lightgray;
    height: 300px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

.image-wrapper img {
    height: 100%;
    overflow: hidden;
    max-width: 100%;
}

.photos {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0px;
}

.image-layer {
    position: fixed;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    max-height: 100vh;
    min-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    overflow: hidden;
    z-index: 5;
    display: none;
    text-align: center;
    padding-top: 100px;
}

.image-layer img {
    width: 50%;
    height: auto;
    margin: auto;
}

.item {
    width: 32%;
    margin: 0px 0px 10px 0px;
    flex-grow: .45;
}

.item img {
    object-fit: cover;
    width: 100%;
}

.jumbotron {
    height: 100vh;
    max-width: 100vw;
    background-image: url("../media/BassPro.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 35% 50%;
    position: relative;
    padding-top: 125px;
    overflow: hidden;
    text-shadow: 2px 2px 2px black;
}

.lease {
    padding: 2px 10px;
    background: lightyellow;
    border: 1px solid gold;
    /* border-radius: 5px; */
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.login-container {
    width: 300px;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin: auto;
    box-shadow: 5px 5px 10px 5px lightgray;
}

.login-container button {
    width: 100%;
    margin-bottom: 10px;
    border: none;
}

.login-container button:hover {
    background: #002956;
}

.main-text {
    z-index: 3;
    padding-top: 125px;
    position: relative;
    font-family: "Unna", serif;
    letter-spacing: 1px;
}

.main-text button {
    border: 1px solid white;
    background-color: rgba(10, 21, 39, .7);
    color: white;
    padding: 10px 50px;
    font-size: 24px;
    margin-top: 35px;
}

.main-text .byline {
    font-size: 40px;
}

.main-text h1 {
    font-size: 85px;
    width: 100%;
}

#management h3, #management h2 {
    margin-top: 35px;
}

.map {
    background: white;
    font-family: "Unna", serif;
    text-align: center;
    color: rgb(10, 21, 39);
    padding: 0px;
    height: 500px;
}

.map h1 {
    font-size: 65px;
    /* font-weight: bold; */
}

.modal p {
    text-align: left;
    padding: 15px;
    margin-bottom: 0px;
    font-weight: 500;
}

.menu {
    text-align: center;
}

.menu a {
    text-decoration: none;
}

.modal-bio {
    text-align: center;
}

.modal-bio .bio {
    margin-bottom: 15px;
}

.modal-content {
    text-align: right;
    font-size: 18px;
}

.name {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    font-size: 20px;
}

.navbar {
    color: white;
    padding: 10px 50px;
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    background-color: transparent;
    transition: background-color 500ms ease-in-out;
}

.navbar a {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 2px;
}

.navbar a:hover {
    color: white;
}

.nav-item {
    padding: 35px 25px;
}

.navbar-toggler {
    border: 1px solid white;
    margin-right: 25px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.org-bio {
    padding: 75px 20% 75px 20%;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    width: 100%;
    margin: auto;
    background: rgb(240, 239, 235);
    position: relative;
}

.org-bio p {
    position: relative;
    z-index: 2;
}

.org-bio .number {
    font-size: 80px;
}

.org-bio .stats {
    font-size: 24px;
}

.overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.7);
    z-index: 10;
    color: white;
    padding: 4px 15px;
    text-align: left;
}

.primary-background {
    background: #002956;
}

.primary-text {
    color: #002956!important;
}

#properties {
    height: 75vh;
    overflow-y: scroll;
    border: 1px solid lightgray;
    padding-top: 20px;

}

#properties .card {
    height: 235px;
    margin: 0px 10px 30px 10px;
    position: relative;
    box-shadow: 2px 2px 10px 2px lightgray;
    width: 30%;
    text-align: center;
    padding-bottom: 30px;
}

#properties .card a {
    border: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 5px 0px;
    border-radius: 5px;
    font-size: 12px;
}

#properties .card a:hover {
    background: #002956;
}

#properties .card hr {
    margin: auto;
    width: 45%;
}

#properties .card-body {
    padding: 10px;
    text-align: center!important;
}


#properties .card-image {
    overflow: hidden;
    height: 60%;
}

#properties .card img {
    height: auto;
    min-height: 100%;
    min-width: 100%;
}

#properties .card-img, .card-img-top {
    overflow: hidden;
}

#properties .card-title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: 0px;
}

#properties .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}

#properties table {
    height: 100%;
    width: 100%;
}

#properties table tr {
    vertical-align: middle;
}

#property-banner {
    background-image: url("../media/property_banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    height: auto;
    text-align: center;
    padding: 75px 0px;
}

#property-banner .content {
    z-index: 3;
    position: relative;
}

#property-banner .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(10, 21, 39, .6);
    top: 0;
    left: 0;
}

#property-details {
    padding-top: 75px;
    padding-bottom: 35px;
}

#property-details a {
    text-decoration: none;
}

#property-details button {
    margin-right: 20px;
    margin-bottom: 15px;
    border: none;
    color: white;
    padding: 10px 30px;
    width: 250px;
    border-radius: 5px;
}

#property-details .data-box {
    background: #f3efe9;
    padding: 25px;
}

#property-details h1 {
    width: 100%;
    font-weight: bold;
    font-size: 65px;
    margin-bottom: 0px;
}

#property-details hr {
    margin-top: 0px;
    margin-bottom: 20px;
}

#property-details img {
    max-width: 100%;
    border: 1px solid lightgray;
    padding: 4px;
}

#property-details .map {
    height: auto;
    padding: 0px;
    margin-top: 25px;
    width: 100%;
    color: black;
    border: 1px solid lightgray;
    padding: 4px 4px 0px 4px;
}

#property-details table {
    width: 100%;
    font-size: 18px;
}

#property-details table tr td:nth-of-type(2){
    text-align: right;
}

#property-details table th {
    border-bottom: 1px solid lightgray;
    font-size: 24px;
}

#property-details video {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid lightgray;
    padding: 4px;
}

#property-view {
    padding-top: 50px;
    padding-bottom: 75px;
    /* border: 1px solid lightgray; */
    padding: 10px 5px;
    margin-top: 50px;
    margin-bottom: 75px;
    /* height: 50vh; */
    /* overflow: hidden; */
}

.property-view-header {
    padding-top: 50px;
    width: 100%;
    text-align: center;
}

.property-view-header hr {
    border: 1px solid gray;
    width: 50%;
    margin: auto;
}

.quote {
    margin-bottom: 50px;
}

.sale {
    padding: 2px 10px;
    background: lightgreen;
    border: 1px solid darkgreen;
    /* border-radius: 5px; */
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.scrolled {
    background-color: rgba(10, 21, 39, .9);
    transition: all 500ms ease-in-out;
}

#shopping, #management, #lease {
    padding-top: 50px;
    font-size: 18px;
    padding-bottom: 50px;
}

#shopping img {
    margin: 35px auto;
    border: 1px solid lightgray;
}

#shopping .portal {
    text-align: center;
}

#shopping li, #management li, #lease li  {
    margin-top: 25px;
}

.section h1, #property-view h1 {
    text-align: center;
    font-size: 55px;
    font-weight: 300;
}

.social {
    font-size: 50px;
    text-align: right;
}

.social i {
    margin: 0px 10px;
}

.subfooter {
    padding-top: 25px;
    padding-bottom: 25px;
}

.subfooter a {
    text-decoration: none;
    color: #002956;
}

.subfooter .logo {
    width: 60%;
    position: relative;
    margin: auto;
    padding-top: 25px;
}

.subfooter .title {
    color: #002956;
    font-family: 'Effra-Bold', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    border-bottom: 0px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.subfooter ul {
    list-style: none;
    padding-left: 0px;
    font-size: 14px;
}

.team-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    /* border: 1px dashed red; */
}

.team-container .short-profile {
    width: 30%;
    text-align: center;
    /* flex-grow: .4; */
    /* border: 1px dashed red; */
    margin: 0px 0px 50px 0px;
}

textarea {
    height: 150px;
}

#video_background {
    position: absolute;;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

/** SLIDER **/

.slide-container {
    position: relative;
    width: 400px;
    height: 350px;
    border: 2px solid white;
    padding: 4px;
    border: 1px solid lightgray;
    justify-content: center;
  }
  
  .slide-container .after {
   float: right;
   margin-right: 15px;
  }
  
  .img {
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      margin: 4px;
  }
  
  .background-img {
      background-image: url('../media/paddington_case_study_after.png');
      background-size: cover;
  }
  
  .foreground-img {
      background-image: url('../media/paddington_case_study_before.png');
      width: 50%;
      background-size: cover;
  }
  
  .slider {
      position: absolute;
      -webkit-appearance: none;
      appearance: none;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      background: transparent;
      outline: none;
      transition: all .2s;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .slider:hover {
    background: rgba(#f2f2f2, .1);
  }
      
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 345px;
    background: white;
    cursor: pointer;
    top: 0;
  }
  
  .slider-button {
    size: 30px;
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 17px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
      
  
  .slider-button:after {
    content: '';
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
  }
  
  .slider-button:before {
    content: '';
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
  }
  
  .slide-container .label {
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    z-index: 3;
    color: white;
    margin: 4px;
    text-align: left;
    padding-left: 10px;
  }

@media screen and (max-width: 1024px) {

    #about-banner {
        padding: 40px 0px;
    }

    .affiliations img {
        width: 30%;
    }

    .agent-details .name {
        padding: 0px;
    }

    .agent-photo {
        height: 75px;
        width: 75px;
        margin-left: 0px;
    }

    .bio {
        margin-bottom: 35px;
    }

    #bios h1 {
        margin-bottom: 40px;
    }

    .buttons {
        text-align: center;
    }
    .card {
        margin-bottom: 25px;
    }

    .card button {
        position: relative!important;
        left: 50;
        bottom: 0px;
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .close {
        top: 25px;
        right: 25px;
    }

    #company-profile {
        padding: 35px;
        text-align: center;
    }

    #company-profile .stats {
        padding-top: 40px;
        font-size: 24px;
        text-align: center;
        margin-bottom: 50px;
    }
    
    #company-profile .number {
        font-size: 40px;
        text-align: center;
        font-weight: bold;
    }

    #company-profile p {
        font-size: 20px;
    }

    #contact {
        width: 100%;
    }

    .contact-buttons button {
        width: 45%;
    }

    .dashboard-card {
        font-size: 14px;
    }

    #footer .row {
        margin: auto;
    }

    .hide-on-mobile {
        display: none;
    }

    .highlights {
        padding: 10px;
        height: auto;
    }

    .highlights .card {
        margin: 25px auto;
        min-height: auto;
        height: auto;
        /* width: 100%; */
    }

    .highlights .card button {
        position: relative;
        left: 0;
    }

    .highlights .card-text {
        margin-bottom: 35px;
    }

    iframe {
        width: 100%;
        height: 400px;
    }

    .image-layer img {
        width: 95%;
        padding-top: 25px;
        height: auto;
        margin: auto;
    }
        
    .img-comp-img {
        position: absolute;
        height: 300px;
        overflow: hidden;
        border-radius: 5px;
    }

    .img-comp-img img {
        display: block;
        vertical-align: middle;
        height: 300px;
        border: 1px solid lightgray;
    }

    .jumbotron {
        min-height: 100vh;
        padding-bottom: 25px;
    }

    .main-text {
        padding: 0px 1em;
        text-align: center;
    }

    .main-text .byline {
        font-size: 24px;
        padding-top: 20px;
    }

    .main-text button {
        position: relative;
        margin: auto;
    }

    .main-text h1 {
        font-size: 50px;
        width: 100%;
    }

    .map {
        padding: 10px;
        height: auto;
    }

    .map h1 {
        font-size: 45px;
        margin: 50px 30px 0px 30px;
    }

    .map hr {
        width: 50%;
        margin: auto;
        margin-top: 15px;
    }

    .menu {
        margin-bottom: 25px;
    }

    .navbar {
        padding: 0px;
        background-color: rgba(10, 21, 39, 1);
    }

    .navbar-brand {
        margin-top: 3px;
        margin-left: 10px;
    }

    .navbar-brand img {
        height: 45px;
    }
    .navbar-toggler {
        margin-right: 25px;
    }

    .nav-item {
        padding: 10px 25px;
    }

    .org-bio {
        padding: 35px;
        font-size: 26px;
    }

    .org-bio .number {
        font-size: 50px;
    }
    
    .org-bio .stats {
        font-size: 24px;
    }

    #properties {
        padding: 0px;
        margin: 20px;
    }

    #properties .container {
        padding-top: 25px;
    }

    #properties .card {
        width: 100%;
        height: 350px;
    }

    #properties .card a {
        width: calc(100% - 20px);
    }

    #properties .card-title {
        font-size: 22px;
    }

    #property-details h1 {
        width: 100%;
        font-weight: bold;
        text-align: center;
        font-size: 40px;
    }

    #property-details {
        padding-top: 25px;
    }

    #property-details button {
        width: 75%;
        margin: 10px auto;
    }

    #property-details .data-box {
        margin-top: 25px;
    }

    #property-details table {
        width: 100%;
        font-size: 14px;
    }

    #property-view {
        padding-top: 50px;
        padding-bottom: 75px;
        border: 1px solid lightgray;
        padding: 10px 5px;
        margin-top: 25px;
        margin-bottom: 75px;
        height: auto;
        overflow: hidden;
    }

    .section h1 {
        font-size: 30px;
    }

    #shopping, #management, #lease {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    #shopping img {
        margin: 35px auto;
        width: 100%;
        border: 1px solid lightgray;
    }

    .slide-container {
        width: 100%;
        height: 350px;
    }

    .slider-wrapper {
        height: 300px;
        margin-top: 35px;
    }

    .team-container .short-profile {
        width: auto;
    }

    #video_background {
        left: -50%;
    }
      
    
}

