body, html {
  height: 100%;
  color: white;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 8rem;
  font-weight: bold;
}

body {
  background-image: url("theft-vrijheid.jpeg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

iframe {
  border-radius:12px;
}

p {
  font-size: 1.6rem;
  /* font-weight:lighter; */
}

body {
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.header {
  margin-bottom: 120px;
}

.container {
  padding-top: 20px;
}

.elastic {
  font-size: 2rem;
}

.row {
  padding-bottom: 20px;
}

.soundcloud {
  font-size: 10px;
  color: #cccccc;
  line-break: anywhere;
  word-break: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;
  font-weight: 100;
}

.soundcloud-a {
  color: #cccccc;
  text-decoration: none;
}

.fa {
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-youtube{
  background: #ff0033;
  /* background: #bb0000; */
  color: white;
  text-decoration: none;
  margin-right: 10px;
}
.fa-soundcloud{
  background: #fd5908;
  /* background: #ff7700; */
  color: white;
  text-decoration: none;
  margin-right: 10px;
}

.fa-facebook{
  background: #0866ff;
  /* background: #3B5998; */
  color: white;
  text-decoration: none;
  margin-right: 10px;
}

.fa-instagram{
  background: #fc08c4;
  /* background: #125688; */
  color: white;
  text-decoration: none;
  margin-right: 10px;
}

.fa-envelope{
  background: white;
  color: black;
  text-decoration: none;
}

#logo {
  width: 300px;
}