body, html {
	margin: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
@-ms-viewport{
  width: device-width;
}
@font-face {
	font-family: "logo";
	src: url("/fonts/brtswfte.ttf");
}
p {
	color: #404040;
}
li {
	color: #404040;
}
.machadomobile {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 60px 270px auto 160px;
	background-image: url(Images/background.jpg);
	margin: auto;
	width: 100% !important;
}
#loghead {
	font-family: "logo";
	text-align: left;
	color: #00BDF9;
	font-size: 18px;
}
#one {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
	text-align: center;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.24);
box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.24);
background-color: white;
z-index: 2;
}
#two {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
	background-image: url("Images/rectangle_2.svg");
	background-position: top;
	background-repeat: no-repeat;
	margin-top: none;
	z-index: 1;
	margin-left: 0px;
	text-decoration: none;
	color: white;
	font-size: 13px;
	font-family: Open Sans;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	line-height: 33px;
	opacity: 0.8;
}
#two tr {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	font-family: open sans;
	font-style: Light;
	line-height: 33px;
	font-size: 20px;
	text-decoration: none;
	color: white;
}
.links {
	margin-top: 37px;
	padding-top: 9px;
	background-color: #44B5D8;
	opacity: 0.8;
	padding-left: 1px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
width: 100%;
overflow-wrap: break-word;
}
.links a {
	text-decoration: none;
	color: white;
	font-size: 18.5px;
	padding-left: 24px;
	padding-right: 28px;
}
.links a:hover {
	color: #145E75;
}
#home-btn {
	z-index: 1;
}
.-section12A {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 4;
	background-color: rgba(255,255,255, 0.8);
}
.service_area_tab {
	display: flex;
	align-items: center;
	background-color: #98C9ED;
	color: white;
    border-radius: 8px;
    cursor: pointer;
    padding: 0px;
    outline: none;
    transition: 0.4s;
    box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.54);
    font-size: 18px;
    font-weight:bold;
    z-index: 1;
}
.service_area_tab p {
	text-align: left !important;
	margin-left: 10px;
}
.service_area_content {
	margin: auto;
    border-radius: 5px;
    width: 100%;
    max-height: 300px;
    color: #6A7085;
    background-color: #ffffff;
    opacity: 5;
    cursor: pointer;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    transition: top 0.5s;
    overflow: hidden;
    align-items: center;
	justify-content: center;
	z-index: -2;
}
.collapsible {
  background-color: #ACDDF9;
  position: static;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.54);
  font-size: 16px;
  font-weight:bold;
}

.active, .collapsible:hover {
  background-color: #98C9ED;
}
.collapsible:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}
.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #6A7085;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  opacity: 8;
  font-family: times;
  font-size: 1.15rem;
}
.footer {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 4;
	grid-row-end: 5;
	background-color: white;
	align-items: center;
}
.social_media {
	height: 57px;
	overflow: wrap;
	padding-right: 20px;
	border-bottom: 4px solid #00BDF9;
	-webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.23);
box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.23);
}
.social_media img {
	padding-left: 50px;
	padding-right: 20px;
	width: 32px;
	overflow: none;
	padding-top: 12px;
	padding-bottom: 10px;
}
@media screen and (orientation: landscape) {
	#lic2 {
	margin-top:-130px!important;
    }
    #lic {
	margin-top: -112px !important;
    }
    #dryer {
    	height: 300px;
    }
    #resi {
    	height: 300px;
    }
    #commercial {
    	height: 300px;
    }
}