@charset "UTF-8";
/* CSS Document */

body, header, nav, main, footer, ul, li {
	margin: 0;
	padding: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

header {
	background-color: darkred
}

header h1, header a {
	text-align: center;
	color: #B1B1B1;
}

.logo {
	width: 30%;
	height: 30%;
	display: block;
	margin: 0 auto;
}

#menuToggle
{
  display: block;
  position: fixed;
  top: 50px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a {
  	text-decoration: none;
	color: #232323;
	transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: red;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0;
  z-index: 2;
  
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #000;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  max-width: 400px;
  width: 100vw;
  max-height: 100vh;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  box-sizing: border-box;
  overflow-y: auto;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
}

#menu li label {
  cursor: pointer;
}

#menuToggle input:checked ~ ul {
  transform: none;
}

p, h1, h2 {
	margin: 10px;
}

.filler {
	width: 50%;
	height: 50%;
	margin: 0 auto;
}

.row {
	margin: 0 auto;
}

.column {
  	float: left;
  	width: 100%;
  	padding: 10px;
	border: 1px #000 solid;
	margin: 0 auto;
	margin-bottom: 20px;
	height: inherit;
}

.column2 {
	float: left;
  	width: 100%;
  	padding: 10px;
	border: 1px #000 solid;
	margin: 0 auto;
	margin-bottom: 20px;
	height: inherit;
}

.column img {
	margin: 0 auto;
}

.column h1, .column p, .column h2, .column a {
	text-align: center;
	color: #000;
}

.row:after {
  display: table;
  clear: both;
}

footer {
	background-color: #000;
	color: #fff;
	margin-top: 20px;
}

#signature {
	font-family: cursive;
	font-weight: bold;
}

.smallimg {
	margin: 0 auto;
	display: block;
	width: 30%;
	margin-top: 1em;
}

.double-blocks {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	border: #000 1px solid;
}

.box-1 {
	border: #000 1px solid;
	margin: 0;
}

.box-2 {
	border: #000 1px solid;
	margin: 0;
}

.staff-blocks {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	border: #000 1px solid;
}

.staffblock {
	border: #000 1px solid;
	margin: 0;
}

.staffimg {
	display: none;
}

#adbtn {
	display: block;
	margin: 0 auto;
	margin-top: 1em;
}

.center {
	text-align: center;
}

.italics {
	font-style: italic;
}

.bakerytable {
	display: flex;
	width: 100%;
}

.bakeryimgholder {
	border: thin #000 solid;
	width: 20%;
	margin-left: 5%;
	height: 10em;
	display: inline-block;
}

.bakeryimg {
	width: 40%;
	height: 100%;
	margin: 0 30%;
}

.bakerydesc {
	width: 70%;
	height: 10em;
	border: thin #000 solid;
	display: inline-block;
}

@media screen and (min-width:750px) {
	.row {
		width: 90%;
		margin: 0 auto;
	}
	
	.column {
		width: 30%;
		height: 800px;
		margin: 0 auto;
	}
	
	.column2 {
		width: 30%;
		height: 400px;
		margin: 0 auto;
	}
	
	.column img {
		height: auto;
		width: 100%;
		display: flex;
	}
	
	.column2 ul {
		margin-left: 30px;
	}
	
	.double-blocks {
		border: none;
		display: grid;
		grid-template-columns: 60% 40%
	}
	
	.box-1, .box-2 {
		display: inline-block;
	}

	.box-1 {
		margin-right: 0;
	}

	.box-2 {
		margin-left: 0;
	}
	
	.staffimg {
		display: inline-block;
		float: left;
		width: 20%;
	}
	
	.staffimg img {
		width: 200px;
	}
}