/*! * Bootstrap v4.1.0 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Custom Font style */
@font-face {
	font-family: 'Futura PT light';
	src: url("../font/FuturaPTLight.otf");
}
@font-face {
	font-family: 'Futura PT medium';
	src: url("../font/FuturaPTMedium.otf");
}
@font-face {
	font-family: 'Futura PT bold';
	src: url("../font/FuturaPTBold.otf");
}
@font-face {
	font-family: 'Futura PT book';
	src: url("../font/FuturaPTBook.otf");
}
@font-face {
	font-family: 'Futura PT Heavy';
	src: url("../font/FuturaPTHeavy.otf");
}
/* Global style begins here */
body {
	font-family: 'Futura PT medium';
	font-size: 16px;
	line-height: 1.5;
}
/* Reset style */
* {
	margin: 0;
	padding: 0;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: 0;
}
ul, li {
	margin: 0;
	padding: 0;
}
/* Global style ends here */
/* Banner style begins here */
#Banner .logo {
  position: absolute;
  top: 25%;
  left: 16%;
  opacity: 0;
}
#Banner {
	width: 0;
	height: 100vh;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e64741+0,e6255d+100,7db9e8+100 */
	background: #e64741; /* Old browsers */
	background: -moz-linear-gradient(top, #e64741 0%, #e6255d 100%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e64741 0%,#e6255d 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e64741 0%,#e6255d 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e64741', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	position: relative;
}
body.active #Banner .logo {
	opacity: 1;
	top: 47%;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
}
body.active #Banner  {
	width: 100%;
	transition:  ease-in-out all 0.5s;
}
body.active #Banner .blacksection::before  {
	height: 2000px;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-ms-transition-delay: 1s;
}
body.active #Banner h1  {
	opacity: 1;
	right: 15%;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
	-ms-transition-delay: 1.5s;
}
#Banner h1 {
	color: #fff;
	font-size: 80px;
	font-family: 'Futura PT book';
  position: absolute;
  margin: 0;
  padding: 0;
  text-align: right;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
}
#Banner .blacksection::before {
  width: 2000px;
  height: 0;
  background-color: #000;
  position: absolute;
  right: -1000px;
  transform: rotate(124deg);
  -ms-transform: rotate(124deg);
  content: "";
  top: 0;
}
.mscroll {
	opacity: 0;
	position: absolute;
	text-align: center;
	display: inline-block;
}
body.active .mscroll {
	opacity: 1;
	bottom: 14%;
	left: 50%;
	transition: all 0.5s;
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.75s;
	-ms-transition-delay: 1.75s;
}
.mobile-header, .mobile-logo {
	display: none;
}
.mobile-header img {
	width: 100%;
	height: auto;
}
.bottom {
	background-color: #03060c;
	padding: 26px 0;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.bottom p {
	margin-bottom: 0;
}
/* Footer */