/* ----- STYLE CODE FOR THE WHOLE SITE - CUSTOM CODE BY CB ----- */


.headline {
    font-family:'Pattaya',sans-serif;
    text-align:center;
    color:#333333; 
    line-height:1.1em;
    margin:0;
    padding:0;
    text-decoration:underline;
    clear:none;
}

#Headline {
    margin-top:10px; 
}

body {
  background-color:#e6e6e6;
  transition: background-color .5s;
  margin: 0;
}

.bodytext {
  font-family:'Faustina', serif;
  color: black;
}

* {box-sizing: border-box;}

a {
  color:#0066CC;
}

a:link {text-decoration:none;}    
a:visited {text-decoration:none;color:#0066CC;}
a:hover {text-decoration:underline;} 
a:active {text-decoration:underline;}

.captions {
    font-family:'Roboto Slab', serif;
    color:black;
    text-align:center;
    font-weight:bold;
}

#Logo {
  transition: 0.4s;
}

#main {
  transition: margin-left .7s;
  overflow:hidden;
}

#ScrollTop {
    overflow:hidden;
    z-index:999;
    display:none;
    cursor:pointer;
    position:fixed;
    bottom:208px;
    right:28px;
    opacity:50%;
}

#ScrollTop:hover {
   opacity:100%;
}

#Phone-Button {
     border-radius:50%;
     border:5px solid black;
     display:block;
     position:fixed;
     cursor:pointer;
     bottom:115px;
     right:28px;
     z-index:100;
}

#Email-Button {
    border-radius:50%;
    border:5px solid black;
    display:block;
    position:fixed;
    cursor:pointer;
    bottom:23px;
    right:28px;
    z-index:100;
}

.Sun-Moon-Bg-Desktop {
    width:69px;
    height:37px;
    border-radius:36px;
    background-image:url(Sun-Moon-Small2.png);
    background-size:cover;
    box-shadow:2px 1px 5px -1px #000;
    box-shadow:inset 1px 0px 2px -1px #a3a2a2;
                     2px 0px 2px -1px #a3a2a2;
    border:3px inset #0a81f7;
     position:relative;
    transform: translate(-10%, 10%);
 /*    cursor:pointer;   */
}

.Sun-Moon-Bg {
    width:96px;
    height:50px;
    border-radius:50px;
    padding-bottom:10px;
    background-image:url(Sun-Moon-Small2.png);
    background-size:cover;
    box-shadow:2px 1px 5px -1px #000;
    box-shadow:inset 1px 0px 2px -1px #a3a2a2;
                     2px 0px 2px -1px #a3a2a2;
    border:3px inset #0a81f7;
    position:absolute;
    margin:44px 30px;
    cursor:pointer;
}

#toggle-desk {
    transform: translateX(32px);
-webkit-transform: translateX(32px);
animation-duration: 0.3s;
    width:33px;
    height:33px;
    border-radius:50%;
    margin-top:-1px;
    background-color:#0a81f7;
    transition:.3s;
    box-shadow:1px 1px 4px 1px #a3a2a2;
               2px 0px 4px 1px #a3a2a2;
    cursor:pointer;
    z-index:1;
}

#toggle {
    transform: translateX(47px);
-webkit-transform: translateX(47px);
animation-duration: 0.3s;
    width:45px;
    height:45px;
    border-radius:50%;
    margin: 0px 0px 1px 0px;
    background-color:#0a81f7;
    transition:.3s;
    box-shadow:1px 1px 4px 1px #a3a2a2;
               2px 0px 4px 1px #a3a2a2;
    cursor:pointer;
}

#Trust-Logo-Center {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  clear:both;
}

#tooltip-popup {
   width:242px;
   height:auto;
   border:3px solid #00B073;
   display:none;
   z-index:2;
   position:fixed;
   bottom:100px;
   left:41%;
}

#green-background {
   width:100%;
   background-color:#00B073;
   margin:0;
}

#first {
   font-family:'Heebo', sans-serif;
   font-weight:bold;
   line-height:1em;
   font-size:11pt;
   color:white;
   padding:10px 0px 0px 5px;
}

#second {
   font-family:'Heebo', sans-serif;
   font-weight:bold;
   line-height:1.1em;
   font-size:9pt;
   color:white;
   padding:3px 0px 5px 5px;
}

#text {
   font-family:'Heebo', sans-serif;
   font-size:8.5pt;
   color:#6E6E6E;
   line-height:1em;
   padding:5px 0px 0px 5px;
   overflow:hidden;
   background-color:white;
}

#USA_Flag {
   float:right;
   display:inline-block;
   width:31px;
   height:17px;
   margin:0 10px 0 0;
}

