﻿.main_frame {
	overflow-x: hidden;
	overflow-y: auto;
}

.title_block{
	margin-top: 10%;
	margin-bottom: 8%;
}

h1, h2 {
	color: white;
	text-shadow: 0 0 20px #000000;
}

.access-denied {
	color: #222830;
	text-shadow: 0 0 20px #ff0000;
}

h1 {
	font-size: 58px;
	font-weight:700;
}

h2 {
	font-size: 32px;
	font-weight:600;
}

.light_shadow {
	box-shadow: 10px 10px 20px #333333
}

.text_place {
	background-color: antiquewhite;
}

.btn-cadonist {
	font-size: 24px;
	color: #222933;
	padding: 5px;
	appearance: none;
	background-color: #9FF0FB;
	--bs-btn-font-size: 1.2rem;
}

.position-middle-left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-100%);
}

.contact-us {
	display: inline-block;
	position: absolute;
	background-color: #222933;
	width: 32px;
	height: 200px;
	left: 0;
}

.social {
	display: inline-block;
	position: absolute;
	background-color: #FFFFFF;
	width: 32px;
	height: 200px;
	left: 32px;
}

.links1 {
	display: block;
	font-size: 1.5em;
	padding: 18px 8px 12px 4px;
}

.links2 {
	display: block;
	font-size: 1.5em;
	padding: 12px 8px 12px 4px;
}

.links3 {
	display: block;
	font-size: 1.5em;
	padding: 12px 8px 12px 4px;
}

.vertical-text {
	position: absolute;
	transform: rotate(-90deg);
	transform-origin: 50% 325%; /*pol rotacije*/
	-ms-transform: rotate(-90deg);
	-ms-transform-origin: 50% 325%;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: 50% 325%;
	color: #9FF0FB;
	width: 200px;
	font-size: 1.5em;
	text-align: center;
}

.cadonist_link {
	font-size: 24px;
	color: #9FF0FB;
}


