﻿
body {
    margin: 0px;
    margin-top: 50px;
    background-image: url('../../App_images/Background-img/Background.jpg');
    background-size: contain;
    overflow-x: hidden
}


#logoResize {
    max-height: 50%;
    max-width: 50%;
}

.card {
    height: 400px;
}

.inner {
    overflow: hidden;
    /* border-bottom: 2px solid black; */
}

.card-img-top {
    height: 350px;
}

.inner img {
    transition: all 1.5s ease;
}

.inner:hover img {
    transform: scale(1.5);
}

.card-body {
    height: 75px;
    text-align: center;
    color: #262262;
    background-color: #E5C61C;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


@media (max-width: 2000px) {

    .carousel-inner img {
        width: 635px;
        height: 248px;
    }
}

@media (max-width: 480px) {

    .carousel-inner img {
        width: 335px;
        height: 145px;
    }
}
