body {
    font-family: Ubuntu;
    font-weight: 200;
}

.navbar {
    z-index: 3;
    background-color: rgba(218, 202, 184, .3); 
    padding-top: 15px;
    padding-bottom: 10px;
    transition: 1s;
    font-family: Ubuntu; 
    font-size: 14px;
  
}

.navbar li {
    border-right: 1px solid #990000;
}

.navbar .none {
    border-right: 5px solid transparent;
}

.navbar .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

.navbar.active {
    background-color: rgba(218, 202, 184, .9);
}

.navbar-header .navbar-brand {
    margin-top: -10px;
    font-family: Ubuntu;
    color: #990000;
    font-weight: 700;
    
}



.tagline {
    color: black;
    font-size: 12px;
    font-weight: 700;
}


.navbar .navbar-nav a {
    color: black;
    font-family: Ubuntu;
    padding-top: 15px;
}

.navbar a:hover {
    color: black;
    transition: .5s;
}

.nav li a:hover {
    background: transparent;
    color: #990000;
    transition: .5s;
}

.nav li a:active {
    background: transparent;
    
}

.nav li a:focus {
    background: transparent;
}



.icon-bar {
    background-color: white;
}

.navbar-toggle {
    background-color: #990000;
}

.navbar-header .navbar-brand img {
    width: 50px;
    
}

a {
    color: inherit; 
    transition: .5s;
}

a:hover {
    color: black;
    transition: .5s;
    text-decoration: none;
}


.hero {
    background: url("../images/hero.png") fixed no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    height: 700px;
 
}

.intro {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
    font-family: Ubuntu;
}

.intro-headline {
    font-family: Ubuntu;
    font-weight: 700;
    color: black;
}

.intro-text {
    line-height: 2em;
}

.intro img {
    position: relative;
    top: 90px;
}

.floor-plans {
    background-color: #dacab8;
    height: auto;
    min-height: 400px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.number-headline {
    font-family: Ubuntu;
    font-weight: 700;
    color: black;
    font-size: 36px;
}

.number {
    color: #990000;
    font-weight: 700;
    font-size: 18px;
    padding-right: 5px;
}

.red-button {
    background-color: #990000;
    color: white;
    border-radius: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100px;
}

.red-button:hover {
    color: white;
}



.floor-container {
    width: 300px;
    height: 50px;
    background-color: #990000;
}

.floor-number {
    color: white;
    padding-top: 15px;
}

.price {
    color: #990000;
}

td.word {
    padding-right: 10px;
}

td {
    padding-bottom: 10px;
}

td.amount {
    padding-left: 10px;
}

.details {
    color: #990000;
}

.more-details {
    color: black;
}

.apartments {
    height: auto;
    min-height: 400px;
    padding-top: 50px;
    padding-bottom: 50px;  
}

.amenities {
    background-color: #990000;
    min-height: 600px;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.amenities-number {
    font-family: Ubuntu;
    font-weight: 700;
    color: white; 
    font-size: 18px;
    margin-right: 5px;
}

.amenities-headline {
    font-family: Ubuntu;
    font-weight: 700;
    color: white;
    font-size: 40px;
}

.col-md-2 {
    font-weight: 400;
}

.description {
    color: white;
    margin-top: 10px;
}

.circle {
    width: 175px;
    height: 175px;
    display: inline-block;
    border-radius: 100px;
}

.circle-inactive {
    background-color: #640000;
    border: 10px solid #9e0d0d;
    color: white;
}

.circle-active {
    background-color: white;
    border: 10px solid #a82626;
}

.circle img {
    padding-top: 25px;
    padding-bottom: 10px;
}

.invert {
    filter: invert(100%);
}

a.school:hover {
    color: #990000;
}

.down {
    position: relative;
    top: 100px;
}

input {
    display: block;
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    background-color: #e0d2c3;
    border: none;
    padding: 10px;
    color: #990000;
}

input::placeholder {
    color: #990000;
}

::-webkit-input-placeholder {
  color: #990000;
}

textarea {
    width: 100%;
    border: none;
    background-color: #e0d2c3;
    padding: 10px;
    color: #990000;
    margin-bottom: 10px;
}

iframe {
    border: 5px solid #990000;
}

.apply {
    background-color: #990000;
    color: white;
    border-radius: 0;
    width: 97px;
    position: absolute;
    right: 10px;
    top: 76px;
    font-size: 12px;
    
    
}

.apply-button a:visited, a:focus, a:active, a:hover {
    color: white;
}


a[href^="tel:"] {
  color: #990000;
  text-decoration: none;
}


li {
    list-style-type: none;
}

ul {
    margin: 0;
    padding-left: 0;
}

.footer {
    background-color: #dacab8;
    height: auto;
    padding-bottom: 50px;
    color: #990000;
}

.contact {
    background-color: #dacab8;
    min-height: 400px;
    height: auto;
    padding-top: 50px;
}


.contact-headline {
    font-family: Ubuntu;
    font-weight: 700;
    color: #990000; 
    font-size: 40px;
}

.contact-number {
    font-family: Ubuntu;
    font-weight: 700;
    color: #990000; 
    font-size: 18px;
    margin-right: 5px;
}

.send {
    margin-right: 10px;
    position: relative;
    bottom: 30px;
}

.space {
    margin-top: 75px;
}

.fa-google-plus {
    color: white;
}

.fa-twitter {
    color: white;
}

.fa-facebook {
    color: white;
}

.google {
    background-color: #d13d2f;
    display: inline-block;
    height: 33px;
    width: 33px;
    padding-top: 6px;
    margin-right: 5px;
}

.twitter {
    background-color: #2dc0fb;
    display: inline-block;
    height: 33px;
    width: 33px;
    padding-top: 6px;
    margin-right: 5px;
}

.facebook {
    background-color: #3b5997;
    display: inline-block;
    height: 33px;
    width: 33px;
    padding-top: 6px;
    margin-right: 5px;
}

.address {
    text-align: right;
}

.call {
    padding-top: 7px;
    padding-left: 10px;
    color: #990000;
}

/* Helper Classes */

.capitalize {
    text-transform: capitalize;
}


/* Carousel */

.carousel-inner{
  width:100%;
  height: auto !important;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}

.black .glyphicon {
    color: #990000;
}

/* Keeps the navbar logo and navigation glued to the outside window except on large screens.*/

@media screen and (max-width: 1255px) {
    .circle {
        margin-right: 0px;  
}
    
}

@media screen and (max-width: 1199px) {
        .down {
    position: static;
}
}

@media screen and (min-width: 1000px) {
    .navbar .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }
    

}

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

    .intro img {
        position: static;
        top: 90px;
    }
    
    .map {
        margin-top: 50px;
        width: 300px;
    }
    .down {
    position: static;
}
}
    
    
@media screen and (max-width: 767px) {
.navbar-header .navbar-brand img {
    width: 25px;
}
        .navbar .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .navbar li {
    border-right: none;
}
    
}