 @charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

html {
	font-size:62.5%;
}

body {
  font-family: 'montserratregular', Helvetica, Arial, sans-serif;
	font-size:1.2rem;
	max-height:900px;
}

/*SELECTION OF TEXT*/
::selection {
  /*#FBF8FF*/
  background-color:none;
  color:#9303d6;
}
p::selection {
  background-color:none;
  color:#9303d6;
}
p::-moz-selection {
  background-color:none;
  color:#9303d6;
}
p span::selection {
  background-color:#9303d6;
  color:#FFF;
}
p span::-moz-selection {
  background-color:#9303d6;
  color:#FFF;
}
a::selection {
  background-color:none;
  color:#9303d6;
}
a::-moz-selection {
  background-color:none;
  color:#9303d6;
}

.back_button {
  font-family: 'montserratregular' !important;
  width:185px;
  position:fixed;
  float: left;
  margin-left: 6em;
  line-height: 4em;
  font-size: 100%;
  letter-spacing:3px;
  text-transform:uppercase;
  border-top: 1px dotted #000;
  margin-top: 4em;
}

.back_button a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-left:11.6em;
}

.back_button a {
  color: #000;
  text-decoration: none;
}

.wrapper {
	margin-left:auto;
	margin-right:auto;
	padding:120px 0px 0px 0px;
	overflow:hidden;
}

.about_content {
	margin-left:0px;
	margin-right:5px;
	overflow:hidden;
}

.clearboth {
	clear:both;
}

.about_picture {
	position: fixed;
	top: 11em;
	left: 0;
	width:23%;
	overflow: hidden;
  animation: about_animation cubic-bezier(0.75, 0, 0.75, 0) 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
}

.about_picture img {
	width:100%; 
	height:auto; 
	margin-bottom:20px;
}