#footer-text {
  margin:0;
  position:absolute;
  left:0px;
  right:0px;
  width:100%;
  padding:1px;
  font-family: 'Oswald', sans-serif;
  background-color:#FDB815;
  color:black;
  border:2px solid black;
  text-align:center;
}

.rectangle {
  height: auto;
  position:top;
  left:0px;
  right:0px;
  width: auto;
  padding:0px;
  background-color: #FFFFFF;
  margin: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.FBlogomenu {
  position:relative;
  transform: translate(-10%, 10%);
}

.responsive {
  max-width: 100%;
  height:auto;
}

#Hidden-Tag-P {
  display:none;
  font-size:0.1pt;
  color:#e6e6e6; 
  margin:none;
}


@media only screen and (min-width: 776px) {
  .headline { 
    font-size:40pt;
} 
  #cssmenu {
    display: block;
    font-size: 25pt;
  }
  #cssmenu li a {
    padding: 0px 25px;
}
  #mobile_menu {
    display: none;
} 
  .FBlogomenu {
    display:inline-block;
    max-width:33px;
    max-height:33px;
}
   #footer-text {
       font-size: 12pt;
}
  .form-container {
    font-size:15pt;
}
   .bodytext {
    font-size: 18pt;
}
   .captions {
    font-size: 11pt;
}
}

@media only screen and (min-width: 780px) and (max-width: 1111px) {
    #cssmenu li a {
    padding: 0px 15px;
}
    #cssmenu {
    display: block;
    font-size: 23pt;
   }
    .FBlogomenu {
    display: inline-block;
    max-width: 30px;
    height:auto;
}
   .bodytext {
    font-size: 17pt;
}
}

@media only screen and (min-width:601px) and (max-width:779px) {
  .headline { 
    font-size:24pt;
}
  #cssmenu {
    display: block;
    font-size: 18pt;
   }
  #cssmenu li a {
    padding: 0px 11px;
}
.FBlogomenu {
    display: inline-block;
    max-width: 24px;
    height:auto;
}
  #mobile_menu {
    display:none;
}
  #footer-text {
     font-size: 10pt;
}
  .form-container {
    font-size:12pt;
}
  .bodytext {
    font-size: 16pt;
}
  .captions {
    font-size: 11pt;
}
}

@media only screen and (min-width:601px) {
  .Sun-Moon-Bg-Desktop {
     display:block;
}
  .Sun-Moon-Bg {
     display:none;
}
}

@media only screen and (max-width: 600px) {
  .headline { 
    font-size:24pt;
}
  #cssmenu {
    display: none;
  }
  #mobile_menu {
    display:block;
}
  #footer-text {
     font-size: 10pt;
}
  .form-container {
    font-size:12pt;
}
  .FBlogomenu {
    display:none;
}  
   .bodytext {
    font-size: 14pt;
} 
   .captions {
    font-size: 8.5pt;
    margin-bottom: 10px;
}
  .Sun-Moon-Bg {
     display:block;
}
  .Sun-Moon-Bg-Desktop {
     display:none;
}
}


/* Pop-up Form hidden by Default */
.form-popup {
  display: none;
 margin: auto;
 text-align: center;
  z-index: 9;
position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
   /* transition: .4s; */
}

.form-container {
  max-width: 800px;
   margin: auto;
  background-color: white;
  border: 1px solid black;
  font-family: 'Heebo', sans-serif;
  padding-top:5px;
  color:black;
}

.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 10px 0;
  border: none;
  background: #f1f1f1;
}

.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 12px 16px;
  border: none;
  cursor: pointer;
  max-width: 350px;
  opacity: 0.8;
}

.form-container .cancel {
  background-color: red;
}

.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.animate-form-opacity {  
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
    }

#Contact-Captcha {
   margin: auto;
}

#popup-contact-header {
  font-family:'Faustina', serif;
  font-weight:bold;
}

#ASAP {
   text-decoration:none;
}

#name-input {
   font-size:12pt;
   max-width:250px;
   height:25px;
   border:1px solid black;
   padding:3px;
   text-align:center;
}

#email-input {
  font-size:12pt;
   max-width:250px;
   height:25px;
   border:1px solid black;
   padding:3px;
   text-align:center;
}

#phone-input {
   font-size:12pt;
   max-width:250px; 
   height:25px;
   border:1px solid black;
   padding:3px;
   text-align:center;
}

#message-input {
    font-size:12pt;
    border:1px solid black;
    padding:3px;
    max-width:250px;
}

#popup-contact-required {
  font-family:'Faustina', serif;
  font-weight:bold;
}

#Cap-Ast {
   color:#FF0000;
   font-weight:bold;
   font-size:111%;
   position:absolute;
}

