@import "styles_parent.css";

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../assets/img/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 100%;
}
header.masthead h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.programm {
  margin-top: 4.5rem;
}

@media(max-device-width: 765px) {
  #sponsors {
    margin-bottom: 6em;
  }
}

@media (max-width: 500px) {
  .hideonmobile {
    display:none !important;
  }
}

@media (min-width: 501px) {
  .hideonmobile {
    display:block !important;
  }
}

@media (min-width: 992px) { 
	.sponsor-offset { position: relative; left:150px; }
}
