main {
  background-color: rgb(42, 42, 42);
}

.tontoonBannerUnder {
  width: 100vh;
}

@font-face {
  font-family: "custom";
  src: url('showcard-gothic.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('showcard-gothic.woff2') format('woff2'), /* Super Modern Browsers */
       url('showcard-gothic.woff') format('woff'), /* Pretty Modern Browsers */
       url('showcard-gothic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('showcard-gothic.svg') format('svg'),
	   url('showcard-gothic.otf') format('otf'),
	   url('showcard-gothic.pfb') format('pfb');
}

.headfont {
  font-family: "custom";
  color: red !important;
  font-size: 2.25rem;
}

.pageitem {
  min-height: 100vh; 
}

.smallCircle {
  width: 125px;
  height: 125px;
  /* background-color: #ff0000; */
  border-style: solid;
  border-width: 5px;
  color: #ff0000;
  background-color: #4b4b4b;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px;
}

.mediumCircle {
  width: 150px;
  height: 150px;
  border-style: solid;
  border-width: 5px;
  color: #ff0000;
  background-color: #4b4b4b;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.bigCircle {
  width: 175px;
  height: 175px;
  border-style: solid;
  border-width: 5px;
  color: #ff0000;
  background-color: #4b4b4b;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px;
}

.paralaxheader {
  /* background-image: url('img/background1.jpg'); */
  background: linear-gradient(to right, #000000ba, #63141465), url('img/newbannerfinal.JPG');
  /* Full height */
  height: 100vh; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.test {
  background-color: none;
}

.navbar-side .side-collapse.open {
  width: 0;
}

.spacer {
  height: 20vh;
}

.tt-text-shadow {
  text-shadow: 2px 2px #962424;
}

.tt-pt-6 {
  padding-top: 4rem;
}

#tt-down-button:hover {
  color: rgb(255, 0, 0) !important;
}

#tt-down-button {
  width: fit-content;
  margin: 0 auto;
}

footer {
  /* position: fixed; */
  bottom: 0;
  width: 100%;
  background-image: url(img/banner.jpg);
  height: 90px;
  box-shadow: 0px -5px 5px 0px #312323;
}

.map-container-6{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  }
  .map-container-6 iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }

  .wrapper {
    height: 100vh;
    background: #000;
    background: url("https://i.imgur.com/g63vXfd.jpg");
    background-size: cover;
    width: 100%
}

.overlay {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8)
}

.contact-us {
    margin-top: 50px;
    margin-bottom: 50px
}

.contact-us h3,
p {
    color: #fff
}

.address {
    margin-top: 14px !important;
    margin-left: 10px
}

.address span {
    color: #ff0000
}

.icons {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center
}

.icons i {
    font-size: 20px
}

.forms {
    padding: 20px
}

.inputs input {
    margin-bottom: 13px;
    border: none;
    border-bottom: 2px solid #eee
}

.inputs input:focus {
    margin-bottom: 13px;
    border: none;
    border-bottom: 2px solid #ff0000;
    box-shadow: none
}

.inputs textarea {
    margin-bottom: 13px;
    border: none;
    border-bottom: 2px solid #eee;
    width: 100%;
    resize: none
}

.inputs textarea:focus {
    margin-bottom: 13px;
    border: none;
    border-bottom: 2px solid #ff0000;
    box-shadow: none;
    resize: none
}

.form-control {
    padding: .375rem .25rem
}

.rotate {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.center-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax {
  background-image: url("img/cajon.JPG");
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-2 {
  background-image: url("img/djembe.JPG");
  min-height: 300px;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-3 {
  background-image: url("img/percussie.JPG");
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-4 {
  background-image: url("img/shakers.JPG");
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-5 {
  background-image: url("img/stokken.JPG");
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Styles for larger screens (e.g., PC) */
@media (min-width: 1000px) {
  .phone {
      display: none;
  }
  .pc {
      display: block;
  }
}

/* Styles for smaller screens (e.g., phone) */
@media (max-width: 1000px) {
  .phone {
      display: block;
  }
  .pc {
      display: none;
  }
}