@charset "UTF-8";

@media (max-width:1199.98px){
.jumbotron {
    background-image: -moz-linear-gradient(90deg,rgba(0,120,255,0.35) 0%,rgba(0,0,0,0.04) 99.63%,rgba(0,0,0,0.35) 99.68%), url(../images/traficsigns.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 60vh;
    background-image: -webkit-linear-gradient(90deg,rgba(0,120,255,0.35) 0%,rgba(0,0,0,0.04) 99.63%,rgba(0,0,0,0.35) 99.68%), url(../images/traficsigns.JPG);
    background-image: -o-linear-gradient(90deg,rgba(0,120,255,0.35) 0%,rgba(0,0,0,0.04) 99.63%,rgba(0,0,0,0.35) 99.68%), url(../images/traficsigns.JPG);
    background-image: linear-gradient(0deg,rgba(0,120,255,0.35) 0%,rgba(0,0,0,0.04) 99.63%,rgba(0,0,0,0.35) 99.68%), url(../images/traficsigns.JPG);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 20px;
}
.jumbotron .display-4 {
    border-radius: 20px;
    color: rgba(255,255,255,1.00);
}
.jumbotron .lead {
    color: rgba(253,253,253,1.00);
    font-weight: 600;
}
}
