/*Global styles*/
*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* font-family: 'Spicy Rice', cursive; */

:root{
	--headline: 'Abril Fatface', cursive;
	--body-font: 'Roboto', sans-serif;
	--body-font-color: #484848;
    --dark: #547174;
    --orange: #f1ae2b;
    --button: #fce29b;
	--light:  #f4f3de;
}

html {
	font-size: 1rem;
	line-height: 1.61;
	color: var(--body-font-color);
	scroll-behavior: smooth;
	background-color: var(--light);
	background: url('../images/bg-image-2.jpg');
	/* background-size: cover;*/
	background-position: center;
}

.btn {
	padding: 0.59em 0.73em;
	font-size: 0.96rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: var(--orange);
	color:#000;
	border-radius: 4px;
	transition: 500ms;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.50);
}

.btn:hover {
	background-color: var(--button);
}

body {
	overflow-x: hidden;
	font-family: var(--body-font-color);
}

section {
	position: relative;
	width: 95%;
	margin: 0 auto;
}

.section-header {
	margin: 3.4em auto 0;
	text-align: center;
	width: 93%
}

.section-header p {
	margin: 0 auto;
	font-size: 1.32em;
	line-height: 1.4;
	max-width: 560px;
}
.section-headline {
	font-family: var(--headline);
	text-align: center;
	font-size: 2.8em;
	margin: 0.5em 0 0em;
}

/* -- PRESETS ABOVE -- */

header {
	position: relative;
	background: url('../images/restaurant.jpg') no-repeat center center/cover;
	height: 100vh;
	background-color: #3e2103;
}

.face-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 14.8em;
	/* padding: 14em 4em; */
	color: var(--light);
}

.face-info .btn {
	opacity: 0;
}

.face-info h1 {
	font-size: 3.1em;
	font-family: 'Abril Fatface', cursive;
	color: var(--orange);
	text-shadow: 2px 2px 3px rgba(0,0,0,0.44);
}

.face-info h2 {
	font-family: var(--sub-headline);
	font-size: 2.3em;
	margin-top: -0.2em;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.44);
}

.face-info p {
	margin-bottom: 2em;;
}

.kaskazini-1 {
	position: relative;
	animation-name: kaskazini-1;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}

@keyframes kaskazini-1 {
	0% {top: -300px;}
	100% {top: 0px;}
}

.kaskazini-2 {
	position: relative;
	animation-name: kaskazini-2;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}

@keyframes kaskazini-2 {
	0% {left: -1000px;}
	100% {left: 0px;}
}

.kaskazini-3 {
	position: relative;
	animation-name: kaskazini-3;
	opacity: 0;
	animation-duration: 3s;
	animation-delay: 3s;
	animation-fill-mode: forwards;
	background: #fff;
}

@keyframes kaskazini-3 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/* --------=======--------- ABOUT ANIMATION--------------------------- */


.about-animation {
	width: 100%;
	margin-top: 1.5em;
}


.about-animation-section-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 1.45em;
	width: 80%;
	margin: auto;
}

.about-animation-section-info p {
	color: rgb(220, 220, 220);
}

.about-animation-section {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #2a3b40;
	margin-bottom: 10px;
	width: 100%;
	height: 120px;
	transition: 450ms all;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.jazz {background-image: url('../images/jazz.jpg');}
.party {background-image: url('../images/party.jpg');}
.wine {background-image: url('../images/wine1.jpg');}
.karaoke {background-image: url('../images/karaoke.jpg'); margin-bottom: 60px;}

.about-animation-section:hover {
	height: 350px;
}

.about-animation-section .animation-header {
	position: relative;
	color: var(--orange);
	font-size: 3em;
	padding-top: -1em;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.79);
	opacity: 1;
}

/* class="animation-header" is for the h3 on about-animation-section */
.about-animation-section:hover .animation-header {
	opacity: 0;
}

.about-animation-section h4 {
	color: var(--orange);
	font-family: var(--headline);
	font-size: 1.7rem;
	letter-spacing: 1px;
	line-height: 1.2;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.74);
	padding-top: 1.2em;
}

.about-animation-section h4, p {
	opacity: 0;
}

.about-animation-section:hover h4, p {
	opacity: 1;
}

/* -------------------------- SPECIAL PROMOTION 1 -------------------------- */

