html {
	font-family: Montserrat, sans-serif;
	line-height: 1.5;
	color: #4a4a4a;
	font-weight: 300;
}
body {
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
}
header{
	text-align: center;
	overflow: hidden;
}
p {
	margin: 0; }
.container {	
	text-align: center;
}
#menu_right{
	width: fit-content;
   	position: absolute;
	padding: 1rem;
	z-index: 10;
	right: 5px;
	bottom: 5px;
}
#fullscreen .icon{
	font-size: 25px;
}
#fullscreen{
	background-color: #fff;
	height: 35px;
    width: 35px;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 2px 5px 0px #575757;
}

.heading-font {
	font-family: "Six Caps", sans-serif;
	font-weight: 400;
	letter-spacing: 2px; }
a {
	text-decoration: none;
	color: #ef5f52;
	transition: 0.5s; }
h1 {			
	font-size: 4rem;
	margin: 0;			
}
h2 {			
	margin: 0 0 1.5rem;
}
h1 + h2 {
	font-weight: 300;
}
code {
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}
section h2, section h3, a {
	color: #ef5f52;
}
section a {
	border-bottom: 1px solid;
}
section a:hover {
	color: #000;
}

.mb {
	margin-bottom: 1.5rem!important;
}

h2.heading-font {
	font-size: 3rem;
}
h3.heading-font {
	font-size: 2rem;
}
.beer-slider {
	margin-bottom: 1.5rem;
}
.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.75rem;
}

.beer-slider {
	margin-left: auto;
	margin-right: auto;
}

.beer-ready .beer-reveal{
    opacity: 1;
    border-inline-end: 3px solid rgba(255, 255, 255, 0.75);
}
.beer-handle{
	transform: translate3d(-52.5%, -50%, 0);
	background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
	.examples {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.examples .beer-slider {
		max-width: calc(50% - 12px);
		margin-left: 0;
		margin-right: 0;
	}
}

