background_image{
  display: block;
  max-width: 100%;
  height: auto;
}

.language-button{
    color: black;
}


.something{
    color: white;
}


.jumbotron{
    background-image: url(../images/background_image_test_solo.png);
    margin-top: 5em;
    min-height: 640px;
}

#mainNav{
    background-color: white;
}

#inImageText{
    color: white;
}

#about{
    padding-bottom: 70px;
    padding-top: 70px;
}

#services{
    padding-bottom: 70px;
    padding-top: 70px;
}

#contact{
    padding-bottom: 70px;
    padding-top: 70px;
}

@media all and (max-height: 812px) and (min-width: 375px)
{
    #inImageText{
        color: white;
        padding-top: 30px;
    }
}

@media all and (max-height: 568px){
    #inImageText{
        color: white;
        padding-top: 5px;
    }
}


