
body {
	margin-top: 119px;
     
}

.row {
	margin-right:0px;
	margin-left: 0px;
}

.col-md-12 {
margin-left: 0px!important;
margin-right: 0px!important;
}
/*-------------------------------Header----------------------*/

.logo {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
}


/*  nav links override bootstrap settings add auto margin to the left
 so links are on the right */ 
.mr-auto {
    margin-left: auto!important;
}

.mr-auto, .mx-auto {
    margin-right: unset!important;
}

.navbar {
	background-color: black;
}

.nav-link {
	color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: #73c2d5;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75);
    border-bottom: 2px solid lightblue;
    padding-bottom: 5px;

}

.navbar-light .nav-item .nav-link:focus
 {
    
	color: white;
	border-bottom: 2px solid lightblue;
    padding-bottom: 5px;
}


 .current  {
	color: rgba(255,255,255,.75)!important;
    border-bottom: 2px solid lightblue;
    padding-bottom: 5px;
}


.bg-dark {
	background-color: #000000!important;
}

.buy {
	margin: 7px;
	background-color: #d83f87;
    color: white;
    border: 1px solid;
}
 .socialmedia {
 	background-color: #d83f87;
 	list-style-type: none;
	}

	.socialmedia a {
		list-style-type: none;
		padding-left: 20px;
		color: white;
	}


.navbar-toggler {
    padding: .10rem .10rem;
    font-size: 1.25rem;
}

ul {
	list-style-type: none;
}
/*----------------------header end------------------------*/

/*--------------------------Fonts-------------------------*/

/*using vw = View port width 3vw equals 3% of the view port screen size so it is responsive */

h1 {
  font-size: 45px; 
  font-family: 'Titillium Web', sans-serif;
  background-color: #2a1b3dcc;
}
h2 {
  font-size: 28px;
  font-family: 'Titillium Web', sans-serif;
  color: white;
}
p {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 600px) {
	h1 {
		font-size: 20px;
	}
}
/*---------------------footer-----------------------------*/

footer {
/* height: 100px;*/
  background-color: #2a1b3d;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #e0b5c8;
  text-align: center;
  font-size: 12px;
}

 footer  li  {
 	display:flex;
 	list-style-type: none;
 	padding-left: 5px;
 	padding-right: 5px;
 	
 	
 }
 footer li, a {
 	color: #73c2d5;
 	text-decoration: none;
}

ul.footermenu {
	padding-left:0px!important;
	margin-bottom:0px;
}

/*--------------------mailing list footer------------------*/
.mailinglistfooter {
    background-color: #73c2d5;
         padding-bottom: 10px;
    padding-top: 10px;
    color:white;
    text-align: center;

}

.mailinglistfooter form {
	margin-top:10px;
}
.mailinglistfooter h2 {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #2a1b3d;
}

button.mailinglistbutton {
	background-color: #d83f87;
    border: none;
    padding: 5px 10px;
    color: white;
    font-size: 15px;
}

.mailinglistfooter label {
	color: black;
	font-family: 'Titillium Web', sans-serif;
}

/*.mailinglist {
	display:flex;
	flex-direction: row;
  align-items: center;
  justify-content: space-around;
}*/

.mailinglistfooter h2 {
	font-size: 16px;
}




/*----------------------Footer end-------------------------*/
/*-------------------------Home page-----------------------*/



 .homeimg {
	background-image: url("images/audience2.jpg");
	max-height:100%;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
   
   
}

@media (min-width: 768px) {
 .homeimg, .events, .artists, .aboutbanner, .linksbanner, .contactbanner {
 	height: 300px;
 }
 }

.mainheading {
	color: white;
	text-shadow: 2px 2px 4px #000000;
	text-align: center;
	display: table-row;
	padding:10px;
	
}
.lead {
	color: white;
}
.picturelinks {
	padding-bottom: 30px;
	padding-top: 0px;
	text-align: center;
	background-color: #1f1f1f;
	margin-top:-1px!important;
}
.piclink img{
	max-width: 100%;
	margin-bottom: 40px;
}

/*-----------------------Home page end--------------------*/

.content1 {
	background-color: #1f1f1f;
 padding-top: 60px;
 padding-bottom: 60px;

}
.content1 p {
	color: lightgray;
}

.content1 h2 {
color: #d83f87;
}


/* ----------------Events Page----------------------*/

.events {
background-image: url("images/eventsbanner.jpg");
	max-height:100%;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;

}

/*--------------------------------------------------*/

/*---------------Artists page------------------------*/

.artists {
	background-image: url("images/artistbanner2.jpg");
	max-height:100%;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.profile h2  {
width: 200px;
background-color: #2a1b3d;
margin:0px;
padding: 5px;
text-align: center;
margin-left: auto;
margin-right: auto;

}

.profile p {
	font-size: 14px;
	width:200px;
	margin:auto;
	text-align: left;
	padding-bottom:20px;
}

.profile img {
width:auto;
margin-bottom: 20px;
}

.profile {
text-align:center;

}

.intro {
	margin-bottom: 60px;
}
/*----------------------Links Page--------------------------*/

.linksbanner {
	background-image: url("images/linksbanner.jpg");
	max-height:100%;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.linkscontent {
	text-align: center;
}

/*-----------------------------------------------------------*/

/*---------------------About Page----------------------------*/

.aboutbanner {
	background-image: url("images/gallerybanner.jpg");
	max-height:100%;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}



#accordion {
	width:100%;
}

.card {
	    background-color: #2a1b3d;
	    margin-bottom: 10px;
	    border: 1px grey solid;
	    border-radius: 0px;
}

.card a {
	color: #d83f87;
	font-weight: 700;
	font-size: 18px;
	
}

.card-body {
	background-color: lightgrey;
	color: black;
	font-family: 'Open Sans', sans-serif;

}

.card-link, .buy, .nav-link, footer{
	  font-family: 'Titillium Web', sans-serif;

}
/*---------------------------------------------------------------*/
/*--------------------------Contact Page-------------------------*/

.contactbanner {
	background-image: url("images/contactbanner.jpg");
	max-height:100%;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

a.contactlink  {
    font-size: 22px;
    margin-bottom: 20px;
}
/*----------------------------------------------------------------*/