.outer_box {
    text-align: center;
}

.center_box {
    width: 640px;
    text-align: center;
    display: inline-block;
    margin: 0 0 0 0;
}

h1 {
    font-size: 18px;
    font-weight: 900;
    color: black;
    margin-top: 20px;
    margin-bottom: 15px;
}

h2 {
    font-size: 16px;
    font-weight: 900;
    color: black;
    margin-top: 20px;
    margin-bottom: 5px;
}

p {
    margin: 0 0 12px;
}

body {
    font-size: 16px;
    background-color: #fff; 
    font-family: sans-serif;
}

.faq_head {
    font-size: 18px;
    font-weight: 900;
    color: black;
    margin-top: 20px;
    margin-bottom: 15px;
}

.faq_question {
    margin-bottom: 24px;
}

.main {
    padding: 0 20px;
}

.breadcrumb {
    display: none;
}

.description {
    margin: 0 0 20px 0;
}

.video {
    margin: 0 0 20px 0;
}

.iframe {
    border: 0;
    background: white;
}

a:link {
    color: grey;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: grey;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: grey;
    background-color: transparent;
    text-decoration: none;
}

a:active {
    color: grey;
    background-color: transparent;
    text-decoration: none;
}

.head_image {
    background-repeat: no-repeat;
    background-color: #000;
    height: 260px;
    background-position: top;
    background-size: cover;
    padding: 20px;
    background-color: white;
    border-radius: 12px 12px 50px 12px;
}

.heading {
    font-size: 24px;
    font-weight: 900;
    color: grey;
    margin-top: 0px;
}

.navitems {
    font-size: 17px;
}

.navitems_underline {
    border-top: 2px solid;
    margin: 0px 20px
}

.video_description {
    margin-top: -8px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .head_image {
        height: 450px;
        background-position: top;
        border-radius: 12px 12px 150px 12px;
    }

    .heading {
        font-size: 40px;
    }

    h1 {
        font-size: 30px;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    h2 {
        font-size: 20px;
        margin-top: 32px;
        margin-bottom: 5px;
    }

    body {
        font-size: 18px;
    }

    p {
        margin: 0 0 22px;
    }

    .faq_head {
        font-size: 30px;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .breadcrumb {
        padding: 0 20px;
        background-color: #fff;
        font-size: 16px;
        margin-bottom: 12px;
        display: flex;
        list-style: none;
    }

    .breadcrumb-item {
        display: inline;
        font-size: 18px;
    }

    .breadcrumb li+li:before{
        padding: 8px;
        color: black;
        content: " / ";
    }

    .breadcrumb-item a {
        color: #000;
        text-decoration: none;
    }
      
    .breadcrumb-item a:hover {
        color: #000;
    }

    .video_description {
        margin-top: -8px;
        font-size: 16px;
    }
    
}

@media (min-width: 992px) {
    .main {
        padding: 0 70px;
    }
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-bottom: 5px;
    border: 0px;
}


/*-----*/
/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color: #FFF;
    position: relative;
}

    /* Hide the links inside the navigation menu (except for logo/home) */
    .topnav #myLinks {
        display: none;
    }

    /* Style navigation menu links */
    .topnav a {
        color: grey;
        padding: 4px 20px;
        text-decoration: none;
        /*font-size: 17px;*/
        display: block;
        background-color: #FFF;
        width: fit-content;
    }

        /* Style the hamburger menu */
        .topnav a.icon {
            background: #FFF;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }

        /* Add a grey background color on mouse-over */
        .topnav a:hover {
            background-color: #FFF;
            color: grey;
        }

/* Style the active link (or home/logo) */
.active {
    background-color: white;
    color: white;
}
/*-----*/



/* Style Footer */
.footer {
    margin: 0 0 50px 0;
}

.footer_links {
    margin-top: 25px;
    text-align: center;
    font-size: 11px;
    font-weight: 900;
    color: black;
    a:link {
        color: black;
    }
    
    a:visited {
        color: black;
    }
    
    a:hover {
        color: black;
    }
    
    a:active {
        color: black;
    }
}