.special-promotion {
	display: block;
	height: 450px;
	width: 100%;
	background: url('../images/live-music.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-color: #2a3b40;
}

.special-promotion-info {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	width: 327px;
	padding: 5em 0;
}

.special-promotion-info h2 {
	font-family: var(--headline);
	font-size: 2.8em;
	line-height: 52px;
}

.special-promotion-info p {
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1.3;
} 

/* -------------------------- WEEKLEY MENU -------------------------- */

.weekley-menu-pics {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	width: 90%;
	margin: 0 auto;
}

.menu-pics {
	height: 250px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border: 10px solid #fff;
}

.weekley-menu-pics .food1 {
	background: url('../images/food1.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	transition: 700ms;	
}

.weekley-menu-pics .food2 {
	background: url('../images/food2.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	transition: 700ms;	
}

.weekley-menu-pics .food3 {
	background: url('../images/food4.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	transition: 700ms;
}

.weekley-menu-pics .food4 {
	background: url('../images/food3.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	transition: 700ms;
}

.menu-pics:hover {
	transform: scale(1.1);
}

/* MENU LIST */

.menu-list {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0 auto;
	width: 94%;
}

.menu-group {
	margin-top: 3em;
}

.menu-list h3 {
	font-family: var(--headline);
	font-size: 1.9rem;
	text-align: center;
	margin-bottom: 0.9em;
}

.menu-item {
	display: flex;
	flex-direction: column;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	line-height: 1.26;
	padding-bottom: 0.3em;
	margin-bottom: 1.3em;
	border-bottom: 2px dashed var(--orange);
}

.menu-item-and-price {
	display: flex;
	justify-content: space-between;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: -0.6em;;
}

.item-description {
	font-style: italic;
	font-size: 0.9rem;
	margin-top: -0.2em;
	padding-bottom: 0.5em;
	line-height: 1.2;
}

.view-full-menu {
	text-align: center;
	margin-top: 0.6em;
	padding-bottom: 2em;
	border-bottom: 1px solid rgb(187, 187, 187);
}

/* -------------------------- DRINKS & FOOD -------------------------- */

.drinks-and-food-container {
	margin: 2em auto;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.drinks-and-food-pics {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	width: 100%;
}

.dining {
	width: 100%;
	height: 200px;
	border: 10px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


.pic1 {
	background: url('../images/dining1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.pic2 {
	background: url('../images/dining2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.pic3 {
	background: url('../images/dining3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.pic4 {
	background: url('../images/dining4.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.drinks-and-food-info {
	margin: 0 auto;
	text-align: center;
	color: var(--body-font-color);
	padding: 3.5em 0;
	padding-right: 0em;
}

.drinks-and-food-info h3 {
	font-family: var(--headline);
	font-size: 2.8em;
	line-height: 52px;
}

.drinks-and-food-info p {
	margin-top: 0.9em;
	font-size: 1.2em;
	line-height: 1.3;
}

/* ----------------------------- TEAM ----------------------------- */
.team-gallery {
	display: grid;
	grid-template-columns: 1fr;
	width: 90%;
	margin: 2em auto 2em;
	grid-gap: 8px;
}

.team-member {
	position: relative;
	width: 100%;
	border: 10px solid #fff;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.team-member .team-img {
	width: 100%;
	height: auto;
}

.caption {
	position: absolute;
	width: 100%;
	background-color: var(--orange);
	bottom: 0;
	height: 2.5em;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	transition: 0.4s;
}

.team-member:hover .caption {
	height: 4.2em
}

.caption-text {
	position: absolute;
	width: 100%;
	height: 0;
	bottom: -4em;
	text-align: center;
	color: #000;
	bottom: 2em;
	transition: 0.4s;
}

.team-member:hover .caption-text {
	height: 1.8em;
}

.caption-text p {
	font-size: 1.15rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.caption-text h4 {
	font-style: italic;
	font-size: 1.1em;
	margin-top: -0.2em;
	color: var(--body-font-color);
}


/* -------------------------- LIVE MUSIC -------------------------- */

.live-music {
	display: block;
	height: 450px;
	width: 100%;
	background: url('../images/people-drinking.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-color: #2a3b40;
}

.live-music-info {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	width: 327px;
	padding: 5em 0;
}

.live-music-info h2 {
	font-family: var(--headline);
	font-size: 2.8em;
	line-height: 52px;
}

.live-music-info p {
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1.3;
} 

/* -------------------------- FOOTER -------------------------- */

footer {
	background-color: #24292f;
}

.footer-container {
	color: var(--light);
}

.footer-info {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
	padding-top: 2.6em;
	text-align: center;
	padding-bottom: 3.5em;
	border-bottom: 1px solid  #5e646c;
}

.footer-info a {
	color: var(--light);
	text-decoration: underline;
}

.footer-info a:hover {
	text-decoration: none;
}

.footer-info h4 {
	margin: 0.3em 0 0.1em;
	font-family: var(--headline);
	font-size: 2rem;
	letter-spacing: 2px;
}	

.footer-info p {
	font-size: 1.1rem;
	padding-bottom: 0.6em;
	opacity: 0.5;
}

.social-media-and-copy {
	display: flex;
	flex-direction: column;
}

.social-media {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 14em;
	margin: 2em auto 2em;
}

.social-media-icon .fab {
	font-size: 1.5rem;
	opacity: 0.5;
	color: var(--light);
}

.social-media-icon .fab:hover {
	color: var(--orange);
	opacity: 1;
}

.copyright {
	text-align: center;
	font-style: italic;
	padding-bottom: 2em;
	opacity: 0.5;
}

.copyryght-text {
	display: flex;
	flex-direction: column;
}

.copyright a {
	color: var(--light);
	text-decoration: underline;
}

.copyright a:hover {
	text-decoration: none;
}

/* ==== ACHOR POINTS FOR SCROLLING ==== */

.about-stop { /* POINT FOR THE ABOUT SCROLL*/
	position: absolute;
	width: 0px;
	height: 20px;
	bottom: 10px;
	background: red;
}

.menu-stop { /* POINT FOR THE MENU STOP SCROLL*/
	position: absolute;
	width: 0px;
	height: 20px;
	bottom: 40px;
	background: red;
}

.team-stop { /* POINT FOR THE TEAM STOP SCROLL*/
	position: absolute;
	width: 0px;
	height: 20px;
	bottom: 20px;
	background: red;
}

.contact-stop { /* POINT FOR THE CONTACT STOP SCROLL*/
	position: absolute;
	width: 0px;
	height: 20px;
	bottom: 20px;
	background: red;
}

/* -------------------------- MEDIA QUERIES -------------------------- */

@media (min-width: 390px){
	.drinks-and-food-pics {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.weekley-menu-pics {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	/* TEAM */
	.team-gallery {
		grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 680px){
	.face-info h1 {
		font-size: 5.6em;
	}

	.face-info h2 {
		margin-top: -0.5em;
	}

	.drinks-and-food-container {
		flex-direction: row;
		max-width: 890px;
	}

	.drinks-and-food-pics {
		width: 800px;
	}

	.drinks-and-food-info {
		width: 100%;
		padding: 1.7em
	}

	.weekley-menu-pics {
		max-width: 890px;
	}

	.menu-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}

	.item-description {
		display: none;
	}
}

@media (min-width:780px){
	
	/* ANIMATION MEDIA QUERY*/
	.about-animation {
		display: flex;
		height: 470px;
		margin-bottom: 60px;
	}
	
	.about-animation-section {
		position: relative;
		color: #fff;
		height: 470px;
		margin: 0 0.5em;
	}

	.about-animation-section-info {
		width: 90%;
	} 
	
	.jazz {
		width: 25%;
	}

	.party {
		width: 25%;
	}

	.wine {
		width: 25%;
	}

	.karaoke {
		width: 25%;
	}

	.about-animation-section:hover {
		width: 100%;
		height: 470px;
	}
	
	.about-animation-section p {
		opacity: 0;
	}

	.about-animation-section:hover p   {
		text-align: center;
		margin: 1em auto;
		opacity: 1;
		width: 100%
	}

	.about-animation-section .animation-header {
		transform: rotate(-90deg);
		margin-top: 3em;
		font-size: 4.5rem;
		text-align: center;
		padding-left: 0.4em;
	}

	.animation-header:hover {
		width: 100%;
	}

	.about-animation-section h4 {
		margin-top: -7.3em;
	}

	/* FOOTER MEDIA QUERY */
	.footer-info {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 1.5em;
		margin: 0 auto;
		width: 100%;
		max-width: 900px;
		
	}

	.social-media-and-copy {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		margin: 2em auto 0;
		width: 100%;
		max-width: 760px;
	}

	.social-media {
		margin: 0;
	}

	.copyright {
		order: -1;
		
	}

	.copyryght-text {
		display: flex;
		flex-direction: row;
	}

	.name {
		margin-left: 0.85em;
	}
}



@media (min-width: 1020px){
	
	/* TEAM MEDIA QUERY */
	.team-gallery {
		grid-template-columns: repeat(4, 1fr);
	}
}

	
