
.tooltip {
  position: absolute;
  display: inline-block;
  border-bottom: 0px ridge black;

}

.tooltipheader {
  position: absolute;
  display: inline-block;
  border-bottom: 2px double black;

}	
.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #F0B935;
  color: #000000;
  text-align: left;
  border-radius: 20px;
  font-size: 12px;
border-color: black solid #000000;
  padding: 5px 20px;
  position: absolute;
  z-index: 1;
  bottom: 10%;
  left: 80px;
  margin-left: -60px;
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
	
}

.tooltip .tooltiptext::after {
  
  position: absolute;
  top: 50%;
  bottom-left-radius: 100%;
  margin-top: -5px;
  border-width: 5px;

  border-style: solid 10px;
 border-color: transparent black transparent transparent; */
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
	border-style: solid;
}

    <!-- end of tooltip
    ================================================== -->
	

.button {
  background-color: #E84F00;
  border: none;
  color: white;
  padding: 3px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
}
		
.button:hover {
  background-color: #000000; /* Black */
  color: white;
}		


.button_getintouch {
  background-color: #E84F00;
  border: none;
  color: white;
  padding: 3px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
}
		
.button_getintouch:hover {
  background-color: #000000; /* Black */
  color: white;
}	
		
		
.button:hover {
  background-color: #000000; /* Black */
  color: white;
}	

	

	
.container1 {

}

/* resize images */
.container1 img {
    max-width: 100%;
    height: auto;
}
	
	
	