body {
  background-image: url(../IMG/Sven_Clean_BG.png);
  background-color: #212529;  
  background-position: fill;
  background-repeat: no-repeat;
}

.overlay{
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

#content{
  max-width: 500px;
  height: auto;
  text-align: left;
  margin-top: 2.5%;
  padding-left: 25px;
}

h1{
    font-size: 5rem;
  }
  h3{
    font-size: 2rem;
    padding-bottom: 20px;
  }
  
  p{
    font-size: 1.25rem;
  }

  #carousel{
    display: none;
  }

@media(min-height: 1440px){
  .p-container{
    max-height: 460px;
  }
}

@media(max-width: 992px) {
  body{
    background-image: none;
  }
  .overlay{
    height: 100%;
    background-color: rgba(33, 37, 41, 1);
  }
  #content{
    max-width: 100%;
    text-align: left;
  }
  .p-container{
    max-height: 100%;
  }
  h3{
    font-size: 1.5rem;
  }
  p{
    font-size: 1rem;
  }
  #carousel{
    display: block;
  }
}