#TopSec {
  background-color: #483737;
  background-size: 100%;
}

#C2 {
  background-color: green;
}

#fixed-top {
  position: sticky;
  top: 0;
}

.navbar.navbar-light.navbar-expand-md {
  font-family: 'Nunito';
  font-weight: 800;
  font-size: 20px;
}

#S1 {
  background-color: blue;
}

#C1 {
  background-repeat: no-repeat;
}

body {
  font-family: 'Nunito';
  font-weight: 900;
}

.h1, h1 {
  font-weight: 900;
  font-size: 56px;
  /*color: #483737;*/
}

#hspace {
  margin-top: 1rem;
}

#p30 {
  color: #483737;
  font-size: 26px;
}

.btn.btn-primary.button-centered {
  /*background-color: #d35f5f;*/
  background-color: #edf600;
  border-color: white;
  color: black;
  font-weight: 900;
}

#Btns {
  display: flex;
  justify-content: space-around;
}

#Location {
  background-color: #483737;
}

.h2, h2 {
  font-weight: 900;
  font-size: 56px;
}

