/* COLORS RGB */
/*GENERIC*/
.btn-primary {
  color: #fbfcff;
  background-color: #274156;
  border: none;
}
.btn-primary:hover {
  background-color: #1c6e8c;
}

a {
  color: #1c6e8c;
}

/*NAVIGATION BAR */
.navbar-nav.mr-auto {
  margin-left: auto;
  margin-right: 0 !important;
}

.navbar.bg-light {
  background-color: #fbfcff !important;
}

/*JUMBOTRON*/
.jumbotron {
  background-color: #9fd8cb;
}
.jumbotron h2 {
  color: #274156;
}

.idea {
  font-size: 110px;
  color: #fbfcff;
}

/*PORTFOLIO*/
.card {
  border: 1px solid rgba(96, 88, 86, 0.125);
}

#portfolio h3 {
  color: #274156;
}

/*Footer*/
footer {
  background-color: #274156;
  color: #fbfcff;
}

.footer-sub {
  margin-top: 20px;
  margin-bottom: 20px;
}

.social-links {
  letter-spacing: 10px;
  padding-left: 0;
}
.social-links li {
  display: inline-block;
  margin-right: 10px;
}
.social-links li a span {
  font-size: 33px;
  text-align: center;
  color: #fbfcff;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.social-links li a span:hover {
  color: #9fd8cb;
}

/*# sourceMappingURL=style.css.map */