.bold {
   font-weight:bold;
}

.red {
   color:#FF0000;
}

@media only screen and (max-width:600px) {
#popup-contact-header {
  font-size:130%;
}
#popup-contact-required {
  font-size:111%;
}
.form-container .btn {
  padding: 16px 20px;
}
}

@media only screen and (min-width:601px) {
#popup-contact-header {
  font-size:125%;
}
#popup-contact-required {
  font-size:105%;
}
.form-container .btn {
  padding: 12px 16px;
}
}



/* ----- STYLE CODE FOR THE MENU ON WHOLE SITE ----- */


#cssmenu li:first-child {margin-left:0;}
#cssmenu {
  border: none;
  border: 0px;
  margin: 0%;
  padding: 0px;
  font-family: 'Anton', sans-serif;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
  text-align:center;
  position: relative; 
  left:0px; 
  width:100%;
  overflow:hidden;
}
#cssmenu ul {
  background: #FDB815;
  height: 55px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu li {
  display: inline-block;
  margin: auto;
  padding: 0px;
}
#cssmenu li a {
  background: #FDB815;
  display: block;
  font-weight: normal;
  line-height: 55px;
  margin: 0px;
  
  text-align: center;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  color: black;
}
#cssmenu ul ul a {
  color: black;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: black;
  color: #FDB815;
  text-decoration: none;
}

#cssmenu p {
  clear: left;
}


/* ---- STYLE CODE FOR THE MOBILE MENU & ANIMATED MENU BUTTON ON WHOLE SITE ---- */

#mobile_menu {
  background: #FDB815;
  height: 40px;
  position: relative;
  left:0px;
  width:100%;
}

#menu_button {
  float: left;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

#magic {
  animation: fadeMe 1s;
}

@keyframes fadeMe {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 10px;
  border-radius: 18%;
}

/* Rotate first bar upon Menu Open*/
.change .bar1  {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
  animation-duration: 0.7s;  
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* Fade out the second bar upon Menu Open*/
.change .bar2 {  
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  }
  @-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
  }
  @keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
    }

/* Rotate last bar upon Menu Open*/
.change .bar3  {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
  animation-duration: 0.7s;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/*The Slide-out Mobile Menu*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
}

.sidenav a {
  padding: 8px 0px 8px 32px;
  text-decoration: none;
  font-family: 'Pattaya', sans-serif;
  font-size: 35px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
  text-decoration: none;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 35px;
  margin-left: 50px;
  text-decoration: none;
  font-family: 'Pattaya', sans-serif;
  font-size: 55px;
  color: #818181;
  display: block;
  }

.zoomOut .closebtn {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes zoomOut {
  0% {
  opacity: 1;
  }
  
  50% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  100% {
  opacity: 0;
  }
  }
  @keyframes zoomOut {
  0% {
  opacity: 1;
  }
  50% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  100% {
  opacity: 0;
  }
  }

.zoomIn .closebtn {
  animation: fadeMe 1.2s;
}
 @-webkit-keyframes fadeMe {
  0% {
  opacity: 0;
  }
  50% {
  opacity: 0;
  }
  100% {
  opacity: 1;
  }
  }
  @keyframes fadeMe {
  0% {
  opacity: 0;
  }
  50% {
  opacity: 0;
  }
  100% {
  opacity: 1;
  }
  }

.mobile-facebook-button {
  width:150px; 
  height:45px;
  position:absolute;
  left:32px;
  opacity:0.6;
}

.mobile-facebook-button:hover {
  opacity: 1;
}



/* ----- STYLE CODE FOR THE SERVICES PAGE ----- */  

.Services_Detail_Title {
     font-family: 'Georama', sans-serif;
     color:#333333;
     line-height:1.1em;
     margin:0;
     margin-top:3px;
     padding:0;
     text-decoration:underline;
}

#sub-header {
    text-align:center;
}

#Free-Estimates-Banner {
    text-align:center;
    justify-content:center;
}

#swiper-wrapper {
    max-width:95%;
    margin:auto;
    margin-top:10px;
    display:flex;
    justify-content:center;
    text-align:center;
    align-items: center;
}

.swiper-container {
    max-width:1300px;
}

.services_detail {
     max-width:1400px;
}

.Left {
     float:left;
     margin-right:10px;
}

.Right {
     float:right;
     margin-left:10px;
}

.Right-Desc {
    text-align:right;
}

.services-photos {
     border:1px solid Black;
}

#Dump_Truck_Thumb {
    height:169px;
    border:1px solid Black;
}

#Trenching_Thumb {
    width:165px;
    border:1px solid Black;
}

#Sewer_Water_Thumb {
    width:250px;
    border:1px solid Black;
}

