@font-face {
            font-family: MassimoGrafia;
            src: url(font/MassimoGrafia-RegularWeb.woff);
         }

.sticky {
  color: red;
}


   html {
    color: rgb(255,59,31);
    font-size: 22px;
    line-height: 1;
    font-feature-settings: none;
    font-family: "MassimoGrafia";
    font-variant: no-contextual;
}

body {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
 
}

#logos img:nth-of-type(1) {
    max-height: 2.2vw;
    margin-right: 20px;
    float: left;
}

#logos img:nth-of-type(2) {
    max-height: 2.5vw;
    margin-right: 20px;
    float: left;
}


.main-content {
     display: grid;
    grid-template-columns: repeat(20, 1fr);
    padding: 15px;
    grid-column: 1 / -1;
    padding-bottom: 500px;
}

#lines {
    grid-column: 14 / -1;
    grid-row: 1 / -1;

    margin: 8px;



    background: url(lines.png);
    background-size: 100% 100%; /*https://developer.mozilla.org/en/CSS/background-size*/

}

#logos {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index:9999;

}


#ontop {
 display: grid;
 grid-template-columns: repeat(20, 1fr);
 grid-template-rows: 1fr 1fr;
 height: calc(100vh - 20px);
 width: calc(100% - 20px);
 position: fixed;
 left: 0px;
 top: 0px;
 padding: 10px;
 z-index: -1;
}

.underline {
    display: inline-block;
}

.underline span, .underline {
    text-decoration: underline;
}

#fixed-header {
    font-size: 8.5em;
    line-height: 1em;
    margin-top: -.2em;
    grid-column: 1 / -1;
    grid-row: 1;
    pointer-events: none;
    
}

#fixed-header-bottom {
    font-size: 8.5em;
    line-height: 1em;
    pointer-events: none;
    grid-column: 1 / -1;
    align-self: end;
    grid-column: 4 / -1;
    bottom: 0px;
    grid-row: 2;
    line-height: .9em;
    grid-row: 2;
}

.subheader {
    font-size: 2.04545454545455em;
}

#call-for-entries {
    font-size: 4em;
    grid-column: 1 / -1;
    margin-top: 1em;
    line-height: 1em;
}

#call-for-entries:nth-of-type(1) {
margin-top: 1.55em;
  }

.alt-1 {
    font-feature-settings: 'aalt'1
}

.alt-2 {
    font-feature-settings: 'aalt'2
}

.alt-3 {
    font-feature-settings: 'aalt'3
}

.alt-4 {
    font-feature-settings: 'aalt'4
}

.alt-5 {
    font-feature-settings: 'aalt'5
}

.alt-6 {
    font-feature-settings: 'aalt'6
}

.alt-7 {
    font-feature-settings: 'aalt'7
}

.alt-8 {
    font-feature-settings: 'aalt'8
}

.alt-9 {
    font-feature-settings: 'aalt'9
}

.alt-10 {
    font-feature-settings: 'aalt'10
}

.main-body-1 {
    grid-column: 5 / 13;
    background-image: red;
    color: black;
}

.main-body-1 li {
  text-indent: -.75em;
  list-style: none;
  margin-left: .75em;
}

.main-body-1 li:before {
  content: "– ";

}

@media only screen and (max-width: 5000px) {
  body {
     font-size: 34px;
  }
}


@media only screen and (max-width: 3000px) {
  body {
     font-size: 28px;
  }
}


@media only screen and (max-width: 1920px) {
  body {
     font-size: 26px;
  }
}

@media only screen and (max-width: 1440px) {
  body {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1000px) {
  body {
    font-size: 16px;
  }
}

@media only screen and (max-width: 900px) {
  .main-content {
    padding-bottom: 0px;
      }
  #lines {
    display: none;
  }

  #ontop {
    position: relative;
    height: auto;
        grid-column: 1 / -1;
        z-index: 99;
  }
 
  .main-body-1 {
    grid-column: 1 / 18;
    margin-bottom: 40px;
    padding-top: 10px;
  }
  .subheader {
     grid-column: 3 / 21;
  }
  #fixed-header, #fixed-header-bottom {
    font-size: 6em;

  }
  #fixed-header-bottom {
        grid-column: 1 / -1;
            grid-column: 8 / -1;
  }
  #call-for-entries {
    font-size: 3em;
     margin-top: 0em;
  }
 #logos {
  position: absolute;
  right: 15px;
  left: unset;
  top: 15px;
  z-index:9999;

}
  #logos img:nth-of-type(1),#logos img:nth-of-type(2)  {
    max-height: 5vw;
    margin-right: 20px;
    float: left;
  }
  #logos img {
    margin-right: 0px !important;
   justify-self: end;
  }
  body {
   
    font-size: 22px;
  }
  .subheader {
   font-size: 1.75em;
}
}