/* CSS Document */

.navbar-logo {
  width: 100px;
}

#about {
    background-color:#F5FBFF;
}


.dropdown-menu {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 350px;
    background: rgba(255,255,255,0.83);
}

#banner-container {
    position: relative;
}

#oakwyn {
    position: relative;
    top: 20px;
    width: 75%;
    left: 50%;
    margin-left: -37.5%;
    height: 20px;
    
}

#prop-search {
    position: absolute;
    top: 690px;
    left: 150px;
    z-index: 2;
}

#logo {
    position: absolute;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0;
    text-align: left;
    z-index: 3;
}


#bio {
    font-family: 'Quicksand', sans-serif;
    font-weight: 100;
    color: black;
}


.padding-0 {
    padding-right: 0;
    padding-left: 0;
}

.nav-link
{
    font-family: 'Quicksand', sans-serif;
    color: black;
    font-weight: 400;
}



 
.fa-envelope {
    color: #B29012;
}

.border{
    padding: 100px
}

h2, h4, h1 {
    font-family: 'Quicksand', sans-serif;
    color: #80B6D1;
}



h6 {
   font-family: 'Quicksand', sans-serif;
   color: black;
   font-weight: 300;
} 


.fa-chevron-circle-right {
    color: white;
}



/* testimonials */


.fa-quote-right, .fa-quote-left {
    color:#80B6D1;
}

.blockquote {
     font-family: 'Quicksand', sans-serif;
     font-weight: 100;
     color: black;
}

.small {
     font-family: 'Quicksand', sans-serif;
     font-weight: 100;
     color: black; 
}

.btn-primary {
    color: white;
    border: none;
    background-color: #F3A90A;
}

.btn-primary:hover {
    background-color:#C9EBFB;
}


/* footer */


li {
    font-family: 'Quicksand', sans-serif;
    color: black;
}


a {
    color: black;
}

a:hover {
    color: #B0D3E3;
    text-decoration: none;
}

h5{
    font-family: 'Quicksand', sans-serif;
    color:#80B6D1;
}

.fab {
    color:#80B6D1;
    padding: 4px;
}

.fa-angle-double-down {
     color: #80B6D1;
}

.footer-copyright {
    font-family: 'Quicksand', sans-serif;
    color: darkgray;
}

#discolse  {
    font-family: 'Quicksand', sans-serif;
    font-weight: 100;
    color: black;
}

