body {
    background: url(../image/Banner2.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    color: white !important;
}

.overlay {
    background-color: rgba(43, 45, 53, 0.7);
}

.overlay a {
    color: white;
    text-decoration: none;
}

.overlay a:hover {
    color: gray;
}

.left {
    background-color: rgba(222, 222, 222, 0.7);
    color: black;
    max-height: 620px;
}

.left a{
    color: black;
}


.image-container img {
    width: 50%;
}

.align-center {
    text-align: center;;
}

.container {
    padding: 7em 0!important;
}

textarea {
    resize: none!important;
}

.modal-content {
    color: black!important;
}

a {
    color: white;
    text-decoration: none;
}

.left img {
    max-height: 570px;
    width: auto;
    object-fit: contain;
}

.footer a {
    color: white;
}

a:hoover {
    color: white;
}