@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lora:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

body {
    background: url("../images/background_pattern.gif");
    min-height: 1000px;
    background-size: 200px;
}
img {
    max-width: 100%;
}
#novaLogo {
    display: block !important;
    width: 17%;
    margin-top: -10px;
    padding-bottom: 30px;
}
.navbar-nav a{
    color: #808285 !important;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 0px;
    line-height: 1.1em;
}
.navbar {
    display: block;
    float: left;
    width: 17%;
    margin-top: -.3rem;
    padding: 0px 0px .5rem 0px;
}
.nav-item {
    text-align: left !important;
    font-family:"Lora",Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif" ;
    font-weight: normal;
    margin-bottom: 1.4rem;
}
.navbar-nav a.active {
    color: #2D72B6 !important;
    font-weight: bold;
      background: url("../images/nav_background.gif");
    background-repeat: no-repeat;
    background-position: left 8px bottom -23px;
    background-size: 45px;
}
a:visited {
    color: #2D72B6;
}
/*.navbar-nav a.active:after {
    border-bottom: 5px solid #f00;
  content: "";
  background: black;
  position: absolute;
  bottom: 5px;
  left: 0;
  max-width: 5px;
}*/
h1,h2,h3,h4 {
    color: #2D72B6;
    font-family:"Lora",Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-weight: 100;
}
h1{
    font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 5px;
}
h4 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 1.4rem;
}
h5 {
    font-size: .9rem;
    color: #808285;
}
p {
    margin-right: 30px;
}
.blackHeader {
    font-size: .4em;
    font-weight: normal;
    color: #808285;font-family: 'Lato','Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif'
}
.carousel-indicators {
    margin-left: -67%;
}
.carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #808285;
    margin-right: 10px;
}
.carousel-indicators li.active {
    background-color: #2D72B6;
}
.carousel-indicators {
    bottom: -25px;
}
.blueButton {
    background: #2D72B6;
    color: white !important;
    padding: 3px 9px;
    font-family: "Lato","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 400;
    font-size: .8rem;
}
.blueButton:hover {
    background: #BABBBE;
}
.blueText {
    font-weight: 400;
    color: #2D72B6;
}
#content {
    max-width: 1100px;
    margin: auto;
}
.whiteWrapper {
    background: #fff;
    padding-right: 0px;
    padding-top: 35px;
}
#contentBoxRight {
    float: right;
    max-width: 83%;
}
.navbar-expand-md .navbar-collapse {
    float: left;
}
.feature {
    border-bottom: .5px solid black;
    border-top:.5px solid black;
    /*color: #808285;*/
    margin-right: 3vw;
}
.feature p {
    /*font-size: .8rem;*/
}
.feature h2 {
    padding-top: 20px;
}
.feature a{
    color: #808285;
    font-weight: bold;
}
.navBoxRow {
    margin:30px 20px 10px 0px;
    padding-right: 20px;
}
.navBoxRow.col-4 {
    padding: 0px !important;
}
.navBox {
    background: #f00;
    text-align: center;
    background-size: cover;
    padding-left: 0px;
    padding-right:0px;
    /*border:10px solid white;*/
}
.navBox h4 {
    display: block;
    background: rgb(45,114,182, .8);
    color: white;
    margin: 0px;
    margin: 100px 0px;
    padding: 5px;
    font-weight: 700;
}
.propertyDiv{ 
    border-bottom: 1px solid #808285;
    margin-right: 5%;
    padding-bottom: 3%;
}
.propertyDiv a{
    color: #2D72B6;
}
.propertyDiv a:hover{
    /*font-weight: 700;*/
    color: #094B82;
    text-shadow: 2px 2px 2px rgba(8,69,119,0.39);
}
#properties .propertyDiv:last-of-type {
    border-bottom: none;
    color: #f00;
}

/* PROJECTS  */
.projectPhoto {
    padding-bottom: 2.5%;
    padding-left: 1.5%;
    padding-right:1.5%;
}

#footer {
    border-top:4px solid #808285;
    margin-top:40px;
    margin-right: 40px;
    padding-bottom: 10px;
}
#footer h4 {
    margin-top:20px;
}
#footer p {
    font-size: .6rem;
    line-height: .8rem;
    margin: 2px;
}
#footer a{
    color: black;
}


