@charset "UTF-8";

@font-face {
    font-family: 'celtic';
    src: url('../celtic-font/celtg___-webfont.eot');
    src: url('../celtic-font/celtic-font/celtg___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../celtic-font/celtg___-webfont.woff2') format('woff2'),
         url('../celtic-font/celtic-font/celtg___-webfont.woff') format('woff'),
         url('../celtic-font/celtic-font/celtg___-webfont.ttf') format('truetype'),
         url('../celtic-font/celtic-font/celtg___-webfont.svg#celtic_garamond_the_2ndRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

.footer {
	min-height: 100px;
	width: 100%;
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0;
	
 	}



.title {
	display: flex;
	margin: 0 0 0 100px;
	font-family: "celtic";
	padding: 15px;
}

h1 a{
		text-decoration: none;
				color: black;
}

.navi {
	width: 100%;
}
nav {
	height: 60px;
}

	nav ul {
		margin: 0; 
		padding: 0px;
		width: 100%;
		list-style-type: none; 
		list-style-image: none; 
		display: flex; 
		flex-direction: row; 
		justify-content: flex-end;
	}

		nav ul li {
			min-width: 120px;
			height: 60px;
			border-right: 2px thick black;
			font-family: "celtic",serif;
		}

nav ul li:last-child {
	margin: 0 100px 0 0;
}

			nav ul li a {
				height: 60px;
				display: flex;
				width: 100%;
				align-items: center;
				justify-content: center;
				text-decoration: none;
				font-size: 16px;
				border-right: 2px thick black;
				color: black;
			}

body {
	background-color: black;
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url("../images/liquor-background-edit.jpg") ;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.welcome {
	display:flex;
	font-family: "celtic", serif;
	font-size: 90px;
	justify-content: center;
	color: white;
	padding-top: 20%;
	margin: auto;
}
