@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.container {
  margin: 0 auto;
  max-width: 700px;
}

a {
    color: #55bdfd;
    text-decoration: none;
}

h1, h2, h3, h4 { color: #f2f2f2;
font-family: 'Inter', sans-serif;
 font-weight: 300; }

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #333, #ccc, #333);
}

ul{padding-left: 15px;}

body {
	font-size:1.7em;
  padding-top: 10px;
font-family: 'Inter', sans-serif;
    font-weight: 200;
background-color:#121212;
color:#f2f2f2;
}

a:hover { text-decoration: none; color: #bfbfbf !important; }

.container-home {
  margin: 0 auto;
  max-width: 600px;
}

.col-md-4 {
height:auto;
}

.row {padding-bottom: 5px;}



.video-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.video-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute; }


.btn {line-height: 30px;display: flex;align-self: center;text-align:center;justify-content: center;align-items: center; 
}


.btn-primary{color:#f2f2f2;background-color:#121212;border-color:#f2f2f2;}

.btn-spotify:hover,.btn-spotify:focus,.btn-spotify:active,.btn-spotify.active,.open>.dropdown-toggle.btn-spotify{
  color:#fff;background-color:#1DB954;border-color:#1DB954;}

.btn-bandcamp:hover,.btn-bandcamp:focus,.btn-bandcamp:active,.btn-bandcamp.active,.open>.dropdown-toggle.btn-bandcamp{
  color:#fff;background-color:#408294;border-color:#408294}

.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{
  color:#fff;background-color:#E4405F;border-color:#E4405F}

.btn-youtube:hover,.btn-bandcamp:focus,.btn-bandcamp:active,.btn-bandcamp.active,.open>.dropdown-toggle.btn-bandcamp{
  color:#fff;background-color:#FF0000;border-color:#FF0000}

.img-icon {
  margin-bottom: 3px;
}

.img-icon {
 height: 35px;
}

.img-icon-cc {
 height: 75px;
}
