body {
  font-family: 'neucha', sans-serif;
  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; } }

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


  .container {
  text-align: center;
  padding-top: 20px;}

.page-title {
  font-size: 80px;
  color: #f2932f;
  font-weight: bold;
  margin-bottom: 6px; }


.page-description {
  font-size: 25px;
  text-align: center;
}

button {
  background-color: white;
  text-align: center;
  border: 0px solid;
  border-radius: 5px;
  width: 100px;
  margin:5px;
}


p {
  font-size: 14px;
  line-height : 30px; }

.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: #f2932f;;
  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: #f2932f;;
    color: #ffffff; }

    a:link {text-decoration:none;}
    
    a:link {color: #f2932f;}

    a:visited {color: #f2932f;}
    
    a:hover {color: #fff;}
    
    a:active {color: #f2932f;}  

