body {
  font-family: 'Karla', sans-serif;
  background-image: url("../images/background-img.min.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding-bottom: 80px; }
@media (min-width: 768px) {
    body {padding-bottom: 110px; } }

.navbar-brand {
  margin-right: 0; }
  .navbar-brand img {
    height: 100px; width: auto;}

.navbar-dark {
  padding-top: 35px;
  padding-bottom: 35px; }
  .navbar-dark .navbar-text {
    color: #ffffff;
    opacity: 1;
    padding: 0 20px;
    border-right: 1px solid #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center; }
    .navbar-dark .navbar-text:last-child {
      border-right: 0; }
@media (max-width: 767px) {
.navbar-dark {
      padding-bottom: 0; } }

.page-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 59px;
  margin-bottom: 6px; }

@media (max-width: 767px) {
.page-title {
      font-size: 36px;
      line-height: 42px;
      font-weight: 700;
      margin-bottom: 14px; } }

.page-description {
  max-width: 650px;
  font-size: 16px;
  margin-bottom: 28px; }
  
@media (max-width: 767px) {
.page-description {
      font-size: 15px; } }
p {
  font-size: 14px;
  margin-bottom: 21px; }

.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  margin-right: 16px;
  transition: all 0.3s ease-in-out; }
.footer-social-links .social-link:last-child {
    margin-right: 0; }
.footer-social-links .social-link:hover {
    text-decoration: none;
    background-color: #000000;
    color: #ffffff; }

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