*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing:border-box;
}
body {
  font-family: "Ek Mukta";
  font-size: 16px;
  color: #555;
  line-height: 1;
}
h1, h2, h3 {
  font-family: "Rajdhani";
  color: #464d5b;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
h1 {
  font-size: 54px;
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
h2 {
  font-size: 42px;
  position: relative;
  padding: 0 0 15px 0;
  text-align: center;
  text-transform: uppercase;
}
h2::after { /*zöld vonalka alatta*/
  content: "";
  position: absolute;
  height: 2px;
  width: 140px;
  background: #0099cc;
  bottom: 0;
  left: 50%;
  margin-left: -70px /*140 fele*/
}
h3 {
  font-size: 30px;
  margin: 0 0 10px 0px;
}
p {
  margin: 0 0 15px 0;
  line-height: 1.5;
}
.row {
  margin: 0 -20px;
}
.center-box {
  margin: 0 auto;
  padding: 0 20px;
  width: 960px;
  overflow: hidden;
}
.one-half, .one-third, .two-third, .one-fourth {
    float: left;
    min-height: 1px;
    padding: 0 20px;
}
.one-half {
  width: 50%;
}
.one-third {
  width: 33.33%;
}
.one-fourth {
  width: 25%;
}
.two-third {
  width: 66%;
}
#above {
  background: url(../img/top.jpg) top center;
  min-height: 600px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 80px 0;
  position: relative;
}
#above a {
  display: inline-block;
  background: white;
  padding: 10 15px;
  color: #435874;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#above p {
  width: 50%; /*a div 50%-t foglalja el*/
  font-size: 22px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#above::after {
  background: url(../img/snow.png) top center repeat-x; /*hó textúra a kép alatt*/
  content: "";
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
#sign-up {
  padding: 30px;
  background: #d0e5ed;
  overflow: hidden;
  margin: 0 0 40px 0;
}
#form {
  padding: 30px 0 0 0;
}
b {
  font-weight: bold;
}
#form form input[type="text"], #form form input[type="e-mail"] {
  width: 100%;
  padding: 10px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  margin: 0 0 25px 0;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
#form form input[type="submit"] {
  display: inline-block;
  background: #0099cc;
  padding: 10 15px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 0px 0px 2px #0099cc;
  border: solid 2px rgba(255, 255, 255, 0.5);
}
#features img {
  width: 100%;
  margin: 0 0 20px 0;
}
#features ul {
  margin: 0 0 20px 0;
}
#features ul li {
  line-height: 1.5;
  padding: 0 0 0 20px;
  position: relative;
}
#features ul li::before {
  position: absolute;
  height: 5px;
  width: 5px;
  content: "";
  background: #0099cc;
  transform: rotate(45deg);
  top: 8px;
  left: 0px;
}
#testimonals {
  background: #d0e5ed url(../img/fenyo.png) bottom left 18% no-repeat;
  background-size: auto 350px;
  padding: 120px 0;
  position: relative;
}
#testimonals::after {
  background: url(../img/snow.png) top center repeat-x; /*hó textúra a kép alatt*/
  content: "";
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
#testimonals::before {
  background: url(../img/snow.png) bottom center repeat-x; /*hó textúra a kép alatt*/
  content: "";
  height: 100px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
#testimonals h2 {
  text-align: left;
}
#testimonals h2::after {
  left: 0;
  margin-left: 0;
}
#about img {
  margin: 0 0 30px 0;
  width: 100%;
}
footer {
  background: #124d7c url(../img/footer.jpg) bottom center no-repeat;
  position: relative;
  padding: 120px 0 40px 0;
  color: white;
}
footer::before {
  background: url(../img/snow.png) bottom center repeat-x; /*hó textúra a kép alatt*/
  content: "";
  height: 100px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
footer h3 {
  color: white;
  margin: 0 0 10px 0;
}
/*képernyő beállítások*/
@media only screen and (max-width: 960px) {
  .center-box {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .one-half, .one-third, .two-third, .one-fourth {
      float: none;
      width: 100%;
  }
  .one-fourth {margin: 0 0 30px 0;}
  footer {background-size: auto 100%;}
  h1 {font-size: 36px;}
  h2 {font-size: 34px;}
  #above {display: block; min-height: auto; padding: 30px 0 100px 0; background-position: top left;}
  #above p {font-size: 20px; width: 100%;}
  #testimonals {
    padding: 100px 0 230px 0;
    background-size: 200px auto;
    background-position: bottom center;
  }
  #sign-up {padding: 20px;}
}
