/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

footer {
	/*bottom: 0;*/
	position: relative;
	display: block;
	height: 62px;
}

title {
	text-transform: capitalize;
}

body {
	background-image: url("../img/BG.JPG");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	background-color: #3f1900;
	color: #320500;
}

/* h1
{
	font-family: ubuntu;
	color: #92370b;
	font-size: 40px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

h1::after
{
	te
} */

hr {
	width: 90%;
	transition: width 1.5s;
}

hr.timeline {
	height: 100%;
	width: 5px;
}

.logo {
	font-family: "Amaranth";
	color: #ffdc99;
	font-size: 37px;
}

.slogan {
	right: 0;
}

#content {
	position: static;
	top: -250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -150px;
	/*border: 100px #000;*/
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 5px 5px 5px #000;
	padding-top: 0px;
	z-index: -3;
	padding-right: 0px;
	display: block;
}

div {
	transition: width 1.5s;
}

.container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0;
}

.navbar {
	position: relative;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	border: 1.5px solid transparent;
	border-radius: 4px;
	padding: 10px;
	box-shadow: 2px 4px 4px #000;
	/*transition: 1.5s;*/
	/*perspective-origin: 100% 100%;*/
	z-index: 1;
	opacity: 1;
	background: -webkit-radial-gradient(
		40% 55%,
		closest-corner,
		#888,
		#444,
		#292929
	); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(
		40% 55%,
		closest-corner,
		#888,
		#444,
		#292929
	); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(
		40% 55%,
		closest-corner,
		#888,
		#444,
		#292929
	); /* For Firefox 3.6 to 15 */
	background: radial-gradient(
		closest-corner at 33% 40%,
		#4a4a4a,
		#353535,
		#292929
	); /* Standard syntax (must be last) */
	border-color: #080808;
}

.navbarSmall {
	position: fixed;
	top: -4px;
	padding: 0px;
	transition: height 1s;
}

.navbar-out {
	height: 0;
	box-shadow: 0 0 0 #000;
}
.navbar-in {
	height: 50px;
	box-shadow: 2px 4px 4px #000;
}

.navshadow {
	z-index: -2;
	height: 100px;
	position: relative;
	top: -122px;
	/*background-color: red;*/
	margin-left: auto;
	margin-right: auto;
	padding: 11px;
	border-radius: 4px;
	box-shadow: 9px 9px 12px #000;
}

.navbar-inverse {
	/*background-color: #292929;*/
	background: -webkit-radial-gradient(
		40% 55%,
		closest-corner,
		#888,
		#444,
		#292929
	); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(
		40% 55%,
		closest-corner,
		#888,
		#444,
		#292929
	); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(
		40% 55%,
		closest-corner,
		#888,
		#444,
		#292929
	); /* For Firefox 3.6 to 15 */
	background: radial-gradient(
		closest-corner at 33% 40%,
		#4a4a4a,
		#353535,
		#292929
	); /* Standard syntax (must be last) */
	border-color: #080808;
}

.navbar-inverse .navbar-text {
	color: #999;
}

/*.navbar {
		width: 50px;
		position: relative;
		top: 5px;
	}*/

.logo {
	width: 450px;
	position: relative;
	top: 5px;
}

nav {
	right: 0;
	float: right;
	color: #ffdc99;
	position: relative;
	top: 0;
	height: 100px;
	background-color: rgba(255, 255, 255, 0);
}

nav a {
	padding: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #ddc569;
	transition: transform 2s, color 1s, font-size 1s, top 2s;
	-webkit-transition: transform 2s, color 1s, font-size 1s, top 2s; /* Safari 3.1 to 6.0 */
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	/*transition: color 1s;
    -webkit-transition: color 1s; /* Safari 3.1 to 6.0 */
}

a {
	text-decoration: none;
	color: #963a04;
	transition: color 1s;
	-webkit-transition: color 1s;
}

a:hover {
	color: #aa8c66;
}

