@charset "utf-8";
/* CSS Document */
/*  @import "css/styles-condo.css"; */

/* CSS Document */
/* Variables - Colours

blue: #76a3c5
dark blue: #56758c
light blue: #51abc6
aqua: #52a8c9
blue grey: #5f7078
blue green: #8ac9ca
light green: #bcd67b
dark green: #a0ba69
pink: #d8a0a1
orange: #e19665
dark orange: #dba46e
grey: #8f8681

*/

body {
  color: #383737;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-rendering: optimizelegibility;
  background-color: #e9e9e9;
}
 
a {
    color: #337ab7;
}


/* Header */
#header-banner {
  height: 90px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #b6b6b6; }

#header-left {
  text-align: right;
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 3px; }

#header-banner h1 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 34px;
  color: #52a9c9;
  margin: 0; }

#header-banner h2 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 14px;
  color: #8f8681;
  margin: 0; }

#header-right {
  display: inline-block;
  position: absolute;
  top: 60px;
  right: 3px; }

.header-remax {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.header-remax-small {
  display: none; }

#header-banner h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  letter-spacing: 0;
  font-size: 14px;
  color: #8f8681;
  margin: 5px 0 0; }


/* Navigation */
.navbar {
    padding: 0px;
}
.nav-link {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9em;
}

/* Nav - Highlight Active Page */
#homepage .homepage a,
#profiles .profiles a,
#search .search a,
#selling .selling a,
#about .about a,
#contact .contact a {
  color: #dba46e; }

/* Main Image */
.main-img {
  position: relative; }

.main-img-copy h1,
.main-img-copy h2 {
  letter-spacing: 0;
  color: #fff;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 0.8em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%; 
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 6px #000000;
  text-align: center; }

.btn-condo-watch {
  font-weight: 500; 
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: #fff;
  position: absolute;
  right: 2%;
  bottom: 5%; } 

.btn-condo-watch:hover,
.btn-condo-watch:focus,
.btn-condo-watch:active {
  color: #8f8681;
  border-color: #8f8681; }

/* Main Site Content */
.main-content {
  background-color: #FFF;
  position: relative; 
  padding: 2rem!important;
  margin-bottom: .25rem!important;
}

h1 {
  color: #56758c;
  font-size: 1.5em;
  font-weight: 700; }
 
h1.property-address {
    font-size: 1rem;
    font-weight: 500;
    color: #383737;
}

h2 {
  color: #56758c;
  font-size: 1em;
  font-weight: 700;
  margin: 5px 0; }
   
h3 {
  color: #56758c;
  font-size: 1em;
  font-weight: 600;
  margin-top: 20px; }

h3.property-subheading {
    display: inline-block;
    text-transform: uppercase; 
    margin-bottom: .25rem;
}

h3.contact-name {
    font-size: 1.5rem;
    margin-bottom: 0;
}

h4 {
    color: #dba46e;
    font-weight: 600;
}

.property-subheading-aside {
    font-size: .9rem;
    text-transform: uppercase; 
}

.contact-title {
    font-size: .8rem;
}

.contact-brokerage, .contact-phone, .contact-email, .contact-website {
    font-size: .9rem;
}

.main-content h4 {
  margin-top: 15px;
  margin-bottom: 5px; }
 
ul.property-details {
    list-style-type: none;
    padding-left: 5px;
} 
.property-details { 
    color: #5e5e5e; 
    text-transform: uppercase;
    display: inline-block;
}

.property-details li {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}
 
.property-details li:last-child {
    border-right: none;
}

.profile-price {
  font-weight: 600;
  color: #dba46e; }

/* Display Panels */
.panel-image {
    width: 125px; 
    border: 2px solid #56758c;
}

h2.panel-header {
    margin-left: -15px;
    margin-top: 50px;
    font-size: 1.25rem;
}

.panel-list {
    margin-left: -10px;
}

/* Map */
#map-canvas {
  border: 4px solid #FFF;
  border-radius: 4px; 
    height: 300px;
} 


/* Forms */

.btn-search {
  font-weight: 500;
  color: #56758c;
  background-color: #fff;
  border-color: #56758c;
  margin-bottom: 15px; }

.btn-search:hover,
.btn-search:focus,
.btn-search:active {
  color: #8f8681;
  background-color: #fff;
  border-color: #8f8681; }

.btn-primary {
    background-color: #56758c; 
    border-color: #56758c;
} 

.btn-primary:hover,
.btn-primary:focus
.btn-primary:active{
    color: #fff;
    background-color: #e19665;
    border-color: #e19665;
}

.form-heading {
  border-bottom: 1px solid #b6b6b6; }

#contact-form textarea {
  margin: 10px 0px; }

label {
    font-weight: 600;    
} 
 
label.checkbox-inline {
    color: #383737;
    font-weight: 500;
    margin-left: 10px;
}  

/* Footer */
#footer {
  text-align: center; }

ul.footer-nav {
  padding: 0; }
 
#footer .footer-nav li {
  display: inline;
  font-size: 0.75em; }
 
.footer-contact {
  padding-bottom: 20px; 
}

.footer-contact-pic {
    display: inline-block;
    height: 100px;
    vertical-align: middle;
}

.footer-contact-copy {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    border-left: 1px solid #b6b6b6;
    padding-left: 5px;
}

#footer-nav-outside-links a {
    font-size: 0.75em;
    margin-bottom: 2em;
} 

/* General Styling */

.left-border {
  border-left: 1px solid #b6b6b6;
  padding-left: 10px; }

.dark-blue {
  color: #5f7078; }

.vertical-center {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.text-shrink {
  font-size: 0.7em; }

/* Large desktop */
@media (min-width: 992px) {
    .container {
        width: 930px;
    }
}
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #header-banner h3 {
    font-size: 12px; }
    
  #contact-form .no-padding {
    padding-left: 10px;
    padding-right: 10px; }

  #contact-form input {
    margin: 0px 0px 10px; }

  #contact-form textarea {
    margin: 0px 0px 10px; }

    .formContactEmail { 
        padding-left: 0px;
        background-color: aqua;
    }
    .btn-condo-watch {
        font-size: 0.8rem;
    }
    h1 {
        font-size: 1rem;
    }
    
    /* Display Panels */
    .panel-image {
        width: 150px; 
        border: 2px solid #ecbf95;
    }

    h2.panel-header {
        margin-left: 0;
        margin-top: 15px;
        font-size: 1.25rem;
    }

    .panel-list {
        margin-left: 0;
    }
} 

/* Landscape phones and down */
@media (max-width: 480px) {
  /* Header */
  #header-banner {
    height: 60px; }

  #header-left {
    top: 18px; }
    
  #header-banner h1 {
    font-size: 24px; }

  #header-banner h2 {
    font-size: 8px; }
    
  #header-banner h3 {
    display: none; }
     
  .header-remax {
    display: none; }

  .header-remax-small {
    display: block;
    margin-left: auto;
    margin-right: auto; }

  .main-img-copy h1,
  .main-img-copy h2 {
    font-size: 20px; }
.text-shrink {
  font-size: 0.8em; 
    }
    
.property-details li {
    font-size: 12px;
    }
  #contact-form .no-padding {
    padding-left: 10px;
    padding-right: 10px; }

  #contact-form input {
    margin: 0px 0px 10px; } 

  #contact-form textarea {
    margin: 0px 0px 10px; }

/* Footer */
     
  .footer-contact-copy {
    text-align: center;
    border-left: 0;
    padding-left: 0;
    padding-top: 10px;  
}

}

/*# sourceMappingURL=styles-condo.css.map */


.main-img-copy {
    line-height: .8;
}
