#albums img{
  border:1px solid #f2f2f2;
}

figure{
  margin:1em 0;
}

h1, h2{
  margin:1em 0;
  font-size:1.5em;
  color:#111;
}

.navbar-toggle{
  position:absolute;
  right:30px;
  padding:9px 10px;
  margin-top:8px;
  margin-right:15px;
  margin-bottom:8px;
  background-color:transparent;
  background-image:none;
  border:1px solid transparent;
  border-radius:4px;
}

body{
  font-family:"poppins","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height:1.6;
  color:#444;
  background-color:#fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family:"poppins", "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight:normal;
  text-transform:uppercase;
  line-height:1.1;
  color:inherit;
  letter-spacing:1px;
}

img#cd-cover{
  border:1px solid #f2f2f2;
}

.row{
  margin-right:15px;
  margin-left:15px;
  max-width:1000px;
}

.custom-header{
  background:#fff;
  padding:20px 40px;
  box-sizing:border-box;
  border:0;
  border-radius:0;
}

.custom-header a.navbar-brand.navbar-link{
  color:#333;
  font:normal 18px Poppins, Arial, Helvetica, sans-serif;
  line-height:0.5;
  margin-right:40px;
  line-height:1.3;
  background:#fff;
}

.custom-header a.navbar-brand.navbar-link span{
  color:#bc40df;
}

.custom-header ul.nav.navbar-nav.links li a{
  font:14px Poppins, Arial, Helvetica, sans-serif;
  opacity:0.9;
  text-decoration:none;
  color:#333;
  background:#fff;
  border:0;
}

.custom-header ul.nav.navbar-nav li a:hover{
  opacity:1;
}

.custom-header .badge{
  position:absolute;
  top:4px;
  border-radius:2px;
  font-size:11px;
  color:#fff;
  background-color:#2A6A92;
  padding:2px 4px;
  font-weight:normal;
}

.custom-header li.dropdown, .custom-header li.dropdown.open{
  background:#fff;
}

.custom-header li.dropdown .dropdown-toggle{
  border-radius:2px;
  color:#333;
  padding:8px 14px;
  background:#fff;
  opacity:0.9;
  border:0;
  margin:0;
}

.custom-header li.dropdown .dropdown-toggle:focus, .custom-header li.dropdown .dropdown-toggle:hover, .custom-header li.dropdown .dropdown-toggle:active{
  background:#fff;
  color:#333333;
}

.custom-header ul.nav.navbar-nav.navbar-right .dropdown li a{
  font:bold 13px Arial, Helvetica, sans-serif;
}

img.dropdown-image{
  border-radius:50%;
  width:32px;
  margin-left:10px;
}

.custom-header .dropdown ul{
  background-color:#3a3c3e;
  border:0;
  min-width:140px;
}

.custom-header .dropdown ul li{
  background-color:#3a3c3e;
  padding:7px;
  text-align:center;
}

.custom-header .dropdown ul li a{
  background:#3a3c3e;
  border-radius:2px;
  color:#fff;
  padding:0;
}

.custom-header .dropdown ul li a:active, .custom-header .dropdown ul li a:focus, .custom-header .dropdown ul li a:hover{
  background:#3a3c3e;
}

.custom-header .dropdown ul li.active a{
  color:#e9ac09 !important;
}

