body {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    color: black;
}
.navbar {
    width: 100%;
    position: fixed;
    z-index: 100;
}
.navbar-light .navbar-nav .nav-link {
    color: #437cde;
    text-transform: uppercase;
}

@media (min-width: 992px){ .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
    margin-top: 10px;
}}

.navbar-toggler {
    border-color: rgba(0,0,0,0) !important;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(67,124,222,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.jumbotron {
    background-image: url('images/hands.jpg');
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
    border-radius: 0px;
    padding-top: 10%;
    background-color: black;
}
.jumbotron .container {
    color: white;
    min-height: 70vh;
    text-align: center;
}
.display-3 {
    margin-top: 100px;
    font-size: 50px;
}
.jumbotron p {
    font-size: 20px;
}
h1 {
    font-size: 30px;
}
a .nav-link {
    color: #437cde;
}
section {
    padding-top: 100px;
}
p {
    line-height: 2em;;
}
h5 {
    font-size: 16px;
    text-transform: uppercase;
}
blockquote {
    border-left: 5px solid lightgrey;
    padding: 15px;
    font-size: 25px;
    margin: 15px;
}
footer {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid lightgrey;
    padding: 20px;
    line-height: 1.5em !important;
}
button {
    background-color: #437cde;
    text-transform: uppercase;
}
.modal-body{
    font-size: 14px;
}





