body {
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding-bottom: 75px; }
  @media (min-width: 768px) {
    body {
      padding-bottom: 110px; } }


#top, #bottom, #left, #right {
  background: #ffffff;
  position: fixed;
  }
  #left, #right {
    top: 0; bottom: 0;
    width: 15px;
    }
    #left { left: 0; }
    #right { right: 0; }
    
  #top, #bottom {
    left: 0; right: 0;
    height: 15px;
    }
    #top { top: 0; }
    #bottom { bottom: 0; }


    @media (max-width: 767px) {
    #top, #bottom, #left, #right {
      opacity: 0%; } }


.navbar-brand {
  margin-right: 0; }
  .navbar-brand img {
    height: 40px; }

.navbar-dark {
  padding-top: 40px;
  padding-bottom: 35px; }
  .navbar-dark .navbar-text {
    color: #ffffff;
    opacity: 1;
    padding: 0 20px;
    border-right: 1px solid #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .15em;
    font-family: 'Josefin Sans', sans-serif; }

    .navbar-dark .navbar-text:last-child {
      border-right: 0; }
  @media (max-width: 767px) {
    .navbar-dark {
      padding-bottom: 0; } }

.page-title {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 0px; }
  @media (max-width: 767px) {
    .page-title {
      font-size: 35px;
      margin-bottom: 14px; } }

.page-description {
  max-width: 800px;
  font-size: 18px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .page-description {
      font-size: 14px; } }

p {
  font-size: 14px;
  margin-bottom: 21px; 
  font-family: 'Lora', serif; 
}

  h1 {
    font-family: 'Josefin Sans', sans-serif;

  }

  h2 {
    font-family: 'Josefin Sans', sans-serif;

  }


.cta-block {
    margin-top: 48px;
    margin-bottom: 30px;
}


.button {
  background-color: #ffffff;
  border: none;
  color: #050A30;
  padding: 15px 32px;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition: all 0.3s ease-in-out;; }
.button:hover {
  text-decoration: none;
  background-color: #050A30;
  color: #ffffff; }





.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  margin-right: 10px;
  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: #050A30;
    color: #ffffff; }
