/* MOBILE FIRST STYLE SHEET */

/* Important - this stylesheet is used to extend and override bootstrap styles. */
/* The link to this style sheet MUST COME AFTER THE LINK TO bootstrap.css */

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* GENERAL CSS */

/* .banner {
	width: 50%;
	height: 125px;
	background-image: url('images/merge-band-logo-az.gif');
	background-size: contain;
	background-repeat: no-repeat;
	border: 1px solid red;
} */

    .container  {
                max-width: 98%;
    }
		
		
		
	#band-members  h5		{
											margin-top: .5rem;
											margin-bottom: .5rem;
											font-size: 85%;
											text-align: center;
	}
	
	#band-members  h6		{
											font-size: 80%;
											text-align: center;
											
	}
	
	
.card-group			{
								max-width: 68rem;
								margin-right: auto;
								margin-left: auto;
}

.card-body			{
								padding-left: 7px;
								padding-right: 7px;	
}
	
.card   				{
								max-width: 12rem;
}
		
		
.card-footer		{
								padding: 0;
}


    .row-border {
	border-bottom: 2px solid #D3D3D3;
}



.rd-border  {
			border: 2px red solid;
}

body {
	font: 400 14px/1.5 Lato, sans-serif;
	color: #666;
}

.heading-border		{
					border: 2px solid #999;
					border-radius: 5px;
					padding: 7px;
					text-shadow: 1.5px 1.5px #777;
}


.video-container {
	max-width: 70%;
	margin: auto;
}



h1	{
	letter-spacing: 10px;
}	

.navbar-brand	{
	height: 75px;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	letter-spacing: 10px;      
	font-size: 110%;
	color: #111;
	margin-bottom: .8em;
}

h4	{
	font-size: 100%;
}

.band-header	{
				margin: 3em 0;
				text-align: center;
}

#band img	{
	max-width: 300px;
}


.row-border {
	border-bottom: 2px solid #D3D3D3;
}

.col-text {
	font-size: 1.1em;
	}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


[class*="col-"] { /*space for columns*/
	
}


.form-control {
	border-radius: 0;
}
textarea {
	resize: none;
}


/* CAROUSEL CSS */
.carousel-inner img {
	-webkit-filter: grayscale(90%);
	filter: grayscale(90%); /* make all photos black and white */ 
	width: 100%; /* Set width to 100% */
	margin: auto;
}

/* MEDIA PLAYER CSS 
.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.thumbnail {
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;
}
.thumbnail p {
	margin-top: 15px;
	color: #555;
}

.modal-header, .close {
	background-color: #333;
	color: #fff !important;
	text-align: center;
	font-size: 30px;
}
.player {
	max-width: 350px;
	margin: 0 auto;
	border-radius: 5px;
	overflow: hidden;
	background:#696969;
	box-shadow: 0 0 0px 5px #9612756c;
}
.player .cover img {
	width: 100%;
}
.player .meta .title {
  text-align: center;
  padding: 10px 0;
  color: white;
}
.player .controls {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px 0;
}
.player .controls .control-button {
	margin-right: 5px;
	border-radius: 100px;
	width: 45px;
	height: 45px;
	padding: 0;
	background:linear-gradient(135deg, #FF57B9 0%,#A704FD 100%);
	border: 0;
}
*/

/* NAV BAR CSS */
.nav-tabs li a {
  color: #2c2b2b;	

}
.navbar {
	font-family: Montserrat, sans-serif;
	margin-bottom: 0;
	border: 0;
	font-size: 11px !important;
	letter-spacing: 4px;
	
}
.navbar li a {		
  color: #2c2b2b !important;
  font-size: 14px !important;
}
.navbar .navbar-brand {	
	color: #fff !important; 
	font-size: 15px !important;
}
.navbar-brand {  /*for logo in navbar */
	padding: 5px 2px 2px 2px;
	opacity: 0.9;
}
.navbar-nav li a:hover {	
	color: #4b0b25 !important;	
	text-decoration: underline;	
}
.navbar-nav li.active a {
	color: #fff !important;
	background-color: #82868a !important;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.open .dropdown-toggle {
	color: #fff;
	background-color: #555 !important;
}
.dropdown-menu li a {
	color: #000 !important;
}
.dropdown-menu li a:hover {
	background-color: red !important;
}

/* FOOTER CSS */
footer {
	background-color: #07668c;
	color: #f5f5f5;
	padding: 32px;
}
footer a {
	color: #f5f5f5;
}
footer a:hover {
	color: #777;
	text-decoration: none;
}  

/* END GENERAL FORMATTING*/



/* START RESPONSIVE CSS */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	

.navbar-brand	{
	height: 75px;
}

h3 {
	letter-spacing: 10px;      
	font-size: 110%;
	color: #111;
	margin-bottom: .8em;
}

h4	{
	font-size: 100%;
}

.band-header	{
				margin: 3em 0;
				text-align: center;
}

h5	{
	font-weight: bold;
	font-size: 90%;
}	

/* NAVBAR CSS */
.dropdown-menu li a {		
    color: #555 !important; 
}

/* MEDIA PLAYE CSS */
.player {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: unset;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
} 
.player .bottom {
  position: relative;
  width: 100%;
  overflow: auto;
}
.player .top {
  margin-bottom: 15px;
}

} /* END SMALL DEVICES */	



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {


h3 {
	letter-spacing: 10px;      
	font-size: 110%;
	color: #111;
	margin-bottom: .8em;
}

h4	{
	font-size: 100%;
}

.band-header	{
				margin: 3em 0;
				text-align: center;
}

#band-members  h5		{
											margin-top: .5rem;
											margin-bottom: .5rem;
											font-size: 105%;
											text-align: center;
	}
	
	#band-members  h6		{
											font-size: 90%;
											text-align: center;
											
	}
	
	
.person1 { /*for row 2 of band members
	border: 10px solid transparent;
	margin-bottom: 25px;
	width:54%;
	height:54%;
	opacity: 0.7;*/ 
}

} /* END MEDIUM DEVICES */


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.navbar-brand	{
		height: 100spx;
	}
	
   .container  {
                max-width: 95%;
    }
	

/* NAVBAR CSS
.navbar .navbar-brand {		
	font-size: 21px !important;	
} 
.navbar li {		
	font-size: 14px !important;		
} */

/* MEDIA PLAYER CSS */
.player {
	display: flex;
	width: 100%;
	height: 100%;
	max-width: unset;
	flex-direction: row;
	align-items: stretch;
	justify-content: stretch;
}
.player .top, .player .bottom {
	flex: 1;
}
.player .bottom {
	position: relative;
	width: 100%;
	overflow: auto;
}
.player {
	border-radius: 0;
}
.player .top {
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25)
}
.player .top .cover {
	overflow: hidden;
	flex-grow: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.player .top .cover .backdrop {
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: center;
	background-size: cover;
	filter: blur(8px);
	-webkit-filter: blur(8px);
}
.player .top .cover img {
	width: 100%;
}

h3 {
	letter-spacing: 10px;      
	font-size: 175%;
	color: #111;
	margin-bottom: .8em;
}

h4	{
	font-size: 150%;
}

.band-header	{
				margin: 3em 0;
				text-align: center;
}

h5	{
	font-weight: bold;
	font-size: 110%;
}
	
} /* END LARGE DEVICES */



/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	
} /* END EXTRA LARGE DEVICES */