﻿#gamezone {
    position: relative;
    display: flex;
    height: 700px;
}

#background-video, #background-video-overlay {
    position: absolute;
}

body, .accordion-item, .accordion-button {
    background-color: #f5f5f5;
}

.accordion-header {
    border-bottom:1px solid #3d3d3d;
    margin-bottom:10px;
}

.accordion-button, .accordion-button:focus, .accordion-button:focus-visible {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background-color: #f5f5f5 !important;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    font-size: 26px;
    padding-bottom:10px;
}

    .accordion-button:not(.collapsed)::after {
        width:1rem;
        height:1rem;
        background-size:1rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
        /*        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");*/
        transform: rotate(-180deg);
    }

    .accordion-body {
        padding:0;
    }

header {
    padding-top: 20px;
}

#hosted-logo {
    height: 40px;
}

.btn-hosted {
    background-color: #0073B1;
    width: 139px;
    height: 40px;
    color: #fff !important;
    font-weight: bold;
    line-height: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Source Sans 3", sans-serif;
    font-size: 19px;
}

    .btn-hosted:hover {
        background-color: #005F92;
    }

    .btn-hosted:active {
        background-color: #004870;
    }

.footer-wrapper {
    background-color: #eee;
    height: 130px;
}

.footer-text {
    font-size: 12px;
    font-weight: 600;
}

.layout-heading, .layout-text {
    font-family: "Source Sans 3", sans-serif;
    color: #3d3d3d !important;
}

h1.layout-heading {
    font-weight: 700;
}

.step {
    min-height: auto;
    width: 100%;
}