.Services_Detail_Ender {
    font-family:'Volkhov',serif;
    color:#333333;
    text-align:center;
    line-height:1.1em;
    margin:0;
    margin-top:3px;
    padding:0;
    font-weight:bold;
}

@media only screen and (max-width:765px) {
   #EstimatesBanner {
     max-width:95%;
}
}

@media only screen and (min-width: 601px) {
   #sub-header {
     font-size: 12pt;
     font-family:'Roboto Slab',serif;
     color:black;
     margin:0;
}
    .services_detail {
      width: 80%;
      margin: auto;
}    
    .Services_Detail_Title {
      font-size: 25pt;
}
    .Services_Detail_Ender {
      font-size: 40pt;
} 
    .services-photos {
      width:300px;
}
   .modal-content {
    margin:auto;
}
    #Free-Estimates-Banner {
     margin-bottom:15px;
}
}

@media only screen and (max-width: 600px) {
   #sub-header {
     font-size: 9pt;
     font-family:'Roboto Slab',serif;
     color:black;
     margin:0;
}
   .services_detail {
      width: 90%;
      margin: auto;
}
   .Services_Detail_Title {
      font-size: 15pt;
}
   .Services_Detail_Ender {
      font-size: 20pt;
}
   .Services_Detail_Title {
      clear:both;
}
   .modal-content {
    margin-left:5px;
    margin-right:5px;
}
    #Free-Estimates-Banner {
     margin-bottom:10px;
}
}

@media only screen and (min-width: 401px) and (max-width: 600px) {
    .services-photos {
      width:300px;
} 
}

@media only screen and (max-width: 400px) {
    .services-photos {
      width:90%;
      margin:auto;
      float:none;
}
    .Services_Detail_Title {
      clear:both;
}
}

.swiper-slide .caption {
       position: absolute;
       top: 210px;
       left: 10px;
       color: white;
       font-weight: bold;
       font-size:12pt;
     }

.modal {
	z-index: 10;
	display: none;
	padding-top: 20px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5)
}
.modal-content {
	position: relative;
	padding: 0;
    margin-bottom:0;
	outline: 0;
    max-width: 960px;
}

.modal-inner { padding: 0; }
.modal-close {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	right: 0;
	top: 0;
    color: black;
	background: white;
	padding: 6px 10px;
    font-weight: bolder;
}
.animate-opacity { animation: opac 0.8s }@keyframes opac{from{opacity:0} to{opacity:1}} 




/* ----- STYLE CODE FOR THE HOME PAGE ----- */


.centered {
margin: auto;
width: 80%;
}

#Home-Header {
    text-align:center;
}

#Home-Headline {
    margin-top:3px;
}

#Home-intro {
   max-width:1200px;
}

#Home-Contact-Ender {
  color:black;
}

.home-contact {
  font-family:'Faustina', serif;
  font-weight: bold;
  margin-bottom:15px;
  text-align:center;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

section {
  width: 100%;
    }

section p {
  text-align: justify;
}

.mySlides
img {vertical-align: middle;}


#slideshow-container {
  max-width: 600px;                   
  margin-top: 10px;
  order: 1;
}

.active {
  background-color: #e6e6e6;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.Reviews-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
  max-width:1300px; 
  margin:auto;
}

#click-more-services {
  background-color: #5997F2;
  color: white;
  text-align: center;
  cursor: pointer;
  padding: 10px 25px;
  font-size:105%;
  font-family:'Faustina', serif;
  border-radius: 15px;
  border: none;
  margin-top:15px;
  justify-self:center;
}

#Mobile-bubble {
  margin:auto;
  text-align:center;
}

#mobile-bubble {
   margin:auto;
}

#mobile-darkmode-bubble {
   margin:auto;
   display:none;
}

#Home-Contact-Ender {
   max-width:1225px;
}

.home-flex2 {
   margin:auto;
}

#Excavation-scene {
   border:1px solid black;
   margin-top:10px;
}

.active, #click-more-services:hover {
  background-color: #555;
}

#Home-Feedback-Header {
   max-width:1225px;
   font-family:'Volkhov', serif;
   color:#333333;
   font-weight:bold;
}

#Google-Button {
    order: 2;
    flex-shrink: 2;
}

#Home-Feedback-Footer {
    max-width:1225px;
    font-family:'Roboto Slab',serif;
    color:#333333;
    text-align:center;
    font-weight:bold;
}

#Facebook-Footer {
   display:flex;
   flex-direction:column;
   align-items:center;
   font-family:'Roboto Slab',serif;
   color:#333333;
   font-weight:bold;
   text-align:center;
   margin:0; 
}

