/*
Project: 14-15_13
Author: Richy Thomas
Palette: Color: Primary Colour: #00796B , Secondary Colour: #FFEB3B
*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700);
/* Structure */

html {
  position: relative;
  min-height: 100%;
}

body {
  background-image: linear-gradient(90deg, #00796B, #009688);
  font-family: 'Raleway', sans-serif;
  margin-bottom: 81px;

}

/* Typography */

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.3em;
}

p.lead {
  font-size: 1.4em;
}

p {
  font-size: 1.1em;
  line-height: 1.5em;
}

a, a:visited {
  color:#00796B;
  text-decoration: underline;
}

a:hover, a:focus {
  color:#00796B;
  text-decoration: none;
}

/* Header */

.header {
  color: #FFF;
  padding: 2em 0;
}

.header h1 {
  font-weight: 700;
  margin: 10px 0;
  font-size: 2.4em;
}

/* Video */

#video-container {
  background: #FFF;
  border-bottom: 5px solid #FFF;
  border-left: 12px solid #FFF;
  border-right: 12px solid #FFF;
  border-top: 5px solid #FFF;
}

/* Footer */

.footer {
  bottom: 0;
  height: 61px;
  position: absolute;
  width: 100%;
}

.footer p {
  color: #FFF;
  font-size: 1em;
  line-height: 1em;
  margin: 13px 0 33px;
  text-align: center;
}

/* Animations */

.animate-first {
  animation-duration: 1s;
  animation-delay: 0s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0s;
}

.animate-second {
  animation-duration: 1s;
  animation-delay: 0.2s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
}

.animate-third {
  animation-duration: 1s;
  animation-delay: 0.4s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
}

.animate-fourth {
  animation-duration: 1s;
  animation-delay: 0.6s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
}

.animate-fifth {
  animation-duration: 1s;
  animation-delay: 0.8s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
}

.animate-sixth {
  animation-duration: 1s;
  animation-delay: 0.9s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.9s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.9s;
}

.animate-seventh {
  animation-duration: 1s;
  animation-delay: 1s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
}

.animate-eighth {
  animation-duration: 1s;
  animation-delay: 1.1s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.1s;
}

.animate-ninth {
  animation-duration: 1s;
  animation-delay: 1.2s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.2s;
}

.animate-tenth {
  animation-duration: 1s;
  animation-delay: 1.3s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.3s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.3s;
}

.animate-eleventh {
  animation-duration: 1s;
  animation-delay: 1.4s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.4s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.4s;
}

.animate-twelfth {
  animation-duration: 1s;
  animation-delay: 1.5s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
}

.animate-thirteenth {
  animation-duration: 1s;
  animation-delay: 1.6s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.6s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.6s;
}

/* Tablet */
@media(min-width: 768px){

}

/* Desktop */
@media(min-width:992px){

}

/* Large Desktop */
@media(min-width:1200px){

}