.display-3{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    margin-top: 50px;
    color: white;
}

.jumbotron{
    height: 100vh;
    background-image: url(worker-compressor.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.jumbotron-text{
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: white;
    font-size: 50px;
    margin-top: 50px;
    background-color: hsla(0, 0%, 0%, 0.29);
    padding: 15px;
    margin-top: 100px;
}

.jumbotron-text p {
    font-size: 25px;
}

.navbar-toggler{
    margin-left: 1325px;
}

.website{
    text-align: center;
    width: 100%;
    height: 100%;
}

.section1{
    margin-top: 150px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

.section1-text{
    margin-top: 25px;
    font-size: 22px;   
    width: 1000px;
    margin-left: 20%;
}


.section2{
    margin-top: 50px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

.section2-text{
    margin-top: 25px;
    font-size: 22px;   
    width: 250px;
    margin-left: 225px;
}

.cards{
   margin-top: 40px;
   font-family: 'Raleway', sans-serif;
   text-align: center; 
}
.card-text{
    font-size:20px; 
}

.card-img-top{
  height: 350px;
}