@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap&subset=latin-ext');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body * {
	font-family: 'Roboto', Sans-serif;	
}
h1, h2, h4 {
	color: #4E4E4E;
}
h1, h2 {
	font-weight: 700;
}
h2, h4 {
	font-size:36px;
	margin-bottom: 10px;
}
h1 {
	font-size: 70px;
}
h4 {
	font-weight: 300;
}
p {
	font-size: 18px;
	color: #666;
}
.hidden {
	display: none;
}
button {
	cursor: pointer;
}
.calendar {
	padding: 0 12%;
	padding-bottom: 123px;
}
.cookies {
	display: none;
}