body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  background-color: #FEFEFF;
}

h3 {
  font-weight: 400;
}

p.head {
  font-size: 24px;
  margin: 0 auto 10px;
  line-height: 1.5em;
  font-weight: 400;
}

.section {
  width: 100%;
}

.section.signup {
  height: auto;
  padding: 95px 0;
  color: #000;
  background-color: rgb(245, 245, 248);
  background-image: url(../img/blur-globe.png);
  background-size: auto 250%;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 -2px 10px rgba(0, 0, 0, 0.125);
}

.section.signup h2 {
  font-size: 40px;
  font-weight: normal;
  margin: 0;
}

.section.signup p {
  margin: 12px 0;
  font-size: 20px;
}

.section.signup p.pricing {
  font-size: 18px;
  font-style: italic;
}

.section.signup .button {
  display: inline-block;
  margin: 40px 0;
  padding: 15px 42px;
  background: rgba(0,0,0,0); /*#09f*/
  color: #2e3a82;
  border-radius: 8px;
  font-size: 20px;
  transition: .3s;
  /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.125);*/
}

.section.signup .button:hover {
  /*background-color: #2e3a82;*/
  background-color: #0AA9F7;
  color: rgb(245, 245, 248);
  border: 1px solid rgba(0,0,0,0);
}

.section.offer {
  padding: 40px 0;
  /*background: #2e3a82;
  background: -moz-linear-gradient(top,  #252F6D 0%, #1a214c 100%);
  background: -webkit-linear-gradient(top,  #252F6D 0%,#1a214c 100%);
  background: linear-gradient(to bottom,  #252F6D 0%,#1a214c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3a82', endColorstr='#1a214c',GradientType=0 );*/
  /*background-color: #48BDF6;*/
  /*background-color: #46237a;*/
  /*background-color: #5A4576;*/
  background-color: #f2f2f2;
  color: #333;
}

.section.offer .offer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section.offer h2 {
  font-size: 28px;
  font-weight: 300;
}

.section.offer .offer-container > p {
  font-size: 1.7em;
  font-weight: 400;
}

.section.offer ul {
  display: inline-block;
  margin: 16px 24px 0;
  text-align: left;
  vertical-align: top;
  line-height: 38px;
}

.section.offer ul li a {
  color: #333;
  text-decoration: underline;
}

.section.offer ul li a:hover {
  color: #949494;
}

.section.offer a.button {
  margin-top: 56px;
  color: #333;
  /*background-color: #48BDF6;*/
  /*background-color: #46237a;*/
  /*background-color: #5A4576;*/
  background-color: #f2f2f2;
  border: 1px solid #333;
  transition: .5s;
}

.section.offer a.button:hover {
  /*color: #48BDF6;*/
  /*color: #46237a;*/
  color: #fff;
  background-color: #333;
  /*border: 1px solid #48BDF6;*/
  /*border: 1px solid #46237a;*/
  border: 1px solid #fff;
  font-weight: 400;
}

.section.offer .button,
.section.companies .button {
  display: inline-block;
  color: #444;
  background: #fff;
  border: 1px solid #666;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 14px;
}

.section.companies .button {
  margin-top: 35px;
  color: #000;
  border: 0;
  transition: .3s;
  text-decoration: underline;
  padding: 0;
}

.section.companies .button:hover {
  color: #d6d6d6;
  /*border: 1px solid rgba(0,0,0,0);*/
  /*background: #000;*/
}

.section.companies {
  margin-top: 56px;
}

.section.companies .companies-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section.companies > div {
  max-width: 1300px;
}

.section.enterprise {
  padding: 50px 0;
}

.section.enterprise p {
  font-weight: 300;
  /*margin-top: 3rem;*/
  margin-bottom: 25px;
}

.section.enterprise a {
  /*text-decoration: underline;*/
}

/* mobile devices */
@media screen and (min-width: 1300px) {
  .section.companies div {
    margin: 0 calc(50% - 650px);
  }
}

#companyWall {
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  justify-content: center;
  align-items: center;
}

.section.companies .company {
  display: inline-block;
  margin: 15px 50px;
  max-width: 268px;
  vertical-align: top;
}

.section.companies .company img {
  width: auto;
  max-width: 150px;
  height: auto;
}

.section.companies .company p {
  text-align: center; /* justify */
  line-height: 1.5em;
}

.section.companies .companyName {
  font-weight: 400;
  color: #000;
}

.section.start {
  margin-top: 46px;
  padding: 80px 0;
  font-weight: lighter;
  background-color: #333;
}

.section.start h2 {
  font-size: 2.2em;
  font-weight: 300;
  margin: 0;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1;
}

.section.start .button {
  color: #fff;
  /*background-color: #00C76B;*/
  /*background-color: #202E87;*/
  /*background-color: #464F84;*/
  background-color: #333;
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 15px 42px;
  display: inline-block;
  margin-top: 15px;
  font-size: 20px;
  transition: .3s;
}

.section.start .button:hover {
  /*color: #00C76B;*/
  /*color: #202E87;*/
  /*color: #464F84;*/
  color: #333;
  background-color: #ffffff;
  /*border: 1px solid #00C76B; */
  /*border: 1px solid #202E87;*/
  /*border: 1px solid #464F84;*/
  border: 1px solid #333;
}

.footer {
  text-align: center;
  clear: both;
  width: 100%;
  margin: 60px 0 0;
  padding: 2em;
  /*text-transform: uppercase;*/
  font-size: 14px;
  /*letter-spacing: 1px;*/
  color: #AAA;
  background-color: #EEE;
  font-weight: 300;
}

.footer ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 50px;
  text-align: left;
  line-height: 2.0em;
}

.footer ul li {
  float: left;
  margin: 0 20px;
  font-weight: 300g;
}

/*.footer {
  width: 100%;
  padding: 24px 0 36px 0;
  background: rgb(245, 245, 248);
  color: #aaa;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer ul {
  display: inline-block;
  margin: 0 50px;
  text-align: left;
  vertical-align: top;
  line-height: 2.0em;
  list-style: outside none none;
}

.footer li {
  list-style: outside none none;
}*/

.footer a {
  color: #d15549
}
