@import url('https://fonts.googleapis.com/css2?family=Jacquard+24&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jersey+25&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');

header {
  background-image: url(https://upload.wikimedia.org/wikipedia/en/5/5a/Animal_Collective_-_Merriweather_Post_Pavilion.png);
  background-repeat: repeat;
  color: black;
}

header h1 {
  font-family: "Jacquard 24", system-ui;
  font-size: 8em;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  color: white;
}

@media screen and (max-width: 390px) {
  header h1 {
    font-size: 60px;
  }
  
  .top-container img {
    width:95%
  }
}

header p {
  font-family: "Jersey 20", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: white;
}

.top-container {
  text-align: center;
  padding:40px;
  padding-top:60px;
}

.reef {
  background-image: url(https://media.pitchfork.com/photos/5b72e568c734c705ed659333/1:1/w_450%2Cc_limit/tr.jpg);
  background-repeat: repeat;
  text-align: center;
  padding: 20px;
  font-size:0px;
  color: white;
  font-weight: 600;
}

.feels {
  background-image: url(https://64.media.tumblr.com/d40e09bc1944c7f15bae482502a41274/4908b18503d0b593-41/s400x600/93029dbb9accffe451bfe83a68452aae47864575.jpg);
  background-repeat: repeat;
  padding-bottom: 30px;
}

.tongs {
  background-image: url(https://64.media.tumblr.com/316f818353bbec68dae578ab635434aa/476acd39e8d77265-39/s400x600/841f23b50486e461f92ef37b5a46a36b7cd85731.gifv);
  background-repeat: repeat;
}

.feelsbox {
  background-color: #0D0C30;
  border: 1px dashed white;
  padding: 20px;
  color: white;
  font-size:1.2em;
}

.tongsbox {
  background-color: #AD1717;
  border: 1px dashed white;
  padding: 20px;
  color: white;
  font-size:1.2em;
}

.tongsbox-small {
  background-color: #701111;
  border: 1px dashed white;
  padding: 20px;
  color: white;
  font-size:0.75em;
  margin-top: 10px
}

h2 {
  font-family: "Jersey 25", sans-serif;
  font-size:4em;
  padding-top: 30px;
  padding-bottom: 20px;
  font-weight: 500;
  color: white;
}

h3, p {
  font-family: "Pixelify Sans", sans-serif;
}

.col-md-6 {
  padding-bottom: 20px;
}

.col-md-3 img{
  padding-top:10px;
}