/* Enter Custom CSS Below Here */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
    color: #606060;
    margin-bottom: 10px;
    font-weight: 300;
}

.navbar-nav > li > a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #656565;
    padding: 40px 14px;
}


#testimonials div {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 32px;
    font-weight: 700;
    position: relative;
}


.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #e0e0e0
    font-weight: 700 !important;
}

.date-wrapper {
    color: #fff;
    text-align: center;
    border: 1px solid #b1b1b1;
    width: 46px;
    padding: 4px 0 7px 0;
    line-height: 1;
    font-weight: 500;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    margin-bottom: 5px;
}
.date-wrapper .day {
    font-size: 20px;
    color: #fff;
    margin-bottom: 1px;
}
.date-wrapper .month {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;

