/*
file:	Main Style Sheet
year:	2020
author:	CREW 803
email:	info@crew803.com
site:	www.crew803.com
*/

@charset "utf-8";

/* General HTML Styles */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

div, span, p, em, a, tr, th, td, dt, dd, input, button, select, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", Arial, Calibri, Tahoma sans-serif;
	font-size: 16px;
	color: rgba(0,0,0,0.75);
	text-decoration: none;
	font-weight: 400;
	transition: all .3s linear;
}

/*wrapper*/

.wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	display: table;
	position: relative;
	background: url("odvjetnicki-ured-neda-milotic.jpg") no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}

.wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0.50) 100%);
	background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0.50) 100%);
}

.wrapper a, img {
	outline: none !important;
}

.wrapper a:hover, a:visited, a:active,
.wrapper input, .wrapper input:hover, .wrapper input:focus, .wrapper input:active, .wrapper input:visited {
	outline: none !important;
}

:focus {
	outline: none;
}
::-moz-focus-inner {
	border:0;
}

/*header*/

.wrapper section {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: table-row;
	vertical-align: middle;
	text-align: center;
}

.wrapper section aside {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.inner_content {
	width: auto;
	margin: 0;
	padding: 20px 0 22px;
	background: #eaba1a;
	position: relative;
	z-index: 500;
}

.wrapper section aside em,
.wrapper section aside h1,
.wrapper section aside p {
	display: block;
	text-align: center;
	font-style: normal;
}

.wrapper section aside em {
	font-size: 18px;
	color: rgba(0,0,0,0.75);
	font-weight: 500;
	margin: 0 0 -2px;
	padding: 0;
}

.wrapper section aside h1 {
	font-size: 36px;
	color: rgba(0,0,0,0.85);
	font-weight: 700;
	margin: 0 0 18px;
	padding: 0;
}

.wrapper section aside p {
	font-size: 18px;
	color: rgba(0,0,0,0.70);
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.wrapper section aside a {
	font-size: 18px;
	color: rgba(0,0,0,0.80);
	font-weight: 400;
	text-decoration: underline;
}

.wrapper section aside a:hover {
	font-size: 18px;
	color: rgba(0,0,0,1);
	font-weight: 400;
	text-decoration: underline;
}