/* FORM RESIDENTIAL */
.residential h1 {
    font-size: 2.5em;
    font-weight: 100;
}
label {
    display: none;
    font-size: .8em;
}
input:not(input[type='checkbox']), select {
    width: 90%;
    border-left: none;
    border-top: none white;
    border-right:none;
    border-top-style: hidden;
      border-right-style: hidden;
      border-left-style: hidden;
    border-bottom: .5px solid black;
    margin-bottom: 20px;
}
input[type='checkbox'] {
    margin-right: 10px;
}
select {
    width: 98%;
}
input {
      border-top-style: hidden;
      border-right-style: hidden;
      border-left-style: hidden;
      border-bottom-style: groove;
    width: 90%;
    margin-bottom: 20px;
}
      .no-outline:focus {
      outline: none;
    }
.inputStyle {
    width: 90%;
    margin: 0px;
    padding: 0px;
    border: 0;
    border-radius: 0 !important;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-width:100%;
    -o-appearance: none;
    -moz-appearance: none;
    background: white;
    background-clip: padding-box;
    box-sizing: border-box;
    color:#818285;
    border-color: white;
    border-top-style: hidden;
      border-right-style: hidden;
      border-left-style: hidden;
    border-bottom: .5px solid black;
    margin-bottom: 20px;
    font-size: .8em;
    background: url("../images/select_arrow.gif");
    background-repeat: no-repeat;
    background-position: right;
}
::placeholder, ::selection {
  color:#818285;
    opacity: 1;
    font-size: .8em;
}
select:after {
  content: "▼";
  color: #f00;
  padding: 12px 8px;
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
}
#submitBt {
    margin-top: 28px;
    padding:5px 15px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 0px;
    border-radius: 0px; 
    background: #0083CA;
    text-transform: uppercase;
    color: white;
    width: 20%;
    font-weight: bold;
}

/* COMMERCIAL  */
#commercialContent h1 {
    font-size: 1.8em;
    font-weight: 400;
}
#commercialContent h4 {
    font-family:"Lora",Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 1.2em;
}
#commercialContent a{
    color: #2D72B6;
}
#commercialContent hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin-right: 8%;
}
#commercialContent li span{
     font-family:"Lora",Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    display: block;
    font-size: 1rem;
    color: #2D72B6;
}
/* CONTACT PAGE */
#fielddtqjjm {
    height: 200px;
    border: .5px solid black;
}
@media (min-width:760px){
    .navBox:first-of-type {
        border-right: 10px solid white;
    }
    .navBox:last-of-type {
        border-left: 10px solid white;
    }
    .contactInfo h3 {
        font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
        font-size: 18px;
    }
}
@media (max-width:1060px){
    .navbar-nav a{
        font-size: 13px;
    }
}
@media (max-width:760px){
    .navbar {
        float: right;
        margin-top: -50px;
        padding-right: 40px;
    }
    .navbar-nav {
        margin-left: -70px;
    }
    .nav-item {
        margin-bottom: 2px;
        text-align: right !important;
    }
    #novaLogo {
        width: 200px;
    }
    h1{
    font-size: 1.6rem;
    margin-top: 1.5rem;
}
    h4 {
    font-size: 1.1rem;
}
    h5 {
        font-size: 1.1rem;
    }
    li{
        margin-left: -20px;
    }
    .feature {
        padding-bottom:15px;
    }
    .navBoxRow {
    margin:30px 20px 10px 0px;
    padding-right: 0px;
    }
    .navBox:first-of-type {
        border-bottom: 10px solid white;
    }
    .navBox:last-of-type {
        border-top: 10px solid white;
    }
    .carousel-indicators {
    margin-left: -55%;
}
    #contentBoxRight {
        float: none;
        max-width: 100%;
    }
    #headGallery {
        margin-right: 20px;
    }
    #properties h1 {
        font-size: 1.3em;
    }
    #commercialContent h1 {
    font-size: 1.4em;
    font-weight: 600;
}
    #submitBt {
        width: 40%;
    }
    #footer h4 {
    margin-top:12px;
}
    #footer p {
        font-size: 5.5px;
        line-height: .6rem;
        margin: 2px;
    }
    .copyright {
        font-size: 2.5px;
    }
    
}