* {
	margin: 0;
	padding: 0;
}
::-webkit-scrollbar {
	width: 1vw;
}
/* Track */
::-webkit-scrollbar-track {	  
	box-shadow: inset 0 0 1vw grey;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #495778;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #2c2c2c; 
}
@font-face {
	font-family: audiowide;
	src: url("../fonts/audiowide.regular.ttf");
}
@media print {
    footer {page-break-after: always;}
}
/**/
body {
	display: flex;
	background-color: white;
	flex-direction: column;
	font-size: 1.2vw;
	font-family: audiowide;
	overflow-x: hidden;
}
	.background {
		height: 30vw;
		overflow: hidden;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		position: absolute;
		z-index: -3;
		top: 0;
	}
	.backgroundimg {
	 	width: 100%;
	 	opacity: 0.5;
	 }
	.logo {
		opacity: 1;
		width: 8.2vw;
		height: 3.4vw;
		z-index: 3;
		position: relative;
		bottom: -0.3vw;
		padding: 1vw 2vw;
		transition: 0.4s;
	}
 /**/
 header {
 	opacity: 0.7;
 	background-image: url('../images/Walkie_03.jpg');
 	background-repeat: no-repeat;
	background-size: 100%;
	height: 27.7vw;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
	 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
}
	h1 {
		font-family: audiowide;
		float: left;
		color: white;
		font-size: 5vw;
		margin: 7vw;
		text-shadow: -0.2vw 0.2vw 0.2vw black;
	}
/**/	
nav {
	background-color: white;
	color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
	 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
	position: sticky;
	display: inline-flex;
	flex-direction: row;
	position: sticky;
	justify-content: space-between;
	height: 5.5vw;
	transition: 0.4s;
	overflow: hidden;
	top: 0;
	z-index: 3;
}
	.navlinks {
		display: inline-flex;
		flex-direction: row;
	}
	nav a {
		text-decoration: none;
		color: #5c5c5c;
		padding: 2vw 1.5vw;
		transition: 0.4s;
		float: right;
	}
	nav a:hover {
		cursor: pointer;
		color: black;
	}
	.blueline {
		height: 6vw;
		width: 40vw;
		margin: -0.2vw;
	}
	/**/
main {
	display: flex;
	flex-direction: column;
	padding: 0vw 3vw;
}
	h2 {
		font-size: 4vw;
		color: #495778;
		text-shadow: 0.1vw 0.2vw 1vw #ffffff;
	}
	.heading {
		display: inline-flex;
		flex-direction: row;
		justify-content: space-between;
		margin: 2vw;
	}
	.blueline_2 {
		width: 70.5vw;
		height: 4vw;
		margin-left: -20vw;	
	}
	section {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin: 1vw 2vw 4vw 2vw;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	article {
		display: flex;
		position: relative;
		width: 20vw;
		background-color: #f2f2f2;
		flex-direction: column;
		position: relative;
		text-align: center;
		transition: 0.7s;
		height: 23vw;
		align-items: center;
		box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2), 
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
		border-bottom: #495778 solid 0.5vw;
		border-top: #495778 solid 0.5vw;
	}
	article h3 {
		background-color: rgba(0, 0, 0, 0);
		color: black;
		transition: 0.7s;
	}
	article:hover h3 {
		cursor: pointer;
		background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0), #495778);
		color: white;
	}
	h3 {
		font-size: 1.3vw;
		padding: 8vw 0vw 1vw 0vw;
		color: black;
		position: absolute;
		bottom: 0;
		transition: 0.7s;
		z-index: 2;
		opacity: 1;
		width: 100%;
	}
	article img {
		width: 100%;
	}
footer {
	background-color: white;
	margin-bottom: -3vw;
	display: inline-flex;
	justify-content: space-between;
}
	.logo_footer {
		width: 13vw;
		height: 5vw;
		margin: 1vw 2vw 0 0;
		position: relative;
		right: 50vw;
		}
	.blueline_3 {
		width: 100vw;
		height: 6vw;
		margin-left: -18vw;
		position: relative;
		-ms-margin-left: 0vw;
		-ms-position: relative;
		z-index: 0;
	}
	footer p {
		width: 50vw;
		z-index: 1;
		color: white;
		position: relative;
		right: 70vw;
		-ms-m, position: relative;
		padding: 2.5vw 0 0 0;
	}
	.map-iframe {
		border: 1.5vw solid #495778;
		width: 45vw;
		height: 43vw;
	}
	.map {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.blueline_4 {
		width: 70.8vw;
		height: 4vw;
		margin-left: -25vw;
	}
	.contact {
		display: flex;
		width: 35vw;
		height: 50vw;
		position: relative;
		box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2), 
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	h4 {
		font-size: 1.9vw;
		color: black;
		margin: 2vw;
		text-align: center;
		width: 100%;
	}
	.contact p {
		font-family: calibri;
		text-align: left;
		margin: 0 1vw;
	}
	.image {
		box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2), 
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
		width: 30vw;
		height: 45vw;
	}
	.team {
		display: flex;
		position: relative;
		width: 20vw;
		flex-direction: column;
		text-align: center;
		transition: 0.4s;
		height: 35vw;
		align-items: center;
		box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2), 
		0 6px 20px 0 rgba(0, 0, 0, 0.19);	
	}
	table {
		font-size: 0.9vw;

		font-family: calibri;
	}
	h5 {
		margin: 1vw;
		font-size: 1.7vw;
	}
	h6 {
		margin: 3vw 0;
		font-size: 1.3vw;
		padding: 1vw 2vw;
		border-top: solid #495778 0.3vw;
		border-bottom: solid #495778 0.3vw;
	}
	td, th {
		font-size: 1.2vw;
		padding: 0 1vw;
	}
	.underconstruction {
		background-color: #2c2c2c;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.underconstructionimg {
		width: 10vw;
		position: absolute;
		top: 20vw;
		left: 45vw;
	}
	i {
		color: white;
		position: absolute;
		top: 10vw;
		left: 30vw;
		font-size: 3.5vw;
	}
	.back {
		background-color: #ffcc00;
		padding: 1vw;
		color: black;
		border: none;
		border-radius: 3vw;
		font-family: audiowide;
		font-size: 1.5vw;
		position: absolute;
		top: 35vw;
		left: 46vw;
		text-decoration: none;
	}
	.back:hover {
		cursor: pointer;
		background-color: #b38f00;
	}
	code {
		font-family: calibri;
		text-align: right;
		margin: 0 1vw;
		background-color: #495778;
		border-bottom-left-radius: 4vw;
		border-bottom-right-radius: 4vw;
		padding: 1.5vw 3.6vw;
		right: 4vw;
		z-index: 1;
		bottom: -16vw;
		color: white;
	}


/*#495778*/