﻿/* Copyright 2019, Sciamble Corp. All Rights Reserved. We will take legal action against those who copy our HTML content, CSS style sheets and JavaScript functions. */

body {
    background-color: whitesmoke;
    background-image: url("https://sciamble.com/images/banner/coverRotatedRepeat.png");
    background-repeat: repeat;
}

#legal-aboutsecurity-frame {
    min-width: 300px;
    max-width: 600px;
    margin: auto;
}

.legal-aboutsecurity-title{
    font-size: 24px;
    padding-bottom: 10px;
}

.legal-centertext{
    text-align: center;
}

#legal-aboutsecurity-header {
    text-align: center;
    padding: 20px;
    margin: -20px;
    margin-bottom: 20px;
}

.legal-aboutsecurity-header-green {
    background-color: lightgreen;
}

    .legal-aboutsecurity-header-green * {
        color: green;
        font-size: 30px;
    }

.legal-aboutsecurity-header-black {
    background-color: black;
}

    .legal-aboutsecurity-header-black * {
        color: white;
        font-size: 30px;
    }

.legal-aboutsecurity-header-blue {
    background-color: cornflowerblue;
}

    .legal-aboutsecurity-header-blue * {
        color: white;
        font-size: 30px;
    }