body{
	color:#333;
	font-family: 'Rubik', sans-serif;
	font-size:1em;
	font-weight:300;
	margin:0px;
}
h1, h2, h3, h4{
	font-family: 'Rubik', sans-serif; 
	line-height:1em;
	margin:.45em 0;
	padding:0;
}
hr {
  border: 0;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  width: 100%;
  text-align: left;
  clear: both;
  margin-bottom: 15px;
} 
h1 {
	font-size: 2.5em;
	font-weight:400;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.67em;
	margin-left: 0;
}

h2 {
    font-size: 2.1em;
    margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.67em;
	margin-left: 0;
	font-weight:700;
}

h3 {
    font-size: 1.8em;
    margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.67em;
	margin-left: 0;
	font-weight:400;
}

h4 {
    font-size: 1.5em;
    margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.67em;
	margin-left: 0;
	font-weight:700;
}

a,
a:visited,
a:active,
a:hover{
	color: #D4B56C;
}
a:hover{ text-decoration:none;}

*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}

.wrapper{
	width: 100%; 
	margin: 0 auto;
}
.wrapper-c{
	width: 100%; 
	margin: 0 auto;
	background-color:#fff;
}
#pagewrap{
	background-color:#333;
}
#pagewrap, img.bgM {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index:-9999;
}
#header{
	width: 100%;
	padding-top:0px;i
	padding-bottom:0px;
	padding-left:1em;
	padding-right:1em;
	background-color:#000;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
#menu{
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	background-color:#D4B56C;
}
#menu a{
	color:#000;
}
#mbanner{
	width: 100%;
	padding: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-right: auto;
	margin-left: auto;
	background-color:#000;
}
#logo{
	text-align:center;
	width:100%;
	padding-top: 1em;
	padding-bottom: 0em;
}
#logo p,#phone p{
	padding:0px;
	margin:0px;
	line-height:100%;
}
#phone h4{
	color:#fff;
}
#phone{
	text-align:center;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 2em;
}

#content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0em;
	margin-top: 0em;
	padding: 0em;
}
#content-left{
	width:100%;
	padding:2%;
}
#content-right{
	width: 100%;
	background-color:#D4B56C;
}
#searching {
	width:100%;
	padding: 5%;
	background-color:#6A5B36;
}
#artist-list {
	width:100%;
	padding: 5%;
}
#artist-list h3 {
	color:#fff;
}
#artist-list a{
	color:#fff;
	border: 1px solid #FFF;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-decoration:none;
	text-transform:uppercase;
	display:inline-block;
	font-size:0.9em;
}
#bluebar{
	background-color: #000;
	padding-top: 2em;
	padding-bottom: 2em;
	text-align:center;
	margin:0px;
	color:#fff;
}
#bluebar a{
	color:#fff;
	border: 2px solid #D4B56C;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration:none;
	text-transform:uppercase;
	display:inline-block;
	font-size:1.4em;
}
#footer{
	width: 100%;
	background-color:#B49A5C;
	color: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 1em;
	font-weight:400;
	text-align:center;
}
#footer a{
	text-decoration:underline;
	color:#fff;
}

p{ margin:0 0 1.5em;
	line-height:1.4em; 
	font-size:100%;
}

ul.cols {
	list-style-type:none;
}
ul.cols li{
	margin-bottom:20px;
	line-height:1.4em;
}

/* RESPONSIVE IMAGES */
img{
	max-width:100%;
	height:auto;
	border: none;
}

.right-img {
	display:block;
	width:100%;
}

/*colors and backgrounds*/
body{
	background:#ccc;
}
h1, h3, h5{
	color:#D4B56C; 
}
h2, h4, h6{
	color:#000; 
}

a.buttonlink{
	background:#0C4D9D;
	border-radius:7px;
	color:#fff;
	padding:10px;
	text-decoration:none;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0;
}
a.buttonlink:hover{
	background:#E9007E;
}


/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}


/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 450px) {

.wrapper, .wrapper-c{
	margin: 0px auto;
}

ul.cols {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
} 

.iconn{
	margin-left: 2%;
	margin-right: 1.33333%;
	width:30%;
}

.iconn-text{
	font-size:1em;
}
}

/*
TABLET START
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 600px) {

#logo{
	text-align:left;
	width:70%;
	padding-top: 1em;
	padding-bottom: 1em;
	float:left;
}
#phone{
	text-align:right;
	width: 25%;
	padding-top: 1em;
	padding-bottom: 1em;
	float:right;
}
}

@media only screen and (min-width: 800px) {

#content-left{
	width:61%;
	float:left;
	padding:2%;
}
#content-right{
	width: 35%;
	float:right;
	background-color:#D4B56C;
}
}

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 920px) {

.wrapper, .wrapper-c{
	max-width: 1200px; 
	margin: 0px auto;
}

ul.cols {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
} 

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
	
} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {

} 

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  
}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}