html {
    font-size: 100%;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    touch-action: manipulation;
}

body {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
span,
li,
img,
inpot,
button {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.6;
    font-size: 1.05em;
    font-weight: 400;
    color: #555;
}

h1 {
    font-size: 54px;
    line-height: 1;
}

li {
    list-style: none;
    display: inline-block;
}

span {
    display: inline-block;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}


/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */

.center-text {
    text-align: center;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

::-webkit-input-placeholder {
    font-size: .9em;
    letter-spacing: 1px;
}

::-moz-placeholder {
    font-size: .9em;
    letter-spacing: 1px;
}

:-ms-input-placeholder {
    font-size: .9em;
    letter-spacing: 1px;
}

:-moz-placeholder {
    font-size: .9em;
    letter-spacing: 1px;
}

.full-height {
    height: 100%;
}

.position-static {
    position: static;
}

.font-black {
    color: #000;
}


/* ---------------------------------
3. MAIN SECTION
--------------------------------- */

.main-area {
    position: relative;
    height: 100vh;
    z-index: 1;
    padding: 0 20px;
    background-size: cover;
    background-image: url('../images/whip-bg.jpg');
}

.main-area .whip-logo {
    position: absolute;
    top: 32px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.main-area .whip-logo img {
    max-height: 140px;
}

.title {
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 54px;
    text-align: center;
    letter-spacing: 0.2em;
    text-indent: 2px;
}

.store-img {
    max-height: 120px;
    margin-top: 32px;
}


.store-images {
    margin-top: 32px;
}
.store-images a {
    padding: 0 20px;
    display: inline-block;
}


.main-area .reach-btn {
    position: absolute;
    bottom: 72px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    left: 50%;
    transform: translateX(-50%);
}

.main-area .social-btn {
    position: absolute;
    bottom: 32px;
    font-weight: 400;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.main-area .social-btn>li>a {
    margin: 0 10px;
    padding-bottom: 7px;
    position: relative;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
}

.main-area .reach-btn>li>a {
    color: #000;
    text-decoration: none;
}

.main-area .reach-btn>li>a:hover {
    color: #000;
    text-decoration: underline;
}

.main-area .social-btn>li>a:hover {
    color: #000;
    text-decoration: underline;
}

.main-area .social-btn>li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .2s;
}