body {
	background-color: black;
}
p {
	color: #fff;
}
a {
	color: darkgrey;
}
a:hover {
	text-decoration: none;
	color: grey;
}
#contact-photo {
	width: 100%;
}
h1 {
	color: #ff0000;
	text-align: center;
	font-family: 'Anton', sans-serif;
	font-size: 12vw;
}

h2 {
	color: #fff;
	text-align: center;
	font-family: 'Anton', sans-serif;
	font-size: 12vw;
}
h3 {
	color: #fff;
	text-align: center;
	font-size: 4vw;
}
h4 {
	color: #fff;
	text-align: center;
	font-size: 3vw;
}
footer {
	text-align: center;
	color: #ff0000;
	font-family: 'Anton', sans-serif;
	padding: 2rem;
}
/* navigation bar */
@media(max-width: 992px) {
	.mynav {
		display: none;
	}
}
.mynav {
	padding-top: 10rem;
	font-family: 'Anton', sans-serif;
	background-color: rgba(30, 30, 30, 0) !important;
	height: 100%;
	width: 4rem;
}

.mynav ul{
	list-style: none;
}
.nav-item a{
	color: darkgrey;
	text-decoration: none;
	font-size: 2rem;
}
.nav-item a:hover{
	color: grey;
}
.active a{
	color: white!important;
}
/* gallery */
#gallery-slides {
	text-align: center;
	height: 34rem;
}
#gallery-slides .carousel-caption {
	text-align: center !important;
    position: relative;
    left: auto;
    right: auto;

}
#gallery-slides img {
	height: 32rem;
}
/* social media*/
.fab {
	color: #fff;
	font-size: 6vw;
	padding: 1vw;
}
#jango {
	font-family: georgia;
	font-weight: bold;
}
