.logo { 
  width: 50%;
  height: auto;
}
.logo-div {
margin-bottom: 20px;
}
.mob-logo{
  width: 200px;
  height: auto;
}
.test { 
  background-color: green;
}
.to-book-div{
  margin-bottom: 30px;
}
.more-info-link {
  background: #F07024;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
}
.mob-logo-div{
  background-color: #F07024;
  padding: 20px;
}
.more-info-link:hover {
  text-decoration: none;
  color: #000;

}
.more-info-link-text{
  background-color: #F07024;
  padding: 20px;
  line-height: 40px;
  font-size: 30px;
}
.more-info-link-text-mob{
  background-color: #F07024;
  padding: 5px;
  line-height: 20px;
  font-size: 17px;
}

a:visited{
  color: #fff;
  text-decoration: none;

}
.big-link{
  font-size: 40px;
  font-weight: 600;
}
.big-link-mob{
  font-size: 24px;
  font-weight: 600;
}
.ltc-pics{
  width: 100%;
  height: auto;
}
.main-body{
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/*!
 * Start Bootstrap - Clean Blog v3.3.7+1 (http://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  font-family: font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #333333;
}
p {
  line-height: 1.5;
  margin: 30px 0;
}
p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
a {
  color: #fff;
}
a:hover,
a:focus {
  color: #fff;
}
a img:hover,
a img:focus {
  cursor: zoom-in;
}

.intro-header {
  background-color: #777777;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 50px 0 50px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 50px 0;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 54px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  font-weight: 600;
  margin: 10px 0 0;
}
.subheading-mob{
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  font-weight: 600;
  margin: 10px 0 0;
}
