/* Generated by less 2.5.1 */
/*
Theme Name: Evectors landing page
Theme URI: http://www.evectors.com
Description: Custom Style for Evectors
Author: B42 srls 
Author URI: http://www.b42.it
Version: 0.1
*/
/* GENERAL */
html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #e7e9eb;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #434343;
  font-size: 14px;
}
img {
  max-width: 100%;
}
/* font */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #262626;
  font-weight: 700;
}
h1 {
  font-size: 36px;
  margin-bottom: 22px;
}
a {
  color: #434343;
}
a:hover {
  color: #434343;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.main {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.logo_evectors {
  margin-bottom: 30px;
}
