.jumbotron {
    background:#000;
    background-image: url("../images/usa-1149896_1920.jpg");
    background-size: 100% 256px;
    border-top: 20px;
    border-bottom: 20px;
    border-left: 0;
    border-right: 0;
    border-top-color: #1b3664;
    border-bottom-color: #1b3664;
    border-style: solid;
}
.small-heading {
    font-size: 1.25rem;
}
.medium-heading {
    font-size: 1.5rem;
}
.large-heading {
    font-size: 1.75rem;
}
.display-4 {
    color: white;
}
.display-3 {
    color: white;
	font-size: 38px;
    font-weight: bold;
    padding: 50px;
}
.nav-link {
    font-size: 18px;
}
.col-lg-6 {
    font-size: 18px;
}
.hr-white {
    display: block;
    height: 1px;
    border-top: 1px solid #ccc;
    margin: 1em 0;
}
.lead {
    color: white;
}
.text-blue {
    color: #102C72;
}
.fa-facebook {
    background: #3B5998;
    color: white;
    padding: 10px;
    margin: 10px;
    border-radius: 3px;
}
.fa-facebook:hover {
    opacity: 0.7;
    color: white;
    text-decoration: none;
}
.fa-twitter {
    background: #55ACEE;
    color: white;
    padding: 10px;
    margin: 10px;
    border-radius: 3px;
}
.fa-twitter:hover {
    opacity: 0.7;
    color: white;
    text-decoration: none;
}
.fa-linkedin {
    background: #007bb5;
    color: white;
    padding: 10px;
    margin: 10px;
    border-radius: 3px;
}
.fa-linkedin:hover {
    opacity: 0.7;
    color: white;
    text-decoration: none;
}
.fa-instagram {
    background: #125688;
    color: white;
    padding: 10px;
    margin: 10px;
    border-radius: 3px;
}
.fa-instagram:hover {
    opacity: 0.7;
    color: white;
    text-decoration: none;
}
.card {
    margin-top: 20px;
	min-height: 260px;
}
.card-education {
	height: 100%!important;
}
.card-spacer {
    padding: 20px;
}
/* unvisited link */
a:link {
  color: #274F93;
}

/* visited link */
a:visited {
  color: #274F93;
}

/* mouse over link */
a:hover {
  color: #000;
}

/* selected link */
a:active {
  color: #1b3664;
}

.logo {
    height: 50px;
    align-self: center;
}