/* CSS Document */

a.navbar-brand {
    height: 50px;
    padding: 10px;
}

.navbar-brand img {
    width: auto;
    height: 100%;
}

nav li a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
}

body { padding-top: 50px; }

.jumbotron {
    height: 500px;
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    background: none;
    padding-top: 140px;
    padding-bottom: 0px;
    border-bottom: 5px solid #ED7A29;
    margin-bottom: 0%;
}

.jumbotron img { width: 55%; }

.jumbotron::after {
  content: "";
  background-image: url('https://unsplash.it/2000/500/?image=1067');
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.row.featurette { padding: 10% 0%; }

.featurette-heading {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
    font-size: 4em;
}

.featurette-heading-small {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1em;
    padding-bottom: 5px;
    margin-top: 0px;
    color: #ddd;
    letter-spacing: 4px;
}

.featurette h4.text-muted {
    font-family: 'Oxygen', sans-serif;
    letter-spacing: 12px;
    font-size: 0.8em;
    font-style: italic;
    text-transform: uppercase;
    padding-bottom: 15px;
}

img.featurette-image.img-responsive.center-block {
    border-bottom: 5px solid #ED7A29;
}

.lead {
	font-family: 'Oxygen', sans-serif;
	font-size: 1.1em;
	line-height: 1.8em;
}

.grey { background-color: #f7f7f7; }

a {
    color: #ED7A29;
    text-decoration: none;
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

a:hover {
    color: #333;
    text-decoration: none;
}

#contact a {
    font-size: 2em;
    line-height: 2em;
    letter-spacing: 12px;
    font-family: 'Oswald', sans-serif;
    font-style: italic;
}

hr { border-top: 1px solid #ddd; }

footer {
    background-color: #333;
    padding: 1%;
    font-size: 0.7em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 5px;
    color: #fff;
}

footer .left { float: left; }

footer .right { float: right; }