.topnav{
	overflow: hidden;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	top:0;
	width: 100%;
	z-index: 10;
}
.topnav a{
	float: right;
	color:#333;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}
.topnav a:hover {
	background-color: #adacac;
	color: #fff;
}
.topnav a.active{
	float: left;
	background-color:rgba(255,255,255,0.0);
	color:#333;
	font-size:20;
}	

.showcase::after {
  content: '';
  height: 100vh;
  width: 100%;
  background-image: url(https://image.ibb.co/gzOBup/showcase.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  transition: all 1000ms;
}
.showcase:hover::after {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.showcase:hover .content{
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.content {
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 50%;
  margin-top: 105px;
  margin-left: -145px;
  width: 300px;
  height: 350px;
  text-align: center;
  transition: all 1000ms;
}

.content .logo {
  height: 180px;
  width: 180px;
}

.content .title {
  font-size: 2.2rem;
  margin-top: 1rem;
  color:#fff;
}

.content .text {
  line-height: 1.7;
  margin-top: 1rem;
  color:#fff;
}

.container {
  max-width: 960px;
  margin: auto;
  overflow: hidden;
  padding: 4rem 1rem;
}


body {
  background: rgba(255,255,255);
  margin: 0;
  color: #333;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1, h2, h3{
	margin:0px;
	padding:0px;
}
header, nav, main, section, article, aside, footer{
	display:block;
}


main{
	max-width:100%;
	float:left;
}
aside{
	max-width:25%;
	float:right;
	background:#fff;
}
footer{
	background:#fff
}
img{
	max-width:100%;
}
h1, h2, h3{
	font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif'
}
h1{
	font-size:26px;
	margin-left: 15px;
	padding-top: 55px;
	color:#333;
}
h2{
	font-size:26px;
	background:#BBBBBB;
}
h3{
	font-size:21px;
}
p{
	padding:10px;
	text-align:justify;
	margin:0px;
}
ul{
	list-style:none;
}
nav ul li{
	display:inline;
}
nav li a{
	padding-right:8px;
}
a{
	text-decoration:none;
}
a:hover{
	color:brown;
}
h1
article img{
	margin-right:25px;
	margin-bottom:15px;
	float:left;
}
article{
	background:#fff;
}
footer{
	background:#B3B3A7;
}


@media(max-width:992px){
	main{
	float:none;
	max-width:90%;
	margin:0 auto;
	}
	aside{
	float:none;
	max-width:90%;
	margin:0 auto;
	}
}
@media(max-width:768px){
	#bannerPane{display:none;}
}

