nav a:hover {
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	/*font-size: 15px;*/
}

.youtube {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

/*---------------------------------------------------------GALLERY STUFF---------------------------------------------------------------------------*/

.sideMenu {
	width: 20%;
	height: 400px;
	border-right: 2px solid;
	padding-left: 10px;
}

.sideMenuItem {
	transition: color 1.5s;
	padding: 3px;
}

.sideMenuItem:hover {
	cursor: pointer;
	color: #aa8c66;
}

/* .gallery
{
	border: 5px solid;*/
/* position: absolute; */
/* visibility: hidden; */
/* padding: 10px; */
/*columns: auto;*/
/*overflow-y: scroll;*/
/* height: 400px;
} */

/*.imgGallery
{
	width: 160px;
	height: 120px;
	position: static;
}*/

.imgGallery {
	float: left;
	padding: 10px;
	margin-right: 28px;
	margin-bottom: 28px;
	border: 1px solid black;
	width: 160px;
	height: 120px;
	position: relative;
	transition: 0s;
}

.imgGallery > img {
	width: 100%;
	height: 100%;
	/*position: absolute;*/
}

img.unorientated {
	width: auto;
	height: auto;
}

/*.imgGallery:hover
{
	width: 400px;
	height: 300px;
	position: absolute;
}*/

.ghostImg {
	padding: 0;
	position: static;
	width: 180px;
	height: 140px;
	float: left;
}

.ghostGal {
	position: static;
	visibility: hidden;
	margin-left: 0;
	right: 0;
	width: 78%;
	height: 1px;
	transition: height 1s;
	display: block;
}

.bigImg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 3;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: rgba(50, 50, 50, 0.9);
	transition: width 0s, height 0s, background 1.5s;
	overflow: hidden;
	box-sizing: content-box;
	display: none;
}

.bigImg > img {
	padding: 0;
	position: absolute;
}

.bigImg > img.land {
	width: 70%;
	height: auto;
	left: 15%;
	right: 15%;
}

.bigImg > img.port {
	height: 70%;
	width: auto;
	top: 15%;
	bottom: 15%;
}

/*-------------------------------------------------END OF GALLERY STUFF-------------------------------------------------------*/
/*-------------------------------------------------TIMELINE STUFF--------------------------------------------------------*/

#timeline {
	margin-top: 0px;
	height: 100%;
}

/*#timeline::before
{
	/* this is the vertical line 
	content: '';
	position: absolute;
	/*margin-top: 20px;
	margin-bottom: 20px;
	left: 50%;
	margin-left: -2px;
	height: 100%;
	width: 4px;
	background: #d7e4ed;
	top: 10px;
	border-radius: 30%;
}*/

/*#timeline::after
{
	/* this is the vertical line 
	content: '';
	position: absolute;
	/*margin-top: 20px;
	margin-bottom: 20px;
	top: 50%;
	margin-top: -2px;
	height: 4px;
	width: 100%;
	background: #d7e4ed;
	border-radius: 30%;
}*/

#timeline.container {
	height: calc(100% - 10px);
	left: 0;
}

.tl-event {
	/*margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	padding-bottom: 15px;
	padding-top: 15px;*/
}

.tl-pointer {
	height: 20px;
	width: 20px;
	left: 50%;
	position: relative;
	margin-left: -10px;
	display: inline;
}

.tl-eventHeading {
	top: 0px;
	position: absolute;
	width: 50%;
	height: 40px;
	/*display: inline;
	/*padding: 25px;*/
	background: -webkit-radial-gradient(
		#888,
		rgba(255, 255, 255, 0)
	); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(
		#888,
		rgba(255, 255, 255, 0)
	); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(
		#888,
		rgba(255, 255, 255, 0)
	); /* For Firefox 3.6 to 15 */
	background: radial-gradient(
		#bfbfbf,
		rgba(255, 255, 255, 0) 75%
	); /* Standard syntax (must be last) */
	border-color: #080808;
	text-align: center;
	vertical-align: middle;
}

