.navbar {
    margin-bottom: 0;
    background-color: teal;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
}
.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}
.navbar-brand img {
	width: 30px;
}
#img1 {
	width: 28px;	
}
.jumbotron { 
    background-color: teal;
    color: #fff;
    padding: 50px 25px;
}
.bg-grey {
    background-color: #f6f6f6;
}
.container-fluid {
    padding: 60px 50px;
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
}
@media screen and (max-width: 400px) {
    .navbar-brand {
        display: none;
    }
}

/* Add an orange color to all icons and set the font-size */
.logo-small {
    color: Aquamarine;
    font-size: 50px;
}

.logo {
    color: Aquamarine;
    font-size: 200px;
}
.gold {
    color: teal;
}
footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}
