body{
  font-family: 'Montserrat', sans-serif;
}

header{
  width: 100%;
  height: 200px;
  background: rgb(0,133,61);
  background: linear-gradient(90deg, rgba(0,133,61,1) 0%, rgba(112,190,68,1) 100%);
  position: relative;
  z-index: 999;
}

h1, h2, h3, h4, h5, h6{
  margin: 0 0 20px 0;
  color: #387c2b;
  font-weight: 200;
}

h3{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

p{
  margin: 0 0 15px 0;
}

.container{
  text-align: center;
}

.navbar{
  background: none;
  border: none;
  position: absolute;
  bottom: 20px;
  right: 60px;
  margin: 0;
}

.logo{
  position: absolute;
  bottom: -80px;
  left: 60px;
}

.contact{
  text-align: right;
  color: #fff;
  font-size: 28px;
  padding-right: 10px;
  padding-bottom: 10px;
  line-height: 110%;
  position: relative;
}

.contact i{
  font-size: 42px;
  margin: 20px 10px;
  position: absolute;
  left: 20px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
  color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
  background: none;
  color: #fff;
}

.navbar-default .navbar-nav > li > a{
  color: #fff;
}

.content{
  padding: 40px 0;
}

.parallax {
   height: 300px;
   width: 100%;
   position: relative;
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   overflow: hidden;
 }

.contactForm{
  width: 100%;
  background: rgb(0,133,61);
  background: linear-gradient(90deg, rgba(0,133,61,1) 0%, rgba(112,190,68,1) 100%);
  padding: 40px 0;
}

.contactForm h3{
  color: #fff;
  border: none;
  font-size: 32px;
}

.contactForm input, .contactForm textarea{
  padding: 10px 20px;
  width: 100%;
  margin-bottom: 20px;
}

footer{
  background-color: #000;
  padding: 40px 0;
  color: #fff;
}

footer .container{
  text-align: left;
}

footer .fa-envelope-o{
  font-size: 28px;
}

footer a, footer a:hover, footer a:active, footer a:focus, header a, header a:hover, header a:active, header a:focus{
  color: #fff;
}

footer .phone{
  font-size: 24px;
}

.alignRight{
  text-align: right;
}

.carousel .item img{
  width: 100%;
  height: auto;
}

.navbar-default .navbar-toggle .icon-bar{
  background-color: #fff;
}

.wp-block-column{
  text-align: left;
}

.jobBut{
  background: none;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-transform: uppercase;
}


.wp-block-ninja-forms-form h3{
  display: none;
}

/* Mobile queries */
@media only screen and (max-width : 1550px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

header{
  height: auto;
}

.contact{
  width: 100%;
  padding: 10px;
  text-align: center;
}

.contact i{
  position: relative;
  left: auto;
  display: block;
  margin: 0 0 10px 0;
}

.logo{
  width: 100%;
  bottom: auto;
  left: auto;
  position: relative;
  text-align: center;
}

.logo img{
  width: 50%;
  height: auto;
}

.navbar{
  position: relative;
  bottom: auto;
  right: auto;
}

.alignRight{
  text-align: left;
}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {


  .logo img{
    width: 80%;
    height: auto;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
