:root {
	/* Carbon */
	--theme-main-color: #222222;
	--theme-main-color-rgb: 34, 34, 34;
	/* Yellow */
	--theme-accent-color: #f7ebca;
	--theme-accent-color-rgb: 247, 235, 202;
	/* White */
	--theme-background-color: #fdf9f3;
	--theme-background-color-rgb: 253, 249, 243;
}


/* DEFAULTS */
html {
	overflow-y: scroll;
	background-color: var(--theme-background-color);
}

body {
	margin-top: 0;
	margin-bottom: 0;
}

* {
	box-sizing: border-box;
}

a,
a:hover {
	text-decoration: none;
}

p {
	margin: 0;	
}

.grid {
	align-content: flex-start;
}

main {
	font-size: 1.2em;
	padding-top: 1rem;
	background-color: var(--theme-background-color);
	position: relative;
}

table {
	margin-bottom: 1rem;
	width: 100%;
}

form {
	margin-bottom: 0;
}

ul {
	list-style-type: none;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

/* ICONS */

@font-face {
	font-family: 'nonnasgastronomy';
	src: url('./font/nonnasgastronomy.eot?51372381');
	src: url('./font/nonnasgastronomy.eot?51372381#iefix') format('embedded-opentype'),
	url('./font/nonnasgastronomy.woff2?51372381') format('woff2'),
	url('./font/nonnasgastronomy.woff?51372381') format('woff'),
	url('./font/nonnasgastronomy.ttf?51372381') format('truetype'),
	url('./font/nonnasgastronomy.svg?51372381#nonnasgastronomy') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
 * @media screen and (-webkit-min-device-pixel-ratio:0) {
 *   @font-face {
 *       font-family: 'nonnasgastronomy';
 *           src: url('../font/nonnasgastronomy.svg?51372381#nonnasgastronomy') format('svg');
 *             }
 *             }
 *             */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "nonnasgastronomy";
	font-style: normal;
	font-weight: normal;
	speak: never;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;

	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-phone:before { content: '\e800'; } /* '' */
.icon-location:before { content: '\e801'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-google:before { content: '\f1a0'; } /* '' */

/* MAIN */

body {
	padding: 0;
	margin: 0;
}

main {
	position: relative;
	padding: 0;
	min-height: 100vh;
	text-align: center;
	font-size: 2rem;
	color: var(--theme-background-color);
	display: flex;
	flex-flow: column wrap;
	/*
	background-image: url('./nonnas-gastronomy-bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	*/
	overflow-x: hidden;
	background-color: #fcb01e;
}

h1 {
	font-family: "Questrial", serif;
	font-size: 1.4em;
	font-weight: 400;
	margin: 10rem 0 0;
	color: var(--theme-main-color);
}

.intro {
	font-family: "Questrial", serif;
	font-size: .8em;
	font-weight: 400;
	color: var(--theme-main-color);
}

.timetable {
	font-family: "Questrial", serif;
	font-size: .8em;
	font-weight: 400;
	color: var(--theme-main-color);
}

.motto {
	max-width: 8rem;
	max-height: 8rem;
	margin: 2rem auto;
}

.lang {
	display: block;
	position: static;
	margin: 1rem;
	max-width: 2rem;
	max-height: 2rem;
}

.lang > img {
	border-radius: .3rem;
    opacity: .6;
}

#logo {
	max-width: 1200px;
	margin: 0 auto;
}

.cta-container li a {
	display: inline-block;
	padding: .8rem 1.2rem;
	background-color: rgba(var(--theme-accent-color-rgb), .1);
	border: 2px solid var(--theme-main-color);
	color: var(--theme-main-color);
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-bottom: .5rem;
	min-width: 12rem;
	min-inline-size: 12em;

	border-radius: 2rem;
}

.cta-container li a:hover {
	background-color: var(--theme-accent-color);
	cursor: pointer;
}

.cta-container {
	font-family: "Questrial", serif;
	margin: 0rem 0 2rem 0;
}

.icon {
	color: var(--theme-main-color);
	font-size: .8em;
}

.footer-info-container {
	font-family: Questrial, serif;
	font-weight: 400;
	text-align: center;
	font-size: .9em;
	display: flex;
	margin-bottom: 2rem;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
}

.footer-info-container li {
	display: inline-block;
	margin-right: 2rem;
	margin-bottom: 2rem;
}

.footer-info-container li a {
	color: var(--theme-accent-color);
	word-break: keep-all;
}

.footer-info-container li a:hover {
	color: var(--theme-background-color);
}

/* MEDIA Qs */
@media (max-width: 799px) {
	.footer-info-container {
		flex-flow: column wrap;
	}

	main {
		font-size: 1.6rem;
	}
}

@media (max-width: 399px) {
	main {
		font-size: 1.2rem;
	}
}