.card-text{
    position: absolute;
    top:0px;
    left:0px;
    opacity: 0;
    transition: opacity 0.3s;
    background-color: rgba(39, 40, 41, 0.932);
    height: 100%;
    width: 100%;
    color: white;
}
.card-text:hover{
    opacity: 1;
}
.card-text a{
    font-weight: 600;
    font-size: 20px;
    color: white;
    text-decoration: none;

}
.headerText{
    display: inline-block;
}
#grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: 10vw;
    margin-right: 10vw;
}
.card{
    width: 320px;
    height: 196px;
    margin: 16px;
    box-shadow: 6px 4px 12px rgba(0, 0, 0, 0.342);
    text-align:center
}
.card-image img{
    height: 100%;
    width: 100%;
}
.card-image{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
body{
    font-family: "Roboto";
    font-weight: 300;
    background-color:rgb(43, 30, 30);
    background-image: url(images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    font-size: 15px;
}
h1{
    padding: 0;
    margin: 0;
    letter-spacing: 5px;
    padding-bottom: 0px;
}
h2{
    font-size: 20px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    letter-spacing: 15px;
}
h3{
    font-weight: 400;
    color: gray;
}
h4{
    padding: 0px;
    margin-top: 25px;
    margin-bottom: 0px;
    font-size: 26px;
}
.column{
    flex:1;
}

.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 50px 20px 50px;
}


#header{
    width: 400px;
}
#contact{
    width: 200;
    text-align: right;
}

#logo{
    position: relative;
    width: 72px;
}
