body {
  padding: 0;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  position: relative;
  margin: 0 auto;
  background-color: #fefdf9;
}
.events h2 {
    color: #dabf61;
    font-size: 28px;
    padding-top: 12px;
}
.logo-top {
    margin: 20px 0;
}
body.home .logo-top {
    display: none;
}
.container {
    text-align: left;
	background-color: #fff;
	width: 100%;
}

a, a:hover, a:focus {
	color: #f60;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  line-height: 50px;
  background-color: #fff;
  width: 100%;
}

.fixed + .container {
  padding-top: 102px;
}

header {
	height: 100vh;
	max-height: 100%;
	position: relative;
}

header img {
	height: 100%;
	width: 100%;
	position: fixed;
	object-fit: cover;
	left: 0;
	z-index: -1;
}

header h1 {
    color: #fff;
    padding-top: 47vh;
    font-size: 7vw;
	text-shadow: 6px 6px 6px #000;
}

header a {
	color: #fff;
	font-size: 3vw;
	text-shadow: 3px 3px 3px #000;
}

header a:hover {
	color: #fff;
}

.main-content {
	padding: 40px 20%;
	
}

.gold {
    color: #ff6600;
}
.white {
    color: #fff;
}

}
.gold-line {
    background-color: #dabf61;
    min-height: 70px;
    line-height: 70px;
}

footer {
    height: 130px;
    line-height: 130px;
    font-weight: bold;
    text-align: left;
}
footer .container {
    border-top: 1px solid #ccc;
}
footer a {
    color: #222;
}
footer ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}
footer ul li {
    display: inline-block;
    padding: 0 10px;
}
.button i {
    display: inline-block;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 47px;
    border-radius: 5px;
    font-size: 15px;
}

.button-grey i {
    color: #fff;
    background-color: #5a5a5a;
    box-shadow: 0 3px 0 0 #363636;
}




@media (min-width: 768px) {

}

@media (max-width: 768px) {

	header h1 {
		font-size: 11vw;
	}
	
	header a {
		font-size: 6vw;
	}
	
	footer {
		line-height: 50px;
		padding-top: 20px;
		background-color: #fff;
	}
	
	footer ul li {
		display: list-item;
		list-style-type: none;
	}
	
	footer ul li.gold {
		display: none;
	}
}