body, html, .container, .bigbox {
	height:100%;
	margin: 0;
}
body {
	background-image:url('images/Ceylon_black_tea_leaves.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment:fixed;
	height:100%;
	font-family: 'Montserrat', sans-serif;
	line-height:25px;
	font-size:15px;
}


.container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
	margin:auto;
	display:block;
	margin-top:100px;
	width:800px;
	box-sizing:border-box;
	padding:30px;
	z-index:2;
}

.navigation {
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	height:50px;
	background-color:#000;
	opacity:0.7;
	z-index:3;
}

.nav2 {
	box-sizing:border-box;
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	height:50px;
	padding:15px;
	z-index:4;
}

h1 {
	color:#870801;
	font-size:25px;
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:30px;
	margin-top:30px;
	font-weight:bold;
}

a {
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	text-decoration:none;
	opacity:0.8;
	margin-left:50px;
	margin-right:50px;
}

a:hover{
	opacity:1;
}

b {
	color:#870801;
	text-transform:uppercase;
}

.imageone{
	box-sizing:border-box;
	float:right;
	margin-bottom:20px;
	margin-left:20px;
	width:300px;
}
.imagetwo{
	box-sizing:border-box;
	float:left;
	margin-bottom:20px;
	margin-right:20px;
	width:350px;
}