body {font-family: "Montserrat", sans-serif;}
.w3-row-padding img {margin-bottom: 12px;}
/* Set the width of the sidebar to 120px */
.w3-sidebar {width: 120px;background: #222;}

.center {
  padding: 0px 20px;
  border: 3px solid green;
  text-align: left;
}

button.hamburger-sized { 
	width: 45px;
	height: 36px;
	margin-top: 10px;
}
div.fixed { position: fixed; }
div.top {margin-top: 60px; }

.hamburger-icon {
    margin: 0;
    padding: 20px 13px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.hamburger-icon span {
    width: 20px;
    background-color: #fff;
    height: 3px;
    display: block;
    margin-bottom: 4px;
}
.hamburger-icon span:last-child {
    margin-bottom:0px;
}

.party-wrap{
	max-width: 400px;
	width: 100%;
	margin: 0;              /* desktop: left */
	padding: 10px;
	background: #444;
	box-sizing: border-box;
}
.party-link{
	display: block;
	width: 100%;
	text-align: center;
	background: #fff;
	color: #000;
	padding: 5px 3px;
	border: 2px solid #777;
	border-radius: 6px;
	text-decoration: none;
	box-sizing: border-box;
	font-weight:700;
}

/* phone/small screens: center the whole block */
@media (max-width: 768px){
	.party-wrap{
		margin-left: auto;
		margin-right: auto;
	}
}

.page-header { text-align: left; }

@media (max-width: 768px){
  .page-header { text-align: center; }
}
