@charset "utf-8";
.button {
	
  
  height: 50px;
  width: 180px;
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  weight: 900;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  
  background-color: #7eba00; 
    color: white;
	font-weight: 900; 
  border: 2px solid #7eba00;
  

}

.button1:hover {
  background-color: #7eba00;
  color: white;
}

.button0 {
  background-color: white; 
   width: 109px;
  color: #7eba00; 
  font-weight: 900;
  border: 2px solid #008CBA;
}

.button0:hover {
  background-color: #008CBA;
   width: 109px;
  color: white;
a:link{color:inherit;}
}

.button2 {
  background-color: white; 
  color: #4e4e4e; 
  font-weight: 900;
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
a:link{color:inherit;}
}

.button3 {
  height: 45px;
  background-color: #7eba00; 
  color: white;
 
  border: 2px solid #7eba00;
  border-radius: 50px;
}

.button3:hover {
 
background-color: #ffffff;
  color: #7eba00;
  border: 2px solid #7eba00;

}

.button4 {
  
  height: 45px;
  background-color: #0034b3; 
  color: #ffffff;
 border: 2px solid #0034b3;
  
  border-radius: 50px;
  

}

.button4:hover {
  background-color: #ffffff;
border: 2px solid #0034b3;
  color: #0034b3;
}

.button8 {
  
  background-color: #d58706; 
    color: white;
	font-weight: 900;
	border: 2px solid #d58706; 
  border-radius: 10px;

}

.button8:hover {
  background-color: white;
  color: #d58706;
  border: 2px solid #d58706;
    border-radius: 10px;
}


.button6 {
  
  background-color: #003ceb; 
    color: #ffffff;
	font-weight: 900;
	 border: 2px solid #003ceb; 
  border-radius: 10px;

}

.button6:hover {
  background-color: white;
  color: #003ceb;
   border: 2px solid #003ceb;
    border-radius: 10px;
}

.button7 {
  
  background-color: #86c52b; 
    color: #ffffff;
	font-weight: 900; 
	border: 2px solid #86c52b;
  border-radius: 10px;

}

.button7:hover {
  background-color: white;
  color: #86c52b;
  border: 2px solid #86c52b;
  border-radius: 10px;
}

.button9 {
  
  background-color: white; 
  height: 50px;
  width: 65px;
  color: #ffffff;
  font-weight: 900; 
  border: 2px solid #7eba00;
  border-radius: 2px;
  padding: 15.7px 10px;
  background-image: url('../images/locate-pin.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

}

.button9:hover {
  background-color: white;
  color: #86c52b;
  border: 2px solid #7eba00;
  border-radius: 30px;
}

.button10 {
  
  background-color: white; 
  height: 43px;
  width: 15px;
  
  border: 2px solid white;
  border-radius: 15px;
  padding: 13px 20px;
  background-image: url('../images/bookmark.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

}

.button10:hover {
  border: 2px solid #f4bc16;
  border-radius: 15px;
}

.button11 {
  
  background-color: #ffffff00;
  width: 120px;
  padding: 15.7px 2px;
  border: 2px solid #ffffff00;
  border-radius: 15px; 
  background-image: url('../images/market-place-icon.png');

  background-repeat: no-repeat;
  background-size: contain;

}

.button11:hover {
  background-color: #ffffff00;
  border: 2px solid #8abd33;
  border-radius: 15px; 


}

.button13 {
  
  background-color: white; 
  height: 43px;
  width: 15px;
  
  border: 2px solid white;
  border-radius: 15px;
  padding: 13px 20px;
  background-image: url('../images/sitemap-bars.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

}

.button13:hover {
  border: 2px solid #878787;
  border-radius: 15px;
}

#img1 {display:block;}
#img2 {display:none}

@media all and (max-width: 499px) {
    #img1 {display: none;}
    #img2 {display: block;}
}

#img3 {display:block;}
#img4 {display:none}

@media all and (max-width: 499px) {
    #img3 {display: none;}
    #img4 {display: block;}
}


* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}

/* Slideshow container */
.review-container {
  width: 100%;
  position: relative;
  background: #ffffff;
}

/* Slides */
.Reviews {
  display: none;
  padding: 10px;
  text-align: center;
}



/* Add an italic font style to all quotes */
q {

font-style: italic;
font-size: 20px;
font-weight: 900;
color: #709d0e;}

/* Add a blue color to the author */
.author {color: cornflowerblue;

}
