    nav ul {
        background-color: gainsboro;

    }

    body {
        background-image: url("images/background.jpg");
        font-family: Verdana, Geneva, Tahoma, sans-serif
    }

    article p {
        text-align: justify;
        font-family: sans-serif;
    }

    form.form {
        width: 25rem;
        background-color: gainsboro;
    }

    fieldset{
        margin: 2em 0;
    }

    legend{
        font-size: 1.1em;
    }

    footer p {
        font-style: italic;
    }

    @media (min-width: 768px) {
        .jobbraigazított-md {
            text-align: right;
        }
    }

    main.container {
        background-color: rgba(255, 255, 255, 1);
    }

    caption {
        caption-side: top;
        text-align: center;
        font-size: 2rem;
        color: black;
    }

    .carousel-item img {
        height: 21.875em;
    }

    #content div.row {
        min-height: 15.625em;
    }

    aside {
        font-size: 0.75rem;
        margin-bottom: 0.85em;
    }

    .navbar {
        background-color: rgba(255, 255, 255, 0) !important;
    }

    #content a:visited {
        color: purple;
    }

    .skip {
        position: absolute;
        left: -9999em;
        top: auto;
        width: 0.001em;
        height: 0.001em;
        overflow: hidden;
    }

    .skip:focus {
        position: static;
        width: auto;
        height: auto;
        margin: 1rem;
        padding: 0.5rem;
        background: #000;
        color: #fff;
        z-index: 1000;
    }

    .transcribedvideo{
        background-image: none;
    }
 
    .highContrast{
        font-size: 1.25rem;
        color:orange !important;
    }
    
    #carouselMuscleCars img{
        width: 70%;
    }

    .highContrast .navbar-toggler-icon{
        filter: invert(57%) sepia(97%) saturate(656%) hue-rotate(1deg) brightness(106%) contrast(108%);
    }

    .highContrast nav ul,
    .highContrast .offcanvas-header button{
        background-color: orange;
    }

    .highContrast header > button{
        font-size: 1.2em;
    }

    .active {
        font-weight: bold !important;
    }

    .highContrast .offcanvas{
        background-color: black;
        color: orange;
    }


    .highContrast nav li a{
        color: black !important;
    }

    .highContrast main{
        background-color: black !important;
    }

    .highContrast aside{
        font-size: 1.05rem;
    }

    .highContrast form{
        color: black;
        background-color: orange;
        font-size: 1.15rem;
    }

    .highContrast video{
        width: 100% !important;
    }

    .highContrast h1
    {
        font-size: 3rem;
    }

    .highContrast h2{
        font-size: 2.5rem;
    }

    .highContrast h3{
        font-size: 2rem;
    }

    @media print {

        nav,
        header,
        footer,
        #video,
        iframe,
        #form,
        details,
        hr,
        aside,
        video,
        video + a,
        #carouselMuscleCars {
            display: none !important;
        }


        * {
            font-size: 12pt !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        img {
            max-width: 50% !important;
        }

        figure img{
            max-width: 25% !important;
        }
    }
