body {
  font-size: 100%;
  color: #506172;
}

body a {
  color: #506172;
}

body a:hover {
  text-decoration: none;
  color: #ffa801;
}

h1 {
  font-family: "Barlow Condensed";
  font-size: 2.5rem;
  font-weight: 500;
  color: #202b4e;
}

h2 {
  font-family: "Barlow Condensed";
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffa801;
}

h3 {
  font-family: "Barlow Condensed";
  font-size: 1.5rem;
  font-weight: 600;
  color: #202b4e;
}

.subtitle {
  font-size: 2rem;
  font-family: "Barlow Condensed";
  font-weight: 300;
  font-style: italic;
  text-shadow: 2px 1px 2px #202b4e;
}

section {
  margin-top: 60px;
}

.box-type1 {
  -webkit-box-shadow: 4px 4px 16px -3px rgba(138, 138, 138, 0.59);
  box-shadow: 4px 4px 16px -3px rgba(138, 138, 138, 0.59);
  border: 1px solid #ced8eb;
  background-color: white;
}

.box-type1 a {
  color: #3b4855;
  font-style: italic;
}

.box-type1 .fa-facebook-f {
  background-color: #556994;
  color: white;
  font-size: 0.8rem;
  padding: 2px 4px 1px 4px;
  border-radius: 2px;
}

.box-type1 .fa-facebook-f:hover {
  color: #ffa801;
  -webkit-transition: left 2px;
  transition: left 2px;
}

.box-type1 .icon {
  padding-left: 10px;
}

.box-type2 {
  border: 1px solid #dafcef;
  background-color: white;
}

.box-type2:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(133, 66, 189, 0.1);
  box-shadow: 0 10px 30px 0 rgba(133, 66, 189, 0.1);
}

.icon {
  font-size: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0a0480;
}

.navbar {
  background-color: white;
  -webkit-box-shadow: rgba(25, 25, 25, 0.1) 0px 10px 15px 0px;
          box-shadow: rgba(25, 25, 25, 0.1) 0px 10px 15px 0px;
}

.navbar .nav-link {
  font-family: "Barlow Condensed";
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #202b4e !important;
}

.navbar .nav-link:hover {
  color: #ffa801 !important;
  padding-top: 2px;
}

.navbar .navbar-text {
  font-family: "Roboto";
  font-size: 16px;
  color: #506172;
}

.info {
  font-weight: 600;
}

footer {
  background-image: url("../../img/footer_bg.jpg");
  background-size: cover;
  background-color: #172c41;
  color: #ced9e1;
}

footer h1 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}

footer a {
  color: #ced9e1;
  font-weight: 300;
}

footer ul {
  padding-left: 0;
}

footer li {
  list-style: none;
}

footer .footer-copy-right {
  font-size: 0.7rem;
}
/*# sourceMappingURL=style.css.map */