body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #818181;
      background-color: #618685;
  }
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
      margin-top:50px;
  }

  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }

  #button {
      background-color: #c94c4c;
      color: #fefbd8;
      float:none;
      margin-bottom:5%;
  }  
  
  #creator {
      margin-top:4%;
      color:#fefbd8;
      font-weight: 600;
      background-color: rgba(48, 48, 48, 0.25);
  }
  #googleMap {
      border-style: groove;
      margin-bottom: 5%;
  }
  .form-control{
      border-style: groove;
  }
  .jumbotron {
      background-image:url("../stylesheets/images/sunset.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto;
      padding-top: 400px;
      padding-bottom: 200px;
      font-family: Montserrat, sans-serif;
      color:#fefbd8;
      
  }
  .jumbotron h1 {
      margin-top:4%;
      padding:10px 10px 10px 10px;
      font-weight: 500;
      background-color: rgba(48, 48, 48, 0.25);
      border-radius: 5px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .jumbotron h3 {
      font-weight: 400;
      }
  #thank-you {
      background-image:url("../stylesheets/images/nature.jpg");
  }
  #thank-you h1 {
      background-color: rgba(48, 48, 48, 0.75);
      margin-left: 10%;
      margin-right: 10%;
  }
  #thank-you h3 {
      background-color: rgba(48, 48, 48, 0.75);
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      padding:10px 10px 10px 10px;
      border-radius: 5px;
      margin-left: 25%;
      margin-right: 25%;
  }
  .container-fluid {
      padding: 25px 100px 25px 100px; 
  }
  .bg-grey {
      background-color: #fefbd8;
  }
  .col-sm-4 img {
      margin-top: 50px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  }
  .logo-small {
      color: #c94c4c;
      font-size: 50px;
  }
  .logo {
      color:  #c94c4c;
      font-size: 75px;
      margin-top: 3%;
  }
  .thumbnail {
      padding: 5% 0 5% 0;
      border: none;
      background-color:  #c94c4c;
      height: 100px; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
      color: #F7EBD4;
  }
  .thumbnail p {
      position: relative;
      top:50%;
      transform: translateY(-50%);
  }
  .thumbnail:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
      color:  #c94c4c !important;
      background-color: #fff !important;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .modal-content{
      margin-top:50px;
  }
  #modal-button {
      background-color: #c94c4c;
      color: #fefbd8;
  }
  .navbar {
      background-color: #80ced6;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 2px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
      font-weight:bold;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #303030 !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #c94c4c !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #F7EBD4 !important;
  }
  footer .glyphicon {
      font-size: 30px;
      margin-bottom: 20px;
      color: #c94c4c;
  }
  #services p {
     font-size: 14px;
     line-height: 1.375em;
     color: #303030;
     font-weight: 550;
     margin-bottom: 30px;
  }
  
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 0;
    }
    .col-sm-8 {
      margin: 0;
    }
    .container-fluid {
      padding: 25px 25px 25px 25px; 
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
    .logo {
        font-size: 75px;
    }
    .jumbotron {
      padding-top: 150px;
      padding-bottom: 100px;
      background-size: 768px;
    }
    iframe {
      width:100%;
    }

  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 50px;
    }
    .jumbotron {
      padding-top: 100px;
      padding-bottom: 50px;
      background-size: 680px;
    }

  }