﻿@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');

body {
	font-family: 'Roboto Slab', serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 150%;
	color: #000;
	margin: 0;
	padding: 0;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #c0392b;
}

h1 {
	font-weight: 700;
	line-height: 110%;
	margin: 0;
}

	h1 {
		font-size: 300%;
	}

	
/* Header */
header {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	background: linear-gradient(-90deg, rgba(25, 42, 86,1.0) 0%, rgba(39, 60, 117,.6) 100%), url(/skin/images/bg.jpg) no-repeat;
	background-position: center left;
	background-size: cover;
}

header .info {
	width: 70%;
	text-align: center;
	color: #fff;
}

	header .info strong {
		font-size: 350%;
	}
	
	header .info h1 {
		color: rgba(251, 197, 49,1.0);
		padding-top: 1rem;
	}



		


/* Section */
section {
	padding: 0 3% 3rem;
	text-align: center;
}

	section h1 {
		padding: 2rem 0;
	}
	
section .info {
	display: flex;
	align-items: center;
	padding: 2rem 0;
	border-bottom: 1px solid #aaa;
}

	section .info div {
		width: 50%;
		padding-right: 2rem;
	}
	
	section .info div:last-child {
		text-align: left;
		padding-right: 0;
	}

	section .info strong {
		font-size: 200%;
	}
	

table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

	 th {
		font-weight: 400;
	}

	 tr td {
		vertical-align: top;
		font-weight: 700;
	}

	 td,  th {
		font-size: 90%;
		padding: 1rem;
	}

		 td:first-child,  th:first-child {
			padding-left: 0;
		}

	 tr:first-child {
		height: 3.6rem;
	}

	 tr {
		border-top: 1px solid #aaa;
	}
	
		 tr:first-child {
			border-top: none;
		}

/* Footer */
.map {
	position: relative;
	border-top: 1px solid #aaa;
}

.contact {
	position: absolute;
	z-index: 10;
	background: rgba(251, 197, 49,1.0);
	color: #fff;
	right: 3%;
	top: 5rem;
	padding: 1rem 2rem;
}

	.contact a {
		color: #fff;
	}
	
.phone {
	font-size: 300%;
	line-height: 110%;
}

.doc {
	display: flex;
	flex-wrap: wrap;
}

.doc a {
	width: 40%;
	border: 1px solid #ddd;
	padding: 1em;
	margin: .5em;
}

.doc img {
	display: block;
	width: 80px;
	height: auto;
	margin: 0 auto;
	padding-bottom: .5em;
}