html
{
  margin: 0;
  padding: 0;
  background-color: #d9042b;
  color: #ffb81d;
  background-image: url('bg.jpg');
  background-repeat: repeat-y;
  background-position: center top;
  font-family: "Segoe UI", Roboto, sans-serif;
}
body{
	margin: 0;
	padding: 0;
}

#sidebar {
	width: 400px;
	position: fixed;
}
#main {
	margin-left: 400px;
}
#prof-container {
	height: 50vh;
}
#main img {
	max-height: 200%;
	max-width: 100%;
	width: auto;
	height: auto;
}
#label-holder-flipped { display: none; }
.label-text {
  font-family: "Bowlby One SC", Roboto, sans-serif;
  font-size: 46pt;
  display: block;
	margin: 0 auto;
	width: 350px;
	text-align: center;
}
.ampersand {
	width: 160px;
	margin: -40px auto;
	display: block;
}
.schedule {
  font-size: 20pt;
  font-family: "Salsa", Garamond, Georgia, serif;
	margin-left: 30px;
}
.schedule a {
  color: #ffb81d;
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
#row2 .schedule {
	font-size: 24pt;
	width: 300px;
	text-align: center;
	margin: 1em auto 3em auto;
}
@media (min-width: 800px) {
	#main { float: right; }
	#sidebar { float: left; }	
}
@media (max-width: 799px) {
	#main { float: none; margin-left: 0; width: 100%; }
	#prof-container { height: auto; }
	#main img { width: 100%; height: auto; max-width: none; max-height: none; }
	#sidebar { float: none; width: auto; position: static; }
	#label-holder { display: none; }
	#label-holder-flipped { display: block; text-align: center; width: 600px; margin: 0 auto; }
	.ampersand { display: inline; width: 100px; margin: -20px auto;}
	.label-text { display: inline; font-size: 42px;}
	#row2 .schedule { font-size: 36px; }
	.schedule { font-size: 24px; }
}
@media (max-width: 599px) {
	#label-holder-flipped { width: 100%; }
	.ampersand { width: 80px;}
	.label-text { font-size: 24px;}	
	#row2 .schedule { font-size: 20px; }
	.schedule { font-size: 20px; }
}
@media (max-width: 399px) {
	.ampersand { width: 50px;}
	.label-text { font-size: 22px;}	
	#row2 .schedule { font-size: 18px; }
	.schedule { font-size: 18px; }
}
.reception-bg picture img {
	display: block;
	margin: 0 auto;
	max-height: 90vh;
	max-width: 100%;
	padding: 1em 0;
}
.wedding-bg picture img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 90vh;
	padding: 1em 0;
}