@charset "utf-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

header {
	padding: 5px;
}

preheader {
	padding: 5px;
}

footer {
	color: white;
	padding: 5px 20px;
	background-color: black;
	}

body{
	margin-left: auto;
	margin-right: auto;
}

.social-bar {
	display: table;
	align-content: center; 
	margin-left: auto;
	margin-right: auto;
	padding: 5px; 
	}

.social-bar a {
		padding: 0px 2px; 
	}
.social-bar-side {
	float:left;
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 2px; 
	}

.social-bar-side a {
		padding: 0px 2px; 
	}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	padding: 5px;
}

.style-nav ul {
	list-style-type: none;
}
		
.style-nav ul li a {
	text-decoration: none;
	color: black;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
	
}
.style-nav a:hover {
	text-decoration: underline;
}
.style-nav a:active {
	text-decoration: underline;
}

.style-footernav ul {
	list-style-type: none;
}

.style-footernav ul li a {
	font-size: 12px;
	text-decoration: none;
	color: white;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;		
}

.side-nav ul {
	list-style-type: none;
	margin-bottom: 10px;
}
		
.side-nav ul li a {	
	font-size: 12px;
	text-decoration: none;
	color: black;
	text-align: left;
	display: block;
	padding: 1px 1px 1px 1px;	
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.newsblocks {
	padding: 10px 10px 10px 10px;
	color: black;
	text-align: center;
	}

.playerbox {
	padding: 10px 30px 10px 30px;
	align-content: center
	}

.artistbutton-mt4r a {
	color: white;
	background-color: darkblue;
	padding: 5px 5px; 
	text-decoration: none;
	display:inline-block;
}
.artistbutton-mt4r a:hover {
		background-color: black;
}

.artistbutton-tram a {
	color: white;
	background-color: forestgreen;
	padding: 5px 5px; 
	text-decoration: none;
	display:inline-block;
}

.artistbutton-tram a:hover {
		background-color: black;
}
.pagebutton a {
	color: white;
	background-color: black;
	padding: 5px 5px; 
	text-decoration: none;
	display:inline-block;
}

.pagebutton a:hover {
		background-color: dimgrey;
}

/*code srtart for newsletter subscribe*/
form {
 	width: 295px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 5px;
}

.subsheader {
  font-size: 20px;
   letter-spacing: 1px;
	text-align: center;
	}

.input {
  display: flex;
  align-items: center;
}


.subsbutton {
  height: 30px;
  border: none;
}

  
#email {
  width: 75%;
  background: #FDFCFB;
  font-family: inherit;
  color: #737373;
    text-indent: 5%;
  border-radius: 5px 0 0 5px;
}


#submit {
  width: 25%;
  height: 30px;
  background: #E86C8D;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  letter-spacing: 1px;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  transition: background .3s ease-in-out;
}
  

#submit:hover {
  background: #d45d7d;
}
  

input:focus {
  outline: none;
  outline: 2px solid #E86C8D;
  box-shadow: 0 0 2px #E86C8D;
}
/*code end for newsletter subscribe*/

/* DivTable*/
.divTable{
	display: table;
	width: 80%;
	margin: 0 auto;
	alignment-baseline: center;
		}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	border: 0px solid #999999;
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0px solid #999999;
	display: table-cell;
	padding: 2px 5px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/* shoptable end */
h1 {
	font-size: 57px;
	font-weight: 200;
	margin-bottom: 25px;
}

h2 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	font-weight: 250;
	margin-bottom: 5px;
	text-align: center;
}

h4 {
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 15px;
	}

p {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 10px;
}

.button {
	border: 2px #000000 solid;
	padding: 8px 30px;
	border-radius: 20px;
	color: #000000;
	text-decoration: none;
}

.footer-text {
	font-size: 16px;
	margin-bottom: 5px;
	text-align: center;
	color: white;
}

.footer-text a {
	color: white;
	text-decoration: none;
}

.col {
	width: 100%;
}

.twothirdcolumn {
	width: 100%;
	float: left;
	padding: 5px 7px 5px;
	}
	
.onethirdcolumn {
	width: 100%;
	float: left;
		padding: 5px 7px 5px;
	}

.singlecol {
		float: left;
		padding: 0px 7px 5px;
	}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 768px;
	}
	
	.social-bar {
		float: right;
	}

	.style-nav ul li{
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.style-footernav ul li{
		display: inline-block;
	}
	
	.style-footernav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.twothirdcolumn {
		display: inline;
		width: 65%;
		padding: 10px 10px 10px 10px;
		}
	
	.onethirdcolumn {
		display: inline;
		width: 35%;
		padding: 10px 10px 10px 10px;
				}
		
	.col {
		float: left;
		padding: 10px 7px 5px;
	}
	
	.singlecol {
		float: left;
		padding: 0px 7px 5px;
	}
}


/*Desktop View*/

@media (min-width: 1024px){
	
	body{
		max-width: 1200px;
		padding: 0px 20px 0px;
	}
	
	.social-bar {
		float: right;
	}
	
	.twothirdcolumn {
		width: 70%;
		padding: 10px 10px 10px 10px;
	}
	
	.onethirdcolumn {
		width: 30%;
		padding: 10px 10px 10px 10px;
	}
		
	.col-lg-one-fourth {
		width: 25%;
	}
}
