.bg-imagee{
    width: 100vw;
	height: 100vh;
	background-position:center; 
	background-repeat: no-repeat; 
    background-image: url(bw3.jpg);
    background-size:cover;

}

{
    box-sizing: border-box;
}

.his{
 padding-top: 150px;
    font-size: 35px;
    font-family: "Avenir-Black", Avenir, "Helvetica Neue", Helvetica, sans-serif;
}

.his2{
    padding-top: 175px;
    font-family: "Avenir-Black", Avenir, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 35px;
}


.thumbnail{
padding-top: 50px;
   
} 
.menu {
    background-color: #3D3D3D;
}


.column {
    float: left;
    width: 33.33%;
    padding: 15px;
    text-align: center;
}

a {
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}




.row2 {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column2 {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column2 img {
    margin-top: 8px;
    vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column2 {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column2 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

    
.Latte{
    font-size: 20px;
    font-family: "Avenir-Black", Avenir, "Helvetica Neue", Helvetica, sans-serif;
    padding-top: 10px
    
    }
   

    .text-underline{
        display: block; 
        margin: 0 auto; 
        width: 50%; 
        padding-top: 15px;
        padding-bottom: 10px; 
        border-bottom: 5px double white;
        font-size: 45px;
        font-family: "Avenir-Black", Avenir, "Helvetica Neue", Helvetica, sans-serif;
    }


@media screen and (max-width:600px) {
    .column {
        width: 100%;
    }
}

@media screen and (max-width:600px) {
    .Latte {
        width: 100%;
    }
}