body {
    margin: 0;
    padding: 0;
    font-family: 'AvenirLTStd-Book';
    background-image: url("../images/main_bg.png"); 
    background-size: 100%;
}
@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url('../fonts/AvenirLTStd-Book_0.otf');
    src: url('../fonts/AvenirLTStd-Book_0.otf') format('embedded-opentype'),
    url('../fonts/AvenirLTStd-Book_0.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url('../fonts/AvenirLTStd-Medium_0.otf');
    src: url('../fonts/AvenirLTStd-Medium_0.otf') format('embedded-opentype'),
    url('../fonts/AvenirLTStd-Medium_0.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
a:active,a:focus,a {
    outline: none;
}
.section {
    padding-top: 5%;
}
.main {
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 0 8% 30px 8%;
}
.header {
    background-color: #5957e2;
    padding: 0.2% 4%;
    position: fixed;
    width: 100%;
}
.leftContent {
    float: left;
    color: #fff;
    font-size: 20px;
    line-height:60px;
}
.rightButton {
    float: right;
}
.logo {
    margin-top:5%;
}
.main p {
    margin-top: 1%;
}
.AppStoreLogo {
    margin-top: 3%;
}
.rightButton .open-app{
    font-size: 18px;
    color: #597aef;
    border-radius:70px;
    border: none;
    padding:12px 30px;
    background-color: #fff;
    font-family: 'AvenirLTStd-Medium';
    cursor: pointer; 
    margin-top: 6px;
    display: block;
    text-decoration: none;
}
.clear {
    clear: both;
}
.customModal{
    top: 50%;
    transform: translateY(-50%);
}
.customModal .modal-body p {
    text-align: center;
}
@media only screen and (max-width:767px) {
    .main {
        font-size: 19px;
    }
    .leftContent {
        font-size: 20px; 
        line-height: 60px;
    }
    .rightButton .open-app{ 
        padding: 7px 20px 7px 20px;
        font-size: 16px;
        margin-top: 14px;
    }
    .logo {
        margin-top: 15%;
        width: 35%;
    }
    .AppStoreLogo {
        width: 35%;
    }

}
@media only screen and (max-width:420px) {
    .main {
        margin-bottom: 10%;
    }
    .logo {
       width: 70%;
    }
}