/*Global Styles */
body {
	margin: 0 auto;
	/*border: solid red .3em;*/
	height: auto;
}

header {
	/*border: solid blue .3em;*/

}

p {
	padding: 20px;
	font-family: "acta-display",serif;
	font-style: normal;
	font-weight: 300;
}
.box {
  width:40%;
  display:inline-block;
  vertical-align:top;
  /*border:solid navy .3em;*/
  margin:.7em;
  line-height: 2;
  padding:45px;
  font-family: "acta-display",serif;
  font-style: normal;
  font-weight: 300;

}

figure {
	position: relative;
}

figcaption {
	position: absolute;
	bottom: 40px;
	padding: 75px;
	left: 650px;
	width: 350px;
	background: #000000;
	opacity: 0.6;
	color: #CCCCCC;
	line-height: 1.5;
	font-family: "acta-display",serif;
	font-style: normal;
	font-weight: 300;
}
/*Image Styles*/
img {
    width: 1200px;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
/*Font Styles */
h1 {
	text-align: left;
	margin-left: 45px;
	font-size: 20pt;
	font-family: "acta-display",serif;
	font-style: normal;
	font-weight: 700;
}

h4 {
	margin-left: 20px;
	font-size: 20pt;
	font-family: "acta-display",serif;
	font-style: normal;
	font-weight: 500;

}

h5 {
	font-family: "acta-display",serif;
	font-style: normal;
	font-weight: 500;
}
/*Navigation Styles */
#menu {
    position: absolute;
    top: 25px;
    right: 20px;
    /*border: solid green .3em;*/
    font-family: "acta-display",serif;
	font-style: normal;
	font-weight: 500;
}

#menu ul li {
    display:inline-block;
    margin:0px 20px;
}

/*Button Styles*/

.button {
	text-decoration:none;
	color:#000000;
}

.button:hover {
	font-color:#FFFFFF;
}

/*Footer Styles*/

footer {
	text-align: center;
}