.tl-eventHeading > h4 {
	vertical-align: middle;
	padding: 0;
	margin: 0;
	top: 11.5px;
	position: relative;
	font-size: 19px;
}

.tl-eventHeading:hover {
	cursor: pointer;
}

.tl-eventDetails {
	width: 70%;
	height: auto;
	/*max-height: auto;*/
	border-width: 3px;
	border-color: #fff;
	border-style: solid;
	border-radius: 10px;
	background-color: #888;
	padding: 10px;
	left: 15%;
	position: relative;
	display: none;
	z-index: 2;
	top: 10px;
	word-wrap: break-word;
	overflow: hidden;
	/*transition: max-height 10s;*/
}

.tl-eventDetailsGhost {
	width: 0;
	height: 40px;
	position: absolute;
	opacity: 1;
	overflow: hidden;
	left: 0;
	margin-top: 20px;
}

.tl-right {
	right: 0px;
	left: auto;
}

.tlShownHeight {
	height: auto;
}

.tl-shown {
	opacity: 1;
	display: block;
}

/*-------------------------------------------------END OF TL STUFF------------------------------------------------------------*/

/*-----------------------------------------------SIZE CHANGING STUFF------------------------------------------------*/
/*@media (min-width:768px)/*-------small-------*/ /* {
	.content 	{
		width: 685px;
	}
	.container {
		width: 665px;
	}
	#timeline.container
	{
		width: 629px;
	}
	.youtube
	{
		width: 640.5px;
		height: 360px;
	}
	
	.navbar,.navshadow {
		width: 705px;
	}
	
	.navbarSmall {
		width: 725px;
		margin-left: -363.5px;
		left: 50%;
	}
	hr
	{
		width: 692px;
	}
	div.gallery
	{
		width: 500.35px;
		/*margin-left: 140px;
	}
	.ghostGal
	{
		width: 2px;
	}
}/*-----/small------*/

/*@media (min-width:992px)/*-----medium----*/ /* {
	.container {
		width: 880px
	}
	#timeline.container
	{
		width: 844px;
	}
	.content {
		width: 900px
	}
	.youtube
	{
		width: 854px;
		height: 480px;
	}
	.navbar,.navshadow {
		width: 920px;
	}
	
	.navbarSmall {
		width: 940px;
		margin-left: -471px;
		left: 50%;
	}
	hr
	{
		width: 907px;
	}
	div.gallery
	{
		width: 670px;
		/*margin-left: 185px;
	}
	.ghostGal
	{
		width: 3px;
	}
}/*------/medium---*/

/*@media (min-width:1200px)/*-----large----*/ /* {
	.container {
		width: 1090px
	}
	#timeline.container
	{
		width: 1054px;
	}
	.content {
		width: 1110px
	}
	.youtube
	{
		width: 854px;
		height: 480px;
	}
	.navbar,.navshadow {
		width: 1130px;
	}
	
	.navbarSmall {
		width: 1150px;
		margin-left: -576px;
		left: 50%;
	}
	hr
	{
		width: 1117px;
	}
	div.gallery
	{
		width: 840px;
		/*margin-left: 225px;
	}
	.ghostGal
	{
		width: 4px;
	}
}/*--------/large--------*/
/*----------------------------------------------- END SIZE CHANGING STUFF------------------------------------------------*/

.navbar-collapse {
	max-height: 340px;
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse .in {
	overflow-y: auto;
}

@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse .collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse .in {
		overflow-y: visible;
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

.right {
	/*right: 0px;
	margin-right: 0px;*/
	float: right;
}

.left {
	/*left: 0px;
	margin-left: 0px;*/
	float: left;
}

.s-half {
	width: 49%;
	margin-left: 0px;
	margin-right: 0px;
}

.lborder {
	border-left: 5px solid;
}

.hidden {
	visibility: hidden;
}

.shown {
	visibility: visible;
	opacity: 1;
}
