body {
	font-size: 1.2rem;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	background: #fed101;
}
a {
	color: #000;
}
form {
	max-width: 300px;
	margin: auto;
}
.btn-primary {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
	width: 100%;
	margin-top: 20px;
	padding: 1rem;
	border-radius: 50px;
}
.btn-primary:hover {
    color: #fed101;
    background-color: #fb37f3;
    border-color: #fb37f3;
}
.container {
	width: 94%;
	margin: auto;
	text-align: center;
	max-width: 420px;
}
.orderWrapper {
	background: #FFF;
	padding: 1rem;
	margin-bottom: 20px;
	text-align: left;
	border-radius: 0.5rem;
}
.orderWrapper.delivered {
	opacity: 0.6;
}
.orderInfo div {
	margin-bottom: 8px;
}
.orderWrapper img {
	max-width: 100%;
}
.orderNumber {
	text-align: right;
}

a.mapGen {
	font-family: "Fredoka One";
	font-size: 1.2rem;
	text-decoration: none;
	margin-bottom: 12px;
	display: block;
	text-transform: lowercase;
	cursor: pointer;
}
.pano {
	margin-top: 12px;
	width: 100%;
	height: 300px;
	display: none;
}
.orderName {
	font-size: 1.5rem;
	text-transform: lowercase;
	font-family: "Fredoka One";
}
.orderNotes {
	font-style: italic;
}
.address {
	font-family: "Fredoka One";

	text-transform: lowercase;
	text-decoration: none;
}
h1, h2 {
	font-family: "Fredoka One";
	font-size: 1.6rem;
}
h1 {
	font-family: "Fredoka One";
	font-size: 2rem;
}
.phone {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}
.position-fixed {
	width: 100%;
	}
.focaccia {
	color: #FFF;
    font-family: "Fredoka One";
    font-size: 1rem;
    background: #1d00d3;
    border-radius: 3rem;
    padding: 6px;
    text-align: center;
}
.swipe-container {
	z-index: 10;
}
.swipe-fill {
	transform: scaleX(0);
	transform-origin: left center; 
	transition: none;
	background-color: #fc01f3;
}
.swiped-success {
	transition: transform 0.2s ease-in-out;
	transform: scaleX(1);
}
.swipe-text {
	font-size: 1rem;
}
.swipe-wrapper {
	border-radius: 50px;
}
.infoWrapper {
	padding: 1rem;
	border-radius: 0.5rem;
	background: #1d00d3;
	color: #FFF;
	margin-bottom: 20px;
}
.infoWrapper a {
	color: #FFF;
}