
body {
    padding-top: 50px;
	max-width: 980px;
    color: #1D1D1F;
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1em;
/*	font-size: 0.9375em;*/
    text-align: left;
	line-height: 1.4em;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
}

h1 {
    font-size: 2em;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
}

h2 {
    margin-top: 30px;
	font-size: 1.5em;
	padding-bottom: 5px;
	border-bottom: 1px solid #1D1D1F; 
}

h3 {
	font-size: 1em;
	margin-bottom: 0px;
}

h3 + p {
	margin-top: 0px;
}


a {
    color: #0077FF;
    text-decoration: none;
}

a:hover {
    color: #0077FF;
	text-decoration: underline;
}

a:active {
    color: #0077FF;
	text-decoration: none;
}

a:visited {
    color: #0077FF;
	text-decoration: none;
}


.column {
    float: left;
    }

.left {
    width: 130px;
    }

.right {
    width: 75%;
    }

.row:after {
    content: "";
    display: table;
    clear: both;
    }


    #nav {
        background-color: #F5F5F7;
        text-align: center;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 10000;
        cursor: default;
        height: 3.2em;
        line-height: 3.5em;
        border-bottom: solid 0.5px #777;
        border-top: solid 0.5px #777;
        font-family: 'Arial', sans-serif;
        font-size: 1.1em;
    }

    #nav ul {
        margin-bottom: 0;
        list-style: none;
        padding-left: 0;
    }

    #nav li {
        display: inline-block;
        padding-left: 0;
    }

    #nav a {
        transition: background-color .2s ease-in-out;
        position: relative;
        display: block;
        color: #0077FF;
        text-decoration: none;
        outline: 0;
        font-weight: 500;
        border-radius: 8px;
        height: 2.5em;
        line-height: 2.5em;
        padding: 0 1.25em;
    }

    #nav a:hover {
        color: #0077FF;
        text-decoration: underline;
    }

    #nav a.active {
        background: #484848;
    }

    #nav a.active:before {
        content: '';
        display: block;
        position: absolute;
        bottom: -0.6em;
        left: 50%;
        margin-left: -0.75em;
        border-left: solid 0.75em transparent;
        border-right: solid 0.75em transparent;
        border-top: solid 0.6em #282828;
    }


    input[type="button"],
    button,
    .button {
        transition: background-color .2s ease-in-out;
        position: relative;
        display: inline-block;
        color: #fff !important;
        text-decoration: none;
        font-weight: 700;
        border: 0;
        outline: 0;
        cursor: pointer;
        border-radius: 18px;
        overflow: hidden;
        background-color: #0055FF;
        padding: 0.5em 2em 0.5em 2em;
        max-width: 17em;
        text-align: center;
        font-size: 0.9em;
        width: 100%;
        padding: 0.3em 0 0.3em 0;
    }

    input[type="button"]:hover,
    button:hover,
    .button:hover {
        background-color: #0066FF;
        color: #fff !important;
        text-decoration: none;
    }

    input[type="button"]:active,
    button:active,
    .button:active {
        background-color: #0066FF;
        top: 2px;
    }

.images {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    
    margin-bottom: -50px;

}

.container {
    margin: 0 auto;
    max-width: calc(100% - 50px);
    width: 1200px;
}

.flagtext {
    vertical-align: middle;
}


@media screen and (prefers-color-scheme: dark) {
	
    body {
		background-color: #000000;
		color: #e5e5e5;
	}
    
    h2 {
        border-bottom: 1px solid #FFFFFF;
    }
    
    a {
        color: #0077FF;
    }
    
	a:hover {
        color: #0077FF;
        text-decoration: underline;
	}
    
	a:active {
        color: #0077FF;
    }

	a:visited {
        color: #0077FF;
    }
    
    #nav {
        background-color: #282828;
    }
    
    #nav a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

}



