@font-face {
    font-family: 'Open Sans';
    src: url('/Open_Sans/OpenSans-Regular.ttf')  format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('/Open_Sans/OpenSans-Light.ttf')  format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Open Sans Extrabold';
    src: url('/Open_Sans/OpenSans-ExtraBold.ttf')  format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Slabo';
    src: url('/Slabo_27px/Slabo27px-Regular.ttf')  format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Spectral';
    src: url('/Spectral/Spectral-Regular.ttf')  format('truetype') /* Safari, Android, iOS */
}

    /**********************
    ******* GENERAL ********
    **********************/
    html {
        padding: 0;
        margin: 0;
    }
    h1{
        font-size: 3em;
        font-family: "Slabo", serif;
        font-weight: normal;
        text-align: center;
    }
    h2{
        font-weight: normal;
        font-family: "Slabo", serif;
        font-size: 2.5em;
    }
    p {
        font-size: 1.3em;
/*            letter-spacing: 1.3px;*/
        line-height: 1.6em;
        font-family: 'Open Sans Light', sans-serif;
    }
    li {
        margin-bottom: 0.5em;
        line-height: 1.5em;
    }
    .main .container{
        max-width: 60em;
        margin: 0 auto;
        background: rgba(0,0,0,0.05);
        padding: 1em 2em;
    }
    .fixed .container{
        max-width: 60em;
        margin: 0 auto;
    }
    #steps .container{
        position: relative;
        background: #fff;
    }
    /**********************
    ******* HEADER ********
    **********************/
    #logo-section{
        background-color: rgb(102, 204, 0);
        position: fixed;
        top: 0;
/*            left: 0;*/
        width: 100%;
        padding-top: 1em;
        padding-bottom: 1em;
        z-index: 1000;
    }
    #logo{
        width: auto;
        height: 1.5em;
/*            padding: 0.5em;*/
    }
    #nav {
        position: fixed;
        top: 55px;
        left: 0;
        width: 100%;
/*            padding: 0 2em;*/
    }
    #nav ul {
        padding: 0;
        margin: 0;
    }
    #nav ul li {    
        display: inline-block;
    }
    #nav ul li a {
        text-decoration: none;
    }
    #nav ul li a span{
        font-size: 0.8em;
        color: white;
        padding: 0.5em;
        display: block;
    }
    #nav ul li a span:hover {
        background-color: rgb(102, 204, 0);
    }
    /**********************
    *******  BODY  ********
    **********************/
    body{
        font-family: sans-serif;
        color: white;
        background-color: #66cb00;
        padding: 0;
        margin: 0;
    }
    #heading {
        padding-top: 4em;
/*            padding-bottom: 2em;*/
/*            padding: 5em 0 2em;*/
    }
    #heading .container{
/*            margin-top: 50px;*/
    }
    .main{
/*            padding: 2em;*/
    }
    footer.main {
/*            padding: 1em 2em;*/
    }
    .fixed{
        
    }
    blockquote{
        background-color: orange;
        padding: 0.5em;
        color: white;
        border-radius: 0.25em;
        margin-top: 2em;
        margin-bottom: 2em;
        font-size: 2em;
    }
    .alert{
        font-size: 1em;
        background: red;
        width: 1.4em;
        height: 1.25em;
        display: inline-block;
        border-radius: 1em;
        text-align: center;
        padding-top: 0.15em;
        margin-right: 1em;
    }
    .grey .container {
        background-color: #9a9a9a;
    }
    .brightgreen{
        background-color: rgb(102, 204, 0);
    }
    .darkgreenpeace{
        background-color: hsl(120, 63%, 35%);
    }
    .darkgrey{
        background-color: #3f4550;
    }
    .darkgrey .container{
        background-color: #4D535F;
    }
    .darkgreen{
        background-color: #57B105;
    }
    .grey{
        background-color: #888;
    }
    .light{
        background-color: #BACCD1;
    }
    .white{
        background-color: #EFEFEF;
    }
    .white .container {
        background-color: white;
        color: #333333;
    }
    #onion{
        color: #66cb00;
        font-weight: bold;
        margin: 1em;
        font-size: 2em;
    }
    #intro p, #intro h2 {
/*            font-family: serif;*/
    }
    
    #sslogo {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 100px;
        height: 100px;
        background-image: url(/images/securedrop.jpg);
        background-size: contain;
        background-repeat: no-repeat;
    }
		   #walogo {
            position: relative;
            top: 20px;
            right: 20px;
            width: 100px;
            height: 100px;
            background-image: url(/images/whatsapp.png);
            background-size: contain;
            background-repeat: no-repeat;
						width:60px;
						float:right;
        }
				   #siglogo {
		            position: relative;
		            top: 20px;
		            right: 20px;
		            width: 100px;
		            height: 100px;
		            background-image: url(/images/signal.png);
		            background-size: contain;
		            background-repeat: no-repeat;
								width:60px;
								float:right;
		        }
     body {
       
     }
/*
     ol {
         counter-reset: item;
        display: table;
     }
     ol > li {
       counter-increment: item;
       margin-bottom: 5px;
         display: table-row;
     }
     ol > li::before {
        content: counter(item) ".";
        display: table-cell;
        text-align: center;
        width: 2em;
         font-size: 2em;
         color: #53ac00;
         font-family: 'Open Sans Extrabold';
    }
*/

.nice-ol {
    position: relative;
    padding-left: 4em;
    list-style-type: none;
}
.nice-ol li {
    counter-increment: step-counter;
    margin-bottom: 1em;
    
}
.nice-ol li:last-child {
    margin-bottom: 0;
}
.nice-ol li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    padding: 0.5em 0.75em;
    font-size: 1.5em;
    color: white;
    font-weight: bold;
    background-color: #53ac00;
    border-radius: 50%;
}
    
    .pgp li {
        margin-bottom: 1em;
    }
    .pgp a {
        background: #66cb00;
        border: 1px #53ac00;
        color: white;
        padding: 0.25em;
        border-radius: 0.25em;
				font-size:80%;
    }

		.pgp a:link {
		    text-decoration: none;
		}

		.pgp a:visited {
		    text-decoration: none;
		}

		.pgp a:hover {
		    text-decoration: underline;
		}

		.pgp a:active {
		    text-decoration: underline;
		}
    
    /**********************
    ******* FOOTER ********
    **********************/
    footer{
/*            padding: 1em 0;*/
    }
    .disclaimer{
        
    }
    
    /**********************
    ***** RESPONSIVE ******
    **********************/
    @media (max-width: 60em){
        .fixed{
            padding-left: 2em;
        }
        #onion{
            margin: 1em 0;
            font-size: 1em;
        }
    }