html {
    scroll-behavior: smooth;
  }
.animated {
    animation-duration: 500ms;
}
.top-hero {
    background-color: #fafafa;
    background-image:  url("../img/newLandingPicture.jpg");
    background-size: cover;
    background-position: bottom;
    min-height: 600px;
    height: 100vh;

    display: flex;
    align-items: center;
}
.top-nav {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
}
.trucks{
    margin-top: -30vh;
    height: 30vh;
    background-image:  url("../img/trucks.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;

}
.logo{
    height: 250px;
    width: 400px;
    margin: auto;
    margin-top: -75px;
    margin-bottom: -30px;
    background-image:  url("../img/newLogo.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.display-3 {
    font-size: 3.5rem!important;
    font-weight: 300;
    line-height: 1.2;
}
.sec-success{
    background-image:  url("../img/volvo1.jpg");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.sec-contact{
    background-image:  url("../img/footer.jpg");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.small-letters{
    font-size: 10px;
    padding: 5px;
}
.btn-info, .bg-info, .btn-outline-info:hover {
    background: linear-gradient(to right, rgba(16,139,95,1) 0%, rgba(141,200,92,1) 100%)!important;
}
.btn {
    border: 1px solid rgba(141,200,92,1);
    color: white;
}
.btn-info:hover {
    border: 1px solid rgb(52, 107, 6);
}