/*------------------------------------------
# Defaults
  ## Helper Classes
# Site Header
# Home
# About
# Services
# Contact
# Site Footer
# Media Queries
# Print Styles
------------------------------------------*/


/*------------------------------------------
# Defaults
------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  /* Prevent scrollbar */
}

html,
body {
  line-height: 1.45;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Arial', sans-serif;
  font-size: 1.1rem;
}

.Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
}

.Site-content {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

.container {
  max-width: 1450px;
  position: relative;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 1rem 0;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0 1rem;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 1.5;
  margin: 1rem auto;
  padding: 0 1rem;
}

ul {
  margin-left: 2.5rem;
}

label {
  color: #333;
}

/*------------------------------------------
# Site Header
------------------------------------------*/
#site-header {
  background: #212020;
  color: #FFFFFF;
  font-size: 1rem;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

#site-logo {
  display: inline-block;
  width: 225px;
}

#site-logo img {
  width: 100%;
}

#site-header--contact {
  margin-top: .5rem;
  text-align: center;
}

#site-header--contact a {
  color: #FFFFFF;
  display: inline-block;
  text-decoration: none;
}

#phone-button {
  background: #3F93CE;
  border-radius: 3px;
  font-size: 1rem;
  padding: .4rem 1rem;
  overflow: hidden;
  display: inline-block;
  float: none;
}


#schedule-button {
  background: white;
  border-radius: 3px;
  color: black !important;
  font-size: 1rem;
  padding: .39em 2rem;
  overflow: hidden;
  display: inline-block;
  float: none;
}

#header-mail-icon {
  display: none: !important;
}

.iconify {
  display: none;
}

/*------------------------------------------
# Home
------------------------------------------*/
#homepage-container {
  width: 100%;
  margin:  0;
  position: relative;
}

#homepage-container--content {
  position: relative;
  width: 100%;
}

.agriculture-seal {
  background: #69A8D7;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  font-size: 90%;
  /* margin: 0 0 3rem 0; */
  margin: 0;
  padding: 1.5rem 0;
  text-align: center;
  width: 100%;
}

.agriculture-seal p {
  display: inline-block;
  margin: .5rem auto .25rem auto;
  max-width: 375px;
}

.agriculture-seal--large {
  display: none;
}


/*------------------------------------------
# About
------------------------------------------*/
#about-content-container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  padding: 0 0 1rem 0;
  position: relative;
  margin-top: 3rem;
}

#about-content-container:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url(../img/about-content-bg.jpeg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  margin: 0;
}

#about-content {
  background: rgba(255, 255, 255, .7);
  -moz-box-shadow: 1px 2px 3px rgba(255, 255, 255, .45);
  -webkit-box-shadow: 1px 2px 3px rgba(255, 255, 255, .45);
  box-shadow: 1px 2px 3px rgba(255, 255, 255, .45);
  overflow: hidden;
  position: relative;
  text-align: left;
}

.about-techs {
  text-align: center;
}

.about-techs h6,
.about-techs p {
  text-align: left;
}

.about-profile {
  margin: 1rem auto;
  width: 80%;
}

.about-profile img {}

#about-techs--team {
  margin: 2rem auto;
}

#why-choose-us {
  background: #69A8D7;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  color: #FFFFFF;
  font-size: 80%;
  margin: 0;
  padding: 1rem 1.5rem;
  width: 100%;
}

#why-choose-us ul {
  line-height: 1.5;
}

#why-choose-us li {
  margin: .9rem 0;
}

#why-choose-us--large {
  display: none;
}


/*------------------------------------------
# Services
------------------------------------------*/
#services-container {
  padding: 3rem 0 2rem 0;
  position: relative;
  width: 100%;
}

#installation-types span {
  display: block;
  padding: .5rem;
}

.service-feature {
  background: #3F93CE;
  color: #FFFFFF;
  height: 250px;
  padding: 1rem;
  width: 100%;
  height: auto;
}

.service-feature--large {
  display: none;
}


/*------------------------------------------
# Contact
------------------------------------------*/
#contact-page-container {
  background-image: url("../img/contact_page_bg.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

#contact-page-content {
  margin: 3rem auto;
  width: 100%;
}

#contact-request-online {
  color: red;
}

#contact-page-form {
  background: #EDF4FB;
  font-size: .75rem;
  margin: 2rem auto;
  padding: 1rem;
  max-width: 768px;
  text-transform: uppercase;
}

#contact-page-request {
  color: red;
  font-size: 90%;
}

#contact-form--header {
  font-size: .65rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

#contact-form--header .col-xl-6 {
  margin: .5rem auto;
}

