@charset "UTF-8";
/* CSS Document */

ul {
  position:relative;
  top: 0;
  width: 100%;
	padding-top: 40
}ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
	
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}



/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}
img {height:10px ;
width: 10px}
.container {
  position: relative;
  width: 50%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #B6B5B5;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.column {
  float: left;
  width: 50%;
	padding-top: 40px;
	padding-bottom: 40px
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



body{background-color: #B6A7C7}

img{height: auto;
width: 300px;}

.intro{padding-top: 40px;
font-size: .5cm}

.banners{width:1000px;
height: 100px;}
