﻿body {
}

#privacy-content {
    background-color: #355975;
    /* padding top right bottom left */
    padding: 80px 0 40px 0;
    min-width: 290px;
    font-size: 1.4em;
}

.privacy-header {
    text-align: center;
    color: #abcbeb;
    /*font-size: 32px;*/
    /*padding top right bottom left */
    /*padding: 20px 0 10px 0;*/
}

h1, h2, h3, h4 {
    color: #abcbeb;
}

h4 {
    font-size: 1.15em;
}

p {
    color: white;
    margin: 20px 0;
    line-height: 1.5;
}

.privacy-body {
    width: 90%;
    /*font-size: 18px;*/
    color: white;
    /*margin top right bottom left */
    margin: 0px auto 10px auto;
}

    .privacy-body a {
        color: #fff100;
    }

    /*.privacy-body li strong {
        color: #abcbeb;
    }*/
