
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(http://fonts.gstatic.com/s/raleway/v9/-_Ctzj9b56b8RgXW8FAriQzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(http://fonts.gstatic.com/s/raleway/v9/QAUlVt1jXOgQavlW5wEfxQLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(http://fonts.gstatic.com/s/raleway/v9/xkvoNo9fC8O2RDydKj12bwzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
}

body {
    font-family: 'Raleway';
    font-size:16px;
    margin-bottom: 90px;}

.box {
    border:1px solid grey;
    background-color:#d3d3d3;
}

.navbar-default{padding:10px 0;}

.navbar-brand {
    height:auto;
    padding:5px 15px;
}

.navbar-nav {float:right;}

.item img {width:100%;}

.item img{overflow:hidden;}

.carousel {margin-bottom:30px;}

html {
  position: relative;
  min-height: 100%;
}

.footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      /* Set the fixed height of the footer here */
      height: 90px;
      background-color: #f5f5f5;
      text-align:center;
}

.text-muted {
    padding-top:10px;
    font-size:12px;}

.heading {font-weight:600;}

.row {padding:20px 0;}
.row-artist {
    margin-bottom: 20px;
    border-bottom: 1px solid #666666;
}

h2 {
    font-size:24px; 
    margin-bottom:20px;
    color:rgb(52,80,42);
}

a {color:#C01E46;}

.navbar-default .navbar-nav > li > a:hover {
    background-color:#E7E7E7;
    border-bottom: 3px solid #C01E46;}

li.active {border-bottom: 3px solid #C01E46;}

a.website:hover {
    border-bottom: 3px solid #C01E46;
    text-decoration: none;
    background-color:#e7e7e7;
    color:#333;
}

.vcard {
    background-color:#f5f5f5;
    padding:20px;
    margin-bottom:20px;
    border-radius:20px;
    box-shadow: 3px 3px 5px #c6c6c6;
}

.email {margin-bottom:10px;}