
a.unstyled{
    color: unset;
    text-decoration: none;
}
a.unstyled:hover{
    color: unset;
    text-decoration: none;
}
a.unstyled:visited{
    color: unset;
    text-decoration: none;
}

@media only screen and (min-width: 600px) {
    .img-search-result{
        max-height: 69px;
    }
}


.home-intro h2 {
    font-size: 20px;
    padding: 0 0 20px;
}

.main-content{
    min-height: 450px;
}

.pad10 .form-group{
    padding: 0 10px 0;
}


h2.form-title{
    margin: 0;
    padding: 0;
    font-size: 14px;
}


.highlight-blue {
    padding: 25px 0;
}
.highlight-blue h2 {
    margin-bottom: 10px;
    font-size: 25px;
}

.highlight-blue h3{
    font-size: 25px;
}

@media only screen and (max-width: 780px) {
    .highlight-blue h2 {
        font-size: 18px;
    }

    .highlight-blue h3{
        font-size: 18px;
    }
}

.jumbotron {
    margin-top: 10px;
    padding: 15px 40px;
}

.navbar-brand img {
    width: auto;
    height: 72px;
}