p, h1, h2, h3, h4, h5, h6, ul, a {
    font-family: 'Playfair';
    font-weight: 500;
}

a{
	color:#ff7534;
}

h2 {
    border-bottom: 4px solid #ff7534;
    font-size: 26px;
}

.logo-homepage {
    width: 36vw;
    color: #ff7534;
    filter: invert(60%) sepia(75%) saturate(3027%) hue-rotate(337deg) brightness(102%) contrast(101%);
    margin-top: 50px;
}

img.img-fluid.logo-homepage {}

.logo-subpage {
    width: 8%;
    margin-bottom: 15px;
}

.container {
    height: 100vh;
    max-width: unset;
    overflow: hidden;
}

ul.brand-links {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
 }

footer {
    position: fixed;
    background: aquamarine;
    /* margin-top: 5px; */
    /* font-family: 'ui-sans-serif'; */
    font-size: small;
    bottom: 0;
    width: 100vw;
    left: 0;
}

ul.brand-links small {
    color: #ff7534;
}

ul.brand-links li{
    margin-right:10px;
}

ul.brand-links li svg{
    fill: #ff7534;
    height: 25px;
    margin-right:25px;
    margin: auto;
    padding: 0 10px;
}

ul.brand-links li svg:hover {
    fill: #0d6efd;
}

ul.brand-links li:last-child svg {
    /* border-left: 2px solid darkorange; */
    /* padding-left: 20px; */
    fill: #ff7534;
    height: 20px;
}

div#navbarNav {
    justify-content: center;
}

nav.navbar.navbar-expand a {
    color: white;
}

nav.navbar.navbar-expand a:hover {
    color: #ff7534;
}

.subpage-nav {
   transform-origin: left top;
   transform: rotate(-90deg) translateX(-100%);
   position: fixed;
   background-color: black;
   margin: 0px;
   top: 0;
   left: 0;
   width: 100vh;
}

.about-col, .music-col {
    margin: 0 5% 0 8%;
}

.row.about-col {}

.about-col img{
   margin-bottom:20px;
   border-radius:5px;
}

.music-col img {
    width:65%;
    border-radius:5px;
    margin-bottom:15px;
}

.music-col ul, .about-col ul{
        list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.music-col ul li svg, .about-col ul li svg {
    fill: black;
    height: 20px;
    margin-right: 25px;
}

.music-col ul li svg:hover, .about-col ul li svg:hover {
	fill: #ff7534;
}

.music-content {
    background: white;
    position: relative;
    padding: 20px;
    width: 90%;
    margin: -115px auto 0;
    border-radius: 5px;
    line-height: 1.2;
}

table.table {
    font-family: 'Playfair';
}

.hp-full {
    align-content: center;
    position: relative;
    height: 100vh;
}

.hp-full:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: url('../images/Photo_5.jpg'), linear-gradient(0deg, rgba(0,0,0,1) 15%, rgba(0,0,0,0) 100%);
	background-position: center;
	background-size: cover;
	height: 100vh!important;
	filter: grayscale(1);
	background-blend-mode: multiply;
	}

nav.navbar.navbar-expand .active a {
    color: #ff7534;
}

@media (max-width:768px){
	.subpage-nav div#navbarNav {
    justify-content: end;
}
	
    .about-col, .music-col {
    margin: 0px 25px 25px 75px;
}
.hp-full:before {
	/* padding-top: 15%; */
	/* content: ""; */
	background: url('../images/Photo_3.jpg'), linear-gradient(0deg, rgba(0,0,0,1) 15%, rgb(255 255 255 / 65%) 100%);
	background-position: center;
	filter: grayscale(1);
}


.container.text-center.hp-full {    margin: 0;
    padding: 0;}
    
.container {

    max-width: unset;
    overflow: unset;
}

ul.brand-links {
	background-color: black;
	/* margin: 0px -12px; */
	padding:20px;
	width: 56px;
	margin-bottom: 0;
}

ul.brand-links.hp {
    width: 100%;
}

ul.brand-links li{
	margin-bottom: 20px;
	margin-right: 0;
}

.logo-subpage {
	width:25%;
}
.logo-homepage {
	width:100%;
	margin-top: 20vh;
}

ul.brand-links li:last-child svg {
height:16px;	
}

div#navbarNav {
    justify-content: flex-end;
}
}