@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'poppinsregular';
    src: url('Poppins/Poppins regular/poppins-regular-webfont.eot');
    src: url('Poppins/Poppins regular/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Poppins/Poppins regular/poppins-regular-webfont.woff2') format('woff2'),
         url('Poppins/Poppins regular/poppins-regular-webfont.woff') format('woff'),
         url('Poppins/Poppins regular/poppins-regular-webfont.ttf') format('truetype'),
         url('Poppins/Poppins regular/poppins-regular-webfont.svg#poppinsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('Poppins/Poppins medium/poppins-medium-webfont.eot');
    src: url('Poppins/Poppins medium/poppins-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('Poppins/Poppins medium/poppins-medium-webfont.woff2') format('woff2'),
         url('Poppins/Poppins medium/poppins-medium-webfont.woff') format('woff'),
         url('Poppins/Poppins medium/poppins-medium-webfont.ttf') format('truetype'),
         url('Poppins/Poppins medium/poppins-medium-webfont.svg#poppinsmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold';
    src: url('Poppins/Poppins bold/poppins-bold-webfont.eot');
    src: url('Poppins/Poppins bold/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Poppins/Poppins bold/poppins-bold-webfont.woff2') format('woff2'),
         url('Poppins/Poppins bold/poppins-bold-webfont.woff') format('woff'),
         url('Poppins/Poppins bold/poppins-bold-webfont.ttf') format('truetype'),
         url('Poppins/Poppins bold/poppins-bold-webfont.svg#poppinsbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'broadsheetregular';
    src: url('Poppins/Broadsheet/broadsheet-webfont.eot');
    src: url('Poppins/Broadsheet/broadsheet-webfont.eot?#iefix') format('embedded-opentype'),
         url('Poppins/Broadsheet/broadsheet-webfont.woff2') format('woff2'),
         url('Poppins/Broadsheet/broadsheet-webfont.woff') format('woff'),
         url('Poppins/Broadsheet/broadsheet-webfont.ttf') format('truetype'),
         url('Poppins/Broadsheet/broadsheet-webfont.svg#broadsheetregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #A5B758;
	background-repeat: no-repeat;
	background-size: 100%, 100%;
}

body::-webkit-scrollbar {
    display: none; /* Chrome safari, Opera*/
}

body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.text {
	font-size: 3.7vw;
	padding: 0;
	margin-left: 18.5%;
	margin-right: 18.5%;
	width: 63%;
	position: relative;
	text-align: justify;
	font-family: 'poppinsregular';
	font-weight: bold;
	font-stretch: normal;
	line-height: 123%;
}

.headtext {
	position: relative;
	text-align: center;
	font-family: 'poppinsmedium';
	font-weight: bold;
	font-size: 4vw;
	line-height: 123%;
}

.bold {
	position: relative;
	text-align: center;
	font-family: 'poppinsbold';
	font-size: 6vw;
}

.relativeCenter {
	position: relative;
	text-align: center;
}