.banner
{
    color:white;
    text-align: center;
    height: 50vh;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner h1
{
    font-size: 50px;
    font-weight: bold;
    text-shadow: 0px 5px #00000033;
}
.banner p
{
    font-size: 25px;
    font-weight: lighter;
    margin-bottom: 50px;
}
body
{
    margin: 0;
    margin-bottom: 100px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #7ddaff;
}
.card
{
    flex: 1 1 auto;
    margin: 10px;
    border-radius: 1px;
}
.cards
{
    display: flex;
}
.card:hover
{
    margin-top: -5px;

}
.card-body
{
    height: 350px;
    background-size: cover;
    color: white;
    position: relative;

}
.card-category
{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: lighter;
    opacity: 0.9;
    
}
.card-discription
{
    position: absolute;
    bottom: 10px;
    left: 10px;

}
.card-discription h2

{
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: bold;
}
.card-discription p
{
    font-size: 14px;
    font-weight: lighter;
    opacity: 0.9;
}
.container
{
    max-width: 1500px;
    margin: 50px auto;
}
.text-center
{
    text-align: center;
}
h2
{
    margin-bottom: 40px;
}
.card-footer
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: white;
}
.card-footer p
{
    color: rgba(0,0,0,0.4);
    font-weight: lighter;
    font-size: 12px;
}
.card-footer.controls
{
    display: flex;
    align-items: center;

}
