* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 18px;
  background: url("background@2x.png") no-repeat top center;
  background-size: 2000px 634px;
  font-family: "Roboto", sans-serif;
  padding-bottom: 300px;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
}
.header {
  display: flex;
  justify-content: space-between;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.menu-docs {
  /* Documentation: */
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: -0.6px;
  text-align: right;
}
.menu-down {
  position: relative;
  /* Rectangle 4: */
  border: 1px solid #FFFFFF;
  padding: 15px 30px;
  /* Download Now!: */
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: right;
  margin-left: 50px;
  border-radius: 4px;
}
.menu-down span {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.menu-down .secondary {
  font-weight: 200 !important;
  position: absolute;
  top: 100%;
  width: 220px;
  left: 50%;
  margin-left: -110px;
  margin-top: 10px;
  font-size: 15px;
}
.menu-down .secondary svg {
  margin-left: 2px;
  width: 25px;
}
.hero {
  height: 600px;
}
.hero .heroimage {
  width: 457px;
  height: 443px;
  position: absolute;
  margin-left: -50px;
  top: 120px;
  background: url("hero@2x.png") no-repeat left center;
  background-size: 457px 443px;
}
.hero .text {
  width: 500px;
  float: right;
  color: #fff;
  margin-top: 80px;
  text-align: right;
}
.hero .text h1 {
  /* The smartest all in: */
  font-family: 700;
  font-size: 80px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: right;
}
.hero .text h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
.hero .text p {
  width: 400px;
  float: right;
  /* Your new best friend: */
  font-weight: 300;
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: right;
}
.bullets {
  display: flex;
  justify-content: space-between;
}
.bullets .bullet {
  width: 30%;
  /* Quick Calculations: */
  font-weight: 400;
  font-size: 24px;
  color: #42484A;
  letter-spacing: -0.5px;
  text-align: center;
}
.bullets .bullet .title {
  margin-bottom: 20px;
}
.more {
  font-weight: 100;
  padding-top: 200px;
  text-align: center;
  font-size: 80px;
  color: #888;
}
