#logo {
    background-color: #322783;
}
.map {
  color: white;
}
ul {
  list-style-type: none;
}
.jumbotron{
    background: url("bg.jpg") no-repeat center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
.active {
  text-decoration: underline;
}
.push-spaces
{
    height: 300px;
}
.social-menu {
  padding-bottom: 10px;
  padding-top: 10px;
}
.social {
  margin: 10px;
  color: rgba(0,0,0,.5);
}
.shadow-dark {
   text-shadow: black 1px 1px 1px;
}
.menu-down {
  margin-right: 1em;

}
.navbar-nav {
  font-size: 22px;

}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.cta-section{
	position: relative;
	padding-top: 150px;
	padding-bottom: 160px;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}

.home {
  padding: 0px!important;
}
.home-text{
  text-align: center;
  padding-top:50px;
}

.card-img-top {
  padding: 50px;
  
}

a.link-card,
a.link-card:hover {
  color: inherit;
  text-decoration: none;
}

footer{
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  color: #fff;
  background-color: #7798ab;
  text-align: center;
}

.dark{
  padding: 15px;
  background: #35424a;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.font-c{
 font-family: 'Cantarell', sans-serif;
}
