@font-face {
    font-family: siteText;
    src: url("Lato-Regular.ttf");
}

@font-face {
    font-family: headingText;
    src: url("Lato-Bold.ttf");
}

body {
    font-family: siteText, "Arial";
    font-size: 14px;
}

header {
    padding: 0 30px 0 30px;
    margin: 10px 0 30px 0;
}

header p {
    text-align: center;
}

section {
    width: 85%;
    margin: 0 auto 60px auto;
}

section p {
    padding: 5px;
}

section img {
    margin: 10px 5px;
}

section input {
    width: 200px;
    padding: 5px;
    margin: 5px;
    border: none;
    border-bottom: rgb(69,56,49) solid 2px;
    outline: none;
}

section textarea {
    width: 200px;
    height: 100px;
    padding: 5px;
    margin: 5px;
    border: rgb(69,56,49) solid 2px;
    outline: none;
}

section button {
  border: none;
	background: rgb(69,56,49);
	color: rgb(194,181,155);
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
  outline: none;
}

footer {
    padding: 30px 40px;
    width: 100%;
    height: 100px!important;
    margin: 0;
    background-color: rgb(69,56,49);
    color: rgb(194,181,155);
}

footer a {
    text-decoration: none;
    color: rgb(194,181,155);
}

footer a:hover {
    color: rgb(0,0,0);
}

h2, h3 {
    margin: 5px 0 10px 0;
    font-family: headingText, "Arial";
    color: rgb(69,56,49);
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

#testimonalBackgroundImg {
    padding: 40px;
    background-image: url(../img/homepageimg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-lind {
    background-color: rgba(194,181,155, 0.5);
    width: 100%;
    padding: 60px;
}

.contactForm {
    width: 220px;
    margin: 40px auto;
}

.linkImg {
    margin: 20px 0 10px 0;
}

.testImg {
    float: left;
    padding: 2px 10px 2px 2px;
}

.testimonial {
    width: 400px;
    margin: 5px 0 0 30px;
    text-align: justify;
}

.linkText {
    visibility: hidden;
    color: rgb(69,56,49);
}

.aboutImg {
    width: 100%;
    margin: 20px auto;
}

.formResultText {
    margin-top: 10px;
    color: rgb(69,56,49);
}

.textJustify {
    text-align: justify;
}

.textCenter {
    text-align: center;
}

.spacer {
    height: 40px;
}

.left, .largeleft {
    float: left;
}

.right, .largeright {
    float: right;
}

.clearFloat {
    clear: both;
}

.smallonly {
    display: none;
}

.largeonly {
  display: inline;
}

@media only screen and (max-width:600px) {
  .left {
      float: right;
  }

  .largeonly {
    display: none;
  }

  .smallonly {
    display: inline;
  }

  .largeleft, .largeright {
      float: none;
      text-align: center;
  }

}
