@import url('https://fonts.googleapis.com/css2?family=Borel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@font-face {
    font-family: 'Helios Antique Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Helios Antique Bold'), url('W Foundry  Helios Antique Bold.woff') format('woff');
}

@font-face {
    font-family: 'Helios Antique Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Helios Antique Thin'), url('W Foundry  Helios Antique Thin.woff') format('woff');
}

@font-face {
    font-family: 'CMU Serif Bold';
    font-style: normal;
    font-weight: normal;
    src: local('CMU Serif Bold'), url('cmunbx.woff') format('woff');
}



body {
	padding-top:15px;
	padding-bottom: 15px;
	text-align: center;
	font-family: 'Montserrat','Borel';
	background-color: #f4ead3;
}

.title {
	font-family: 'CMU Serif Bold', 'Helios Antique Bold';
}

.name {
	font-size: 18px;
}


h1 {
	margin:0px;
	padding: 0px;
	font-size: 50px;
}

#header {
	margin:20px;
}

h2 {
	margin:10px;
}

h3 {
	font-size: 15px;
	margin:0px;
}

.vg {
	display: inline-block;
	height:15px;
	width: 15px;
	background-image: url('Vegetarian.png');
	background-size: contain;
}

.pizza {
	margin:10px;
	margin-top:15px;
}

#footer {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
/*	flex-direction: column;*/
	margin-top: 20px;
	margin-bottom: 20px;
/*	font-family: 'CMU Serif Bold','Helios Antique Bold';*/
	font-family: 'Montserrat';
}

.tel, .info{
	margin: 0px;
	padding: 0px;
	font-size:14px;
}

.address {
	font-size: 10px;
}

#footer img {
/*	width: 100%;*/
	max-width: 100%;
	max-height: 50px;
}

.extlogo {
	height:130px;
	display: flex;
	align-items: flex-end;
}

#instagram {
	display: flex;
	justify-content: flex-end;
}

/*.spaceholder {
	flex-grow: 1;
	height:100%;
}*/

.pimg {
	position: absolute;
	top:25%;
	height: 50%;
}

