﻿.navbar-brand img {
    max-width: 60%;
}

h3 {
    font-size: 1.3rem;
}

.listing .title h2 {
    font-size: 18px;
}

/** custom layout **/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .navbar-brand img {
        max-width: 30%;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .navbar-brand img {
        max-width: 100%;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .navbar-brand img {
        max-width: 70%;
    }

    h3 {
        font-size: 1.5rem;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1600px) {
    .navbar-brand img {
        max-width: 70%;
    }

    h3 {
        font-size: 1.5rem;
    }
}


.icon--email svg {
    fill: #ffffff;
    margin-bottom: -4px;
}

.icon--email:hover svg {
    fill: #ffffff !important;
}

.offerbutton {
    background: #262cd6;
    border: #262cd6;
    color: #fff;
}

.container-fluid {
    max-width: 1800px;
}

.hero {
    display: flex;
    position: relative;
    flex-direction: column;
    background-image: linear-gradient(to right, rgba(16, 62, 86, 0.95), rgba(8, 98, 55, 0.1)), url(https://sotoragesurplus.blob.core.windows.net/assets/media/banner_default.jpg), url(https://sotoragesurplus.blob.core.windows.net/assets/media/banner_default.jpg);
    background-position: center;
    align-self: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: left;
    padding: 13% 4%;
    color: #ffffff;
    margin: -15px -15px 2rem;
}


    .hero h1 {
        font-weight: 900;
        font-size: 2.25rem;
    }

    .hero p {
        font-weight: normal;
        font-size: 1.2rem;
    }

    .hero small {
        font-size: 70%;
    }

    .hero a {
        margin-bottom: 2rem;
    }

    .hero .btn-success {
        color: #ffffff;
        background-color: #daa520;
        border-color: #daa520;
    }

    .hero .btn-outline {
        color: #ffffff;
        background-color: transparent;
        background-image: none;
        border-color: #aaaaaa;
    }

/** custom layout **/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .hero h1 {
        font-size: 1.5rem;
    }

    .hero a {
        margin-bottom: 2rem;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }

    .hero a {
        margin-bottom: .1rem;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1800px and up)*/
@media (min-width: 1800px) {
    .hero {
        margin: 0 0 2rem;
        border-radius: .5rem;
    }
}


.buyer-offer {
    background: #e5e8e7;
    padding: 1rem;
    margin: 0.6rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.4;
}


.VINerror, .VINsuccess {
    padding: .6rem 1rem;
    color: #fff;
    font-size: .9rem;
}

.VINerror {
    background: #c4183c;
}

.VINsuccess {
    background: #17c671;
}

.VINerror {
    background: #c4183c;
    padding: 0.6rem 1rem;
    color: #fff;
    font-size: 0.9rem;
}


@media (max-width: 390px) {
    .percent {
        margin-left: 50% !important;
    }

    .imagecontainer {
        margin-left: 25% !important;
    }
}



@media (max-width: 679px) {
    .percent {
        margin-left: 35% !important;
    }

    .imagecontainer {
        margin-left: 31% !important;
    }
}



.percent {
    margin-left: 43%;
}


.pdf {
    margin-left: 43%;
}

.imagecontainer {
    margin-left: 43%;
}

.toggle {
    width: 80%;
    margin-left: 9%;
    margin-bottom: 1%;
}

.document {
    margin-bottom: 2%;
}

@media screen and (min-width: 1px) and (max-width: 249px) {

    .document {
        width: 165px;
    }
}



@media screen and (min-width: 250px) and (max-width: 266px) {

    .document {
        width: 174px;
    }
}



@media screen and (min-width: 302px) and (max-width: 344px) {

    .document {
        width: 259px;
    }
}


@media screen and (min-width: 350px) and (max-width: 370px) {

    .document {
        width: 286px;
    }
}


@media screen and (min-width: 371px) and (max-width: 394px) {

    .document {
        width: 315px;
    }
}



@media screen and (min-width: 395px) and (max-width: 472px) {

    .document {
        margin-left: 2%;
        width: 315px;
    }
}

@media screen and (min-width: 473px) and (max-width: 496px) {

    .document {
        margin-left: 10%;
        width: 315px;
    }
}


@media screen and (min-width: 497px) and (max-width: 570px) {

    .document {
        margin-left: 17%;
        width: 315px;
    }
}

@media screen and (min-width: 570px) and (max-width: 596px) {

    .document {
        margin-left: 17%;
        width: 315px;
    }
}

@media screen and (min-width: 597px) and (max-width: 706px) {

    .document {
        margin-left: 23%;
        width: 315px;
    }
}


@media screen and (min-width: 707px) and (max-width: 772px) {

    .document {
        margin-left: 25%;
        width: 315px;
    }
}



@media screen and (min-width: 773px) and (max-width: 1006px) {

    .document {
        margin-left: 31%;
        width: 315px;
    }
}

@media screen and (min-width: 1006px) and (max-width: 1130px) {

    .document {
        margin-left: 33%;
        width: 315px;
    }
}



@media screen and (min-width: 1131px) {

    .document {
        margin-left: 37%;
        width: 315px;
    }
}



@media screen and (min-width: 1px) and (max-width: 500px) {

    .markassold {
        width: 36px;
        margin-top: -8%;
    }

}


@media screen and (min-width: 500px) and (max-width: 525px) {

    .markassold {
        width: 36px;
        margin-top: -6%;
    }
}



@media screen and (min-width: 526px) and (max-width: 768px) {

    .markassold {
        width: 37px;
        margin-top: -4%;
    }
}



.markassold {
    width: 37px;
    margin-top: -4%;
}







/*/*@media screen and (max-width: 532px) and (min-width: 725px) {

    .document {
        margin-left: 14% !important;
        
    }
}

@media screen and (max-width: 624px) and (min-width: 703px) {

    .document {
        margin-left: 22% !important;
        
    }
}



@media screen and (max-width: 704px) and (min-width: 766px) {

    .document {
        margin-left: 28% !important;
        
    }
}


@media screen and (max-width: 767px) and (min-width: 991px) {

    .document {
        margin-left: 28% !important;
        
    }
}



@media screen and (max-width: 992px) and (min-width: 1200px) {

    .document {
        margin-left: 32% !important;
        ;
    }
}

*/





