@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'font';
    src: url('../Fonts/N27-Regular.eot');
    src: url('../Fonts/N27-Regular.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/N27-Regular.woff2') format('woff2'),
        url('../Fonts/N27-Regular.woff') format('woff'),
        url('../Fonts/N27-Regular.ttf') format('truetype'),
        url('../Fonts/N27-Regular.svg#FontAwesome5Free-Solid') format('svg');
  font-weight: normal;
  font-style: normal;
}

*
{
	margin:0px;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body
{
	  margin: 0;
	padding: 0;
	width:100%;
	direction:ltr;
	font-family: 'font' !important;
	 -webkit-font-feature-settings: 'lnum';
    font-feature-settings: 'lnum';
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    box-sizing: inherit;
    text-rendering: optimizelegibility;
	outline: none;
}
img
{
	border:0px;
	display:block;
	outline: none;
	border-style: none;
}
img::before {
  display: block;
  content: '';
  /* You could reduce this expression with a preprocessor or by doing the math. I've kept the longer form in `calc()` to make the math more readable for this demo. */
}
ul
{
	list-style:none;
}
a
{
	text-decoration:none;
	display: block;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'font' !important;
}
p
{
	font-family: 'font'!important;
}
textarea,
input[type="text"],
input[type="password"],
input[type="button"],
select,
input[type="submit"] {
     -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
	 box-shadow: none !important;
	font-family: 'font' !important;
}

.center
{
	width: 1200px;
	margin: 0px auto;
}
.flex
{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.center-flex
{
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.justify-start
{
	justify-content: flex-start;
}
.justify-end
{
	justify-content: flex-end;
}
.justify-between
{
	justify-content: space-between;
}
.justify-center
{
	justify-content: center;
}
.site
{
  background: url(../Images/bg.png) no-repeat center;
  background-size: cover;
  flex-direction: column;
  min-height: 100vh;
}
.site2
{
  flex-direction: column;
  min-height: calc(100vh - 30vh);
}
.logo img{
  width: 70%;
}
.header
{
  padding: 2% 0px 0px 0px;
}
.left-header,.right-header,.center-header
{
  width: 33%;
}
.left-header h2,.right-header h2
{
  font-size: 26px;
  color: #fff;
  font-weight: 300;
}
.bottom-header
{
  margin-top: 2%;
}
.center-header
{
  flex-direction: column;
}
.center-header a
{
  font-size: 24px;
  color: #fff;
  background-color: #f1a33b;
  padding:10px 15px;
  border-radius: 7px;  
}
.center-header img{
  width: 60px;
  margin-bottom: 10px;
}
.text
{
  width: 65%;
}
.text p{
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 28px;
  text-transform: uppercase;
}
.center-page .center
{
  flex-direction: column;
}
.text-down img
{
  display: inline-block;
  height: 10px;
}
.lineup
{
  font-size: 26px;
  text-align: center;
  color: #fff;
  line-height: 30px;
}
.lineup .accent
{
  color: #f1a33b;
}
.text-down
{
  margin-top: 20px;
}
.logo1 img
{
  height: 50px;
}
.logo2 img
{
  height: 40px;
}
.logo3 img
{
  height: 50px;
}
.footer
{
  padding-bottom: 2%;
}