*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body{

	font-family: 'Poppins', sans-serif;
	background-color: #f2f2f2;
}


header .row{
	margin-top: 70px;
}
.container{
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;

}

.navbar{

	display: flex;
	align-items: center;
	padding: 20px;
}

nav{
	flex: 1;
	text-align: right;
}

nav ul{
	display: inline-block;
	list-style-type: none;
}

nav ul li{

	display: inline-block;
	margin-right: 20px;

}

a{
	text-decoration: none;
	color: #555;
}





.menu-icon{
    
    width: 25px;
    margin-left: 20px;
    display: none;
}

@media only screen and (max-width: 800px) {

	nav ul{
		position: absolute;
		top: 70px;
		left: 0;
		background: #333;
		width: 100%;
		overflow: hidden;
		transition: max-height 0.5s;
	}
	nav ul li{
		display: block;
		margin-right: 50px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	nav ul li a{
		color: #fff;

	}

	.menu-icon{
		display: block;
		cursor: pointer;
	}
}







.services{
	
		overflow: hidden;
	text-align: center;
	font-family: 'Poppins', sans-serif;

   
}

.services h1{
	color: red;
	background-color: black;
	text-decoration: underline;
}
.services h3{
	color: black;
}


footer #contact{
	background-color: black;
	height: 300px;
	width: 100%;
	justify-content: space-between;
	
	display: flex;
	bottom: 0;
	text-align: center;

		}
footer h2, h3, h4{
	color: white;
	font-weight: lighter;
}
footer h2{
	text-decoration: underline;
}

#about{
	text-align: center;

}

#about h3{
	color: black;
}

#about h1{
	color: red;
	background-color: black;
	text-decoration: underline;
}
#contact a{
	background-color: white ;
	color: black;
	border-radius: 10px;
}


h4{
	color: black;
	text-align: center;
}
.row-1 h4{
	color: white;
}

@media only screen and (max-width: 800px) {

	footer #contact{
	background-color: black;
	height: 1000px;
	width: 100%;
	justify-content: space-between;
	flex-direction: column;
	
	
	bottom: 0;
	text-align: center;

		}
    .row-4{
    	margin-left: 25%;
    }
		.row-4 h2{
			margin-right: 25%;
		}
	}
footer h2, h3, h4{
	color: white;
	font-weight: lighter;
}
footer h2{
	text-decoration: underline;
}

#about{
	text-align: center;

}

#about h3{
	color: black;
}

#about h1{
	color: red;
	background-color: black;
	text-decoration: underline;
}
#contact a{
	background-color: white ;
	color: black;
	border-radius: 10px;
}


h4{
	color: black;
	text-align: center;
}
.row-1 h4{
	color: white;
}

}
.catagories{
	justify-content: center;
	align-items: center;
	
	

}
.catagories h2{
	text-align: center;
	text-decoration: underline;
}

.catagories img{
	height: 500px;
	width: 900px;
	border-radius: 10px;
	
	margin-left: 15%;

}

@media only screen and (max-width: 800px) {
.catagories img{
	height: 500px;
	max-width: 100%;
	margin-left: 0;

}
}

.cover img{
	width: 100%;
}

.mySlides {display: none;}
.mySlides img {
    width: 1100px;
    height: 700px;    
	vertical-align: middle;
	border-radius: 10px;
	margin-left: 10%;
	opacity: 0.9;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}




/* The dots/bullets/indicators */
.dot {
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}



/* On smaller screens, decrease text size */
@media only screen and (max-width: 800px) {
 .slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
  margin-top: 108px;

}
.mySlides img{
	height: 400px;
	width: 100%;
	opacity: 0.9;
	margin-left: 0;

}

}

td, th {
    border: 1px solid #ccc;
    padding: 3px;
    color: white;
}

th, td, caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}