@charset "utf-8";

html {
   font-size: 25px;
   scroll-behavior: smooth;
}


/* nav styles */
nav a {
	color: rgb(90, 188, 121);
}
nav li{
	list-style: none;
}

nav#navlist {
	margin: 0;
	width: 100%;
}
nav#navlist ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	align-items: center;
	height: 40px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.cont{
	  margin-right: 15px;
}
li{
	margin-right: 15px;
}
.main {
	display: inline-block;
    flex-grow: 1;
    font-size: 23px;
    line-height: normal;
    min-width: 22px;
    overflow: hidden;
    padding: 0 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
nav#navlist ul li{
	font-size: 25px;
	color: rgb(90, 188, 121);

}


/*div styles */
h2{
	font-size: 35px;
	text-align: center;
	color: rgb(90, 188, 121);
	margin-top: 50px;
	margin-bottom: 50px;
}
#top{
	color: rgb(157, 152, 152);
}
.services{
	background-color: rgb(90, 188, 121);
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}
#servHead{
	color:white;
	margin-bottom: 0px;
}
.container{
	position: relative;
}
.text-block{
	position: absolute;
	bottom:5px;
	right: 20px;
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.title-block{
	position: absolute;
	top: 10px;
	z-index: 1; 
	background-color: transparent;
	padding-left: 20px;
	padding-right: 20px;
	
}
#ourWork{
	margin-top: 0px;
	margin-bottom: 0px;

}
/*Table Styles */

table{
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	font-style:italic;
}
th, td{
	width: 250px;
	padding: 15px;
}
td {
	color: white;
  text-align: center;
  vertical-align: middle;
}

a{
	cursor: pointer;
	text-decoration: none;
}

footer {
	font-size: 15px;
	color: rgb(157, 152, 152);
	text-align: center;
}
#contact{
	font-size: 25px;
}
#footPhone{
	color: rgb(157, 152, 152);
}


*/

/*gallery styles */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;

}

/* Hide the images by default */
.mySlides {
  display: none;
}


/* Number text (1/3 etc) */
.numbertext {
  color: rgb(157, 152, 152);
  font-size: 12px;
  
  
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}









