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

#container {
	position: relative;
	height: auto;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}



#logo {
	float: left;
	height: 75px;
	width: 75px;
	position: relative;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	top: 10px;
	left: -6px;
}
#header {
	position: relative;
	height: 120px;
	width: 1100px;
}

ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}

#menu {
	font-family: 'Fira Mono';
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: left;
	list-style-type: none;
	width: 807px;
	height: 20px;
	margin-left: 54px;
	padding-top: 35px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu ul{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

#menu ul li{
	text-align: center;
	float: left;
	width: 47px;
	height: auto;
	list-style-type: none;
	padding-right: 40px;
	position: relative;
	margin-left: 106px;
}

#menu ul a{
	color: #000;
	text-decoration: none;
	padding: 5px;
}


#menu ul a:hover{
	text-decoration: underline;	
		
}

#menu ul li:hover ul{
	display: block;
	padding: 0px;

	position: absolute;		
}

#menu ul li ul{
	display: none;		
}
#text {
	font-size: 12px;
	color: #000;
	position: relative;
	font-family: 'Fira Mono';
	width: 807px;
	left: 104px;
	padding-bottom: 346px;
	padding-top: 50px;
}
#content {
	position: relative;
	height: auto;
	width: 994px;
	float: right;
}
#85main {
	background-image: url(../../Structure%20in%20Photoshop/cut%20images/85-Main.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 190px;
	width: 190px;
	float: left;
}
#ABAstories {
	background-image: url(../../Structure%20in%20Photoshop/cut%20images/ABA-Stories.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 190px;
	width: 190px;
	position: relative;
	left: 50px;
}
#callibook {
	background-image: url(../../Structure%20in%20Photoshop/cut%20images/Calligraphy-Booklet.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 190px;
	width: 190px;
	position: relative;
	left: 100px;
}

#footer {
	position: relative;
	float: left;
	width: 1100px;
}
#name {
	font-family: 'Fira Mono' ;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	position: relative;
	float: left;
	top: 20px;
	padding-bottom: 20px;
	left: 160px;
}
#gallery {
	position: relative;
	float: left;
}
#email {
	font-family: 'Fira Mono' ;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #000;
	float: left;
	position: relative;
	left: 260px;
	top: 20px;
	padding-bottom: 20px;
}
#line {
	background-color: #000;
	position: relative;
	width: 1100px;
	float: left;
	height: 3.5px;
}
.italic {
	font-style: italic;
}
#description {
	width: 807px;
	padding-top: 50px;
	position: relative;
	left: 54px;
}
#text1 {
	font-family: 'Fira Mono';
	font-size: 12px;
	color: #000;
	position: relative;
	float: left;
	left: 50px;
}


div.box {

  display: inline-block;
  width:  250px;
  height: 250px;
  margin: 10px;
  position: relative;
  overflow: hidden;
}

div.photo img {
  display: block;
}


div.text {
	color: #000000;
	background-color: #Ffffff;
	width: 250px;
	height: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 20px;
	padding-top: 230px;
	padding-bottom:40px;
}

div.text a{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-bottom:40px;	
	
	
}

div.box:hover div.text {
  opacity: 0.8; 
  left: 0;
  top: 0;
}