/* 
Don't want to use sass and simply modify the stylesheet in the old css fashion? 
Just customize your theme here.
================================================== */

body {}

.hero {
    background-color: #5E869C;
}

.hero .text-white {
    color: #E9E5DA !important;
}

.intro {
    padding-top: 20px;
}

.form-control {
    border-radius:4px;
}

.form-control:focus {
    border-color: #5E869C;
    box-shadow: 0 0 0 0.2rem #377697;
}

.btn-primary {
    background: #377697;
    border-color: #5E869C;
}

.btn-primary:hover, .btn-primary:focus {
    background: #377697;
    border-color: #377697;
}
