html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

@font-face {
	font-family: 'family-Regular';
	src: url('1dormakaba-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'family-Light';
	src: url('1dormakaba-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'family-Bold';
	src: url('1dormakaba-Bold.woff2') format('woff2');
}


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


p {
	font-family: "Arial";
	font-size: 0.75em;
	text-shadow: 1px 1px #dddddd;
	color: #000000;
}

a {
	color: #000000;
}

body {
	background-image: url('doka_bg_1.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	height: 100vh;
	font-family: 'family-Regular', sans-serif, Arial;
}

.wrapper {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	height: 100vh;
}

.doka_branding {
	margin-top: 0;
	width: 100%;
	height: 72px;
	display: flex;
}

.doka_logo {
	background-image: url('doka_logo.png');
	width: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 20px;
}

.doka_rect {
	width: 12px;
	height: 72px;
	display: flex;
	flex-direction: column;
}

.doka_rect_top {
	flex: 1;
	height: 36px;
	background-color: #003594;
}

.doka_rect_bottom {
	flex: 1;
	height: 36px;
	background-color: #e4002b;
}

#center_block_wrapper {
	flex: 1;
	display: flex;
	align-items: center;
	margin-bottom: 72px;
	;
}

#center_block {
	background-color: white;
	padding: 20px 40px;
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: auto;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	align-content: center;
}

#logo {
	width: 100%;
	height: 30%;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


#content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#image {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer {
	width: 100%;
	background-color: purple;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.button_wrapper {
	display: flex;
	width: auto;
	justify-content: center;
	margin-top: 20px;
}

.button_wrapper a {
	text-decoration: none;
}

.button_wrapper :hover {
	background-color: #012059;
}

.button_more {
	width: auto;
	font-size: 14px;
	padding: 16px 24px;
	background-color: #003594;
	color: #fff;
	font-family: 'family-Bold', sans-serif, Arial;
}