body,html {
    height: 100%;
    margin: 0;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a {
    color: #fff;
    text-decoration: none;

}

a:hover {
    color: #fff;
}

.section-title {
	margin-bottom: 60px;
}

.section-title h2 {
	font-size: 60px;
}


header {
    background: no-repeat;
    background-size: cover;
    padding-bottom: 320px;
}



#left {
    position: absolute;
    top: 30%;
    width: 15%;
}

#right {
    position: absolute;
    top: 15%;
    right: 0;
    z-index: 1;
    width: 15%;
}

nav {
    padding: 50px;
}

nav ul {
    list-style-type: none;
    float: right;
}

nav ul li {
    display: inline;
    float: left;
}

nav ul li a {
    color: rgb(0, 26, 40);
    padding: 0 30px;
    font-weight: 700;
}

nav ul li a:hover {
    color: rgba(0, 26, 40, 0.6);
    text-decoration: none;

}

.sign-up {
    color:rgb(0, 26, 40) ;
    background-color:#00C905;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
}

.sign-up:hover {
    color:rgb(0, 26, 40) ;
    border: solid 1px rgb(0, 26, 40);
    background-color: rgba(0, 26, 40,0);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
}

#logo img {
    font-size: 2em;
    width: 15%;
}

.container {
    text-align: center;
    width: 60%;
    margin: 110px auto;
}

.super {
    padding-top: 40px;
}

h1 {
    font-size: 5em;
    font-weight: 900;
}

.container p {
    font-size: 1.3em;
    line-height: 1.4em;
    padding-top: 30px;
}

.button {
    margin-top: 8%;
    font-weight: 700;
}

.button a {
    background-color: #00C905;
    padding: 15px;
    color: rgb(0, 26, 40);
    font-size: 1.2em;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}

.button a:hover {
    background-color: #fff;
    color: rgb(0, 26, 40);
    text-decoration: none;
}

.track-order {
    color: rgb(0, 26, 40);
    padding-bottom: 300px;
    padding-top: 300px;
    width: 60%;
    margin: 0 auto;
}

.track-label{
    background: no-repeat;
    display: block;
    width: 40%;
    float: left;
    border-right: solid 2px rgb(0, 26, 40);
}

.track-label h2 {
    font-size: 4.3em;
    text-align: right;
    padding-right: 10%;
    padding-left: 30%;

}

.track-order form {
    margin-top: 2%;
    text-align: center;
}

.track-order form input{
    width: 250px;
    height:30px;
    padding: 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px rgb(0, 26, 40);

}

.track-order form input::placeholder{
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.track-order form p{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.2em;
    padding-bottom: 30px;
 }

.track-order form button{
    height:45px;
    border: none;
    background-color: rgb(0, 26, 40) ;
    color:#fff ;
    font-weight: 500;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
}


.footer-section {
	background: rgb(0, 26, 40);
	padding: 100px 0 85px;
}

.footer-widget {
    padding-top: 2px;
    text-align: justify;
}

.footer-widget h2 {
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
    margin-bottom: 30px;
}

.footer-widget ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 0%;
}

.footer-widget ul li a {
	display: inline-block;
	color: #6a7080;
	font-size: 14px;
    margin-bottom: 10px;

}

.copyright {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 500;
	color: #505565;
	padding: 10px 0 25px;
}

.social-links a {
	display: inline-block;
	color: #6a7080;
	font-size: 18px;
	margin-right: 35px;
}

@media only screen and (max-width: 768px) {

    header {
        background: no-repeat;
        background-size: 180vh;
        padding-bottom: 200px;
    }



    #left {
        position: absolute;
        top: 30%;
        width: 15%;
    }

    #right {
        position: absolute;
        top: 15%;
        right: 0;
        z-index: 1;
        width: 15%;
    }

    nav {
        padding: 20px 20px 50px 20px;
    }

    nav ul {
        list-style-type: none;
        float: right;
    }

    nav ul li {
        display: inline;
        float: left;
    }

    nav ul li a {
        color: #fff;
        padding: 0 10px;
        font-weight: 400;
        font-size: 0.8em;
    }

    nav ul li a:hover {
        color: #00C905;
        text-decoration: none;

    }

    .sign-up {
        color:rgb(0, 26, 40) ;
        background-color:#00C905;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 20px;
    }

    .sign-up:hover {
        color:rgb(0, 26, 40) ;
        border: none;
        background-color:#fff;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 20px;
    }

    #logo img {
        font-size: 2em;
        width: 30%;
    }

    .container {
        text-align: center;
        width: 85%;
        margin: 10px auto;
    }

    .super {
        padding-top: 40px;
    }

    h1 {
        font-size: 2em;
        font-weight: 900;
    }

    .container p {
        font-size: 1em;
        line-height: 1em;
        padding-top: 30px;
    }

    .button {
        margin-top: 20%;
        font-weight: 400;
    }

    .button a {
        background-color: #00C905;
        padding: 10px;
        color: rgb(0, 26, 40);
        font-size: 1em;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .button a:hover {
        background-color: #fff;
        color: rgb(0, 26, 40);
        text-decoration: none;
    }

    .track-order {
        color: rgb(0, 26, 40);
        padding-bottom: 100px;
        padding-top: 100px;
        padding-left: 0%;
        margin-left: 0%;
        text-align: center;
        width: 100%;
    }

    .track-label{
        background: no-repeat;
        border: none;
        text-align: center;
    }

    .track-label h2 {
        font-size: 3em;
        padding-left: 80%;

    }

    .track-order form {
        margin-top: 2%;
    }

    .track-order form input{
        width: 250px;
        height:30px;
        padding: 5px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: solid 1px rgb(0, 26, 40);
        margin: 0 auto;

    }

    .track-order form input::placeholder{
       font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    .track-order form p{
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 1.2em;
        padding-bottom: 30px;
     }

    .track-order form button{
        height:45px;
        border: none;
        background-color: rgb(0, 26, 40) ;
        color:#fff ;
        font-weight: 500;
        border-radius: 20px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px;
    }


    .footer-section {
        background: rgb(0, 26, 40);
        padding: 100px 0 85px;
    }

    .footer-widget {
        padding-top: 2px;
        text-align: justify;
    }

    .footer-widget h2 {
        font-size: 1.2em;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .footer-widget ul {
        list-style: none;
        padding-left: 0px;
        margin-left: 0%;
    }

    .footer-widget ul li a {
        display: inline-block;
        color: #6a7080;
        font-size: 14px;
        margin-bottom: 10px;

    }

    .copyright {
        font-size: 0.8em;
        text-transform: uppercase;
        font-weight: 500;
        color: #505565;
        padding: 10px 0 25px;
    }

    .social-links a {
        display: inline-block;
        color: #6a7080;
        font-size: 18px;
        margin-right: 35px;
    }

}