#home-offer-list {
   display:flex;
   flex-direction:column;
   justify-content:center;
   align-content:center;
   align-items:center;
}

#Offer-List-Header {
    margin:auto;
    text-align:center;
}


@media only screen and (max-width: 960px) {
  #Excavation-scene {
  margin:auto;
  width:95%;
  margin-top:10px;
}
}

@media only screen and (max-width: 500px) {
 .Google-Review-Button {
  width: 270px;
}
  .home-flex2 {
   display:flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
  #previous_work_slide {
   max-width:95%;
   order:1;
   margin-bottom:5px;
   margin-top: 10px;
   margin:auto;
}
  #tractor {
   max-width:600px;
   max-width:90%;
   order:2;
   margin-bottom:5px;
}
  #tractor2 {
   max-width:600px;
   max-width:90%;
   order:2;
   margin-bottom:5px;
}
}

.Google-Review-Button {
  max-width: 100%;
  height: auto;
  margin: 10px;
}

#starburst {
   float:right;
   margin-left:10px;
}

#home-intro {
   text-indent:20px;
}

#Excavator_png {
    order:1;
    margin:auto;
    text-align:center;
}

#home-offer-list {
   order:2;
}

#Offer-List-Header {
    font-size:120%;
    font-weight:bold;
}

#pc-bubble {
    margin:auto;
}

#pc-darkmode-bubble {
    margin:auto;
    display:none;
}

@media only screen and (min-width: 1201px) {
  .home-flex2 {
   display:flex;
   flex-direction: row;
   justify-content: space-around;
   flex-wrap: nowrap;
   align-items: center;
   max-width: 1300px;
   margin-bottom:10px;
}
  #previous_work_slide {
   max-width:550px;
   order:1;
}
  #tractor {
   max-width:627px;
   order:2;
}  
  #tractor2 {
   max-width:475px;
   order:2;
}
}

@media only screen and (min-width: 1080px) and (max-width:1200px) {
  .home-flex2 {
   display:flex;
   flex-direction: row;
   justify-content: space-around;
   flex-wrap: nowrap;
   align-items: center;
   margin-bottom:10px;
}
  #previous_work_slide {
   max-width:500px;
   order:1;
}
  #tractor {
   max-width:570px;
   order:2;
}  
  #tractor2 {
   max-width:475px;
   order:2;
}
}

@media only screen and (min-width: 901px) and (max-width:1079px) {
  .home-flex2 {
   display:flex;
   flex-direction: row;
   justify-content: space-around;
   flex-wrap: nowrap;
   align-items: center;
   margin-bottom:10px;
}
  #previous_work_slide {
   max-width:425px;
   order:1;
}
  #tractor {
   max-width:475px;
   order:2;
}  
  #tractor2 {
   max-width:400px;
   order:2;
} 
}

@media only screen and (min-width: 901px) {
   #starburst { 
   width:275px;
}
  .not-listed-bubble {
   width:350px;
   margin-top:5px;
}
  .not-listed-pc-bubble {
   width:350px;
   margin-top:5px;
}
  .home-flex {
   display:flex;
   flex-direction: row;
   justify-content: space-around;
   flex-wrap: nowrap;
   align-items: center;
   max-width: 1300px;
   margin:auto;
}
  #Excavator_png {
   max-width: 50%;
}
  #home-offer-list {
   max-width: 50%;
   font-size: 20pt;
}
  .home-contact {
   font-size: 22pt;
   margin-bottom: 20px;
}
  #mobile-bubble {
   display:none;
}
  #mobile-darkmode-bubble {
   display:none;
}
  #pc-bubble {
   display:block;
}
  #click-more-services {
    margin-bottom:15px;
}
}

@media only screen and (max-width: 900px) {
  .home-flex {
   display:flex;
   flex-direction: column;
   justify-content: center;
}
  #Excavator_png {
   max-width: 90%;
   margin:auto;
}
  #home-offer-list {
   max-width: 90%;
   margin:auto;
   margin-top: 10px;
}
  .home-flex2 {
   display:flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin:auto;
}
  #previous_work_slide {
   max-width:550px;
   max-width:95%;
   order:1;
   margin-bottom:5px;
   margin-top: 10px;
}
  #tractor {
   max-width:600px;
   max-width:90%;
   order:2;
   margin: auto;
   margin-bottom:5px;
}
  #tractor2 {
   max-width:600px;
   max-width:90%;
   order:2;
   margin: auto;
   margin-bottom:5px;
}
  #mobile-bubble {
   display:block;
}
  #pc-bubble {
   display:none;
}
  #pc-darkmode-bubble {
   display:none;
}
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
   #starburst { 
   width:225px;
}
   .home-contact {
   font-size: 20pt;
}
   .not-listed-bubble {
   width:300px;
   margin-top:10px;
}
   .not-listed-pc-bubble {
   width:300px;
   margin-top:10px;
}
  .home-flex2 {
   display:flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
  #tractor {
   max-width:600px;
   max-width:90%;
   order:1;
   margin-bottom:5px;
}
  #tractor2 {
   max-width:450px;
   order:1;
   margin-bottom:5px;
}
  #previous_work_slide {
   max-width:95%;
   order:2;
   margin-bottom:5px;
   margin-top: 10px;
}
  #home-offer-list {
   font-size: 17pt;
}
  #click-more-services {
    margin-bottom:15px;
}
}

