#header img{
    height: 60px;
}

.nav-option{
    font-weight: bold;
    color: green !important;
}

.navbar-toggler{
    border: 1px solid black !important;
}

.main-banner{
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.overlay{
    position: absolute;
    width: 100%;
}

.mw-overlay{
    max-width: 70% !important
}

.message{
    padding: 5px 15px;
    width: 75%;
    margin: auto;
    border-radius: 1.25rem !important;
}

#form-select{
    text-align-last: center;
    text-align: center;
    color: #218838;
    border: 1px solid black;
}

.form-control{
    border: 1px solid black !important;
}

.contact{
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid white;
    margin: auto;
    width: 70%;
    border-radius: 1.25rem;
}

.card{
    border: 2px solid #218838 !important;
    border-radius: 1.25rem !important;
    margin-bottom: 15px !important;
}

.card-img-top{
    border-radius: 1.25rem 1.25rem 0 0 !important;
}

#experience{
    padding-top: 30px;
    padding-bottom: 30px;
}





@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}

#carousel{
    overflow: hidden;
}

.slider {
    background: #f8f9fa!important;
    box-shadow: 0 10px 20px -5px rgb(0 0 0 / 13%);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 960px;
}

	.slider::before,
	.slider::after {
        background: linear-gradient(to right,  rgba(248, 249, 250, 1) 0%,rgba(248, 249, 250, 0) 100%);
		content: "";
		height: 100px;
		position: absolute;
		width: 200px;
		z-index: 2;
	}

	.slider::after {
		right: 0;
		top: 0;
		transform: rotateZ(180deg);
	}

	.slider::before {
		left: 0;
		top: 0;
	}

	.slider .slide-track {
		animation: scroll 40s linear infinite;
		display: flex;
		width: calc(250px * 14);
	}

	.slider .slide {
		height: 100px;
		width: 250px;
	}


@media only screen and (max-width: 768px){
    .overlay{
        position:relative !important;
    }

    #header img{
        height: 50px;
    }

    .mw-overlay{
        max-width: 100% !important
    }

    .message{
        width: 100%
    }

    .contact{
        width: 100%;
    }
}

.card-over{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius: 1.25rem 1.25rem 0 0;
    cursor: pointer;
}

.icon-over{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius: 1.25rem 1.25rem 0 0;
    cursor: pointer;
    display:none;
    margin:auto;
}

.card-over:hover{
    background-color: rgba(28,44,124,0.85);
    transition: 1s;
}

.card-over:hover img{
    display: block;
}

.bg-main-banner{
    background: url('/static/img/main_banner_mobile.jpg') no-repeat;
}

.bg-about-banner{
    background: url('/static/img/about_banner_mobile.jpg') no-repeat;
}