@charset "UTF-8";
/* CSS Document */
		body{
			background-image:url(concrete.jpg);
    		background-repeat: no repeat;
    		background-position: left top;
    		background-attachment: fixed;
		}
		h1{
			text-align: center;
			font-family: "Klinic Slab Book", Klinic, serif;
			font-size:40px;
		}
		h2{
			text-align: center;
			font-family: "Goudy Old Style Bold", Goudy, serif;
			font-size: 24px;
		}
		h3{
			text-align:center;
			font-family: "Klinic Slab Book", Klinic, serif;
			font-size:70px;
			text-shadow: 2px 2px 4px #000000;
		}
		p{
    		text-align: center;
    		font-family: "Goudy Old Style", Goudy, serif;
    		font-size:16px;
		}
		nav{
			text-align: center;
			font-family: "Goudy Old Style", Goudy, serif;
			font-size:18px;
		}
		ul {
    		list-style-type: none;
    		margin: 0;
    		padding: 0;
    		overflow: hidden;
    		background-color: white;
		}
		li {
    		float: left;
		}
		li a {
    		display: block;
    		color: black;
    		text-align: center;
    		padding: 10px 12px;
    		text-decoration: none;
		}
		ul {
    		list-style-type: none;
    		margin: 0;
    		padding: 0;
    		overflow: hidden;
		}
		li {
    		float: left;
		}
		li a {
    		display: block;
    		padding: 25px;
    	}
		li a:hover {
    		background-color: rgb(195,19,18);
    		color: white;
		}
		div.relative {
    		position: relative;
    		width: 1280px;
    		height: 500px;
		} 
		div.absolute {
    		position: absolute;
    		top: 400px;
    		right: 0;
    		width: 1280px;
    		height: 500px;
		}
		img {
  		-webkit-filter: drop-shadow(5px 5px 5px #222);
  		filter: drop-shadow(5px 5px 5px #222);
		}