@media only screen and (min-width: 601px) {
  .center {
    margin: auto;
    width: 70%;
}
  .feedback_header {
    font-size:21pt;
}
  .feedback_footer {
    font-size:15pt;
}
  .facebook_footer {
    font-size:13pt;
}
  #fbplugin {
    width:500px;
    height:130px;
}
  .centered2 {
    margin: auto;
    width: 85%;
}
   .Reviews-flex-container {
  flex-direction: row;
}
}

@media only screen and (max-width: 600px) {
  .center {
    width: 90%;
    margin: auto;
}
  .feedback_header {
    font-size:17pt;
}
  .feedback_footer {
    font-size:10pt;
}
  .facebook_footer {
    font-size:10pt;
    margin-left:10px;
}
   #fbplugin {
    width:350px; 
    height:130px;
}
   .centered2 {
    margin: auto;
    width: 95%;
}
   #starburst { 
   width:175px;
}
  .not-listed-bubble {
   width:250px;
   margin-top:10px;
}
  .not-listed-pc-bubble {
   width:250px;
   margin-top:10px;
}
  .Reviews-flex-container {
   flex-direction: column;
}
 #slideshow-container {
   margin:auto;
   width:95%;
}
   .home-contact {
   font-size: 18pt;
}
  .home-flex2 {
   display:flex;
   flex-direction: column;
}
  #tractor {
   max-width:90%;
   order:1;
   margin-bottom:5px;
}
  #tractor2 {
   max-width:90%;
   order:1;
   margin-bottom:5px;
}
  #previous_work_slide {
   max-width:95%;
   order:2;
   margin-bottom:5px;
   margin-top: 10px;
   margin-left:10px;
   margin-right:10px;
}
  #home-offer-list {
   font-size: 16pt;
}
  #click-more-services {
    margin-bottom:15px;
}
}


/* ----- STYLE CODE FOR THE ABOUT PAGE ----- */

#son-fish-caption {
    float:left;
    margin-right:15px;
    margin-top:10px;
    padding-bottom:5px;
}

#scott-son-fish {
    border:1px solid black;
}

#family-pic-caption {
    float:right;
    margin-left:15px;
    padding-bottom:5px;
}

#family {
    float:right;
    border:1px solid black;
    margin-bottom:5px;
}

.about-para {
    text-align:left;
    text-indent:20px;
}

.about-family-photo-group {
    font-family:'Playfair Display', serif;
    color:black;
    text-align:center;
    margin:auto;
    clear:both;
    font-weight:bold;
    max-width:1000px;
}

#scott-son-driving {
    border:1px solid black;
}

#scott-son-truck {
    border:1px solid black;
}

#three-generations {
    border:1px solid black;
}

#centeredAbout {
    max-width:1300px;
}

@media only screen and (max-width:1000px) {
    #scott-son-driving {
     width:90%;
}
    #scott-son-truck {
     width:90%;
}
    #three-generations {
     width:90%;
}
}

@media only screen and (min-width:901px) {
    #scott-son-fish {
    max-width: 349px;
    height: auto;
}
    #son-fish-caption {
    max-width: 349px;
}
    #family {
    max-width: 480px;
    height: auto;
}
}

@media only screen and (min-width:601px) and (max-width:900px) {
    #scott-son-fish {
    max-width: 250px;
    height: auto;
}
    #son-fish-caption {
    max-width: 250px;
}
    #family {
    max-width: 400px;
    height: auto;
}
}

@media only screen and (min-width:601px) {
    #centeredAbout {
     margin: auto;
     width: 80%;
}
   .about-family-photo-group {
    font-size: 20pt;
    margin-top: 44px;
}
    #mobile-margin {
     display:none;
}
}

@media only screen and (max-width:600px) {
    #centeredAbout {
     margin: auto;
     width: 90%;
}
    #scott-son-fish {
    max-width: 150px;
    height: auto;
} 
    #son-fish-caption {
    max-width: 150px;
}
    #family {
    max-width: 250px;
    height: auto;
}
   .about-family-photo-group {
    font-size: 11pt;
    margin-top:22px;
}
    #second-about-para {
     margin-bottom:10px;
}
    #mobile-margin {
     display:block;
     height:10px;
}
}


