body {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'open sans', helvetica, sans-serif;
    color: #333333;
    background-color: #FFFFEB;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 200;
}

img {
    border-style: none;
}

p {
    font-size: .85em;
    text-align: justify;
    font-weight: 200;
    margin: 0 0 13px 0;
}


p.center {
    text-align: center;
    margin: auto;
}

p:last-child {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 400;
    margin: 20px 0 5px 0;
    font-size: .9em;
    color: #000000;
}

.logo, .no-svg {
    margin: 20px auto;
    width: 226px;
    height: 164px;
}

.no-svg {
    background-image: url(..images/logo.png);
}

/* Navigation */
.nav {
    text-align: center;
}

.nav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nav ul li {
    display: inline-block;
    letter-spacing: 6px;
    font-size: .8em;
    margin: 0 30px;
    text-transform: uppercase;
    font-weight: 400;
}

@media screen and (max-width: 800px) {
    .nav ul li {
        margin: 0 20px;
    }

}

@media screen and (max-width: 526px) {
    .nav ul li {
        margin: 0 10px;
        font-size: .75em;
    }

}

@media screen and (max-width: 445px) {
    .nav ul li {
        margin: 0 5px;
    }

}

@media screen and (max-width: 398px) {
    .nav ul li {
       display: block;
       margin-bottom: 1px;
    }

}

.nav li a {
    color: #000000;
    text-decoration: none;
    padding: 3px 0 3px 4px;
    border: solid 1px #ffffff;
 -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.nav li a:hover, nav li a:active {
    border: solid 1px #333333;
}

/* Slider */
.tp-banner-container {
  width:100%;
  position:relative;
}

.tp-banner-container ul {
    list-style-type: none;
}
 
.tp-banner {
  width:100%;
  position:relative;
}

.tparrows {
    display: none;
}

/* Body Content */
.body-content {
    Padding: 30px 20px;
}

.body-index {
    Padding: 30px 20px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-body-content {
    padding: 30px 3px;
}

/* Footer */
.footer span {
    font-size: .8em;
    display: block;
    text-align: center;
    padding-bottom: 20px;
}

@media screen and (max-width: 344px) {
    .footer span {
        font-size: .7em;
    }

}
.noel {
    display: block;
    margin: 0 auto 30px auto;
}

.about {
    padding: 0 0 0 18px;
    margin: 0;
}

.about li {
    font-size: .85em;
    line-height: 1.9em;
}

/* Gallery */

.gallery img {
    float: left;
    padding:3px;
}

.wide-pic {
    width: 50%;
}

.tall-pic  {
    width: 25%;
}

.about-text {
    max-width: 40em
}

.gallery-text {
    max-width: 50em
}

@media screen and (max-width: 768px) {
    .wide-pic {
        width: 49.8%;
    }

    .tall-pic  {
        width: 25%;
    }

}

@media screen and (max-width: 750px) {
    .wide-pic {
        width: 100%;
    }

    .tall-pic  {
        width: 50%;
    }

}

/* Contact Form */

.form-container {
    max-width: 33.5em;
    margin: auto;
}

label {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 400;
    margin: 20px 0 5px 0;
    font-size: .9em;
    color: #000000;
    display: block;
}

label:first-child {
    margin-top: 0;
}

input, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: .85em;
    border:solid 1px #cccccc;
 -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
    font-family: 'open sans', helvetica, sans-serif;
    color: #333333;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 200;
    border-radius: 0px;
}
  
input:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

textarea {
    height: 225px;
}

#submit {
    border: solid 1px #cccccc;
    border-radius: 4px;
    margin-top: 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #f5f5f5;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 400;
    margin: 20px 0 5px 0;
    font-size: .9em;
    height: 46px;
}

#submit:hover {
  position: relative;
  cursor: pointer;
  background: #f0f0f0;
}

#contactus .error
{
   background-color : #ffeef1;
   font-size: .85em;
}


/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}

/* Thank you Page */

.thank-you-text {
    max-width: 40em;
}

.thank-you-text p {
    text-align: center;
}