/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.rem;
}

.navbar-custom  { 
    background-color: #455d79; 
    color: #fff;
        height: 50px;
}

.jumbotron-custom  { 
    background-color: #f4fff3; 
    color: #000;
}

.jumbo-text {
    padding-top: 10px;
    
}

.btn-custom {
    color: #fff;
    background-color: #435a76;
    border-color: #34465b;
}

a.btn-custom:hover {
    color: #fff;
    background-color: #314256;
    border-color: #1f2a37;
    text-decoration: underline;
}

img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    margin: 5px;
    width: 225px;
}

img jumbo{
  width: 100%;
  height: auto;
}

a.mailto {
    color:darkmagenta;
    text-decoration: underline;
    background-color: transparent;
}

a.mailto:hover {
    color: #455d79;;
    text-decoration: underline;
    font-weight:bold;
    background-color: transparent;
}