@charset "UTF-8";
/* Add your custom CSS declarations below  */

* {font-family: 'Roboto', sans-serif;}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.card-title {
    margin-bottom: 0.5rem;
    padding: 15px;
    align-content: center;
    font-weight: bold;
    text-transform: uppercase;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 2rem;
    align-content: center;
}

p.card-text {
    text-align: center;
    padding-bottom: 5px;
}

h1 {
    text-align: center;
    font-size: 2.3rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color:#001b48;
    margin-top:25px;
    border-bottom: solid;
    border-width:2px;
    border-color: #8ab7eb;
}

h2{
    text-align: center;
    letter-spacing: .15rem;
    font-size: 2rem;
    color: #004581;
    margin-top: 15px;
    border-style: solid;
    border-width:.5px;
    border-color: #9cb8d9;
}

h3 {
    text-align: center;
    letter-spacing: .1rem;
    word-spacing: .1rem;
    font-size: 1.5rem;
    color: #8d9fb5;
    padding-top: 15px;
}

h4 {
    letter-spacing: .1rem;
    word-spacing: .1rem;
    font-size: 1.2rem;
    line-height: 35px;
    text-align: center;
}

h5 {
    text-align:center;
}

p {
    color: #3b3744;
    margin: 15px;
    font-size: 1rem;
    line-height: 1.65rem;
}

a {
    color: #032e42;
    text-decoration: underline;
}

a:hover {
    color: #9cacbf;
}

.nav-link {
    display: block;
    padding: 1rem 1.5rem;
    padding-top: 4rem;
    font-size:1rem; 
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nav-link-active {
    text-decoration: underline;
}

a.btn.btn-primary {
    color: #fff;
    background-color: #8caed0;
    border-color: #8caed0;
    align-content: center;
    padding-left: 65px;
    padding-right: 60px;
}

.btn-primary {
    color: #fff;
    background-color: #8caed0;
    border-color: #8caed0;
}

.btn-primary:hover {
    color:#fff;
    background-color: #9cacbf;
    border-color:#004581;
}

a.btn.btn-primary:hover {
    color:#fff;
    background-color: #9cacbf;
    border-color:#004581;
}

footer{
    background-color: #d6d6d6;
    text-align: right;
}


