body{
    padding-top: 4vh;
}
html{
background-color: #eee;
}
.back{
    background-color: trans;
}
.img{
    max-height: 30vh;
    margin: auto;    
    display: block;
margin-left: auto;
margin-right: auto;

}
.pad5{
    padding-bottom: 5vh;
}
.pad-top-5{
    padding-top: 5vh;
}
.pad-right-3{
    padding-right: 3vw;
}
a:link {
    text-decoration: inherit;
    color: salmon;
    cursor: auto;
    cursor:crosshair !important;
}
a:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}
.navbar{
    cursor: pointer !important ;
}
.no-color{
    color: grey !important;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/* The grid: Three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 50px;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    color: white;
}

.containerTab {
    padding: 20px;
    
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Closable button inside the image */
.closebtn {
    float: right;
    color: black;
    font-size: 35px;
    cursor: pointer;
}



