/*BASIC SETUP, Targets all CSS elements*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*Sets the background color, the font color 
and fonts for the entire page*/
html, body {
    background-color: #fff;
    color: #555;
    font-family: 'Lato', sans-serif, 'Arial';
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/*RESUABLE COMPONENTS*/
.row {
    max-width: 1140px; /*Max width of the entire page*/
    margin: 0 auto /*It will center the page*/
}

section {
    padding: 60px 0;
}

.box {
    padding: 2%;
}

/*--HEADINGS--*/
h1 {
    margin: 0;
    margin-bottom: 20px;
    color: #eaeaea;
    font-size: 200%; /*Translates to 40px*/
    letter-spacing: 1px;
    word-spacing: 4px;
}

h2 {
    font-size: 180%;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-align: center;
}

/*-- PARAGRAPHS--*/

.text-motto {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 300;
    color: #808080;
}

.text-description {
    font-size: 90%;
}

/*-- ICONS--*/
.icon-big {
    font-size: 400%;
    display: block;
    color: #00a3ec;
    margin-bottom: 10px;
    text-align: center;
}

/*--BUTTONS--*/
.btn:link, .btn:visited {
    display: inline-block;
    padding: 15px 30px;
    font-weight: 500;
    font-size: 80%;
    text-decoration: none;
    color: #eaeaea;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-delivery:link, .btn-delivery:visited {
    background-color: #0984e3;
    border: 1px solid #0984e3;
    margin-right: 15px;
}

.btn-partner:link, .btn-partner:visited {
    border: 1px solid #0984e3;
}

.btn:hover, .btn:active {
    background-color: #087bd3;
}

.row .services-btn {
    position: relative;
    left: 40%;
    padding: 1.5% 4%;
    font-weight: 500;
}

.fa-arrow-circle-o-right {
    padding-left: 5px;
}

/*Main HEADER*/
header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 25, 219, 0.7)), to(rgba(0, 0, 0, 0.7))), url(img/wrapit-min.jpg);
    background-image: linear-gradient(rgba(8, 25, 219, 0.7), rgba(0, 0, 0, 0.7)), url(img/wrapit-min.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.hero-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.logo {
    float: left;
    color: #eaeaea;
    margin-top: 25px;
}

/* MAIN NAV*/

.main-nav {
    float: right;
    list-style: none;
    margin-top: 30px;
}

.main-nav li {
    display: inline-block;
    margin-left: 20px;
}

.main-nav li a:link, .main-nav li a:visited {
    color: #eaeaea;
    text-decoration: none;
    font-size: 90%;
    font-weight: 500;
}

.main-nav li a:hover, .main-nav li a:active {
    color: #fff;
}

/* MOBILE NAV ICON*/
.mobile-nav-icon {
    float: right;
    margin-top: 20px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i {
    font-size: 150%;
    color: #fff;
}

/* STICKY NAV*/
.sticky-nav {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(71, 64, 237, 0.85);
    /*box-shadow: 0 2px 1px rgb(9, 9, 178); */
    z-index: 9999; /* z-index defines the vertical stacking of elements, this elements will always be on top*/
}

.main-nav {
    margin-top: 20px;
}

.logo {
    margin-top: 15px;
    font-size: 150%;
    font-family: cursive;
    text-decoration: none;
}

.btn-login {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #0984e3;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-login:hover, .btn-login:active {
    background-color: #087bd3;
}

.btn-signup {
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    background-color: #289df6;
    border: 1px solid #289df6;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-signup:hover, .btn-signup:active {
    background-color: #087bd3;
}

/*HOW IT WORKS SECTION*/
.how-it-works {
    background-color: #f4f4f4;

}

/* SERVICES AND IMAGES SECTION*/

.box img {
    width: 100%;
    height: 300px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
}

.service-description {
    margin-top: 10px;
    margin-bottom: 20px;
}

.learn-more {
    padding: 10px;
    font-size: 70%;
    color: #fff;
    font-weight: 500;
    background-color: #00a3ec;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
}

.learn-more:hover, .learn-more:active {
    background-color: #0fb5ff;
}

/*FOOTER*/
footer {
    background-color: rgba(20, 20, 20, 0.76);
    padding: 30px;
}

.footer-nav {
    list-style: none;
    float: left;
}

.social-icons {
    list-style: none;
    float: right;
}

.footer-nav {
    font-size: 80%;
}

.footer-nav li, 
.social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.social-icons li a:link,
.social-icons li a:visited {
    font-size: 120%
}

.fa-facebook-square,
.fa-twitter-square,
.fa-instagram-square, 
.fa-whatsapp-square {
    
    -webkit-transition: color 0.2s;
    
    transition: color 0.2s;
}


.fa-facebook-square:hover {
    color: #3b5998;
}

.fa-twitter-square:hover {
    color: #00aced;
}

.fa-instagram-square:hover {
    color: #517fa4;
}

.fa-whatsapp-square:hover {
    color: #00b894;
}

.footer-nav li:last-child, .social-icons:last-child {
    margin: 0
}

.footer-nav li a:link, 
.footer-nav li a:visited,
.social-icons li a:link,
.social-icons li a:visited {
    text-decoration: none;
    color: #bebebe;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-nav li a:hover, .footer-nav li a:active {
    color: #f4f4f4;
}

footer p {
    color: #bebebe;
    text-align: center;
    font-size: 80%;
    margin-top: 30px;
}

