html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

a {
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

a:hover, 
a:active, 
a:focus, 
a:visited {
    text-decoration: none;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.other-link-generator {
    color: #757575;
}

.other-link-generator:hover {
    color: #444444;
}

.text-article a {
    color: #f96c00;
}

.text-article a:hover {
    color: #c75600;
}

.vin-generator-container {
    position: relative;
    text-align: center!important;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    max-width: 370px;
}

.vin-generator {
    font-size: 1.3rem;
    margin-left: 10px;
    margin-top: 13px;
}

.vin-frame {
    border: 1px solid #FA8C33;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    height:62px;
    width: 280px;
    display: -webkit-box;
}
.div-button-generator-vin {
    display: -webkit-box;
    border: none;

}

.btn-generator-vin {
    padding: 0!important;
    text-align: center;
    /* vertical-align: middle; */
    border: none;
    width: 300px;
    display: block;
    background-color: #FA8C33;
    
    color: white;
    font-size: 0.9rem;
    font-weight: 800;
    
    max-width: 100px;
    border-radius: 0 5px 5px 0;
    
}

.btn-generator-vin:hover {
    color: #efefef;
}

.gen-and-find-buttons-row,
.links-row {
    margin-top: 2%;
}

.text-row {
    margin-top: 2%;
}

.links-row {
    background-color: #E1E3E2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo-row-backgound {
    background-color: #1E252D;
    padding: 4% 0;
}

.buttons-row-background {
    background-color: white;
}

.text-container {
    margin: 0 5%;
}

.text-article {
    font-size: 14px;
    margin-top: 30px;
}

.text-row {
    margin-top: 40px;
}

.car-style {
    margin-bottom: 70px;
}

.motorcycle-style #wmimotorcyclevalue, .car-style #wmicarvalue {
    border: 1px solid #FA8C33;
    border-radius: 5px;
    height: 32px;
    width: 370px;
    margin: 20px auto 30px;
}

.motorcycle-style, .car-style, .sprawdz-style {
    padding: 0;
}

.sprawdz-style {
    margin: 40px auto 30px;
}

.row.buttons-row-background {
    margin: auto 18px;
}


@media only screen and (max-width: 360px) {
    .vin-generator {
        font-size: 1rem;
        margin-top: 17px;
        margin-left: 5px;
    }

    .links-row {
        padding-left: 25%;
    }



}

@media only screen and (min-width: 360px) {
    .links-row {
        padding-left: 35%;
    }
}

@media only screen and (max-width: 767px) {
    .find-vin-title {
        margin-top: 20px;
    }

    .motorcycle-style #wmimotorcyclevalue, .car-style #wmicarvalue {
        width: 100%;
    }

    .car-style {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 767px) {
    .text-container {
        margin: 0 0;
    }

    .links-row {
        padding-left: 22%;
    }

    .car-style {
        margin-top: 30px;
    }

    .motorcycle-style {
        margin-top: 30px;
    }
    
}

@media only screen and (min-width: 992px) {
    .text-container {
        margin: 0 5%;
    }
    
}

@media only screen and (min-width: 1200px) {
    .logo-img {
        width: 400px;
    }

    .text-container {
        margin: 0 8%;
    }
}



