

img {
  width: 100%;
  height: auto;

}

#larryfoto {
  max-width: 120px;
 
}

#brochure {
  max-width: 70px;

}

.headertd {
  width: 34%;
 
}  

#socialcontainer {
  padding: 20px;
}

#headerlogo {
  width: 85%;
  display: block;
  margin-left: 0px;
  margin-right: auto;
}

  
#fb {
  width: 33%;
  margin-left: 40px;
  margin-right: auto;
}
#linkedin {
  width: 33%;
  margin-left: 40px;
  margin-right: auto;
}
#ig {
  width: 33%;
  margin-left: 40px;
  margin-right: auto;
}

#warrantywisdom {
  margin-left: 0px;
  margin-rignt: auto;
}
  
input[type=text], select {
  width: 100%;
  padding: 7px 10px;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
}

input[type=radio] label {
  
}

input[type=submit] {
  width: 100%;
}



#bodydiv {
  margin-left: 30px;  
  margin-right: 30px;
  background-color: transparent;


}

#headerdiv {
  
  margin-left: 35px;  
  margin-right: 30px;
  border-radius: 10px;
  
}

.centercolumntd {
    width: 50%;
}

/* Flex container for the date/discount + dropdowns side by side on desktop */
#radiocell-inner {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}

.centercolumndiv {
    width: 50%;
    box-sizing: border-box;
}

.warranty_option_container {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
}

.wty_option_child {
    
    width:50%;
    height: auto;
    margin: auto;
 
}

#wty_option_child2 {
    font-size: 24px;
    text-align: center;
    background-color: white;
   
}
    

.selectboxes {
    height: 32px;
    width: 100%;
}

table {
  border-spacing: 10px;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
 
.shadowbox {
    background-color: rgba(242, 242, 242, 0.6);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2); /* Shadow with horizontal offset, vertical offset, blur, and color */
}

.video {
    width: 100%;
    text-align: center;
    display: inline-block;
}

#inputcell {
  
  margin-left: 20px;
  border-radius: 5px;
  padding: 20px;
  width: 33%;
  vertical-align: top;
  opacity: 1;
  
}

#radiocell {
  
  margin-left: 20px;
  border-radius: 5px;
  padding: 20px;
  width: 33%;
  vertical-align: top;
  opacity: 1;
  
}


#contactinfocell {
  
  margin-left: 10px;
  border-radius: 5px;
  padding: 10px;
  width: 33%;
  vertical-align: top;
  opacity: 1;
 
  
}

body {
  background-image: url('armadillobackground2.png');
  background-size: cover;
  background-position: center 10%;
  background-repeat: repeat;
  /* removed: position:absolute; top/left/width/height */
}

form {
  padding: 5px;
 
}


body {font-family: Arial, Helvetica, sans-serif; }
			
			#myImg {
			  border-radius: 5px;
			  cursor: pointer;
			  transition: 0.3s;
			}
			
			#myImg:hover {opacity: 0.6;}
			
			
			
			#myImg2 {
			  border-radius: 5px;
			  cursor: pointer;
			  transition: 0.3s;
			}
			
			
			#myImg2:hover {opacity: 0.6;}
			
		
			#myImg3 {
			  border-radius: 5px;
			  cursor: pointer;
			  transition: 0.3s;
			}
			
			#myImg3:hover {opacity: 0.6;}
			
			
			/* The Modal (background) */
			.modal {
			  display: none; /* Hidden by default */
			  position: fixed; /* Stay in place */
			  z-index: 1; /* Sit on top */
			  padding-top: 100px; /* Location of the box */
			  left: 0;
			  top: 0;
			  width: 100%; /* Full width */
			  height: 100%; /* Full height */
			  overflow: auto; /* Enable scroll if needed */
			  background-color: rgb(0,0,0); /* Fallback color */
			  background-color: rgba(0,0,0,.8); /* Black w/ opacity */
			}
			
			/* Modal Content (image) */
			.modal-content {
			  margin: auto;
			  display: block;
			  width: 80%;
			  max-width: 1000px;
			  
			}
			
			/* Caption of Modal Image */
			#caption {
			  margin: auto;
			  display: block;
			  width: 80%;
			  max-width: 700px;
			  text-align: center;
			  color: #ccc;
			  padding: 10px 0;
			  height: 150px;
			}
			
			/* Caption of Modal Image */
			#caption2 {
			  margin: auto;
			  display: block;
			  width: 80%;
			  max-width: 700px;
			  text-align: center;
			  color: #ccc;
			  padding: 10px 0;
			  height: 150px;
			}
			
			/* Caption of Modal Image */
			#caption3 {
			  margin: auto;
			  display: block;
			  width: 80%;
			  max-width: 700px;
			  text-align: center;
			  color: #ccc;
			  padding: 10px 0;
			  height: 150px;
			}
			
			/* Add Animation */
			.modal-content, #caption {  
			  -webkit-animation-name: zoom;
			  -webkit-animation-duration: 0.6s;
			  animation-name: zoom;
			  animation-duration: 0.6s;
			}
			
			@-webkit-keyframes zoom {
			  from {-webkit-transform:scale(0)} 
			  to {-webkit-transform:scale(1)}
			}
			
			@keyframes zoom {
			  from {transform:scale(0)} 
			  to {transform:scale(1)}
			}
			
			/* The Close Button */
			.close {
			  position: absolute;
			  top: 15px;
			  right: 35px;
			  color: #f1f1f1;
			  font-size: 40px;
			  font-weight: bold;
			  transition: 0.3s;
			}
			
			.close:hover,
			.close:focus {
			  color: #bbb;
			  text-decoration: none;
			  cursor: pointer;
			}
			
			/* 100% Image Width on Smaller Screens */
			@media only screen and (max-width: 700px){
			  .modal-content {
			    width: 100%;
			  }
			}

@media (max-width: 768px) {

  /* Stack the three main columns vertically */
  #formtable,
  #formtable tbody,
  #formtable tr {
    display: block;
    width: 100%;
  }

  #formtable tr#mainrow > td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    margin-left: 0 !important;
  }

  /* Stack the date/discount and dropdowns vertically on mobile */
  #radiocell-inner {
    flex-direction: column;
  }

  .centercolumndiv {
    width: 100% !important;
  }

  /* Make dropdowns full width on mobile */
  .selectboxes {
    width: 100% !important;
    box-sizing: border-box;
  }

  /* Tighten body margins on small screens */
  #bodydiv {
    margin-left: 8px;
    margin-right: 8px;
  }

  #headerdiv {
    margin-left: 8px;
    margin-right: 8px;
  }

  /* Stack warranty options checkboxes vertically */
  .warranty_option_container {
    flex-direction: column;
  }

  .wty_option_child {
    width: 100%;
  }
}
