:root {
    --proclaim-orange: rgb(244, 114, 34);
}

a {
    color: rgb(50, 50, 55);
}

.bg-proclaim {
    background: var(--proclaim-orange);
}

.consent {
    box-shadow: 0 0 30px 5px rgba(50,50,55,.5);
    background: linear-gradient(to right,rgb(65,65,75),rgb(50,50,55));
}

.body-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: Raleway;
}

.parallax-container {
    min-height: 100%;
}

.pane {
    background: linear-gradient(to bottom right,rgb(65,65,75),rgb(50,50,55));
    box-shadow: 0 10px 30px 5px rgba(50,50,55,.5);
    border-radius: 3px;
}

.pane .card {
    background: rgb(240,240,240);
    box-shadow: 0 5px 20px 5px rgba(10,10,10,.3);
    height: 100%;
}

.report-pane {
    width: 100%;
    max-width: 1360px;
    height: 765px;
    margin-left: auto;
    margin-right: auto;
}

#reportContainer {
    width: 100%;
    height: 100%;
}

#reportContainer iframe {
    border: none;
    padding:3px;
}