* {
	margin: 0;
	padding: 0;
}

body {
  display: grid;
  grid-template-columns: 75% 25%;
  min-width: 800px;
  font-size: 16px;
  /*grid-template-rows: 10vw 30vw 10vw;*/
}

header,
footer {
  grid-column: 1 / span 2;
}

/* Demo Specific Styles */
body {
  margin: 0;
  /*max-width: 56em;*/
  padding: 0;
  float: right;
}

header,
main,
aside {
  display: flex;
  align-items: top;
  justify-content: center;
  	font-family: ivyjournal, sans-serif;
	font-weight: 200;
	font-style: normal;
	text-transform: uppercase;
	padding: 50px;
	line-height: 20px;
}

main,
aside {
	height: 100vh;
}

main {
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-overflow: hidden;
	/*min-width: 500px;*/
	overflow: hidden;
	border-right-style: solid;
	border-right-color: black;
	border-right-width: 1px;
}

aside {
	display: inline-block;
	min-width: 100px;
	/*max-height: 550px;*/
	overflow: scroll;
	background-color: white;
}

.the-xix{
	margin-left: -2px;
	font-size: 45px;
	line-height: 20px;
	letter-spacing: -2px;
}

.time{
	font-size: 36px;
	line-height: 20px;
}

.date{
	font-size: 36px;
	line-height: 20px;
	text-align: right;
}

.date-time{
	display: grid;
	grid-template-columns: 50% 50%;

}

.xix{
	letter-spacing: 5px;
	font-size: 45px;
	line-height: 20px;
}

.names{
	padding-top: 10px;
	padding-bottom: 30px;
}

.bold{
	font-weight: 700;
}

header {
	display: inline-block;
	background-color: #FFE943;
	/*min-height: 500px;*/
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
}

.wrapper{
	display: inline-block;
	margin-top: 50px;
}

.address{
	font-size: 10px;
	line-height: 10px;
	padding-left: 40px;
	padding-bottom: 50px;
}

.address-top{
	font-size: 16px;
	line-height: 10px;
	text-align: right;
	margin-top: -30px;
	padding-bottom: 20px;
}

a {
	color: inherit;
	text-decoration: inherit;
}

a:visited{
	text-decoration: line-through;
}

a:hover{
	text-decoration: line-through;
	background-color: black;

}


@media only screen and (max-width: 800px) {
	.header-details{
			text-align: right;
			padding-bottom: 20px;
		}
}

.instagram{
	padding-top: 50px;
	padding-bottom: 50px;
}


.cca_logo{
	display: inline-block;
	max-width: 400px;
	width: 90%;
	min-width: 123px;
	padding-top: 50px;
}

.doad_logo{
	display: inline-block;
	max-width: 100px;
	min-width: 50px;
	width: 90%;
	padding-top: 25px;
}

