

@media only screen and (max-width: 767px) {
    .learn-more-p {
        text-align: center;
        padding-top: 8px;
    }

    .img-product {
        width: 250px;
        height: 232px;
    }

    .longspan-product {
        width: 250px;
        height: 250px;
    }

    .longspan-page-row {
        padding-bottom: 5%;
    }

    .container-drive {
        padding-top: 10%;
    }

    .racking-system-header {
        padding-left: 20%;
        padding-bottom: 5%;
        padding-top: 10%;
    }
}

@media only screen and (min-width: 768px) {
    .learn-more-p {
        text-align: right;
        padding-top: 100px;
    }

    .img-product {
        width: 578px;
        height: 378px;
    }

    .longspan-product {
        width: 712px;
        height: 535px;
    }

    .longspan-page-row {
        padding: 10%;
    }

    .container-drive {
        padding-top: 5%;
    }

    .racking-system-header {
        padding-left: 40%;
        padding-bottom: 5%;
        padding-top: 10%;
    }
}

.vid-size-drive {
    width: 100%;
    height: 100%;
}

.hand-drive-img {
    width: 100%;
}

hr {
    color: red;
}

.banner {
    padding: 100px;
}

a {
    text-decoration: none;
}

.learn-more {
    border: 2px white outset;
    padding: 10px;
    background-color: black;
    color: white;
}

.learn-more:hover {
    border: 2px white solid;
    padding: 10px;
    background-color: white;
    color: black;
}

.row-products {
    padding: 60px;
    color: lightgray;
}

.row-product-space {
    padding: 60px;
    font-size: 20px;
    color: lightgray;
}

.systems {
    opacity: 0;
}

.systems.animate__animated {
    opacity: 1;
}


.description {
    opacity: 0;
}

.description.animate__animated {
    opacity: 1;
}

.row-product-space p {
    font-size: 14px;
}

.description {
    font-size: 12px;

}

.banner {
    color: lightgray;
}

.systems {
    text-align: center;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact {
    padding-top: 100px;
}

.contact a {
    text-decoration: none;
}

@font-face {
    font-family: 'Anton';
    src: url(/assets/Anton-Regular-44a3103f329f85303237ef8604f949e3c59c6d5dcc1010c272c24f3311264de1.ttf)
}

.longspan-header {
    font-family: 'Anton';
    padding: 20px;
    color: white;
    letter-spacing: 2px;

}

.longspan-header h1 {
    letter-spacing: 3px;
}

.longspan-header p {
    font-family: 'Roboto';
    font-weight: 200;
    text-align: center;
}

.product-images {
    padding-left: 20%;
}

.feature-details h1 {
    font-family: Roboto-Lite, Sans-Serif;
    font-size: 20px;
}

.feature-details p {
    font-family: Roboto-Lite, Sans-Serif;
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 1.53px;
    font-weight: 100;
}

.our-products-heading {
    padding: 25px;
}

.our-products-heading h1 {
    font-family: Roboto, Sans-Serif;
    font-weight: 200;
    font-size: 1.5vw;
    letter-spacing: 8.55px;
    text-align: center;

}

.electrical-drive-description p {
    font-family: Roboto, Sans-Serif;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 3px;
    text-align: center;
}

.feature-details {
    padding: 30px;
    text-align: left;
}

.feature-image {
    padding: 30px;
}

.feature-image img {
    text-align: center;
}

.racking-system-list {
    line-height: 2;
    text-align: left;
}

.racking-system-list {
    padding-left: 118px;
}

.racking-system-list li {
    font-size: 14px;
    text-align: left;
    list-style-type: none;
    color: white;
    font-weight: 200;
    font-family: Roboto-Lite, Sans-Serif;
}


@font-face {
    font-family: 'Roboto-Lite';
    src: url(/assets/Roboto-Light-2ad2b3958b10fead7e6b8acda5108d09d59192eac6e8a6c4837dad70b105c1fd.ttf);
    font-weight: 200;
}

.racking-system-header h5 {
    color: #FFFFFF;
    font-family: Roboto-Lite, Sans-Serif;
}

.carousel-sinsino {
    width: 100%;
    max-height: 100% !important;
}

.carousel-indicators {
    bottom: -50px;

}

.carousel-indicators button {
    height: 50px;
}

.carousel-div {
    padding-left: 0%;
}

.float{
    position:fixed;
    width:228px;
    height:56px;
    bottom:40px;
    right:40px;
    background-color:#0C9;
    color:#000000;
    border-radius:5px;
    text-align:center;
    padding: 5px;
    transition: all 0.3s ease-in-out;
}

.my-float{
    margin-top:22px;
}

.float:hover {
    position:fixed;
    width:228px;
    height:56px;
    bottom:40px;
    right:40px;
    background-color: transparent;
    color: #ffffff;
    border-radius:5px;
    border: 1px solid #0C9;
    text-align:center;
    padding: 5px;
    transform: scale(1.1);
}
