body{
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  font-size: 16px;
  background-image: url(../images/patterns/light_wool.png);
}
.slogan{
    font-family: 'Shadows Into Light';
    font-size: 35px;
}
.centered-container{
  float: none;
  margin: 0 auto;
}
.content-section{
    min-height: 650px;
}
.centered-footer-container{
  float: none;
  margin: 0 auto;
}
header, footer{
  background-color: #f7ce75;
}
footer{
  margin-top: 20px;
}
.logo{
  max-width: 60%;
}
.top-section{
  background-color: #f7ce75;
}

.social-section li{
  font-size: 20px;
}

.services-section{
  margin-top: 20px;
}

.red-stripe{
  height: 2px;
  background-color: #9e0500;
}

.margin-top-10{
  margin-top: 10px;
}

.margin-bottom-10{
  margin-bottom: 10px;
}

.margin-top-20{
  margin-top: 20px;
}

.margin-bottom-20{
  margin-bottom: 20px;
}

.padding-top-20{
  padding-top: 20px;
}

.tripadvisor > a{
  color: #00af87 !important;
}

.facebook > a{
  color: #3b5998 !important;
}

.tour-item:hover{
  background-color: rgba(0, 0, 0, 0.05);
}

.error{
    font-size: 14px;
    color: rgb(181, 0, 0);
    display: inline-block;
}
.success-message{
    color: green;
}
