/* Common */

@font-face {
	font-family: "Droid";
	src: url("/fonts/droidsans.eot");
	src: url("/fonts/droidsans.eot?#iefix") format("embedded-opentype"),
		url("/fonts/droidsans.woff") format("woff"),
		url("/fonts/droidsans.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Blogger";
	src: url("/fonts/blogger.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Blogger";
	src: url("/fonts/blogger-bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
	background: transparent;
	box-sizing: border-box;
	border-collapse: collapse;
	font-family: "Blogger", "Droid", verdana, tahoma;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	list-style-type: none;
}

*:focus {
	outline: 0;
}

html {
	width: 100%;
	height: 100%;
	color: #333;
	scroll-behavior: smooth;
	background: linear-gradient(0deg, #1D3557 50%, white 50%);
}

body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

input:not([type="checkbox"]), select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	color: #333;
	border: 1px #dcdcdc solid;
	border-radius: 5px;
	background-color: white;
	font-family: "Blogger", "Droid", verdana, tahoma;
}

input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 50px #fff !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

select {
	background-image: url("/images/arrow.gif");
	background-position: 100% 53%;
	background-repeat: no-repeat;
	background-color: white;
	text-indent: 0.01px;
	text-overflow: "";
}

a {
	text-decoration: none;
	color: #457B9D;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
	border: none;
}

ul, ol {
	width: 100%;
}

.none {
	display: none;
}

s {
	text-decoration: none;
}

/* Box. */

.box {
	display: none;
	z-index: 5;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	opacity: 0.9;
}


/* Header & navigation. */
nav {
	position: fixed;
	top: 0;
	width: 100%;
	
	/* height: 64px; */
	
	height: 6rem;
	z-index: 2;
	background-color: white;
	font-size: 0;
	background-color: #1D3557;
	color: white;
	
	/*border-bottom: 1px #e6e6e6 solid;*/	
	/*box-shadow: 0 0 5px rgba(0,0,0,0.5);*/
}

nav ul {
	width: 1024px;
	height: 6rem;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	display: table;
	
	/*
	font-size: 0;
	background-color: yellow;
	*/
}

nav li {
	display: table-cell; 
	vertical-align: middle;
	font-size: 1.4rem;
}

.home {
	width: 20%;
}

.home img {
	width: 3rem;
	vertical-align: middle;
	margin-right: 0.6rem;
}

.links  {
	text-align: right;
	width: 80%;
}

.links a {
	/*width: 120px;*/
	
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	color: white;
	text-decoration: none;
	transition-duration: 0.25s;
	margin-left: 2rem;
	text-align: center;
	padding: 0.6rem 0.6rem;
	border: 0.1rem solid #1D3557;
	border-radius: 0.5rem;
}

.links a:hover {
	border: 0.1rem solid white;
}


/* Main content. */

main {
	position: relative;
	z-index: 1;
	background-color: white;
	width: 100%;
}

.wrapper {
	width: 100%;
	min-width: 1024px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.content {
	width: 1024px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.padding {
	padding: 120px 2rem 100px 2rem;
}

footer {
	background-color: #1D3557;
}

footer div {
	width: 1024px;
	padding: 25px 24px 15px 24px;
	margin-top: 35px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0.9rem;
	color: white;
	background-color: #1D3557;
}

footer a {
	color: white;
}

footer ul {
	font-size: 0;
}

footer ul > li {
	vertical-align: top;
	width: 25%;
	display: inline-block;
	font-size: 1rem;
	line-height: 1.4;
	
	/*background-color: red;*/
}

footer p {
	margin: 35px 0 25px 0;
	font-size: 0.9rem;
	
	/*background-color: red;*/
}

footer span {
	display: block;
	margin-top: 16px;
}

footer span img {
	width: 36px;
	margin-right: 6px;
}

button, .button {
	padding: 7px 10px;
	border-radius: 5px;
	border: none;
	background-color: #457B9D;
	cursor: pointer;
	color: white;
	transition-duration: 0.35s;
	font-size: 0.8rem;
	text-align: center;
}

button:hover, .button:hover {
	background-color: #1D3557;
	color: white;
	text-decoration: none;
}


/* Colors. */

.red {
	color: #d61b3a;
}

.yellow {
	color: #e16f0e;
}

.purple {
	color: #6c0a7b;
}

.green {
	color: #009900;
}

.gray {
	background-color: #f1f1f1;
}

.white {
	background-color: white;
}