#contact-form-header--call-btn {
  background: #FC7E11;
  color: #FFFFFF;
  font-size: 1rem;
  padding: .5rem 1rem;
  margin: 1rem auto;
  width: 100%;
}

.btn-send {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}

/*------------------------------------------
# Site Footer
------------------------------------------*/
#site-footer {
  background: #D5EAF5;
  margin: 0;
  padding: 3.5em 0;
  position: inherit;
}

.site-footer--inner {
  max-width: 1150px !important;
  margin: 0 auto;
  text-align: center;
}

.site-footer--inner p {
  display: inline-block;
  font-size: .9rem;
  line-height: 1.2rem;
  margin: .5rem auto;
  text-align: left;
  width: 90%;
}

.site-footer--inner .col-md-4:nth-child(3) p {
  font-weight: bold;
}


/*------------------------------------------
# Media Queries
------------------------------------------*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  body {
    font-size: .9rem;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1rem;
    margin: 1rem 0 .5rem 0;
  }

  .about-portrait {
    height: 250px !important;
  }
}

@media only screen and (min-width: 1200px) {
  #why-choose-us {
    display: none;
  }

  .about-container--content-col4 {
    position: relative;
  }

  #why-choose-us--large {
    display: block !important;
    background: #69A8D7;
    font-size: 90%;
    margin: 2rem 0;
    padding: 1rem 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300%;
  }

  #why-choose-us--large-content {
    float: left;
    color: #FFFFFF;
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  #site-header--contact {
    display: inline;
    position: relative;
    float: right;
    margin-top: -4.5rem;
    width: auto;
    margin-left: 0;
  }

  #site-header--contact a {
    margin: 0 .5rem;
  }

  .agriculture-seal {
    display: none;
  }

  .homepage-container--content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #homepage-container {
    position: relative;
  }

  #homepage-container--content-col1 {
    position: relative;
  }

  .homepage-container--content-col1 p,
  .homepage-container--content-col2 p {
    line-height: 1.7;
  }

  .mike_brown_and_scott_edgemon {
    width: 90%;
  }

  .agriculture-seal--large {
    display: block;
    background: #69A8D7;
    font-size: 90%;
    margin: 2rem 0;
    padding: 2rem 0;
    text-align: center;
    position: absolute;
    bottom: 4rem;
    right: 0;
    width: 200%;
  }

  .agriculture-seal--large-img {
    float: right;
    text-align: center;
    width: 50%;
  }

  .agriculture-seal--large p {
    padding: 0 1rem;
  }

  #about-content {
    margin-top: 5rem;
  }

  .about-profile {
    margin: 1rem auto;
    width: 100%;
  }

  .about-profile img {
    float: left;
    width: 300px !important;
    height: auto !important;
  }

  #about-techs--team {
    margin: 0;
    width: 70%;
  }

  .annual-testing-list {
    display: none;
  }

  #services-container {
    padding: 3rem 0;
  }

  .service-feature {
    display: none;
  }

  .service-feature--large {
    color: #fff;
    background-color: #3F93CE;
    bottom: 15rem;
    display: block;
    padding: 1.5rem;
  }

  .service-feature--large:before {
    left: -999em;
    background: #3F93CE;
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
  }

  #contact-page-request {
    position: absolute;
    top: 5rem;
    right: 3rem;
  }

  .site-footer--inner p {
    display: inline-block;
    float: none;
    line-height: 1.4;
    margin: .5rem auto;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  #site-header {
    height: auto;
    text-align: center;
    width: 100%;
  }

  #site-logo {
    float: none;
    margin: 0 auto;
    display: inherit;
    width: 325px;
  }

  .agriculture-seal {
    background: #69A8D7;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    font-size: 90%;
    margin: 0;
  }

  .agriculture-seal p {
    margin: .5rem 0 .25rem 0;
  }

  #about-content-container:before {
    background-position: initial;
  }

  .about-techs .col {
    padding: 0 5px !important;
  }

  .about-profile {
    margin: 1rem auto;
    width: 80%;
  }

  .about-profile img {
    width: 250px;
  }

  #about-techs--team {
    margin: 3rem auto;
    width: 98%;
  }

  #why-choose-us {
    background: #69A8D7;
    font-size: initial;
    margin: 2rem 0;
    padding: 1rem 1.5rem;
  }

  #why-choose-us h6 {
    margin-left: -3rem
  }

  #why-choose-us li {
    margin: .9rem 0;
  }

  #why-choose-us--large {
    display: none;
  }

  #contact-page-form {
    padding: 2rem 3rem;
  }

}
