html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

body {
    background-color: #1d3457;
}

.container {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}

h1 {
    font-family: 'Signika', sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.25;
    color: #fff;
}

h2 {
    font-family: 'Signika', sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3;
    color: #fff;
}

h3 {
    font-family: 'Signika', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

p {
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
}


a {
    font-family: 'Signika', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.5;
    color: #ea612c;
}

.hero {
    background: url("../i/background.png") no-repeat center; 
    background-size: cover;
    background-position: top; 
    text-align: center;
    padding-top: 120px;
}

.hero .container .logo {
    max-width: 340px;
}

.hero .main-header {
    background: url("../i/H1decoration.svg") center; 
    background-repeat: no-repeat;
    margin-top: 400px;
}

.hero h1 {
    padding: 100px 0; 
}

.main-app {
    text-align: center;
}

.main-app .app-mobile {
    display: block;
    max-width: 100%;
}

.main-app .app-desktop {
    display: none;
}

.main-features {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background: url("../i/sectiondecoration.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.main-features h2 {
    max-width: 100%;
    margin: 0 auto;
}

.features-section {
    padding-top: 100px;
    text-align: center;
}

.features-section .row {
    padding-bottom: 60px;
    max-width: 90%;
    margin: 0 auto;
}

.features-section p {
    padding: 0;
}

.features-section img {
    max-width: 55px;
}

.secondary-section {
    text-align: center;
}

.secondary-section .secondary-app {
    width: 70%;
}

.secondary-description {
    margin-top: 10%;
    text-align: center;
}

.secondary-description p {
    max-width: 100%;
}
.secondary-description .logo {
    max-width: 340px;
    padding-bottom: 60px;
}

.signup-section {
    text-align: center;
    margin-top: 200px;
    padding-bottom: 100px;
}

.signup-section img {
    width: 150px;
    padding-bottom: 60px;
}

.signup-section p {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.signup-section .input-group {
    width: 100%;
    margin: 0 auto;
}

.signup-section .form-control {
    padding: 28px;
    border-radius: 35px !important;
    z-index: 100;
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 60px;
    width: 100%;
}

.signup-section .input-group-btn {
    display: block;
    width: 100%;
}

.signup-section .btn {
    display: block;
    background: #ea612c;
    color: #fff;
    padding: 14px 30px 15px 30px;
    margin: 0 auto !important;
    border-radius: 35px !important;
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

.terms, .privacy {
    padding-top: 80px;
    padding-bottom: 80px;
}

.terms .logo, .privacy .logo {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    padding-bottom: 60px;
}

.terms p, .privacy p {
    font-size: 16px;
}

.terms li, .privacy li {
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
}

.footer {
    background: url("../i/footerpattern.png") center;
    height: 220px;
}

.footer .container {
    padding-top: 100px;
    text-align: center;
}

.footer .copyright {
    text-align: center;
    display: block;
}

.footer .links {
    text-align: center;
    display: block;
}

.footer p {
    text-align: center;
    color: #777;
    font-size: 18px;
    display: inline-block;
}

.footer a {
    color: #ea612c;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    padding: 0 20px;
}

.footer a:hover {
    text-decoration: underline;
}

@media (min-width: 850px) {

.container {
    width: 100%;
 }

h1 {
    font-size: 50px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 35px;
}

p {
    font-size: 28px;
}

.main-features h2 {
    max-width: 70%;
}

.main-app .app-mobile {
    display: none;
}

.main-app .app-desktop {
    display: block;
    max-width: 100%;
    padding-top: 60px;
}

.features-section p {
    padding: 0 20%;
}

.secondary-description {
    margin-top: -10%;
    text-align: left;
}

.secondary-description p {
    max-width: 60%;
}

.signup-section .form-control {
    padding: 35px;
    font-size: 28px;
    width: 62%;
}

.signup-section p {
    max-width: 60%;
}

.signup-section .input-group {
    max-width: 80%;
}


.signup-section .input-group-btn {
    display: block;
}

.signup-section .btn {
    display: inline-block;
    padding: 14px 30px 15px 80px;
    margin: 0 0 0 -60px !important;
    font-size: 28px; 
}

.footer .copyright {
    display: inline-block;
}

.footer .links {
    display: inline-block;
    position: absolute;
    right: 10%;

}

}