/* CSS */


html {
    font-family: sans-serif;
    font-weight: 100;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    color: white;
    /* Everything adhears to these rules */
}

.widget, .card-body, .widget-container {
    background-color: black;   
}

.card-body {
    padding: 0;
}

body {
    width: 100%;
    background-color: black;
}

.clearfix:after {
    display: block;
    content: " ";
    clear: both;
}


/*--------------------------------------------------*/


/* Landing Section */
/*--------------------------------------------------*/

.navBarWrapper {
    position: relative;
    margin: auto;
}

.navBarWrapper a {
    color: white;
    position: absolute;
    z-index: 100;
    right: 10%;
    top: 40%;
    margin: 3.8em 1em 3em 2em;
}

.navBarWrapper a:hover {
    text-decoration: none;
}

.navBarWrapper a i {
    font-size: 2em;
}

.landingSection {
    width: 100%;
    overflow-x: hidden;
    background-color: white;
    background-image: url(../images/warehouse_test2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*    DIAGNALS ON BOTTOM TOP OF LANDING PAGE*/
    /*
    clip-path: polygon(0 0,
        100% 10% ,
        100% 100%,
        0 calc(105% - 5vw));
*/
}

.landingSectionWrapper {
    width: 80%;
    margin: auto;
    padding: 4em 0 20em 0;
    position: relative;
}

.landingSectionWrapper h1 {
    text-align: center;
    font-size: 70px;
    font-weight:;
    color: White;
    margin: 3em 0 0 0;
    line-height: 90px;
    text-shadow: -0.5px 0 black, 0 .5px black, .5px 0 black, 0 -0.5px black;
}

.landingSectionWrapper h1 span {
    color: red;
    font-size: 70px;
    font-weight: 600;
}

.landingSectionWrapper p {
    text-align: center;
    font-size: 22px;
    font-family: Verdana, sans-serif;
    font-weight: 100;
    color: white;
    margin: 1em 1em;
    text-shadow: -0.5px 0 black, 0 .5px black, .5px 0 black, 0 -0.5px black;
}

.landingSectionWrapper img {
    opacity: .9;
    width: 600px;
    position: absolute;
    right: 50px;
    top: 50px;
}

.signupBtn {
    font-family: Verdana;
    background-color: #FF6D37;
    width: 10em;
    margin: auto;
    padding: 5px;
    border-radius: 10px;
    transition: background-color .2s;
}

    .signupBtn:hover {
        background-color: #FF6D37;
        border-color: #FF6D37;
    }

.signupBtn:hover a {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.fa-cog, .signupBtn a {
    font-size: 1.5em;
    color: white;
}

/*--------------------------------------------------*/


/* Logo and Nav Bar */
/*--------------------------------------------------*/



.navBar {
    position: absolute;
    left: 0;
    width: 100%;
    display: inline-block;
    line-height: 30px;
}

.navBarWrapper img {
    position: absolute;
    left: 10%;
    width: 20%;
    padding: 0;
    margin: 3.8em 1em 3em 2em;

}

.learnMore {
    position: absolute;
    padding: .5em .6em .5em .6em;
    border-radius: 8%;
    right: 4em;
    top: 5em;
    background-color: orange;
    color: white;
    cursor: pointer;
}

.learnMore: onclick {
    
}


/*--------------------------------------------------*/


/* Offers Section */
/*--------------------------------------------------*/


.offerSection {
    width: 100%;
    background-color: black;

}

.offerSectionWrapper {
    width: 100%;
}

.offerContain {
    margin: 1em 15em;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 15em 15em;
    grid-gap: 5px;
    padding: 3em;

}

.offerContain div {
    color: white;
    background-color: rgb(15,15,15);
    box-shadow: ;
    font-weight: 100;
    text-align: center;
    padding: 2em 2em;
    font-size: 14px;
}

.material-icons {
    margin: 0 0 0 0;
    display: none;
}


/* Information Section */
/*--------------------------------------------------*/


.informationSlideShow {
    position: relative;
    margin: auto;
    width: 100em;
    height: 40em;
    
}
.informationSlideShowWrapper {
    box-sizing: border-box;
    margin: auto;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    margin: auto;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.customFade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

            /*Footer Section*/
/*--------------------------------------------------*/



.footerSection {
    z-index: 1;
    width: 100%;
    background-color: #ffffff;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(77,78,83,1) 100%);
}

.footerSectionWrapper {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    padding: 3em;
}

.partseyeThanks img {
    width: 50%;
}

.partseyeThanks {
    width: 30em;
    height: 20em;
    color: grey;
}

.partseyeFooterContent ul {
    list-style-type: none;
    color: rgb(90,90,90);
    text-decoration: none;
}

.partseyeFooterContent a {
    color: rgb(10,10,10);
    text-decoration: underline;
    font-size: 20px;
}

.partseyeFooterContent {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 200px;
    padding: 0 0 0 0;
    margin: 0 15em 0 0;
}


.footerSection2 {
    width: 100%;
    background-color: #212529;
    color: rgb(90,90,90);
    position: absolute;
    border-top: 1px solid rgb(40,40,40);
}

.footerSection2Wrapper {
    width: 100%;
    margin: auto;
    padding: 1em;    
}

.footerSection2Wrapper li {
    display: inline-block;
    padding: 0 2em;
    color: rgb(90,90,90);
}

.footerSection2Wrapper a {
    text-decoration: none;
    color: rgb(90,90,90);
}