* {margin:0px;padding:0px; line-height:1.4;}
ul {
  list-style-position:inside;
}
body {
  font:20px 'Arial';
  background:#E8E8EE;
  padding:0px;
  line-height: 1.4;
}
a {
    color:inherit;
}
iframe {
  box-shadow: 5px 5px 5px #888888;
  text-align:center;
}


.title {
    font: 50px Arial;
    color: #FFFFFF;
    border:0px solid green;
    margin-top:10px;
    margin-bottom:50px;
    height:50px;
}

.splash {
  width: 100%;
  height: 80px;
  margin-top: 0px;
  background: #3C3C3C;
}

  .splash .desc {
    padding: 36px;
    font-size: 24px;
    line-height: 38px;
  }

.sel{
  font: 25px Arial;
  color: #FFFFFF;
  border:0px solid green;
  height:50px;
  margin-top:15px;
  margin-bottom:50px;
  padding:10px;
  text-align:center;
  background: #3C3C3C;
  text-decoration:none;
}

.section {
    font: 20px Arial;
    color: black;
    padding:10px;
}

.restr{
  margin:0px;
  padding:10px;
}

.howwork {
  padding:20px;
}

.extender {
  height:500px;
}

#languages {
  font: 12px Arial;
}
#image {
  width:100%;
  max-width:350px;
}

  @media only screen and (max-width : 1025px){
    .center{
      text-align:center;
    }
    .title {
      text-align:center;
      margin-bottom: 30px;
    }
    .sel {
      margin-top:0px;
      padding:0px;
      margin:0px;
      text-align:center;
      font:20px Arial;
      height:25px;
      margin-bottom:3px;
    }
  }
  @media only screen and (max-width : 767px) {
    .title {
      text-align: center;
      padding-left: 0px;
      font:30px Arial;
      line-height: 60px;
      margin-bottom:25px;
    }
    .sel {
      margin-top:0px;
      padding:0px;
      margin:0px;
      text-align:center;
      font:20px Arial;
      height:25px;
      margin-bottom:3px;
    }
  }
