/* CSS Document */
/* MARKETING CONTENT
-------------------------------------------------- */

.service h2 {
  font-weight: 400;
  text-align:center
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing .col-lg-3 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/*home page only styles*/
.services .col-lg-4 {
  margin-bottom: 1.5rem;
  
}
.services .col-lg-3 {
  margin-bottom: 1.5rem;
}
.services h5 {
  font-weight: 400;
  text-align: center;
  padding-top:2rem;}
.services .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* Provide background color for a footer */
.baseblue { 
background-color:#ffcc00;
color:dark;
}
.backbrown { 
background-color:#ffc107;
color:#000000;
width:100%;
height:auto;
text-align:center;
padding-top:1rem;
padding-bottom:0.5rem;
}


/* contact Us Page Styles */
.contact .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.contact h2 {
  font-weight: 400;
}
.contact .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.myinputs{ display:none;}
.da:checked + .inputs{
display:initial;}
.capture{ visibility:hidden;}