body{
	font-family: 'Josefin Sans', Arial, sans-serif;
}
a{
	-webkit-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
a:hover{
	text-decoration: none;
}
.ot-nt a{
	color: #336699;
}
.ot-nt a:hover{
	color: #003366;
	text-decoration: none;
	cursor: pointer;
}
header{
	background: #001a33;
	color: #fff;
}

header .navbar-default{
	background-color: transparent;
	border: none;
}

header .navbar-default .navbar-nav > li > a{
	color: #fff;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
header .navbar-default .navbar-nav > li.active > a{
	color: #001a33;
}


header .navbar-default .navbar-nav > li > a:hover{
	cursor: pointer;
	color: #e8e8e8;
}

header .navbar-right{
	float: left !important;
}

header .navbar{
	margin-bottom: 0;
}
section.home{
	background: url('../img/EkomNkamFalls.jpg') no-repeat 30% 20% / cover;
}
section.about{
	background: url('../img/KapsikiPeak.jpg') no-repeat 30% 50% / cover;
}
section.ot{
	background: url('../img/Belo_Cameroon_landscape.jpg') no-repeat 30% 20% / cover;
}
section.nt{
	background: url('../img/Cameroon-tree-landscape.jpg') no-repeat 30% 30% / cover;
}
section.links{
	background: url('../img/Mount-Cameroon.jpg') no-repeat 30% 30% / cover;
}
section.contact{
	background: url('../img/cameroon_sunset.jpg') no-repeat 30% 60% / cover;
}
nav a.navbar-brand{
	padding: 10px 40px 10px 0;
}
nav a.navbar-brand img{
	max-height: 100%;
	width: auto;
}
.main{
	padding: 10px;
	color: #fff;

}
.main h1{
	float: left;
	font-family: 'Cardo', serif;
	font-size: 50px;
	margin: 4% 0;
	text-shadow: 1px 1px 3px #000;
}
section.home .main h1{
	text-transform: uppercase;
	font-size: 72px;
	margin-top: 10%;
}
.main .headshot{
	float: right;
	text-align: right;
}
.main .headshot h3{
	margin: 5px 0;
	font-size: 20px;
	text-shadow: 1px 1px 3px #000;
}
.main .headshot img{
	width: 150px;
	height: auto;
	border: 1px solid #eee;
}
.container.about,
.container.ot-nt,
.container.links,
.container.contact{
	padding: 30px 15px;
	min-height: 400px;
}

.boxes{
	margin: 100px 0;
}
.boxes .col-sm-6{
	text-align: center;
}
.link-box{
	display: inline-block;
	text-align: center;
	padding: 10% 10px;
	margin: 0 auto;
	width: 400px;
	border: 30px solid #005794;
	font-size: 36px;
	border-radius: 10px;
	line-height: 1.3;
	background: #fff;
	color: inherit;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
.link-box:hover{
	text-decoration: none;
	background: #005794;
	color: #fff;
}
.book{
	padding: 10px 0;
}
.book .glyphicon{
	padding-right: 5px;
}
footer{
	background-color: #001a33;
	color: #fff;
/*	  position: absolute;*/
  right: 0;
  bottom: 0;
  left: 0;
}
footer .container{
	padding: 30px 20px;
}

@media (min-width: 768px){
	footer{
		position: absolute;
	}
}

@media (max-width: 990px){
	header .navbar-default .navbar-nav > li > a{
		font-size: 14px;
	}
	section.home .main h1{
		font-size: 5vw;
	}
	.link-box{
		width: 100%;
		font-size: 28px;
	}
}

@media (max-width: 768px){
	.main .headshot{
		float: none;
	}
	.main .headshot h3{
		font-size: 10px;
	}
	.main .headshot img{
		width: 100px;
	}
	.boxes{
		margin-top: 50px;
	}
	.boxes .col-sm-6{
		margin-bottom: 20px;
	}
	footer .row{
		margin: 0;
	}

}
@media (max-width: 480px){
	header .navbar-right{
		width: 100%;
	}
	section.home .main h1{
		width: 100%;
		text-align: center;
		font-size: 8.5vw;
	}
	.main .headshot{
		text-align: center;
	}
}