/*

Included:
Animate.css - https://daneden.github.io/animate.css/
Palette: http://paletton.com/#uid=52h0u0kpoqjfsz5kusLs3ldwGgk

font-family: 'Anton', sans-serif;
font-family: 'Quicksand', sans-serif;


// GraD: background: linear-gradient(173deg, rgba(225,207,255,1) 0%, rgba(163,105,255,1) 17%, rgba(255,134,252,1) 36%, rgba(170,253,227,1) 59%, rgba(244,230,255,1) 80%, rgba(208,149,255,1) 100%);
//

*/
/* RGB */
/*INCLUDES*/
@import 'animate.css';
@font-face {
  font-family: 'Alegreya Sans SC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DuJH0iQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/anton/v23/1Ptgg87LROyAm0K0.ttf) format('truetype');
}
/* COLOURS */
* {
  margin: 0%;
  padding: 0%;
}
body {
  background-color: rgba(16, 0, 24, 0.9);
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 1.0em;
  background-color: #000000;
}
::-webkit-scrollbar {
  width: 20px;
  outline: 1px solid #3c176f;
}
::-webkit-scrollbar-track {
  background: #250E45;
}
::-webkit-scrollbar-thumb {
  background: #FF1F56;
  transition: all 0.5s linear;
}
::-webkit-scrollbar-thumb:hover {
  background: #FD8234;
  transition: all 0.5s linear;
}
.logo-text-top {
  font-family: 'Anton', sans-serif;
  height: 45vh;
  overflow: hidden;
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  user-select: none;
}
.logo-text-top h1 {
  font-size: 6em;
  font-weight: 700;
}
.logo-text-top h3 {
  font-size: 2em;
  font-weight: 300;
  text-shadow: 0px 5px 13px rgba(0, 0, 0, 0.4);
}
.logo-text-top .logo-img {
  width: 60%;
  margin-left: 20%;
  background-image: url(logo_coloured.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 20vh;
  margin-top: 10vh;
  z-index: 10;
}
.logo-text-top .logo-grain {
  background-image: url(grain-lo-res.png);
  background-repeat: repeat;
  background-size: 60%;
  height: 45vh;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
}
.logo-text-top .logo-bg {
  background-image: url(bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  animation: bgmove 60s forwards ease-in-out infinite;
  filter: blur(10px);
  height: 110vh;
  width: 120%;
  position: fixed;
  top: -5vh;
  left: -10%;
  z-index: -2;
}
.video-container {
  width: 100%;
  overflow: hidden;
}
.video-container video {
  width: 100%;
  height: 100vh;
  z-index: 100;
  object-fit: cover;
}
.video-container .overlay {
  width: 100%;
  height: 100vh;
  background-image: url('../images/overlay.png');
  background-repeat: repeat;
  margin-top: -100vh;
  z-index: 101;
  position: absolute;
}
.video-container .overlay #show-more {
  background-color: rgba(0, 0, 0, 0.7);
  border: solid 2px #FF1F56;
  color: #FF1F56;
  width: 7vh;
  height: 7vh;
  text-align: center;
  line-height: 7vh;
  font-weight: 700;
  font-size: 1.5em;
  font-style: normal;
  cursor: hand;
  border-radius: 100px;
  left: 47.5vw;
  position: absolute;
  top: 90vh;
  user-select: none;
  transform: rotate(90deg);
}
.video-container .overlay .strap {
  animation: coverbg 3s;
  width: 100%;
  height: 40vh;
  overflow: hidden;
  background-image: url(logo_white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  margin-top: 30vh;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.video-container .overlay .strap h1 {
  font-size: 2.5em;
  font-weight: 400;
  color: #FD8234;
  animation: coverheader 2s;
}
.video-container .overlay .strap h2 {
  font-size: 1.8em;
  font-weight: 300;
  color: #ffffff;
  animation: coversubheader 2s;
}
@keyframes bgmove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.menu-bar {
  width: 100%;
  background-color: rgba(16, 0, 24, 0.9);
  height: 80px;
  text-transform: uppercase;
  font-size: 2.4em;
  font-family: 'Anton', sans-serif;
  z-index: 10;
  user-select: none;
}
.menu-bar ul {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.menu-bar ul li {
  display: inline-block;
}
.menu-bar ul li a {
  height: 80px;
  line-height: 80px;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  background: linear-gradient(90deg, #FD8234 0%, #FF1F56 17%, #A22680 36%, #FD8234 59%, #FF1F56 80%, #FD8234 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px black;
  border-bottom: solid 0px #ffffff;
  transition: all 0.3s;
}
.menu-bar ul li a:hover {
  transition: all 0.2s ease-in-out;
  color: #FD8234;
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px black;
}
.content {
  z-index: 9;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 50px;
  font-size: 1.3em;
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.2);
  padding-bottom: 30vh;
  color: #ffffff;
  background-color: rgba(16, 0, 24, 0.9);
}
.content h1 {
  font-size: 2.4em;
  color: #FF1F56;
  margin-bottom: 10px;
}
.content h2 {
  font-size: 1.8em;
  margin-top: 10px;
}
.content h3 {
  font-size: 1.2em;
  margin-top: 10px;
}
.content a {
  text-decoration: none;
  border-bottom: dotted 2px;
  color: #FD8234;
  transition: color 0.3s;
}
.content a:hover {
  color: #FF1F56;
  transition: color 0.1s;
}
.cfz-container {
  background-color: #ffffff;
  border-radius: 15px;
  width: 100%;
}
#cfz-clock {
  font-size: 5em;
  list-style: none;
  margin: 50px 0;
  padding: 0;
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: 'Anton', sans-serif;
  background: linear-gradient(90deg, #07CEE0 0%, #13C7DA 17%, #015478 36%, #07CEE0 59%, #015478 80%, #13C7DA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#cfz-clock li {
  display: inline-block;
  color: #ffffff;
}
#cfz-clock .seperator {
  float: :left;
  font-size: 0.2em;
}
footer {
  width: 70%;
  padding-left: 15%;
  padding-right: 15%;
  height: 160px;
  background-image: url(grain-lo-res.png);
  background-repeat: repeat;
  background-size: 60%;
  color: #FD8234;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 50px;
  line-height: 20px;
  float: left;
  position: relative;
  bottom: 0px;
  vertical-align: baseline;
  font-size: 1.2em;
  border-top: solid 2px #250E45;
  user-select: none;
}
footer .left {
  width: 40%;
  float: left;
  line-height: 30px;
  padding-top: 30px;
  text-align: left;
}
footer .left ul li {
  display: block;
}
footer .left p {
  font-weight: 700;
  font-size: 1.4em;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
}
footer .copyright {
  width: 40%;
  float: right;
  line-height: 30px;
  padding-top: 30px;
  text-align: center;
}
footer a {
  text-decoration: none;
  border-bottom: dotted 2px;
  color: #ffffff;
  transition: color 0.3s;
}
footer a:hover {
  color: #FD8234;
  transition: color 0.1s;
}
footer h3 a {
  color: #FF1F56;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 30px;
  transition: color 0.3s;
}
footer h3 a .fa {
  font-size: 1.5em;
  width: 50px;
  height: 30px;
  text-align: center;
}
footer h3:hover a {
  border-bottom: dotted 3px #FD8234;
  color: #FD8234;
  transition: color 0.1s;
}
/* Services 2017 Update */
.service {
  margin-top: 50px;
  margin-bottom: 50px;
}
.service .image-container {
  height: auto;
  width: 40%;
  position: relative;
  border-bottom: solid 4px #FD8234;
  box-shadow: 0px 4px 20px rgba(10, 10, 10, 0.5);
}
.service .image-ratio {
  width: 100%;
  padding-top: 48%;
  background-repeat: none;
  background-size: 100%;
  background-position: center center;
  transition: all 0.5s;
}
.service .image-ratio:hover {
  background-size: 120%;
  transition: all 0.5s;
}
.service .service-text {
  width: 58%;
  margin-top: -20%;
  position: relative;
  float: right;
}
.service .service-text h3 {
  font-size: 1.5em;
  text-align: left;
  color: #FF1F56;
  font-style: normal;
}
.service .service-text p {
  padding-left: 5%;
  padding-right: 0%;
  width: 95%;
  font-size: 1em;
  text-align: left;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  .service .image-container {
    width: 100%;
  }
  .service .service-text {
    float: none;
    width: 100%;
    margin-top: 0px;
  }
  .service .service-text p {
    padding-left: 0%;
    margin-top: 5px;
  }
  .logo-img {
    width: 100% !important;
    margin-left: 0% !important;
    background-image: url(logo.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 15vh !important;
    margin-top: 10vh;
    z-index: 10;
  }
  .menu-bar {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .menu-bar ul li {
    width: 100%;
  }
  .logo-text-top h1 {
    width: 100%;
    font-size: 3em;
  }
  .logo-text-top h3 {
    font-size: 1.6em;
  }
}
