body{
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
    background-color: #141414;
    color: #ffffff;
    background-image: url(images/zwartevilt.png);
    background-repeat: repeat;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald', sans-serif;
	padding: 0;
	margin: 0;
}

.thirtythree{
    position: relative;
    width: 33.33%;
    height: auto;
    box-sizing: border-box;
    float: left;
}
.fifty{
    position: relative;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    float: left;    
}
.hundred{
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    float: left;        
}
.clr{
    clear: both;
}
.tki-relatedstories{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.tki-relatedstories .maincont{
    display: flex;
    flex-wrap: wrap;
}
.tki-relatedstories h3{
    text-align: left;
    padding-left: 20px;
    font-family: 'Roboto', serif;
}
.tki-relatedstories .thirtythree{
    float: none;
    padding: 20px;
}
.tki-relatedstories .thirtythree a{
    color: #26aae1;
    text-decoration: none;
}
.tki-relatedstories .thirtythree h3{
    padding-left: 0;
    font-family: 'Roboto', serif;
}
.tki-relatedstories .thirtythree .imgholder{
    padding-bottom: 56.25%;
    background-color: #eeeeee;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center center;
}

/*header.main{
	width: 100%;
	height: 50px;
	border-bottom: 5px solid #0b73b5;
}

header.main .logo{
	display: block;
	width: 250px;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
}*/

.tkiheader{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    /*box-shadow: 0px 0px 7px #707070;*/
    
    border-bottom: 2px solid #0d2b85;
}

.tkiheader nav{
    float: right;
}
.tkiheader nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}
.tkiheader nav ul a{
    color: #707070;
}
.tkiheader nav ul li{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    text-transform: uppercase;
}

.tkiheader .maincontent{
    width: 1236px;
    height: auto;
    margin: 0 auto;
}

.tkiheader .logo{
    float: left;
    width: 250px;
    height: auto;
    margin-top: 7px;
}

.tkiheader .logo svg{
    width: 100%;
    height: auto;
}

.widescreen{
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow-x: hidden;
}
.widescreen .maincontent{
    position: relative;
    z-index: 1;
    text-align: center;
}
.widescreen .sitelogo{
    /*margin-top: 65px;*/
    margin-bottom: 0px;
    width: 620px;
    height: auto;
}
.widescreen .desc1{
    padding: 0;
    margin: 0;
    color: #ffffff;
    text-align: center;
    line-height: 150%;
}
.widescreen .votenow{
    margin-top: 20px;
}
.widescreen .darkbg{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.5);*/
}

.widescreen.title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.widescreen.title h1{
    font-family: 'Sacramento', cursive;
    font-size: 120px;
    font-weight: normal;
}
.widescreen.title p{
    font-family: 'Gaegu', cursive;
    font-weight: normal;
    text-align: center;
    font-size: 24px;
}
.widescreen.title p img{
    vertical-align: middle;
}

.widescreen .quote{
    padding-left: 17%;
    padding-right: 17%;
}
.widescreen .quote p{
    font-size: 27px;
    text-align: center;
    font-family: 'Gaegu', cursive;
}

.widescreen .quote2{
    padding-left: 10%;
    padding-right: 10%;
}
.widescreen .quote2 a{
    color: #26aae1;
}
.widescreen .quote2 p{
    font-size: 27px;
    text-align: center;
    font-family: 'Gaegu', cursive;
}

.widescreen.whitebg{
    background-color: #ffffff;
    color: #000000;
}

.widescreen.thirteenth{
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(images/bookquote.jpg);
}
.widescreen.fourteenth{
    background-image: url(images/113909588_M.jpg);
}
.widescreen.fifteenth{
    display: flex;
    align-items: center;
    justify-content: center;
}
.widescreen.sixteenth{
    background-image: url(images/50013666_M.jpg);
}

.widescreen .hundred img{
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
}
.widescreen .fifty img{
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
}
.widescreen .paddington{
    margin-top: 30px;
}



.body{
	width: 100%;
	height: auto;
	text-align: center;
	overflow-x: hidden;
}

.body .seclogo{
	width: 150px;
	height: auto;
	margin-top: 20px;
}

.body .eegreen{
	color: #00763a;
}

.body h1{
	font-size: 72px;
}
.body h2{
	font-size: 56px;
	color: #0d2b85;
}
.body p{
	box-sizing: border-box;
	padding-left: 20%;
	padding-right: 20%;
	font-size: 18px;
	color: #555555;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.body a{
	color: #0d2b85;
	font-weight: 700;
	text-decoration: none;
}
.body a:hover{
	text-decoration: underline;
}

.body .imgfull{
	width: 100%;
	height: auto;
}

.sharebutton{
    width: 144px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tkifooter{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 66px;
}
.tkifooter p{
    color: #ffffff;
    text-align: center;
}

@media all and (min-width:0px) and (max-width:719px){
	.body h1{
		font-size: 36px;
	}
	.body p{
		padding-left: 5%;
		padding-right: 5%;
	}
    .tki-relatedstories .thirtythree{
        padding: 10px;
    }
    .tki-relatedstories .thirtythree .imgholder{
        margin-bottom: 5px;
    }
    .tkiheader .maincontent{
        width: 100%;    
    }
    .tkiheader nav{
        display: none;
    }
    .tkiheader .logo{
        float: none;
        margin: 0 auto;
        padding-top: 8px;
    }
    .thirtythree{
        width: 100%;
    }
    .fifty{
        width: 100%;
    }
    .widescreen.title h1{
        font-size: 33px;
        text-align: center;
    }
    .widescreen .quote{
        padding-left: 0;
        padding-right: 0;
    }
    .widescreen .quote p{
        padding-left: 17%;
        padding-right: 17%;
    }
    .widescreen .plink{
        font-size: 20px;
    }

}