@charset "UTF-8";

@font-face {
    font-family: 'celtic';
    src: url('../celtic-font/celtg___-webfont.eot');
    src: url('../celtic-font/celtg___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../celtic-font/celtg___-webfont.woff2') format('woff2'),
         url('../celtic-font/celtg___-webfont.woff') format('woff'),
         url('../celtic-font/celtg___-webfont.ttf') format('truetype'),
         url('../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;
	
 	}



.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: lightgreen;
	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;
}

.paragraph {
    /* display: flex;
	justify-content: center;
	flex-direction: column; */
    padding: 25px;
    width: 66%;
    background-color: rgba(0,0,0,0.45);
    margin: 50px auto;
    font-size: 14px;
    color: white;
    font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
    text-shadow: 0.5px 0.5px rgba(0,0,0,0.7);
	text-align: center;
	}



.paragraph2 {
	/* display:flex;
	flex-direction: column;
	align-content: center; */
}

.paragraph2 div{
	/* display: flex;
	justify-content: center; */
	margin-top: 5px;
	margin-bottom: 5px;
}

.head{
	font-size:24px;
}

.head2{
	font-size:20px;
}

.head a{
		text-decoration: none;
				color: lightblue;
}

.spacey {
	margin-top: 20px;
}