body{
    /*background-color: #f8f8f2;*/
    background-color: #222222;
    /*width: 99%;*/
    /*min-width: 1200px;*/
}
.content{
    width: 100%;
}
.header{
    position: relative;
    /*color: #333333;*/
    color: #f8f8f2;
    /*width: 1000px;*/
}
.testingImg{
    height: 100%;
    width: 100%;
    opacity: 0.6;
    background: #222222;
}
.headerText{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}
.pHeader{
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
.nav{
    /*width:720px;*/
    height: 80px;
    margin: 0 auto;
    background-color: transparent;
}
.navScrolled{
    position: fixed;
    top: 0;
    background-color: #222222;
    z-index: 1;
    opacity: 1;
    width: 100%;
    margin: 0 auto;
}
.navButCont{
    display: inline-block;
    /*width: 120px;*/
    height: 30px;
    margin: 0 auto;
}
.navBut {
    /*padding: 6px 12px;*/
    /*width: 110px;*/
    margin-bottom: 0;
    /*font-size: 14px;*/
    /*font-weight: 700;*/
    line-height: 1.42857143;
    text-align: center;
    vertical-align: top;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    /*color: #222222;*/
    color: #f8f8f2;
    background-color: transparent;
}
.navBut:hover,
.navBut:focus,
.navBut:active,
.navBut.active {
    /*color: #222222;*/
    color: #f8f8f2;
    background-color: transparent;
}
.navBut.disabled:hover,
.navBut.disabled:focus,
.navBut.disabled:active,
.navBut.disabled.active,
.navBut[disabled]:hover,
.navBut[disabled]:focus,
.navBut[disabled]:active,
.navBut[disabled].active,
fieldset[disabled] .navBut:hover,
fieldset[disabled] .navBut:focus,
fieldset[disabled] .navBut:active,
fieldset[disabled] .navBut.active {
    background-color: transparent;
}

.inPageNavBut {
    margin: 0;
    padding: 0;
    text-align: center;
    /*vertical-align: text-bottom;*/
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    color: #ffff00;
    background-color: transparent;
}
.inPageNavBut:hover,
.inPageNavBut:focus,
.inPageNavBut:active,
.inPageNavBut.active {
    color: #ffff00;
    background-color: transparent;
}
.inPageNavBut.disabled:hover,
.inPageNavBut.disabled:focus,
.inPageNavBut.disabled:active,
.inPageNavBut.disabled.active,
.inPageNavBut[disabled]:hover,
.inPageNavBut[disabled]:focus,
.inPageNavBut[disabled]:active,
.inPageNavBut[disabled].active,
fieldset[disabled] .inPageNavBut:hover,
fieldset[disabled] .inPageNavBut:focus,
fieldset[disabled] .inPageNavBut:active,
fieldset[disabled] .inPageNavBut.active {
    background-color: transparent;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #9999bb;
}
.contentAreaText{
    /*width: 80%;*/
    /*font-size: 21px;*/
    margin: 0 auto;
    color: #cccccc;
    font-family: sans-serif, system;
    /*font-weight: bold;*/
}

.contentArea-headers{
    font-family: serif, system;
    /*font-size: 38px;*/
    color: #99ffff;
    text-align: center;
}
.contentArea-subheaders{
    font-family: serif, system;
    /*font-size: 28px;*/
    /*color: #99ff99;*/
    color: #44ff44;
}
.contentArea-subsubheaders{
    font-family: serif, system;
    font-weight: bold;
    /*font-size: 24px;*/
    /*color: #ff00ff;*/
    color: #88ff88;
    margin-left: 20px;
}
.contentArea-subsub{
    margin-left: 20px;
}
.contentArea-subsubsubheaders{
    font-family: serif, system;
    font-weight: bold;
    /*font-size: 24px;*/
    /*color: #ff0066;*/
    color: #aaffaa;
    margin-left: 40px;
}
.contentArea-subsubsub{
    margin-left: 40px;
}
/*#f5f8fa*/

.seeMoreButton {
    line-height: 1.42857143;
    text-align: center;
    vertical-align: top;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: solid 1px #aaaaaa;
    border-radius: 4px;
    /*color: #222222;*/
    color: #f8f8f2;
    background-color: transparent;
}
.seeMoreButton:hover,
.seeMoreButton:focus,
.seeMoreButton:active,
.seeMoreButton.active {
    /*color: #222222;*/
    color: #f8f8f2;
    background-color: transparent;
}
.seeMoreButton.disabled:hover,
.seeMoreButton.disabled:focus,
.seeMoreButton.disabled:active,
.seeMoreButton.disabled.active,
.seeMoreButton[disabled]:hover,
.seeMoreButton[disabled]:focus,
.seeMoreButton[disabled]:active,
.seeMoreButton[disabled].active,
fieldset[disabled] .seeMoreButton:hover,
fieldset[disabled] .seeMoreButton:focus,
fieldset[disabled] .seeMoreButton:active,
fieldset[disabled] .seeMoreButton.active {
    background-color: transparent;
}

.lang{
    color: #ff0066;
}

p{
    text-align: justify;
}


@media screen and (max-width:800px) {
    /* Target portrait smartphones */
    body{
        width: 100%;
        /*min-width: 1200px;*/
    }
    .header{
        width:100%;
        font-size: 35px;
        margin: 2px auto 0 auto;
        height: 85px;
    }
    .headerScrolled{
        width:100%;
        font-size: 35px;
        margin: 2px auto 0 auto;
        height: 85px;
    }
    .headerText{
        top: 0;
    }
    .nav{
        width:100%;
    }
    .navScrolled{
        padding-top: 10px;
        height: 30px;
    }
    .navButCont{
        width: 16%;
        height: 30px;
    }
    .navBut {
        width:100%;
        padding: 0;
        font-size: 9px;
        font-weight: normal;
    }
    .inPageNavBut{
        font-size:12px;
    }
    .contentAreaText{
        width: 98%;
        font-size: 12px;
    }

    .contentArea-headers{
        font-size: 25px;
    }
    .contentArea-subheaders{
        font-size: 20px;
    }
    .contentArea-subsubheaders{
        font-size: 18px;
        /*margin-left: 20px;*/
    }
    .contentArea-subsub{
        /*margin-left: 20px;*/
    }
    .contentArea-subsubsubheaders{
        font-size: 16px;
        /*margin-left: 40px;*/
    }
    .contentArea-subsubsub{
        /*margin-left: 40px;*/
    }
    .seeMoreButton {
        padding: 4px 10px;
        /*width: 75px;*/
        margin-bottom: 10px;
        font-size: 12px;
    }
}

@media screen and (min-width:480px) and (max-width:800px) {
    /* Target landscape smartphones and tablets*/
    .header{
        font-size: 50px;
        height: 100px;
    }
    .navScrolled{
        padding-top: 10px;
        height: 50px;
    }
    .navBut{
        font-size: 14px;
    }
    .inPageNavBut{
        font-size:16px;
    }
    .contentAreaText{
        font-size: 16px;
    }
}

@media screen and (min-width:801px) {
    /* Target normal computers */
    body {
        width: 99%;
        min-width: 1200px;
    }
    .header{
        width: 1000px;
        margin: 20px auto;
        height: 170px;
        font-size: 75px;
    }
    .headerScrolled{
        width: 100%;
        margin: 20px auto;
        height: 170px;
        font-size: 75px;
    }
    .headerText{
        top: 10px;
    }
    .nav{
        width:720px;
    }
    .navScrolled{
        height: 60px;
    }
    .navButCont{
        width: 16%;
    }
    .navBut{
        padding: 6px 12px;
        width: 100%;
        font-size: 14px;
        font-weight: 700;
    }
    .inPageNavBut{
        font-size:21px;
    }
    .contentAreaText{
        width: 80%;
        font-size: 21px;
    }
    .contentArea-headers{
        font-size: 38px;
    }
    .contentArea-subheaders{
        font-size: 28px;
    }
    .contentArea-subsubheaders{
        font-size: 24px;
    }
    .contentArea-subsubsubheaders{
        font-size: 24px;
    }
    .seeMoreButton{
        padding: 6px 12px;
        width: 150px;
        margin-bottom: 20px;
        font-size: 21px;
    }
}
