body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
}

h3 {
    margin: 10px 0 30px 0;
    letter-spacing: 10px;
    font-size: 20px;
    color: #111;
}
h4 {
    margin: 30px 0 10px 0;
    letter-spacing: 10px;
    font-size: 16px;
    color: #111;
}

.container {
    padding: 80px 120px;
}

.container-contact {
    padding: 80px 120px;
    background: #2d2d30;
    color: #bdbdbd;
}

.person {
    border: 10px solid #d5d5d5;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
}

    .person:hover {
        border-color: #f15a22;
    }

.carousel-inner img {
    /*-webkit-filter: grayscale(90%);*/
    /*filter: grayscale(90%);  make all photos black and white */
    width: 100%;  /*Set width to 100% */
    margin: auto;
}

.carousel-caption h3 {
    color: #fff !important;
}

@media (max-width: 600px) {
    .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}

.bg-1 {
    background: #2d2d30;
    color: #bdbdbd;
}

    .bg-1 h3 {
        color: #fff;
    }

    .bg-1 p {
        font-style: italic;
    }

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

    .thumbnail p {
        margin-top: 15px;
        color: #555;
    }

.btn {
    padding: 10px 20px;
    background-color: #f15a22;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
}

    .btn:hover, .btn:focus {
        background-color: #333;
        color: #fff;
    }

.modal-header, .close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
}

.modal-header, .modal-body {
    padding: 40px 50px;
}

#googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.navbar {
margin-bottom: 0;
background-color: #fff;
border: 0;
opacity: 0.9;
}
.navbar li a, .navbar .navbar-brand {
color: #000 !important;
}
.navbar-nav li a:hover {
color: #fff !important;
background-color: #777 !important;
}
.navbar-nav li.active a {
color: #fff !important;
background-color: #f15a22 !important;
}
.navbar-brand {
padding: 0px;
height: 80px;
}
.navbar-brand>img {
height: 100%;
padding: 15px;
width: auto;
}
.nav >li >a {
padding-top: 30px;
padding-bottom: 30px;
}
.navbar-toggle {
padding: 10px;
margin: 25px 15px 25px 0;
}


footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 32px;
}

    footer a {
        color: #f5f5f5;
    }

        footer a:hover {
            color: #777;
            text-decoration: none;
        }

.form-control {
    border-radius: 0;
}

textarea {
    resize: none;
}


/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    right: auto;
    width: 100%;
    color: #fff;
}

.header-text h2 {
    font-size: 18px;
}

.header-text h2 span {
    background-color: #000000;
	padding:10px 25px 10px 25px;
}

.circle {
    background: #f06836;
    border-radius: 250px;
    color: white;
    height: 250px;
    font-weight: bold;
    width: 250px;
    display: table;
    margin: 200px 0px 0px 50px;
}
.circle p {
    padding-top:60px;
    font-size:12px;
}