@font-face {
  font-family: Montserrat-Bold;
  src: url(Fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(Fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: SpicyRice-Regular;
  src: url(Fonts/SpicyRice-Regular.ttf);
}
.container {
  max-width: 1200px;
}

/*
 * Custom translucent site header
 */
body {
    background-color: #4d6d5a;
}
.site-header {
  background-color: #F2F0E5;
  
}

.logo {
  width: 160px;
  padding: 15px;
}
header .col-9 {
  background-image: url("images/header-bg.png");
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
}
.contact-bar {
  width: 450px;
  padding-top: 34px;
}
.contact-bar p {
  font-family: Montserrat-Regular;
  font-weight: 400;
  font-size: 17.29px;
  line-height: 115.1%;
  letter-spacing: 0.2em;
  color: #4D674D;
}
.contact-bar p span {
  font-family: Montserrat-Bold;
  /*font-weight: 600;*/
}

.left-col {
  background-image: url("images/gr-bg.jpg");
  /*background: #44694C;*/
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
}
.intro h1 {
  font-family: SpicyRice-Regular;
  color:#F2F0E5;
  -webkit-text-stroke: 1px #42120E;
font-size:105px;
line-height: 93.03px;
font-weight: 400;
}
.intro p {
  font-family: Montserrat-Bold;
font-size:22px;
line-height: 25.32px;
font-weight: 700;
color:#ffffff;
}
.right-col {
  background-image: url("images/page-image.jpg");
  /*background: #44694C;*/
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
}
.sites p {
  font-size: 16px;
  line-height: 18.42px;
  font-family: Montserrat-Bold;
  color: #4D674D;
  font-weight: 700;
  padding: 20px;
   margin: 0;
}
.sites {
  background: #F2F0E5;
  margin-bottom: 17px;  
  width: 90%; 
  height: auto; 
  border-radius: 10px;
}
.sites img {
  width: 100%;
  padding: 20px;
  padding-bottom: 0;
  padding-top: 0;
}
.intro {
  width: 90%; 
  margin-top: 33px;
}
.right-col {
  padding: 0;
}
/*Form Style*/
.c-form {
    background: #F2F0E5;
    float: right;
    width: 360px;
    padding: 20px;
    padding-right: 0;
    border-radius: 10px 0 0 10px;
    margin-top: 23%;  
}
.c-form p {
  margin: 0;
  font-size: 22px;
  line-height: 25.32px;
  font-family: Montserrat-Bold;
  font-weight: 700;
  color:#4D674D;
}
/*fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 350px !important;
    height: 40px !important;
}*/
#firstname-57effaf1-0167-49bf-96e5-1d5bcccd97bd, #lastname-57effaf1-0167-49bf-96e5-1d5bcccd97bd {
  width: 143px;
}
.mobile #firstname-57effaf1-0167-49bf-96e5-1d5bcccd97bd, .mobile #lastname-57effaf1-0167-49bf-96e5-1d5bcccd97bd {
  width: 95%;
}
input {
  height: 29px;
}
input, textarea {
  font-family: Montserrat-Regular;
  font-size: 13px;
  border: 1px solid #87AC3E;
  padding-left: 10px;
}

input[type=submit] {
  margin-top: 10px;
}
@media screen and (min-width: 520px) {
.mobile {
 display: none;   
}
}
@media screen and (max-width: 520px) {
.desktop {
 display: none;   
}
.mobile {
 display: block;   
}
}

header .mobile {
  text-align: center;
}
.logo-text {
    padding: 20px 0;
}
.logo-text h1 {
    font-family: SpicyRice-Regular;
font-style: normal;
font-weight: normal;
font-size: 35.111px;
line-height: 92.1%;
text-align: center;
color: #8FA694;
}
.logo-text h1 span {
    color: #D19F70;
}
.logo-text p {
    font-family: Montserrat-Bold;
font-style: normal;
font-weight: 500;
font-size: 7.302px;
line-height: 92.1%;
text-align: center;
color: #42120E;
margin:0;
}
.mobile .intro {
  width: 100%;
  margin-top:0;
  padding: 20px 10px;
}
.mobile .sites p { 
 padding:20px 0;   
}
.mobile .sites img {
    padding: 0;
}
.mobile .intro h1 {
font-size: 54px;
    line-height: 60.25px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.mobile .intro p {
font-family: Montserrat-Bold;
    font-size: 22px;
    line-height: 25.32px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}
.m-sites {
  background: #F2F0E5;
}
.mobile .c-form {
    background: #F2F0E5;
    float: none;
    width: 100%;
    padding: 20px;
   border-radius: 0;
  margin-top: 0;
}
.mobile .sites {
  background: none;
  width: 100%;
}
.gb-bg {
    height: 120px;
    background-image: url("images/gr-bg.jpg");
  /*background: #44694C;*/
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
    margin-top: -90px;
}
.mobile .sites img {
  width: 100%;
  filter: drop-shadow(0px 4px 17px rgba(0, 0, 0, 0.25));
}
.m-contact-bar {
  margin-top: 40px;
}
.m-contact-bar p {
font-family: Montserrat-Regular;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 115.1%;
/* or 16px */

text-align: center;

color: #4D674D;
}
.m-contact-bar p span {
  font-family: Montserrat-Bold; 
}
@media screen and (max-width: 1150px) {
 .intro h1 {
    font-size: 6.8359375vw;
    line-height: 6.0546875vw;
}   
}
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 266px) {
.mobile .c-form {
 padding:20px 0;  
}
.m-contact-bar p {
    font-size: 8px;

}
.sites p {
    font-size: 8px;
    line-height: 11.42px;
    padding: 20px 0;
}
.mobile .intro h1 {
    font-size: 40px;
    line-height: 45.25px;
}
}
@media screen and (max-width: 640px) {
    .contact-bar {
    width: 100%;
}
.contact-bar p {
    font-size: 2.7vw;
}
.c-form { 
width: 274px;
}
#firstname-57effaf1-0167-49bf-96e5-1d5bcccd97bd, #lastname-57effaf1-0167-49bf-96e5-1d5bcccd97bd {
    width: 90%;
}
.logo {
    width: 100%;
}
}
@media screen and (min-width: 1200px) {
.container {
 max-width: 100%;
}
.c-form {
    float: none;
    padding: 20px;
    padding-right: 0;
    border-radius: 10px 10px 10px 10px;
    margin:20% auto;
}
.logo {
    width: 160px;
    padding: 15px;
    float: right;
}
.left-wrap {
    width: 400px;
    float: right;
}
}