html,
body {
  height: 100%;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  font-family: 'Lato', sans-serif;
  color: black;
  font-size: 105%;
}

/*-- borderbox -- */
* {
  box-sizing: border-box;
}

/*-- clearfix hack -- */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*-- FONT -- */
/*-- font-family: 'Lato', sans-serif; -- */
/*-- font-family: 'Anaheim', sans-serif; -- */ 


#webDesc {
  display: none;
}


.wraper {
  position: relative;
  padding:25px;
  height:100%;
  width:100%;
}










