/* CSS Document */
body {
			font-family: 'Segoe UI', Verdana, Arial, sans-serif;
			background: #fdfdfd;
		}

		.main-bg {
			background: #fff;
			border-radius: 0.5rem;
			-webkit-box-shadow: 0 0 12px #f0eded;
			        box-shadow: 0 0 12px #f0eded;
		}

		.navbar {
			background: #0055B7;
		}

		.navbar-nav .nav-link {
			color: #FFD600 !important;
			font-weight: 500;
		}

		.navbar-brand {
			color: #FFD600 !important;
			font-weight: bold;
			letter-spacing: 0.05em;
		}

		.footer {
			background: #FFD600;
			color: #0055B7;
			padding: 2rem 0 1rem;
			font-size: 1rem;
			margin-top: 2rem;
		}

		.footer a {
			color: #0055B7;
			text-decoration: underline;
		}

		.footer h6 {
			font-weight: bold;
		}

		@media (max-width:767px) {
			.footer-cols {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
			}
		}
		.navbar-nav {
			color: #0055B7;
			}
		
		h1 {
			color: #0055B7;
			}
			.header {
				color: #0055B7;
			}
			header {
}
#imggallery {
    position: relative;
}

#imggallery img {
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

#imggallery button {
  position: absolute;
  top: -5px;
  right: 70px;
  opacity: 0;
  -webkit-transform-style: .5s ease;
          transform-style: .5s ease;
}

#imggallery:hover img, #imggallery.focus img {
  opacity: 1; 
}

#imggallery:hover button, #imggallery.focus button {
  opacity: 1; 
}

.style1 {
			position: absolute;
			margin-bottom: 0px;
			z-index: 999;
			float: left;
			max-width: 220px;
			
}