/* ----- STYLE CODE FOR THE CONTACT PAGE ----- */


.contact-flex-container {
    margin:10px auto;
    max-width:1400px;
}

.contact-form {
    order:1;
    text-align:center;
}

#contact-form-header {
    font-size:111%;
    margin:0;
    padding:0;
    font-family:'Faustina', serif;
}

#contact-name-input {
   font-size:12pt;
   max-width:250px;
   height:25px;
   border:1px solid black;
   padding:3px;
   text-align:center;
   color:black;
}

#contact-email-input {
  font-size:12pt;
   max-width:250px;
   height:25px;
   border:1px solid black;
   padding:3px;
   text-align:center;
   color:black;
}

#contact-phone-input {
   font-size:12pt;
   max-width:250px; 
   height:25px;
   border:1px solid black;
   padding:3px;
   text-align:center;
   color:black;
}

#contact-message-input {
    font-size:12pt;
    border:1px solid black;
    padding:3px;
    color:black;
    max-width:350px;
}

#contact-required {
  font-family:'Faustina', serif;
  font-weight:bold;
  font-size:111%;
}

#Contact-Cap-Ast {
   color:#FF0000;
   font-weight:bold;
   font-size:111%;
   position:absolute;
}

#Contact-Form-Captcha {
   margin:0 auto;
}


@media only screen and (min-width:1101px) {
   .contact-flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 95%;
}
   .contact-form {
     max-width: 33%;
     font-size: 19pt;
}
   .map {
     max-width: 33%;
}  
    #contactinfo {
     font-size: 20pt;
}
   .sign-fb {
     max-width: 33%;
     display: block;
}
    #contact-fb-plugin {
     max-width: 400px;
     max-height: 400px;
}
    #Like-Share-Follow {
     max-width: 350px;
     height: auto;
}
    #googlemap {
     width: 350px; 
     height: 350px; 
}
}


@media only screen and (max-width:1100px) {
   .contact-flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
    .contact-form {
     max-width: 50%;
     font-size: 15pt;
}
   .map {
     max-width: 50%;
}
   #contactinfo {
     font-size: 20pt;
}
   .sign-fb {
     display: none;
}
   #googlemap {
     width: 350px; 
     height: 350px; 
}
}


@media only screen and (max-width:700px) {
   .contact-flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
   .contact-form {
     max-width: 95%;
    font-size: 14pt;
    margin: auto;
    margin-bottom:20px;
}
   .map {
     max-width: 95%;
     margin: auto;
}
   #contactinfo {
     font-size: 17pt;
}
   .sign-fb {
     max-width: 95%;
     display: block;
}
   #contact-fb-plugin {
     width: 300px;
     height: 300px;
}
   #Like-Share-Follow {
     max-width: 300px;
     height: auto;
}
   #googlemap {
     width: 300px; 
     height: 300px; 
}
}

#contact-page-form-container {
  font-family: 'Heebo', sans-serif;
  padding-top:5px;
  color:black;
}

#contact-page-form-container input[type=text], #contact-page-form-container input[type=password] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 10px 0;
  background: white;
}

#contact-page-form-container input[type=text]:focus, #contact-page-form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

#contact-page-form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 12px 16px;
  border: none;
  cursor: pointer;
  max-width: 350px;
  opacity: 0.8;
}

#contact-page-form-container .cancel {
  background-color: red;
}

#contact-page-form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

#contactinfo {
  font-family: 'Oswald', sans-serif;
  order:2;
  text-align:center; 
}

.contact-info-headers {
  font-family:'Faustina', serif;
  color:black;
  font-size:120%;
  font-weight:bold;
}

#Open-Closed-Status {
  margin-bottom:17px;
}

#googlemap {
  border:1px solid black;
}

.sign-fb {
   font-family: 'Oswald', sans-serif;
   color:black;
   font-size:14pt;
   order:3;
   font-weight:bold;
   text-align:center;
}

#Like-Share-Follow {
   margin-top:20px;
   margin-bottom:20px;
}

#contact-fb-plugin {
   border:none;
   overflow:hidden; 
}




/* ----- STYLE CODE FOR THE PHOTOS PAGE ----- */


#Photos_Page_Container {
  text-align:center;
}

#GrayLogo {
    display:none;
}

.photos-sub-header {
   display:none;
}

.ppt {
   list-style:none;
   padding:0;
}

#no-height-change {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ProjectSlides img {vertical-align: middle;}

