body {
	background: #000000;
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.display-4 {
	font-family: "buffet-script", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.shopName {
	color: #ffffff;
}

.jumbotron {
	background: #000000;
	color: white;
	text-align: center;
}

.carousel-item {
	background: #000000;
}

.calendar {
	text-align: center;
	position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}


.calendar iframe {
    position: absolute;
    top:0;
    left: 25%;
    width: 50%;
    height: 100%;
}

a:link.shopLocation {
	color: #ffffff;
	text-decoration: none;
}

a:visited.shopLocation {
	color: #ffffff;
	text-decoration: none;
}

a:hover.shopLocation {
	color: darkred;
	text-decoration: none;
}

a:active.shopLocation {
	color: #ffffff;
	text-decoration: none;
}

.btn-custom {
	background-color: transparent;
	color: white;
	border: 2px solid white;
	
}

.btn-custom:hover {
	background-color: transparent;
	color:#ED70F9
	
}

