body::-webkit-scrollbar 
{
	width: 12px;
	height: 12px;
}

body::-webkit-scrollbar-track 
{
	background-color:#FFCA00;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0,8);
}

body::-webkit-scrollbar-thumb
{
	background-color:#424447;
	border-radius: 50px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0,8);
	}

body::-webkit-scrollbar-corner
{
	background-color:#FFCA00;
}

#logo
{
	background-color: #FFFFFF;
	text-align: center;
	width:100%;
	padding-top: 0.1px;
}
	
body
{
	margin: 0;
	background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}

.tekst
{
	font-size: 18px;
	width:70%;
	text-align: justify;
	margin:auto;
}

.tekst2
{
	font-size: 18px;
	width:70%;
	text-align: justify;
	margin: auto;
}

.glowna
{
	width:100%;
}

#topnav
{
	background-color: #424447;
	text-align: center;
}

.menu
{
	list-style-type: none;
	margin: 0;
	padding: 10px;
	font-size: 28px;
	min-height: 50px;
	line-height: 230%;
}

.menu > li
{
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	border-right: 2px solid #FFFFFF;
}

.menu > li:first-child
{
	border-left: 2px solid #FFFFFF;
	
}

.menu a
{
	color: #fff;
	text-decoration: none;
}

.menu a:hover
{
	color: #FFCA00;
}

.categories
{
	width: 100%;
	text-align: center;
	float: left;
	position: relative;
	display: inline-block;
}

h1
{
	font-size: 44px;
	font-weight: 500;
	color: #191d21;
	margin-bottom: 15px;
}


.author
{
	margin-top: 10px;
	margin-bottom: 10px;
	width:100%;
}

.author a
{
	opacity: 0.9;
}

.author a:hover
{
	opacity: 1;
}

figure
{
	display: inline-block;
	margin: 8px;
	padding: 0px;
}

figcaption
{
	margin-top: 8px;
	padding: 0;
}

#newest
{
	background-color: #191d21;
}

.contact
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

.contact p
{
	margin-bottom: 20px;
}

.bluebutton
{
	background-color: #1c74b2;
	padding: 13px;
	color: #efefef;
	font-size: 19px;
	border-radius: 50px;
	width: 40%;
	display: inline-block;
}

.bluebutton:hover
{
	background-color: #196499;
}


.socials
{
	width:100%;
	text-align: center;
	background-color: #191d21;
}

.socialdivs
{
	width: 100%;
}

.fb
{
	width: 100%;
	height: 140px;
	text-align: center;
	decoration: none;
	
}

.fb:hover
{
	background-color: #4668b3;
}


.container
{
	width: 100%;
}

