body{
    background-color:rgb(255, 255, 255)
}

footer{
    background-color: rgb(167, 167, 167);
}

.full-height{
    height:100vh;
}

#top-image{
    background-image:url("../img/building-crop-wide.jpg");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    height:35vh;
}

@media(max-width:768px){
    #top-image{
        background-size:175% auto;
    }
    #top-container{
        padding:0;
    }
}
#top-text{
    background-color: rgba(125,125,125,0.5);
    color:black;
    padding:20px;
}

.card-img-top{
    max-height:100px;
    max-width:200px;
    margin-left:auto;
    margin-right:auto;
}
