body {

  margin: 0;

}
	
.jumbotron {
  height: 100vh;
  width: 100vw;
  background: url(../images/WHLStJames.jpg) no-repeat center center fixed; 
  background-size: cover;
}

.transbox{
	margin: auto;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
	padding: 1vmax;
	height: 60vh;
	width: 55vw;
	background-color: white;
	opacity: 0.9;
    	filter: alpha(opacity=90); /* For IE8 and earlier */
	font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

.transbox img{
	padding: 1vmax;
	width: 75%;
	position: relative;
}

.transbox h2 {
	color: #005EB2;
	font-size: 3.5vmin;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	opacity: 1;
    	filter: alpha(opacity=100); /* For IE8 and earlier */
	margin-bottom: 5vmin;
}

.transbox p{
	font-size: 2vmin;
	margin-left: 10%;
	font-weight: bold;
}