li .services-item a {
  margin: 0;
  padding: 20px 10x;
  font-size: 16px;
  line-height: 20px;
}

.services-dropdown {
  width: 350px;
}

div.one-two-three-container {
  margin-top: 30px;
}

div.one-two-three-block {
  min-height: 200px;
  padding: 15px 20px;
  font-size: 16px;
  margin-bottom: 10px;
  background-color: #D3ECFE;
  box-shadow: 3px 5px lightgrey;
  border: thin solid #428bca;
  transition: 1s;
}

.one-two-three-block:hover {
  background-color: white;
}

/* services */

div.center-services {
  text-align: center;
}

.cause-list .icon-holder {
  margin: 0 auto;
  border: 1px solid #428bca;
  width: 158px;
  height: 158px;
  background: #ffffff;
}

.cause-list li {
  padding: 0 13px;
  margin: 12px 0;
}

.cause-list li label {
  color: #428bca;
  font-size: 14px;
  text-transform: uppercase;
  margin: 12px 0 0;
  display: block;
  text-align: center;
  font-weight: normal
}

.icon-holder {
  background: #428bca;
  border-radius: 2px;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  text-align: center;
  margin-right: 20px;
  outline: 10px solid transparent;
  transition: 1s;
}

.icon-holder:hover {
  outline: 10px solid rgba(66, 139, 202, 0.5)
}

/* end of services */

@media (min-width: 1200px) {
  .main-nav-container nav {
    /* border: thin solid red; */
    width: 100%;
    float: right;
  }
  .navbar-header {
    padding: 0;
    vertical-align: center;
  }
  .navbar-header img {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 769px) {
  .navbar-header {
    background-color: #4A57B4;
    padding: 0;
    vertical-align: center;
  }
  .navbar-header img {
    width: 100%;
  }
  .jumbotron {
    width: 70%;
  }
  .jumbotron em {
    font-size: 50px;
    line-height: 50px;
  }
  .jumbotron p {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .navbar-header {
    background-color: #4A57B4;
    margin: 0px auto;
    padding: 10px;
  }
  .navbar-header img {
    /* width: 300px; */
    margin-left: 10%;
  }
  .jumbotron {
    width: 90%;
  }
  .jumbotron em {
    font-size: 32px;
    line-height: 32px;
  }
  .jumbotron p {
    font-size: 16px;
    line-height: 16px;
  }
  em.jumbotron-header {
    font-size: 20px;
    line-height: 20px;
  }
  .jumbotron-txt {
    font-size: 14px;
    line-height: 14px;
  }
}

@media (max-width: 400px) {
  .navbar-header img {
    /* width: 250px; */
    margin: auto;
  }
}

.jumbotron-txt {
  font-size: 24px;
  padding: 5px;
}

@-moz-document url-prefix() {
  ul.nav.navbar-nav.sf-menu li {
    font-weight: normal;
  }
}