.projects-slideshow-container {
  max-width: 800px;
  height:auto;                 
  margin: 10px auto;
  display:flex;
  flex-direction:column-reverse;
}

#submit-photos {
  margin:auto;
  clear:both;
  font-family:'Roboto Slab',serif;
  max-width:800px;
  text-align:center;       
}

@media only screen and (min-width:601px) {
 .Portrait {
  max-height:600px;
  width:auto;
}
  #submit-photos {
   font-size: 13pt;
}
  #no-height-change {
    height:620px;
}
  #control-box {
    margin-bottom:50px;
}
}

@media only screen and (max-width:600px) {
 .Portrait {
  max-height:400px;
  width:auto;
}

 #submit-photos {
   font-size: 10pt;
}
  #no-height-change {
    height:350px;
}
  #control-box {
    margin-bottom:25px;
}
}

.active {
  background-color: #e6e6e6;
}

/* Fading animation */
.fadeOut {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3.0s;
  animation-name: fade;
  animation-duration: 3.0s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.open-collapsible {
  background-color: #5997F2;
  color: white;
  text-align: center;
  cursor: pointer;
  padding: 18px;
  margin-top: 50px;
  font-family:'Faustina', serif;
  border-radius: 15px;
  border: none;
  font-size: 17px;
}

.active, .open-collapsible:hover {
  background-color: #555;
}

.collapsible {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
}

#Control-Dark {
   display:none;
}

.back-button {
   width: 70px;
   cursor:pointer;
   opacity:100%;
}

.back-button:hover {
   opacity:50%;
}

.play-button {
   width: 70px;
   cursor:pointer;
   opacity:100%;
}

.play-button:hover {
   opacity:50%;
}

.pause-button {
   width: 70px;
   cursor:pointer;
   opacity:100%;
}

.pause-button:hover {
   opacity:50%;
}

.next-button {
   width: 70px;
   cursor:pointer;
   opacity:100%;
}

.next-button:hover {
   opacity:50%;
}

#fivehundochunk {
  height:400px;
  transition: height 0.8s ease-out;
}



/*----------  STYLE CODE FOR PRIVACY POLICY PAGE ----------*/


   #privacy-policy {
font-family: 'Heebo', sans-serif;
max-width:600px;
padding-left:10px;
padding-right:10px;
background-color:white;
border:1px solid black;
text-align:center;
clear:both;
margin: 5px auto;
}

#Privacy-Policy-Header {
   font-size:111%;
   text-decoration:underline; 
}

@media only screen and (min-width: 601px) {
   #privacy-policy {
     font-size: 18pt;
}
}

@media only screen and (max-width: 600px) { 
   #privacy-policy {
     font-size: 13pt;
     margin-left:5px;
     margin-right:5px;
}
}



/*----------  STYLE CODE FOR THANKS PAGE ----------*/


.thanks {
  max-width:800px;
  padding: 10px;
  margin:5px auto;
  background-color:white;
  border:1px solid black;
  font-size:150%;
  text-align:center;
  font-family: 'Oswald', sans-serif;
  color:black;
  clear:both;
}

@media only screen and (max-width:800px) {
  #Thanks {
   margin:5px;
}
}



/*----------  STYLE CODE FOR TAGS PAGE ----------*/



#TagsHeadline {
   margin-top:20px;
   clear:none; 
}

#Tags-Service-Area-Links {
   display:flex;
   flex-direction:column;
   justify-content:center;
}

.tag-link-text {
   font-family:'Roboto Slab',serif;
   font-weight:bold;
   text-align:center;
}

#Visible-Tag-P {
    clear:both;
    max-width:1300px;
    font-size:16pt;
    font-family:'Faustina', serif;
}

@media only screen and (min-width:601px) {
  .tag-link-text {
   font-size:24pt;
}
}

@media only screen and (max-width:600px) {
  .tag-link-text {
   font-size:18pt;
}
}



/*----------  STYLE CODE FOR ADS PAGE ----------*/



#AdsHeadline {
   margin-top:20px;
   clear:none; 
}

#Ads-Display-Column {
   display:flex;
   flex-direction:column;
   justify-content:center;
}

.ad-group {
    font-family:'Roboto Slab',serif;
    color:black;
    text-align:center;
    margin:auto;
    clear:both;
    font-weight:bold;
}

.italic {
    font-style:italic;
}

@media only screen and (min-width:601px) {
.ad-group {
    font-size: 15pt;
    margin-top: 30px;
}
#Ad1 {
    margin-top:20px;
}
}

@media only screen and (max-width:600px) {
.ad-group {
    font-size: 11pt;
    margin-top:18px;
}
#Ad1 {
    margin-top:10px;
}
}


/*------------------ TEST ---------------------*/
