@charset "UTF-8";
/* CSS Document */

/* wegehenkel Index Website Styles 
Author: Karen Wegehenkel */

/* STYLE RESET---
	http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,300;0,500;1,400&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*========General Styles=========*/

body {
	background: #71b0d0 url(img/wegehenkel-background-img.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #7b8891;
	font-family: 'Alegreya Sans', Trebuchet, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	}
a, a:link {
		text-decoration: none;
		color: #7b8891;
		}		
a:hover, a:active {
	color: #428ab6;}			
p {
	margin: 5px 0 0 0;
	}	
h1, h2, h3, h4 {
	font-weight: 500;
	}	
h1 {
	font-size: 22px;
	margin: 12px 5px 10px 5px;}	
h2 {
	font-size: 18px;
	margin: 20px 5px;
	}		
img {
	max-width:100%;
	height:auto;
	}	
strong {
	font-weight:600;
	}	
em {
	font-style: italic;
	}	
	/*========Header=========*/
.header {
	text-align:center;
	background: rgba(66,132,186,0.44);
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-top: 10%;
	margin-bottom: 8%;
	
	}
	
	/*========Tiles=========*/
	.main {
		display:grid;
		grid-template-columns: 1fr 1fr 1fr;
		margin: 20px;
		}
	.tile {
		margin: 0 20px;
		background: #fff;
		border:2px solid #fff;
		box-shadow: 0 0 9px 5px rgba(66,138,182,0.75);
-webkit-box-shadow: 0 0 9px 5px rgba(66,138,182,0.75);
-moz-box-shadow: 0 0 9px 5px rgba(66,138,182,0.75);}
.tile:hover {
	box-shadow: 0 0 9px 5px rgba(255, 164, 24,0.8);
-webkit-box-shadow:0 0 9px 5px rgba(255, 164, 24,0.8);
-moz-box-shadow: 0 0 9px 5px rgba(255, 164, 24,0.8);
background: #fffaeb;
	transition: ease 0.8s;}
	.tile h2 {
		text-align:center;
		color: #428ab6;
		}	
	.tile p {
		padding: 0 10px 10px 20px
		}	
		.main .icon img {
			width: 30%;
			margin: -20px 5px 5px -20px;}