/*
Theme Name: JTL Associates
Template: blankslate
Author: Child Theme Configurator
Version: 1.0.1655812825
Updated: 2022-06-21 13:00:25

*/

html {

}

body{
margin:0;
padding:0;
font-size: 16px;
line-height: 1.5em;
font-family: 'Raleway', sans-serif;
}



.wrapper{
    margin:0 auto;
    max-width: 1000px;
}


.webheader{
margin: 20px 0 20px 0;
padding-bottom: 0px;
overflow: auto;
text-align: center;

}

.webslider{
  background-size: cover;
  background-position: center center;
height:600px;



display: flex;
align-items:center;
justify-content:center;


}


.webslider h1{
  color:#FFF;
  text-transform: uppercase;

  text-shadow: 1px 0px 13px rgba(0, 0, 0, 1);
}


.introsection{
  background-color: #7CC343;
  color:#FFF;
  text-align: center;
  padding:95px 0;
}

.services{
/*  display: flex; */
}


.servicesleft{
  float:left;
  width:50%;

  background-size: cover;
  background-position: center center;
  min-height:450px;


  /*flex: 1;*/ /* additionally, equal width */
}

.servicesright{
  float:left;
  width: calc(50% - 60px);
  padding:30px;
    min-height:450px;

    /*flex: 1;*/ /* additionally, equal width */
}

.contactformsection{
  text-align: center;
  padding:35px 0;
}

.contactforminnersection{
  max-width: 800px;
  margin:0 auto;
}

.halfcol{
  float:left;
  width: calc(50% - 10px);
  margin: 0 10px 0 0;
}


.half2col{
  float:left;
  width: calc(50% - 10px);
  margin: 0 0px 0 10px;
}

.webfooter{
  padding:10px 0;
  font-size: 13px;
  text-align: center;
}

.webfooter a{
  color:#000;
}

.clear{
  clear:both;
}

input{
margin-bottom: 10px;
margin-top: 10px;
width:100%;
padding: 10px;
border-radius:3px;
border:1px solid #666;
font-size:15px;
font-family: 'Raleway', sans-serif;
}

input[type=text]{
margin-bottom: 10px;
margin-top: 10px;
width:100%;
padding: 10px;
border-radius:3px;
border:1px solid #666;

}

input[type=email]{
margin-bottom: 10px;
margin-top: 10px;
width:100%;
padding: 10px;
border-radius:3px;
border:1px solid #666;

}


textarea{
width:100%;
padding: 10px;
margin-top: 10px;
border:1px solid #666;
border-radius:3px;
margin-bottom: 10px;
resize:none;
font-size:15px;
font-family: 'Raleway', sans-serif;
}


input[type=submit]
{
margin-bottom: 10px;
width:100px;
padding: 10px;
border-radius:3px;
background-color: #7CC343;
color: #FFF;
font-size:15px;
cursor:pointer;
border:1px solid #7CC343;
}


input[type=submit]:hover
{

background-color: #666;
color: #FFF;
border:1px solid #666;
}

.wpcf7-spinner {
    display: none;
}
form.submitting .wpcf7-spinner {
    display: block;
}


h1, h2, h3, h4 h5, h6{
  margin-top:0;
  padding-top:0;
  font-weight: bold;

}

h1{
  font-size: 70px;
  line-height: 1.25;
  margin: 0;
  padding:0;
  text-transform: uppercase;
}

h2{
  font-size: 50px;
  line-height: 1.25;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h3{
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 20px;
}


p{
  margin-bottom: 8px;
}


strong{
  font-weight: bold;
}
