/* Core Overrides */
h1 {
    text-align: center;
    padding: 0px 50px 50px 50px;
    color: #8d2424;
}
p, p a {
  font-size: 16px;
  color: #717170;
  line-height: 2;
}

h2, h2 a {
    color: #8d2424;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

h1, h2, h3, h4, h5, .more, p, li {
    font-family: Montserrat, sans-serif;
}
/* Home page */

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

/* Header CSS */
#brand img {
    padding-bottom: 15px;
    padding-top: 5px;
}
.navbar.navbar-default {
    border-bottom: 2px solid #8e8f92;
}

.headimg img {
    width: 100%;
}
.headimg {
    width: 100%;
    height:auto;
    margin: auto;
    text-align:center;
    position:relative;
    
}
.button1 {
    width: 200px;
    margin: 0 auto;
    font-size: 18px;
    border: 1px solid black;
    padding: 10px;
    background: white;
    color: black;
    transition: 0.3s;
}
.button1:hover {
    color: white;
    border: 1px solid white;
    background: black;
}
.headtext {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    height: 350px;
    color: white;
    font-size: 32px;
    font-weight: 600;
}
.headtext1 {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    color: white;
    font-size: 36px;
    font-weight: 700;
  height: 100px;
}
.homegroup {
    text-align: center;
    padding-bottom: 10px;
    margin-top: 40px;
}
p.head1 {
    color: white;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 100px;
    text-shadow: 2px 0px 2px rgba(0, 0, 0, 1);
}
p.head2 {
    color: white;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 2px 0px 2px rgba(0, 0, 0, 1);
}
/* Nav */

.navbar-default .navbar-nav>li>a {

    font-size: 16px;
}
@media screen and (max-width: 768px) {
  .navbar-default .navbar-nav>li>a {

    font-size: 12px;
}
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #8d2424;
}

/* Availability Box */
.col-md-3.availability {
    border: 1px solid #737373;
    padding: 30px 50px 10px 50px;
}

/* Things to do */

.day {
    margin-top: 50px;
    margin-bottom: 50px;
}
/* Google Map */
div#cavas_id99 {
    margin-top: -20px;
}

/* Footer */

div#footer {
    background: #d4d4d4;
    border-top: solid 3px black;
}
div#footer p {
    color: black;
}
/* Button2 */
.button2 {
    color: grey;
    font-size: 16px;
    padding: 10px 10px 10px 0px;
    text-align: left;
    margin-top: 20px;
    transition: 0.3s;
    border-bottom: 2px solid grey;
    font-weight: 600;
}

.button2:hover {
    color: #8d2424;
    font-size: 16px;
    padding: 10px 10px 10px 0px;
    text-align: left;
    margin-top: 20px;
    transition: 0.3s;
    border-bottom: 2px solid #8d2424;
    font-weight: 600;
}
/* Home Mobile CSS */
.headtextmob.hidden-lg {
    text-align: center;
    margin-top: 50px;
}

/* Widget CSS */
div#CDSWIDCOE {
    margin: auto;
}
div#CDSWIDGRN {
    margin: auto;
}
.col-md-4.bookingcom img {
    margin: auto;
    display: block;
}
/* Location */

.col-md-6.leftpadd {
    padding-left: 30px;
    margin: 50px 0px;
}
.col-md-6.rightpadd {
    padding-right: 30px;
    margin: 50px 0px;
}