/* CSS Document */


/*
	Extra small devices (portrait phones, less than 576px)
	No media query since this is the default in Bootstrap

	Small devices (landscape phones, 576px and up)
	@media (min-width: 576px) { ... }

	Medium devices (tablets, 768px and up)
	@media (min-width: 768px) { ... }

	Large devices (desktops, 992px and up)
	@media (min-width: 992px) { ... }

	Extra large devices (large desktops, 1200px and up)
	@media (min-width: 1200px) { ... }
*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');



/* designer overrides */

body {
}

body {
   font-family: 'Source Sans Pro', sans-serif;
}

.intro {
    padding-top: 16px;
    padding-bottom: 16px;
}

.intro p {
    font-size: 31px;
    color: #39673D;
    font-weight: 700;
}

.green-bar {
    background: #63a890;
    padding-top: 25px;
    padding-bottom: 25px;
}

.green-bar p {
   font-size: 26px;
   color: white;
   line-height: 30px;
}

.contact-intro {
    padding-top: 25px;
    padding-bottom: 25px;
}

.contact-intro p {
   font-size: 23px;
}

.company-details {
    background: #E6E6E7;
    padding-top: 25px;
    padding-bottom: 9px;
    padding-left: 25px;
    padding-right: 25px;
}

.company-details h2 {
    font-size: 18px;
    color: #39673D;
    font-weight: 700;
}

.company-details p {
    font-size: 17px;
}

.green-bar-right p {
    font-size: 23px;
}

.green-bar-right strong {
    font-size: 26px;
}

.btn.btn-custom-1 {
    color: white;
    background: #39673D;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.form-control {
    border: none;
    border-bottom: 1px solid #39673D;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    background: #E6E6E7;
}

form {
    background: #E6E6E7;
    padding: 20px;
}

.form-control:focus {
    color: #495057;
    background-color: #E6E6E7;
    border-color: #39673D;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(57 103 61 / 22%);
}

.form-message p {
    font-size: 20px;
    font-weight: 700;
    color: #39673D;
}

.contact-form textarea.form-control {
    height: 81px;
}

.footer {
    padding-bottom: 11px;
    padding-top: 11px;
    background: #E6E6E7;
    margin-top: 30px;
}

.footer a {
    color: #39673D;
    font-size: 15px;
}

.footer-nav {
   padding-bottom: 10px;
}

.standard-page h1 {
    font-size: 23px;
    font-weight: 800;
    color: #39673D;
}

.standard-page h3 {
    font-size: 20px
}

.standard-page {
    padding-top: 25px;
}

.standard-page p {
  font-size: 15px;
}

@media only screen and (max-width: 575px) {
   .intro p {
   font-size: 28px;
   margin-bottom: 6px;
  }
  .green-bar p {
   font-size: 23px;
   line-height: 27px
  }
 .contact-intro p {
  font-size: 20px;
  }

}

@media only screen and (max-width: 767px) {
   .contact-form {
   padding-bottom: 30px;
  }
  .text-center {
   text-align: left!important;
  }
};

@media (max-width: 575.98px) {
	
}

@media (min-width: 576px) and (max-width: 767.98px) {
	
}

@media (min-width: 768px) and (max-width: 991.98px) { 
	
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
	
}

@media (min-width: 1200px) { 
	
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
}


