/* Bayview Guest House css */

body {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pageheader {
    margin-top: 70px;
}

#mainhead1 {
  padding-top: 4px;
  text-align: center;
  font-size: 42px;
  color: #eeeeee;
  font-family: "PT Serif", Georgia, "Times New Roman", Times, serif; }

#mainhead2 {
  padding-top: 4px;
  text-align: center;
  font-size: 16px;
  color: #eeeeee; }

#mainhead3 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  color: #eeeeee; }

#slideshow {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#leftcol {
    margin-top: 10px;
}

#rightcol {
    margin-top: 30px;
}

#gallery-wrapper {
    height: 300px;
}

#castle1 {
    float: left;
    background-color: #667a74;
    background-image: url("../images/castle2.png");
    background-repeat: no-repeat;
    width: 160px;
    height: 80px;
}

#castle2 {
    background-color: #667a74;
    background-image: url("../images/castle_bg.png");
    background-repeat: repeat-x;
    height: 80px;
    padding-top: 20px;
}

#contacthead {
    font-size: 24px;
}

#contactbody {
    background-color: #ffffff;
    background-image: url("../images/below_castle.png");
    background-repeat: repeat-x;
}

/*
h1 {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    line-height: 46px;
    font-size: 48px;
    margin: 0 0 23px 0;
}

.tangy {
  font-family: 'Tangerine', serif;
  font-size: 48px;
  text-shadow: 4px 4px 4px #aaa;
}
*/

h2 {
    color: #3388ff;
    font-size: 18px;
    font-weight: bold;
}

h4 {
    color: #3c87de;
    font-size: 14px;
}

.padTop {
  height: 50px;
}

.gap20 {
    margin-top: 20px;
}

.flash {
    color: #555555;
    font-size: 15px;
    text-align: center;
}

.maintext {
    color: #333333;
    font-size: 14px;
}

.sidetext {
    color: #555555;
    font-size: 13px;
}

.formerr {
    color: #bb0b0b;
}

.footer {
    color: #555555;
    font-size: 10px;
    text-align: center;
}

.shadow {
  -webkit-box-shadow: 0px 2px 8px #333333;
  -moz-box-shadow: 0px 2px 8px #333333;
  box-shadow: 0px 2px 8px #333333;
}