@keyframes about_animation {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(-40%, 0, 0);
	  transform: translate3d(-40%, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
}

.about_article {
	position: absolute;
	left: 23%;
	width:70%;
	margin-left: 1em;
	padding-top: 1em;
  animation: about_animation cubic-bezier(0.75, 0, 0.75, 0) 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
}

.prize {
	margin-top:10px;
	margin-left: 100px;
	margin-bottom:10px;
	font-size: 1em;
	line-height: 160%;
	letter-spacing:2.2px !important;
	color: #90F;
	width:37%;
	float:left;
	text-align:left;
	display: inline-block !important;
	text-transform:uppercase;
}

.prize p {
	border-bottom: 1px dotted #90F;
	padding-bottom: 3%;
}

.prize h5 {
	font-weight: lighter !important;
	font-size: 12px;
	margin-top:8px;
	color:#9303d6;
	padding-bottom:16px;
	text-align:right;
	text-transform:uppercase;
}

.prize h5:hover {
	color: #90F !important;
}

.prize p:hover {
	color: #9303d6 !important;
}

.prize_second h5:hover {
	color: #90F !important;
}

.prize_second p:hover {
	color: #9303d6 !important;
}

.prize_second {
	margin-top:10px;
	margin-left: 50px;
	margin-bottom:10px;
	font-size: 1em;
	line-height: 160%;
	letter-spacing:2.2px !important;
	color: #90F;
	width:37%;
	float:left;
	text-align:left;
	display: inline-block !important;
	text-transform:uppercase;
}

.prize_second p {
	border-bottom: 1px dotted #90F;
	padding-bottom: 3%;
}

.prize_second h5 {
	font-weight: lighter !important;
	font-size: 12px;
	margin-top:8px;
	color:#9303d6;
	padding-bottom:16px;
	text-align:right;
	text-transform:uppercase;
}

.headline {
  font-family: 'montserratlight';
	margin-top:3em;
	margin-left: 100px;
	margin-bottom:20px;
  color: #9303d6;
  transition: all ease .5s;
  text-transform:uppercase;
  line-height: 150%;
  font-size: 3.2em;
  letter-spacing:9px !important;
  animation: about_animation cubic-bezier(0.75, 0, 0.75, 0) 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
}

.about_text {
  font-family: 'montserratregular';
	margin-top:40px;
	margin-left: 100px;
	font-size: 1.05em;
	line-height: 185%;
	padding-bottom: 9em;
	letter-spacing: 1px;
	width:78%;
  animation: about_animation cubic-bezier(0.75, 0, 0.75, 0) 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
}

@media screen and (max-width:1280px) {
.headline {
	margin-top:1.8em;
}
}

@media screen and (max-width:1150px) {
.about_picture {
	width:30%;
}

.about_article {
	left: 27%;
}

.prize {
	font-size: 95%;
	letter-spacing:2.2px !important;
}

.prize h5 {
	font-size: 95%;
	margin-top:8px;
	color:#9303d6;
	padding-bottom:16px;
	text-align:right;
	text-transform:uppercase;
}

.prize_second {
	margin-top:10px;
	margin-left: 50px;
	margin-bottom:10px;
	font-size: 95%;
	line-height: 160%;
	letter-spacing:2.2px !important;
	color: #90F;
	width:37%;
	float:left;
	text-align:left;
	display: inline-block !important;
	text-transform:uppercase;
}

.prize_second h5 {
	font-size: 95%;
	margin-top:8px;
	color:#9303d6;
	padding-bottom:16px;
	text-align:right;
	text-transform:uppercase;
}
}


@media screen and (max-width:950px) {
.about_text {
	font-size: 100%;
	padding-bottom: 10em;
}

.prize {
	width:32%;
}

.about_article {
	left: 30%;
	width:65%;
}

.about_picture {
	width:35%;
}
}

@media screen and (max-width:880px) {
.about_article {
	left: 29%;
}
}

@media screen and (max-width:790px) {
.about_picture {
	position: fixed;
	top: 11em;
	left: 0;
	width:43%;
}

.about_article {
	position: absolute;
	left: 33%;
	width:52%;
	margin-left: 1em;
	padding-top: 1em;
  animation: about_animation cubic-bezier(0.75, 0, 0.75, 0) 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
}

.prize {
	width:78%;
	font-size: 90%;
	margin-top: 0em;
}

.prize h5 {
	line-height: 150% !important;
	padding-bottom: 1px;
}

.prize_second h5 {
	line-height: 150% !important;
	padding-bottom: 1px;
}

.prize_second {
	width:78%;
	font-size: 90%;
	margin-left: 100px;
}

.about_text {
	padding-bottom: 10em;
	width:80%;
}

.headline {
	margin-top:1.5em;
}
}

@media screen and (max-width:780px) {
.about_article {
	left: 35%;
}
}

@media screen and (max-width:600px) {
.about_article {
	left: 32%;
}
}

@media screen and (max-width:550px) {
.about_picture {
	position: relative;
	top: 0.6em;
	margin-left: auto;
	margin-right: auto;
	width:75%;
}

.about_article {
	position: relative;
	left: 3em !important;
	margin-left: auto;
	margin-right: auto;
	width:90%;
	padding-top: 3em;
}

.prize {
	margin-left: auto;
	margin-right: auto;
	margin-left: 0px;
	width: 80%;
	font-size: 1em;
}

.prize_second {
	margin-left: auto;
	margin-right: auto;
	margin-left: 0px;
	width: 80%;
	font-size: 1em;
}

.about_text {
	margin-left: auto;
	margin-right: auto;
	margin-left: 0px;
	width: 82%;
}

.headline {
	padding-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	margin-left: 0px;
  font-size: 2.8em;
}

.back_button {
  position:fixed !important;
  top:0px;
  width:100%;
  height:auto;
  text-align: left;
  margin-left:0em;
  padding-left:1em;
  padding-right:3%;
  border-top:0px;
  margin-top:0px;
  background-color:#FFFCFB;
  z-index: 2;
  font-size: 120%;
  opacity: 0.9 !important;
  border-bottom: 1px dotted lightgrey !important;
}

.back_button a {
  color: black;
  margin-left:1.7em;
}

.back_button a:hover {
  padding-left: 0em !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.wrapper {
	padding:50px 0px 0px 0px;
}
}


@media screen and (max-width:350px) {
.about_content {
	margin-left:0px;
	margin-right:0px;
	overflow:hidden;
}

.about_article {
	position: relative;
	left: 2.5em !important;
	margin-left: auto;
	margin-right: auto;
	width:90%;
	padding-top: 2em;
}

.about_text {
	padding-bottom: 5em;
	font-size: 100% !important;
	width: 81%;
	line-height: 170% !important;
}

.prize {
	font-weight: bold !important;
	font-size: 100%;
}

.prize_second {
	font-weight: bold !important;
	font-size: 100%;
}

.prize h5 {
	padding-bottom: 3px;
	line-height: 150% !important;
}

.prize_second h5 {
	padding-bottom: 3px;
	line-height: 150% !important;
}

.headline {
	margin-top: 0.5em;
}
}
