/* CSS Reset Section */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #070B2E;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal; 
}

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

span {
	color: #FFC300
}


/* HEADER */
header {
	width: 100%;
	margin: auto;
	background: url(../images/band.svg);
	background-size: auto 41px;
	background-repeat: repeat-x;
	padding-top: 80px;
	background-position: center top;
	overflow: hidden;
	padding-bottom: 80px
}

header div {
	width: 90%;
	max-width: 1400px;
	margin: auto
}

header div img {
	float: left;
	height: 70px;
	width: 292px;
}

header div ul {
	display: block;
	float: left;
	height: 70px;
	width: calc(100% - 292px);
	padding-left: 50px;
	box-sizing: border-box;
}

header div ul li {
	float: left;
	padding-right: 40px;
	padding-top: 20px
}

header div ul li:last-child {
	padding-right: 0
}

header div ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 28px
}


.body {
	background: url(../images/hero.png);
	background-repeat: no-repeat;
	background-position-y:20% ;
	background-position-x:100%;
	background-size: 70% auto;
	height: calc(100vh);
	overflow: hidden
}

.body article {
	width: 90%;
	max-width: 1400px;
	margin: auto;
	height: calc(100vh - 460px);
	display: table;
}

.body article div.left {
	width: 50%;
	display: table-cell;
	vertical-align: middle
}

.body article div.img {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
 
.body article div.left h1 {
	font-size: 90px;
	padding-bottom: 20px
}

.body article div.left h2 {
	font-size: 40px
}

.body article div.img img {
	width: 100%;
	float: left;
	display: none;
	
}

footer {
	height: 230px;
	background: url(../images/band2.svg);
	background-size: auto 41px;
	background-repeat: repeat-x;
	padding-top: 0px;
	background-position: center bottom;	
}

footer div {
	width: 90%;
	max-width: 1400px;
	margin: auto
}

footer div img {
	opacity: 0.5;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	background-blend-mode: multiply;
}

@media screen and (max-width: 1360px) and (min-width: 1131px){ 
	.body article div.left h1 {
	font-size: 75px;
	padding-bottom: 20px
}

.body article div.left h2 {
	font-size: 30px
}
}	


@media screen and (max-width: 1130px) and (min-width: 280px){ 
body {background:}

.body {
	background: none;
}

.body article {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	height: calc(100vh - 0px);
	display: table;
}

header div {
	width: 90%;
	max-width: 1400px;
	margin: auto;
	text-align: center
}

header div img {
	float: none;
	height: 70px;
	max-width: 292px;
	width: 90%
}

header div ul {
	display: block;
	float: left;
	height: 70px;
	width: calc(100%);
	padding-left: 0px;
	box-sizing: border-box;
}

header div ul li {
	float: left;
	padding-right: 0px;
	padding-top: 20px;
	width: 100%
}

header div ul li:last-child {
	padding-right: 0;
	padding-bottom: 0
}

header div ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	padding-bottom: 0
}


.body article {
	width: 90%;
	max-width: 1400px;
	margin: auto;
	height: calc(100vh);
	display: block;
}

.body article div.left {
	width: 100%;
	display: inline;
	text-align: center
}

.body article div.img {
	display: inline;
}

.body article div.img img {
	display: inline-block
}

footer div img {
	display: none
}

.body article div.left h1 {
	font-size: 56px;
	padding-bottom: 20px
}

.body article div.left h2 {
	font-size: 30px
}

}