/* CSS Document */
html {
	min-height: 100%;
}
body {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
}
main{
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
section {
	padding: 30px 0 50px;
}
h3.section-title {
	margin-bottom: 40px;
}
.social-icons {
	width: 42px;
	height: 42px;
	font-size: 18px;
	background: #444;
	border-radius: 21px;
	text-align: center;
  	padding: 6px 0;
	line-height: 28px;
	color: #fff;
}
.marquee {
  height: 25px;
  width: 1200px;

  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  -webkit-animation: marquee 30s linear infinite;

          animation: marquee 30s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
}

@-webkit-keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.social-icons:hover, .social-icons:focus {
	color: #eee;
	background: #555;
}
.card {
	margin-bottom: 30px;
}
#page-footer {
	padding: 15px 0 10px;
	font-size: 12px;
	font-family: Georgia, serif;
	background-image: url("../assets/Header/navbar.png");
}

div.col-6.mb-4.col-md-4.col-lg-3 {
}
div.row {
}
#imggallery {position: relative
}

#imggallery img {
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

#imggallery button {
	position: absolute;
	top: -5px;
	right: 10px;
	opacity: 0;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

#imggallery:hover img, #imggallery:focus img {
	opacity: 0.8;
}

#imggallery:hover button, #imggallery:focus button {
	opacity: 0.8;
}

@media (min-width: 576px) {

.style1 {
		background-color: #000;
	}

.style2 {
		background-color: #eddede;
	}
}

@media (min-width: 1200px) {

.style3 {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 13px;
	}

.Footer {
		font-family: Georgia, serif;
		background-image: url("../assets/Header/navbar.png");
	}
}

.style4 {
	font-family: Verdana, Geneva, sans-serif;
}

.style5 {
	font-family: Verdana, Geneva, sans-serif;
}

.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:.05rem;white-space:nowrap}

.style6 {
	background-image: url("../assets/Header/navbar.png");
}

.header {
	background-image: url("../assets/Header/navbar.png");
}

@media (min-width: 992px) {

.Footer {
		font-family: Georgia, serif;
		background-image: url("../assets/Header/navbar.png");
	}
}

#Services {
}

main {
}

