*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: 'Montserrat', sans-serif;
}
a{
	text-decoration: none; 
	color:#000;
	font-family: 'Roboto';
}
a:hover{
    text-decoration: none;
}
.a-cats{
    transition: color 0.2s ease-out;
}
.a-cats:hover{
    background: #17a2b8;
    color: #fff;
}

#navbarMenu a{
    font-family: 'Montserrat', sans-serif;
}

.page-top
.img-hover{
	transition: opacity 0.5s ease-out;
}
.img-hover:hover{
	opacity: 0.7;
}
.cc{
	transition: background 0.5s linear, color 0.5s linear;
}
.cc:hover{
	background: #555;
	color: #ddd;
}

.page-top p{
	margin-top: 35px;
}
.page-top a{
    text-decoration: none;
    color:#ddd;
}
.mainbar-link{
	margin-left: 535px;
}
.navtop-right{
	width: 100%;
	border: solid 1px #555;
	float: right;
}
.custom-navbar{
	box-shadow: 1px 0px 3px #555;
}
.content {
  position: relative;
  width: 50%;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  border-radius: 10px;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.content:hover .image {
  opacity: 0.3;
}

.content:hover .middle {
  opacity: 1;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.bg-info{

}
.example{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 10px 0px;
}
.example2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px 0px;
}
.newsletter{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 10px 0px;
}
.ftr-links{
	list-style: none;
	margin-right: 20px;
}
.a-left{
	text-decoration: none;
	color: #fff;
	transition: margin 0.5s ease-out;
}
.ftr-abt-dtl{
	line-height: 5px;
}
.a-left:hover{
	margin-left: 5px;
	text-decoration:none;
}
.res-cat-nav{
	display: none;
}
@media screen and (max-width: 480px) {
	.h-form{
		display: none;
	}
	.navtop{
		display: none;
	}

	.mainbar-link{
		margin-left: 0px;
	}
	.left-label{
		display: none;
	}
	.res-cat-nav{
		display: block;
	}
	.lg-cat-nav{
		display: none;
	}
	.footer{
		position: initial;
		width: 100%;
	}
	.footer div{
		padding: 10px;
	}
}