
body{
	font-family: 'calibri', sans-serif;
	background-color: #c8e6fc;
	height:12in;
	
}

.logo img{
	position: absolute;
	float: left;
	width:115px;
	height: auto;
	margin-left: 20px;


}



.nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.access-menu{
	display: table;
	margin: 3em auto;
	float: right;
	color: #000;
	padding: 5px 10px;
	border: 1px solid transparent;
	transition: 0.5s ease;
	margin-right:20px;
}

.access-menu > li{
	background: #688dc5;
	display: inline-block;
	position: relative;
	
}

.access-menu > li + li{
	border-left: solid 1px #fff;
	margin-left:2px;

}

.access-menu > li:hover .access-submenu{
	top: 100%;
	left: auto;
}

.access-menu a{
	color: #fff;
	display: block;
	padding: .5em 2em;
	text-decoration: none;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.access-menu a:hover,
.access-menu a:focus{
	background: #369;
	outline: none;
}

.access-submenu{
	background: #96b8e9;
	left: -9999px;
	position: absolute;
	top: -9999px;
	width: 100%;
}

.access-submenu > li + li{
	border-top: solid 1px #688dc5;
}

.access-submenu > li:last-child{
	border-bottom: solid 3px #000;
}

.access-submenu a{
	padding: .5em 1em;
}

.is-show{
	left: auto;
	top: 100%;
}

.bg{

  display: block;
	height: auto;
	margin-left: 75px;
}


h1{
  text-align:left;
}

/* The grid: Four equal columns that floats next to each other */
.column {
    float: left;
    width: 15%;
    padding: 10px;
    margin-left: 30px;
}

/* Style the images inside the grid */
.column img {
    opacity: 0.8; 
    cursor: pointer; 
}

.column img:hover {
    opacity: 1;
}

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

/* The expanding image container (positioning is needed to position the close button and the text) */
.container {
    position: relative;
    display: none;
}
