/* Generic */
.Onepager-Site {
  font-family: 'Source Sans Pro';
}

.Onepager-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.Onepager-container {
  height: 100%;
  width: 100%;
  max-width: 1260px;
}

.Onepager-nav-container {
  height: 100%;
  width: 100%;
  padding: 20px;
  max-width: 1260px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.Onepager-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.Onepager-column {
  flex-grow: 1;
  display: flex;
}

.Onepager-copycontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 30px;
  max-width: 550px;
  margin: auto;
}

.Onepager-heading {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 25px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
}

.Onepager-copy {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 45px;
}

.Onepager-text-black {
  color: #0E1E28;
}

.Onepager-text-gray {
  color: #66757F;
}

.Onepager-text-light-gray {
  color: #D7E2E9;
}

.Onepager-text-white {
  color: #F5F8FA;
}

a.Onepager-button:link, a.Onepager-button:visited {
  color: #F5F8FA;
  background-color: #008BF3;
  padding: 10px 30px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.7px;
}

a.Onepager-button:hover {
  background-color: #006FC2;
}

/* Sections */
.Onepager-Section-Navigation {
  background-color: #0D2555;
}

.Onepager-Navigation-logo {
  width: 120px;
  height: 34px;
  object-fit: contain;
}

/* Hero */
.Onepager-Section-Hero {
  background-color: #0D2555;
}

.Onepager-Hero-row {
  flex-wrap: wrap-reverse;
}

.Onepager-Hero-Logo-container {
  display: flex;
  margin: auto;
  width: 536px;
  height: 418px;
}

.Onepager-Hero-Logo {
  height: 576px;
  object-fit: contain;
}

.Onepager-Hero-text-container {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}

.Onepager-Hero-text {
  font-size: 45px;
  font-weight: 300;
  line-height: 1.33;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  max-width: 600px;
}

/* Understand */
.Onepager-Section-Understand {
  background-color: #FCFDFD;
}

.Onepager-Section-Understand .Onepager-copycontainer {
  margin-top: 130px;
}

.Onepager-Understand-Dashboard {
  overflow: hidden;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  align-items: flex-end;
  justify-content: center;
}

.Onepager-Understand-Dashboard img {
  max-width: 600px;
}

/* Customer Quote */
.Onepager-Section-CustomerQuote {
  background-color: #001024;
  padding: 100px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.Onepager-CustomerQuote-container {
  width: 769px;
  text-align: center;
}

.Onepager-CustomerQuote-Copy {
  background-color: #001024;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: 0.1px;
  text-align: center;
}

.Onepager-CustomerQuote-Source {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 1.54;
  letter-spacing: 0.8px;
  text-align: center;
  margin: 30px 0px;
}

.Onepager-CustomerQuote-Logo {
  width: 151px;
  height: 47px;
  object-fit: contain;
}

/* Get Started */
.Onepager-Section-GetStarted {
  background-color: #0D2555;
}

.Onepager-GetStarted-Rocket-container {
  padding: 75px 30px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.Onepager-GetStarted-Rocket {
  max-width: 570px;
  max-height: 498px;
  object-fit: contain;
}

/* Footer */
.Onepager-Section-Footer {
  background-color: #0D2555;
  padding-top: 50px;
}

.Onepager-Footer-container {
  border-top: 1px solid #66757F;
  padding: 10px;
  font-size: 16px;
  line-height: 1.44;
  letter-spacing: 0.1px;
}

.Onepager-Footer-Links-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #F5F8FA;
}

.Onepager-Footer-Links-item {
  flex-grow: 1;
  padding: 10px 15px;
  text-align: center;
}

.Onepager-Footer-Links-item-terms {
  flex-grow: 1;
}

.Onepager-Footer-Links-item-developers-logo {
  flex-grow: 1;
}

a.Onepager-Footer-Link:link, a.Onepager-Footer-Link:visited{
  color: #F5F8FA;
}

a.Onepager-Footer-Link:hover {
  color: #008BF3;
}


.Onepager-Footer-Developers-Logo {
  width: 230px;
  height: 34px;
  object-fit: contain;
}
