@media only screen and (max-width: 1366px) {

.slider{
  height: 75vh;
}

}


@media only screen and (max-width: 1024px) {

.introLogo{
  height: auto;
  max-width: 30%;
}

}


@media only screen and (max-width: 768px) {

.center{
  max-width: 90%;
}
.introLogo{
  max-width: 40%;
}
.welcome h1{
  font-size: 110px;
}

}


@media only screen and (max-width: 599px) {

.slider{
  max-height: 500px;
}
.welcome h1{
  font-size: 90px;
  letter-spacing: -9px;
}
.table{
  font-size: 12px;
  font-weight: normal;
  border: none;
}
.table tr{
  line-height: 1.2;
  border: none;
}
.table tr:nth-child(even){
  background-color: rgba(222, 222, 222, 0.2);
}
.table tr td, .table tr th {
  padding: 8px 5px;
  vertical-align: middle;
  width: 33%;
  border: solid 1px #EBEAE8;
  letter-spacing: 0;
}

}


@media only screen and (max-width: 480px) {

.welcome h1 {
  font-size: 19vw;
  letter-spacing: -2vw;
  -webkit-text-stroke: 1px #000;
}
.language {
  margin: 40px 0 -10px;
}
.language ul li {
  margin: 0;
}
.language ul li a {
  display: inline-block;
  padding: 10px;
}
body, .form input, .form textarea {
  font-size: 13px;
  letter-spacing: 0;
}
.welcome h4, .data h4, .rules h4{
  font-size: 16px;
  line-height: 1.2;
}
.button button{
	font-size: 18px;
}
.data, .rules{
  margin-top: 0;
}

}


@media only screen and (max-width: 320px) {

.language ul li {
  width: 100%;
  text-align: center;
}
.form {
  padding: 0 30px 0 0;
}
.slider{
  min-height: 240px;
}

}