#website-header{
    background-color: #7F5EF8;
    color: white;
    text-align: center;
}

#up-icon{
    margin: 20px;
    height: 50px;
    margin-left: 10px;
}

#go-to-appstore{
    margin: 0px auto;
    margin-bottom: 50px;
    margin-top: -20px;
    
}

.appstore-button{
    margin: 0px auto;
    margin-bottom: 50px;
    margin-top: -20px;
}

#first-header{
    margin: auto;
    width: 70%;
}

#first-header h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
}

#first-header h3{
    margin: 0 auto;
    margin-top: 20px;
    color: #FAF8FE;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Nunito', sans-serif;
    width: 80%; 
}

#hands-image{
    margin-top: 30px;
}

.medium-header h2{
    margin: 40px auto;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
}

#how-it-works{
    padding-right: 0px;
    padding-left: 0px;
}

.how-works:nth-child(2n) {
    background: #F8F7FA; 
   } 

.how-works{
    padding: 10px;
}

.how-works-img{
    display: none;
}

.how-works-images{
    width: 100%;;
}

.how-works h3{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 20px;
    padding-bottom: 0px;
    padding-top: 10px;
}

.how-works p{
    color: #76747E;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.7;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 0px;
}

#features{
    padding-right: 0px;
    padding-left: 0px;
}

.feature{
    padding: 10px;
    margin: auto;
}
.feature h3{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 20px;
    padding-bottom: 0px;
}
.feature p{
    color: #76747E;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
}

.feature-image{
    width: 75px;
}

.feature div{
    margin:auto;
}

#bottom-action{
    text-align: center;
    /*margin: auto;
    width: 100%;*/
}


#bottom-action h2{
    margin-top: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
}


#cover-image{
    height: 450px;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    background-image: url(../img/iphone-iwatch.png);
	background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
#bottom-action p{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 1.7;
    padding: 50px;
    padding-top: 0px;
    padding-bottom: 30px;
    
}

#footer{
    text-align: center;
    margin: 20px;
}

#footer div{
    margin: 15px auto;
}

#footer a{
    margin: 0 auto;
    text-decoration: none;
    color: #333333;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
}

#stampede-label{
    margin-top: 40px;
    margin-bottom: 30px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    #go-to-appstore-2{
        display: none;
    }

    .feature-image{
        width: 55px;
    }
    .feature img{
        margin-left: 10px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

    #go-to-appstore-2{
        display: none;
    }
    #cover-image{
        height: 550px;
    }

    .feature img{
        margin-left: 30px;
    }
    .feature-image{
        width: 75px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #go-to-appstore-2{
        display: block;
        margin-top: 25px;
    }
    #go-to-appstore{
        display: none;
    }

    #first-header{
        padding-left: 60px;
        text-align: left;
    }
    #first-header h1{
        font-size: 32px;
    }

    #first-header h3{
        font-size: 13px;
        margin: 0;
        width: 100%;
    }

    #cover-image{
        height: 750px;
    }

   

    .how-works-img{
        display: inline-block;
    }
    .how-works div{
        margin: auto;
    }

    .how-works{
        background: #F8F7FA;
        margin-bottom: 40px;
    }
        
    .how-works h3{
        font-size: 24px;
    }
    
    .how-works p{
        font-size: 14px;
    }

    .feature div{
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .feature img{
        margin-left: 0px;
    }

    .feature h3{
        font-size: 24px;
    }
    .feature p{
        font-size: 14px;
    }

    .feature-image{
        width: 95px;
    }

    .medium-header h2{
        font-size: 45px;
    }

    .medium-header{
        margin-bottom: 30px;
    }

    #stampede-label{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #footer{
        margin: 10px;
    }
    #footer div{
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #footer a{
        font-size: 15px;
    }

    #stampede-label{
        text-align: right;
    }

    #cover-image{
        display: none;
    }

    #bottom-action{
        height: 650px;
        background-image: url(../img-big/iphone-iwatch.png);
        background-size: cover;
        background-position-x: center;
        background-position-y: center;
    }

    #bottom-header{
        text-align: right;
    }

    #bottom-header {
        padding: 30px;
        padding-right: 60px;
    }

    #bottom-action h2{
        font-size: 30px;
    }
    #bottom-action p{
        padding: 10px;
        text-align: right;
        font-size: 14px;
    }

    #bottom-action .appstore-button{
        text-align: right;
        padding-right: 25%;
        margin-top: 30px;
    }

    .appstore-button{
        text-align: center;
    }

    .order-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
      }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #go-to-appstore-2{
        display: block;
        margin-top: 40px;
    }

    #go-to-appstore{
        display: none;
    }

    #first-header{
        padding-left: 60px;
    }
    #first-header h1{
        font-size: 36px;
    }

    #first-header h3{
        font-size: 14px;
    }
    .how-works-img{
        display: inline-block;
    }

    .how-works div{
        margin: auto;
    } 

    #bottom-action{
        height: 750px;
    }

    .how-works h3{
        font-size: 26px;
    }
    
    .how-works p{
        font-size: 16px;
    }

    .feature h3{
        font-size: 26px;
    }
    .feature p{
        font-size: 16px;
    }

    .feature-image{
        width: 120px;
    }

    .medium-header{
        margin-top: 50px;
    }

    #bottom-header{
        padding-right: 7%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    #go-to-appstore-2{
        display: block;
        margin-top: 40px;
    }

    #go-to-appstore{
        display: none;
    }

    #first-header{
        padding-left: 7%;
    }
    #first-header h1{
        font-size: 2.7rem;
        margin-bottom: 25px;
    }

    #first-header h3{
        font-size: 16px;
    }

    .how-works-img{
        display: inline-block;
    }

    .how-works{
        
    }
    .how-works div{
        margin: auto;
    }
    
    #bottom-action{
        height: 1050px;
    }

    #bottom-action h2{
        font-size: 40px;
    }
    #bottom-action p{
        font-size: 16px;
    }

    #features{
        margin-bottom: 80px;
    }

    .medium-header{
        margin-top: 70px;
        margin-bottom: 60px;
    }

    #bottom-header{
        padding-right: 10%;
    }

    #how-it-works, #features{
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (min-width : 1400px) {
    #first-header h1{
        font-size: 3.2rem;
        margin-bottom: 25px;
    }

    #first-header h3{
        font-size: 17px;
    }

    .how-works-images{
        width: 90%;
    }

    #how-it-works, #features{
        width: 80%;
    }
}

@media only screen and (min-width : 1600px) {
    #first-header h1{
        font-size: 3.7rem;
        
    }

    #first-header h3{
        font-size: 16px;
    }

    #bottom-action h2{
        font-size: 44px;
    }
    #bottom-action p{
        font-size: 18px;
    }

    #bottom-header{
        padding-right: 15%;
    }
}

@media only screen and (min-width : 1900px) {
    #first-header h1{
        font-size: 4rem;
    }

    #first-header h3{
        font-size: 17px;
    }
}