@charset "UTF-8";

@font-face {
    font-family: BannerFont;
    src: url('../resources/FoglihtenNo04-070.otf');
}

@font-face {
	font-family: SecondaryFont;
	src: url('../resources/Prida02Calt.otf');
}

@font-face {
	font-family: BodyFont;
	src: url('../resources/Aspergit.otf');
}

body {
	background-color: BLACK;
	color: WHITE;
	
	background-image: url('../resources/blackwallpaper.jpg');
	font-family: BodyFont;
	font-weight: bold;
	
}

p {
	font-family: BodyFont;
	font-size: 125%;
	font-weight: bold;
}

li {
	font-size: 115%;
	font-weight: bold;
}

/*
classes
*/

.nav-pills .nav-link.active, 
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
    background-color: rgb(179, 0, 0);
    color:WHITE;
    }
    
.nav-pills .nav-link {
	color:WHITE;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: rgb(179, 0, 0);
}

.full-width-image {
	height: 800px;
	max-width: 100%;
	background: url('../resources/4acespread_working_scaled_800.jpg') no-repeat center center fixed;
	background-size: cover;
}

.full-width-image-about {
	height: 800px;
	max-width: 100%;
	background: url('../resources/yesCoin.jpg') no-repeat center center fixed;
	background-size: cover;
}

.full-width-image-contact {
	height: 800px;
	max-width: 100%;
	/* background: url('../resources/overTheShoulderCardFan.jpg') no-repeat center center fixed; */
	background: url('../resources/caneMosulem.jpg') no-repeat center center fixed;
	background-size: cover;
}

.full-width-image-gallery {
	height: 800px;
	max-width: 100%;
	background: url('../resources/cardSpringSide.jpg') no-repeat center center fixed;
	background-size: cover;
}

.card, .transcard {
	opacity: .7;
	color: WHITE;
	background-color: GREY;
}