body, html, .container {
	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: 'Open Sans', sans-serif;
	line-height:25px;
	font-size:15px;
}

#main-content { -webkit-animation:fadein 2s; animation:fadein 2s }
@-webkit-keyframes fadein { from {opacity:0} to {opacity:1} }
@keyframes fadein { from {opacity:0} to {opacity:1} }

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


.content {
	margin:auto;
	display:block;
	margin-top:100px;
	margin-bottom: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;
	min-width:1123px;
}

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

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.7;
	margin-left:50px;
	margin-right:50px;
	transition: opacity .6s;
}

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;
}

strong {
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	text-decoration:none;
	font-weight:normal;
	margin-left:50px;
	margin-right:50px;
}