/*
file:	Main Style Sheet
year:	2021
author:	CREW 803
email:	info@crew803.com
site:	www.crew803.com
*/

@charset "utf-8";

/* General HTML Styles */

html {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url("background-cover.png") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

* {
	box-sizing: border-box;
}

i {
	transition: all .3s linear;
}

div, span, p, em, a, time, dt, dd, tr, th, td, label, input, select, button, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
	font-family: "Mukta", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 18px;
	color: #555;
	font-weight: 400;
	text-decoration: none;
}
h1	{
	color: #464646;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h2	{
	color: #464646;
	font-size: 22px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h3	{
	color: #464646;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h4	{
	color: #464646;
	font-size: 19px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h5	{
	color: #464646;
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h6	{
	color: #464646;
	font-size: 17px;
	font-weight: normal;
	display: block;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 20px;
}
em {
	font-size: 18px;
	color: #2d2d2d;
	margin: 0;
	font-weight: 600;
	padding: 0 0 20px;
	font-style: normal;
	display: block;
}
a {
	font-size: 18px;
	color: #f2584e;
	font-weight: 700;
	text-decoration: none;
	transition: all .3s linear;
}
a:hover {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
i {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
fieldset {
	width: auto;
	border: 0;
}
legend {
	color: #494949;
	font-size: 16px;
	font-weight: normal;
	padding: 0 5px;
}
input {
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	font-size: 13px !important;
	margin: 3px 0;
	padding: 5px;
	outline: none !important;
}
input:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
input:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 3px 3px;
	outline: none !important;
}
select:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
option {
	font-size: 13px !important;
	background-color: transparent !important;
	padding: 0 5px;
	outline: none !important;
}
textarea {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 5px;
	height: 150px;
	margin: 3px 0;
	outline: none !important;
}
textarea:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
textarea:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}

/*wrapper*/

.wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	display: table;
	position: relative;
}

.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;
}

/*wrapper section*/

.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;
}

.wrapper section aside div {
	background-color: rgba(0,0,0,0.10);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	padding: 20px 40px;
	text-align: left;
}

.wrapper section aside h1,
.wrapper section aside h2,
.wrapper section aside h3 {
	display: inline-block;
	vertical-align: middle;
}

.wrapper section aside h1 {
	font-size: 36px;
	color: #182d5b;
	font-weight: 300;
	margin: 0 20px 0 0;
	padding: 0;
}

.wrapper section aside h2 {
	font-size: 22px;
	color: #182d5b;
	font-weight: 700;
	margin: 1px 20px 0 0;
	padding: 0;
}

.wrapper section aside h3 {
	font-size: 18px;
	color: #182d5b;
	font-weight: 500;
	text-decoration: underline;
	margin: 2px 0 0;
	padding: 0;
}

@media only screen and (min-width: 0px) and (max-width: 800px) {

}





