
@font-face{font-family:"Amnesty Trade Gothic";font-style:normal;font-weight:300;font-display:swap;src:url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-Light.woff2') format('woff2'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-Light.woff') format('woff'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-Light.ttf') format('truetype'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-Light.eot') format('embedded-opentype');}
@font-face{font-family:"Amnesty Trade Gothic";font-style:oblique;font-weight:300;font-display:swap;src:url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-LightObl.woff2') format('woff2'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-LightObl.woff') format('woff'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-LightObl.ttf') format('truetype'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-LightObl.eot') format('embedded-opentype');}
@font-face{font-family:"Amnesty Trade Gothic";font-style:normal;font-weight:normal;font-display:swap;src:url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-Roman.woff2') format('woff2'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-Roman.woff') format('woff'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-Roman.ttf') format('truetype'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-Roman.eot') format('embedded-opentype');}
@font-face{font-family:"Amnesty Trade Gothic";font-style:oblique;font-weight:normal;font-display:swap;src:url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-Oblique.woff2') format('woff2'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-Oblique.woff') format('woff'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-Oblique.ttf') format('truetype'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-Oblique.eot') format('embedded-opentype');}
@font-face{font-family:"Amnesty Trade Gothic Condensed";font-style:oblique;font-weight:normal;font-display:swap;src:url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-CnNo.18Obl.woff2') format('woff2'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-CnNo.18Obl.woff') format('woff'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-CnNo.18Obl.ttf') format('truetype'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-CnNo.18Obl.eot') format('embedded-opentype');}
@font-face{font-family:"Amnesty Trade Gothic Condensed";font-style:normal;font-weight:bold;font-display:swap;src:url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-BdCnNo.20.woff2') format('woff2'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-BdCnNo.20.woff') format('woff'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-BdCnNo.20.ttf') format('truetype'), url('https://www.amnesty.org/en/wp-content/plugins/wp-plugin-amnesty-branding/assets/fonts/TradeGothicLTW05-BdCnNo.20.eot') format('embedded-opentype');}

:root {
    --primary-color: #111;
    --secondary-color: white;
    --tertiary-color: #e4e4e4;
    --quartary-color: linen;
    --quintary-color: #767676;
}

/* Reset some default browser styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Amnesty Trade Gothic','DejaVu Serif','Cantarell', serif;
}

html {
    height: 100%; /* Making sure it stretches to viewport height */
}
body {
	
    height: 100%; /* Making sure it stretches to viewport height */
    display: flex;
    flex-direction: column; /* Stack children vertically */
    background-color: var(--secondary-color);
    color: var(--primary-color);
}
.logo-notxt {
    display: none;
}
.logo {
    display: flex;
}
.logo, .logo-notxt {
    margin: auto auto auto 0;
    padding: 0;    
    align-self: flex-start;
    height: 100%;
}
.logo-notxt img, .logo img{
    max-width: 10rem;
    max-height: 10rem;
    border: none;
}
main {
    flex: 1; /* Take up all remaining content so footer is always at the bottom of the screen */
    margin: auto;
    max-width: 700px;
    min-width: 40%;
    text-align: left;
    padding-top: 2em;
    
}
h1 {
    padding: 2rem;
    text-align: center;
    font-family: 'Amnesty Trade Gothic Condensed', sans-serif;
}
h2 {
    text-align: center;
    padding: 1rem 2rem;
}
h3,h4 {
    padding-left:1rem;
}

a:hover{
    text-decoration: underline dotted var(--tertiary-color);
}
a.post-date-link{
    float:right;
    font-size: 0.7rem;
}
a.card {
    display: block;
}
p,ul {
    padding: 1rem;
}
li ul {
    margin-top: -2rem;
    margin-left: 1rem;
}
nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: var(--secondary-color);
    width: 100%;
    max-height: 8rem;
}
nav a{
    display: inline-block;
    padding: 2rem;
    text-decoration: none;
    align-self: baseline;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Amnesty Trade Gothic Condensed','DejaVu Serif','Cantarell', serif;
    
    
}
p img {
    max-width: 100%;
}
a, a:visited {
    color: var(--primary-color);
}
nav a:hover {
    background-color: var(--tertiary-color);
}
header {
    margin: auto;
    max-width: 700px;
    min-width: 40%;
}
footer {
    color: var(--quintary-color);
    padding: 1rem;
}
.site-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    padding: 6px;
}
.site-links ul {
    margin: 2rem;
    list-style-type: none;    
}
.disclaimer {
    text-align: center;
}
hr {
    margin: 0% 35%;
    border: 0.1rem var(--quintary-color) inset
}

.kaarten {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: auto;
    max-width: 100%;
}

.kaart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 40rem;
}
.bijschrift {
    padding: 1rem;
}
.foto img {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}
.foto {
    padding: 1rem;
    max-width: 40rem;
    max-height: 40rem;
}

@media all and (max-width: 768px) {
    header {
	margin: 0;
    }
    nav {
	flex-flow: column wrap;
	min-height: 20vw;
	max-height: 10rem;	
    }
    a.logo {
	display: none;
    }
    a.logo-notxt {
	display: flex;
    }
    a.logo-notxt img {
	border-radius: 0px 10px 30px 10px;
    }
    nav a.link {
	margin: auto 0 auto auto;
	text-align: center;
	padding: 1rem;
	width: calc(100vw - 10rem);
	display: inline-block;
    }
    
}
