:root{
    --card-color: #FF6045;
    --shadow-color:  #7777;
    --main-text-card: #1B4F72;
    --black-color: #000;
    --border-color:  #5d4037;
    --footer-color: rgba(0, 0, 0, 0.85);
}

.container,
.container-fluid{
    margin-bottom: 70px !important;
}

div.card{
    height: 420px;
    width: 242px;
    background-color: var(--card-color);
    margin: 10px 20px 10px 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px 5px var(--shadow-color);
    border: 1px solid var(--border-color);
    padding: 0 0 0 0;
    text-align: center;
}

div.card > img{
    width: 240px;
    height: 290px;
    border-radius: 7px 7px 2px 2px;
    clear: both;
}

div.card > h4{
    color: var(--main-text-card);
    font-family: 'Kalam', cursive;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    clear: both;
    height: 45px;
    line-height: 25px;
    margin-bottom: 0px;
}

div.card > h5{
    margin-top: 0px;
    color: var(--black-color);
    text-align: center;
    height: 60px;
    line-height: 30px;
    clear: both;
}

footer{
    background-color: var(--footer-color) !important;
    width: 100% !important;
    height: 60px !important;
    bottom: 0 !important;
    position: fixed;
}

footer > div{
    color: white !important;
    text-align: center;
    height: 100% !important;
    font-size: 20px;
    line-height: 60px;
    width: 100% !important;
}

.event{
    /* width: 100% !important; */
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 70vh !important;
}

@media (max-width: 767px){
    div.card{
        margin: auto !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .presentation-bs{
        padding: 0px 0px 0px 0px !important;
        width: 100%;
        margin: auto;
        margin: 0px 0px 0px 0px !important;
    }

    .presentation{
        padding: 0px 0px 0px 0px !important;
        width: 100% !important;
    }

    .container{
        padding: 0px 0px 0px 0px !important;
        width: 100%;
    }

    .row{
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .event{
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    div.card{
        margin: auto !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .presentation-bs{
        padding: 0px 0px 0px 0px !important;
        width: 100%;
        margin: auto;
        margin: 0px 0px 0px 0px !important;
    }

    .presentation{
        padding: 0px 0px 0px 0px !important;
        width: 100% !important;
    }

    .container{
        padding: 0px 0px 0px 0px !important;
        width: 100%;
    }

    .row{
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .event{
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    div.card{
        margin: auto !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        margin-left: 1px !important;
        /* margin-right: 0.2% !important; */
        float: left;
        width: 238px;
    }

    div.card > img{
        width: 236px;
    }

    .presentation-bs{
        padding: 0px 0px 0px 239px !important;
        width: 100%;
        margin: auto;
        margin: 0px 0px 0px 0px !important;
    }

    .presentation{
        padding: 0px 0px 0px 0px !important;
        width: 100% !important;
    }

    .container{
        padding: 0px 0px 0px 0px !important;
    }

    .row{
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media (min-width: 1200px){
    div.card{
        float: left;
    }
}