
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    background-color: #f8f9fa;
}

code {
    color: #FFFFFF !important;
    font-weight: 700 !important;
}

a.nav-link, .my-footer-h {
    font-weight: 600;
}

.my-footer-h {
    color: rgba(0, 0, 0, 0.7) !important;
    border-bottom: 3px solid #ed1c24;
}

.my-footer-a {
    color: #6c757d !important;
}

.my-footer-a:hover {
    color: rgba(0, 0, 0, 0.7) !important;
    text-decoration: none;
    font-weight: 600;
}

.my-a {
    color: #ed1c24 !important;
}

.my-a:hover {
    color: rgba(237, 28, 36, 0.7) !important;
    text-decoration: none;
}

.my-btn {
    color: #ed1c24;
    background-color: #f8f9fa;
    border-color: #ed1c24;
}

.my-btn:hover {
    color: rgba(237, 28, 36, 0.7);
}

.active>.nav-link {
    color: #ee2b31 !important;
}

#video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    
}

@media only screen and (max-width: 636px) {
    #video {
    width: auto;
    height: 100%;
    }
}

.jumbotron {
    color: inherit;
    background-color: #eee;
    overflow: hidden;
    position: relative;
    border-radius: 0;
}

.container {
    position: relative;
}

.my-panel {
    background-color: rgba(255, 255, 255, .6); 
    border-radius: 5px;
    padding: 1rem;
}

@media only screen and (max-width: 767px) {
    .my-footer-margin {
    margin-top: 1rem;
    margin-bottom: 1rem;
    }
}

.color-price {
    color: #B12704;
}

.my-card-adjust {
    height: 225px; 
    width: 100%; 
    display: block; 
    object-fit: contain;
}

