h1,h2,h3,h4,h5,h6 {
	font-family: "Black Ops One", cursive;
	letter-spacing: 3px;
}

body, html {
  position: relative;
  color: #424242;
  width: 100%;
  font-family: 'Arvo', serif;
  letter-spacing: 2px;
  line-height: 1.5;
  font-size: 22px;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;	
}

#main {
	position: relative;	
	width: 100%;
	background-image: url('background.jpg');
}

#home {
	height: 100vh;
	background: transparent;
	width: 100%;
	position: relative;
	display: block;
}

#home .home-content {
	position: relative;
	width:100%;
	height: 100%;
	padding-left: 60%;
	padding-top: 25px;
	color: #000;
	text-align: left;
	text-shadow:
	   -1px -1px 0 #fff,  
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		 1px 1px 0 #fff;
	overflow: hidden;
}

#home .home-content h1 {
	font-size: 1.5em;
	letter-spacing: 5px;
}

#home .home-content h2 {
	font-size: 1.2em;
	font-family: 'Arvo', serif;
	text-shadow:
	   -1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		 1px 1px 0 #000;
	color: #fff;
	letter-spacing: 2px;
}

#home .home-content ul {
	list-style-type: square;
}

#home h1 span {
	display: block;
}

#home h1 a {
	text-decoration: none;
	color: #000;
}

#home h1 i {
	display: block;
    margin-left: 50px;
    font-size: 1.5em;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
}

.text-with-background {
	background-image: url('text-background.png');
	background-repeat: no-repeat;
    background-position: center;
	background-size: 100% 100%;
	box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.75);
	padding: 25px 50px;
	text-align: center;	
	border-radius: 4px;
}

.rusty-text {
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	background-image: url('rusty.png');
}

.content {
	position: relative;
	display: block;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
}

.row {
	position: relative;
	width: 100%;
	max-width: 960px;
	display: block;
	margin: 0 auto;
	color: #fff;	
}

.column {
	position: relative;
	width: 49%;
	display: inline-block;
	padding: 25px;	
	vertical-align: top;
}

.timeline {
	position: relative;
	border-left: solid 4px #fff;
	padding: 0 0 10px 30px;
	margin-top: 50px;
	z-index: 1;
	margin-left: 25px;
}

.timeline .icon {
	position: absolute;
    left: -27px;
    top: -50px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    border: solid 4px #fff;
	line-height: 40px;
	color: #fff;
	z-index: 2;
	letter-spacing: 0;
}

.timeline a {
	color: #fff;
	word-break: break-word;
}

.timeline img {
	width: 100%;
}

.poster {
	position: relative;
	max-width: 300px;
	z-index: 1;
	margin: 100px auto 0 auto;
}

.poster:hover {
	z-index: 2;
}

.poster img, .poster video {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px;
	border: 1px solid #424242;
	background-color: rgba(255,255,255,1);
}

.poster video {
	height: 300px;
	object-fit: cover;
}

.poster:before, .poster:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 5px;
  left: 5px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #000;
  -webkit-box-shadow: 0 15px 10px #000;
  -moz-box-shadow: 0 15px 10px #000;
  box-shadow: 0 15px 10px #000;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.poster:after
{
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  right: 5px;
  left: auto;
}

footer {
	background-color: #000;
	width: 100%;
	display: block;
	padding: 50px 0;
	color: #fff;
	font-size: 1.2em;
}

footer p {
	width: 100%;
	text-align: center;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-device-width: 960px) {
	#home h1 {
		position: relative;
		left:0;
		top: auto;
		display: block;
		text-align: center;
	}
	
	#home .home-content {
		padding: 25px;
	}
	
	#home .home-content h1 i {
		margin: 0;
	}
	
	#home h1.text-with-background {
		background:none;
		box-shadow: none;
		margin-top: 0;
	}
}

@media only screen and (max-device-width: 600px) {
	.column {
		display: block;
		width: 100%;
	}
	
	#home .home-content h2 {
		font-size: 1em;
	}	
		
	#home .home-content h2 li {
		padding: 5px 0;
	}
}

@media only screen and (max-device-width: 400px) {
	
	#home .home-content h2 {
		font-size: 0.8em;
	}
}