body {
    background-image: url("../images/background.jpg");
    background-attachment: fixed;
    background-color: #cccccc;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6	{
    display: inherit;
    font-size: inherit;
    margin-block-start: inherit;
    margin-block-end: inherit;
    margin-inline-start: inherit;
    margin-inline-end: inherit;
    font-weight: inherit;
}

@font-face {
    font-family: "francois one";
    src: url("../fonts/FrancoisOne.ttf");
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Light.ttf");
}

@font-face {
    font-family: "Open Sans Bold";
    src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face {
    font-family: "impact";
    src: url("../fonts/impact.ttf");
}

@font-face {
    font-family: "charcoal";
    src: url("../fonts/Charcoal.ttf");
}

@font-face {
    font-family: "allura";
    src: url("../fonts/Allura-Regular.otf");
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald-Regular.ttf");
}

@font-face {
    font-family: "KaushanScript";
    src: url("../fonts/KaushanScript-Regular.otf");
}

.content {
    position: relative;
    width: 1000px;
    margin: auto;
    margin-top: 40px;
    padding-bottom: 1px;
    background-color: #291f07;
}

.footer {
    font-family: 'Open Sans Bold', sans-serif;
    position: relative;
    width: 1000px;
    margin: auto;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #FFF;
    font-size: large;
    text-align: center;
}

.namePart1 {
    height: 134px;
    font-family: impact, charcoal, sans-serif;
    font-size: 96px;
    color: #FFFFFF;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.namePart2 {
    font-family: 'francois one';
    font-size: 35px;
    margin-top: 45px;
    color: #FFFFFF;
    float: left;
}

input[type="text"], textarea {
    font-family: 'Oswald', sans-serif;
    background-color: #d5c6a1;
    border: 1px solid #999;
    padding: 5px;
    margin-top: 5px;
    width: 300px;
    resize: none;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
}

.error {
    background-color: #ffdcdc !important;
    border: 1px solid #d00000 !important;
}

.topLevelLogo {
    display: inline-block;
}

.topLevelMenu {
    font-size: 18px;
    font-family: 'Open Sans Bold', sans-serif;
}

.topLevelMenu div {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 162px;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
}

.topLevelMenu a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 162px;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
}

.topLevelMenu a:hover {
    text-decoration: underline;
}

/* Dropdown Button */
.topLevelMenu .dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.topLevelMenu .dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.topLevelMenu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-right: 32px;
}
  
/* Links inside the dropdown */
.topLevelMenu .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.topLevelMenu .dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.topLevelMenu .dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.topLevelMenu .dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.mainImage {
    margin: 10px;
}

.clear {
    clear: both;
}

.mainIndent {
    padding: 10px;
    padding-left: 20px;
}

.mainBlock {
    margin: 10px;
    background-color: #352808;
}

.mainBlock .column3x {
    width: 300px;
    float: left;
    margin-left: 16px;
}

.mainBlock .column4x {
    width: 225px;
    float: left;
    margin-left: 16px;
}

.mainBlock .column1 {
    width: 450px;
    float: left;
}

.mainBlock .column2 {
    width: 476px;
    float: right;
    margin-top: 90px;
}

.mainBlock .title {
    font-family: Oswald;
    font-size: 16px;
    color: #d5c6a1;
    margin-top: 10px;
}

.mainBlock .image {
    width: 476px;
    height: 374px;
    float: right;
    margin-left: 5px;
}

.mainBlock .smallImage {
    width: 225px;
    float: right;
    margin-left: 5px;
}

.servicesBlock {
    margin: 10px;
    background-color: #352808;
}

.servicesBlock .column4x {
    width: 225px;
    float: left;
    margin-left: 16px;
}

.servicesBlock .column1 {
    width: 475px;
    float: left;
    text-align: center;
}

.servicesBlock .column2 {
    width: 475px;
    float: right;
    text-align: center;
}

.servicesBlock .title {
    font-family: KaushanScript;
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
}

.servicesBlock .title2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
}

.servicesBlock .title3 {
    font-family: Oswald;
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.servicesBlock .title4 {
    font-family: 'Open Sans Bold', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-weight: 300;
}

.servicesBlock .text {
    font-size: 14px;
    vertical-align: top;
    margin-left: 85px;
    margin-right: 85px;
    margin-top: 0px;
    float: left;
}

.galleryBlock {
    margin: 10px;
    background-color: #352808;
}

.galleryBlock .column5x {
    max-width: 150px;
    max-height: 150px;
    margin: 5px;
    vertical-align: middle;
}

.galleryBlock .title {
    font-family: 'Open Sans Bold', sans-serif;
    color: #FFFFFF;
}

.galleryBlock .title2 {
    font-family: 'Open Sans Bold', sans-serif;
    color: #FFFFFF;
    text-align: center;
}

.mainTitle {
    font-family: KaushanScript;
    font-size: 33px;
    color: #FFF;
}

.testimonials {
    background-color: #352808;
    padding: 10px;
}

.textRight {
    text-align: right;
}

.text {
    font-family: Open Sans;
    font-size: 14px;
    color: #d5c6a1;
    margin-top: 10px;
    padding: 10px;
}

.BOLDtext {
    font-family: "Open Sans Bold";
}

.text2 {
    font-size: 28px;
    color: #d5c6a1;
    margin-top: 20px;
    text-align: center;
}

.text3 {
    color: #d5c6a1;
    margin-top: 20px;
    text-align: center;
}

.text4 {
    font-size: 24px;
    color: #d5c6a1;
}

.text5 {
    font-size: 14px;
    color: #d5c6a1;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.text6 {
    font-size: 14px;
    color: #d5c6a1;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
}

.pageLink {
    color: #007fff;
    text-decoration: none;
}

.contactUs {
    color: #007fff;
    border: solid 1px #125ca6;
    border-radius: 5px;
    width: 82px;
    padding: 5px;
    text-decoration: none;
}

.contactUs .column {
    width: 300px;
    text-align: center;
    float: left;
}

.contactUs a {
    color: #007fff;
    border: solid 1px #125ca6;
    border-radius: 5px;
    width: 82px;
    padding: 5px;
    text-decoration: none;
}

.contactUs a:hover {
    text-decoration: underline;
}

.contactUsSubmit {
    color: #d5c6a1;
    width: 600px;
    margin: 0 auto;
    margin-top: 20px;
}

.contactUsSubmit .column {
    width: 300px;
    text-align: center;
    float: left;
}

.contactUsSubmit a {
    color: #d5c6a1;
    border: solid 1px #d5c6a1;
    border-radius: 5px;
    width: 82px;
    padding: 5px;
    text-decoration: none;
}

.contactUsSubmit a:hover {
    text-decoration: underline;
}

#getInTouchBody {
    height: 320px;
}
