html, body {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto";
    font-size: 16px!important;
    background-color: #fff;
    height: 100%;
    color: #000!important;
}

.section-heading{
    font-size: 2rem;
    color: black;
    text-align: center;
    padding: 20px 0;
}

.hero{
    background-image: url(/assets/istockphoto-1355293345-1024x1024.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 75% 20%;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    height: 500px;
}

hr{
    background-color: lightgray!important;
}

a.link{
    color: white!important;
    font-size: 1.2rem;
}

a.link:hover{
    color: #244b67!important;
}

.navbar-item img{
    max-height: 3rem!important;
}