.navbar-custom .nav li.active a {
	color: #000;
}

@media(max-width: 767px) {
    .navbar-brand {
        font-size: 14px;
    }
}

.intro {
    color: #fff;
    background: url('../img/bkg.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro__dim {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
}

.brand-heading {
    font-size: 40px;
}

@media(max-width:767px) {
    .intro {
        display: table;
    }
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 62px;
    }

    .intro-text {
        font-size: 25px;
    }
}

.intro-body .btn-default {
    margin: 0 10px 20px 10px;
}

.intro-body .btn-default .glyphicon {
    margin-right: 6px;
    top: 2px;
}

.intro-body h2 {
    margin: 0 0 18px;
}

.call__to__action {
    margin-bottom: 20px;
}

.sign-up-section {
    width: 100%;
    color: #fff;
    background: url('../img/plate.jpg') no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.section__dim {
	padding: 50px 0;
	background-color: rgba(0, 0, 0, 0.6);
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .section__dim {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.content-section#contact {
	padding-bottom: 80px;
}

@media (min-width: 767px) {
	.content-section#contact {
		padding-bottom: 100px;
	}
}

#static__map {
	background-image: url('../img/map.png');
	background-size: cover;
	background-position: center bottom;
	height: 600px;
}

footer {
	min-height: 200px;
	background-color: #774F38;
	padding: 80px 0;
	color: #fff;
	text-align: center;
}

footer #social__icons {
	text-align: center;
}