body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0101DF;
	text-align: center;
	background-attachment: fixed;
	background-image: url(back.jpg);
	background-repeat: Yes-repeat;
	background-position: left top;
	width:100%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
/*	overflow: hidden;*/
}



/* ######### h1  ######### */
h1 {
	font-size: 200%;
	font-weight: bold;
	color: #fd17de;
	letter-spacing: 0.4em;
	text-align: center;
}

/* ######### h2 ######### */
h2 {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

/* ######### h3 ######### */
h3 {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}


/* ######### h5  ######### */
h5 {
	font-size: 70%;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}



a {
	color: #800000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #800000;
}
a:hover {
	text-decoration: underline overline;
	color: #800000;
}
a:active {
	text-decoration: none;
}

naslov {
	font color: #01DF01	
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .1em;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	text-align: left;
}


@media (max-width: 768px) {
            .container {
				width: 92%;
				max-width: 900x;
				margin: 0 auto;
				padding: 10px;
				color: white;
				text-align: center;
				}	
				
			h1 {
                background-color: none;
				color: white;
				display: block;
				font-size: 30px;
				/* letter-spacing: 0.1em; */
            }	
			.column {
                display: block;
                width: 100%;
				display: flex;
				flex-direction: column;
				align-items: left;
				justify-content: left;
				}
			.links {
				margin: 10px 0;
				}
			.links a {
				display: inline-block;
				width: 200px;
				margin: 10px 0;
				padding: 10px;
				font-size: 25px;
				color: white;
				background-color: #3383FF;
				outline: 4px solid blue;
				text-decoration: none;
				}
			.small-text {
				font-size: 12px;
				margin-top: 5px;
				}
			.blue-line {
				width: 100%;
				height: 4px;
				margin: 10px auto;
				}

