@import url('https://fonts.googleapis.com/css?family=Lato');


* {
    font-family: 'Lato', sans-serif;
}

body {
    padding-top: 3rem;
    padding-bottom: 0px;
    color: #5a5a5a;
}

nav {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}

.carousel-caption {
    text-shadow: 0px 0px 15px black;
    z-index: 10;
    bottom: 3rem;
}

.carousel-caption h1 {
    font-weight: bolder !important;
}

.carousel-item {
    height: 32rem;
    background-size: cover;
    background-position: center;
}

.featurette-divider {
    margin: 30px 0px;
}

.featurette-heading {
    color: #e8590c;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

@media (min-width: 40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

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

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 2rem;
    }
}

section {
    background-color: #f7f8f8;
    padding: 3rem 0px;
}

section.alternate {
    background: #fc4a1a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fcc419, #fd7e14);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fcc419, #fd7e14); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
}

.hb, .prebid {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
}

.prebid {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}

section .section-header {
    color: #e8590c;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 20px;
}

section.alternate .section-header {
    color: #495057;
}

.quote {
  background: white;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  border-radius: 10px;
  font-style: italic;
  font-size: 20px;
  margin: 20px 10% 60px 10%;
  padding: 20px;
}

.avatar {
    border: 2px solid #EEE;
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
}

.avatar:hover {
    border: 2px solid #fd7e14;
}
