@font-face {
  font-family: 'DisStd';
  src: url('https://tpec.disobedientfutures.org/font/DisStd-Regular.eot?') format('embedded-opentype'),
       url(https://tpec.disobedientfutures.org/font/DisStd-Regular.woff) format('woff'),
       url(https://tpec.disobedientfutures.org/font/DisStd-Regular.otf) format('opentype'); 
}

@font-face {
  font-family: 'TimesNow Light';
  src: url(https://tpec.disobedientfutures.org/font/TimesNow-Light.woff);
}

@font-face {
  font-family: 'TimesNow SemiBold';
  src: url(https://tpec.disobedientfutures.org/font/TimesNow-SemiBold.woff);
}

html, 
{
    height: 100%;
    }


body {
    font-size: 34px;
    line-height: 38px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    font-weight: normal;
    font-family: 'TimesNow Light', Times New Roman, serif;
    -webkit-font-smoothing: antialiased;
    color: #555555;
}

.background {
  background-image: url('https://tpec.disobedientfutures.org/img/02_07_banner_2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  position: fixed;

  }

div{
  margin: 0;
  padding: 0;
}

#m1{
  margin-bottom: 80px;
}
#m2{
  margin-bottom: 80px;
}
#m3{
  margin-bottom: 80px;
}
#m4{
  margin-bottom: 80px;
}

#title {
  display:flex; 
  justify-content: center; 
  margin: 0;
  z-index: 1;
  width:100%;

}

#screen {
    position: ;
    width: 90%;
    height: 100%;
    top:0;
    margin: auto;
    padding: 10px;
    z-index: 2;
}

#sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  width: 90%;
  margin: auto;
  padding: 10px;
  top: 0;
  left: 0;
  border: 0px;
  z-index: 3;
  text-align: center;
}

#logos {
    display:flex; 
    justify-content: center; 
    margin: 5%;
    }


p {
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 0px 20px 30px 20px ;
    margin: 0;
    font-weight: normal;
}

p.thick {
    font-family: 'TimesNow SemiBold', Times New Roman, serif;
}

h3{
   font-size: 1.5em;
   line-height: 1.2em;
   font-family: 'TimesNow SemiBold', Times New Roman, serif;
   font-weight: normal;
   -webkit-font-smoothing: antialiased;
   display: inline;
}

h4{
  font-family: 'DisStd';
  font-weight: normal;
  letter-spacing: -1.5px;
  text-align: center;
  font-size: 3em;
  line-height: 1em;
  margin: 0;
  padding: 80px 0 30px 0 ;
  color: #555555;
}

h5{
  font-family: 'DisStd';
  font-weight: normal;
  letter-spacing: -1.5px;
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 0px 0px 0px 20px ;
  margin: 0;
}

/* LINKS */



a {
    text-decoration: none;
    font-family: 'TimesNow Light', Times New Roman, serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1em;
    margin: 0 0 0 0 ;
    padding: 0 0 0 0 ;
}

b {
    font-family: 'TimesNow SemiBold', Times New Roman, serif;
    font-weight: normal;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

    /* unvisited link */
    a:link {
    color: red;
}

    /* visited link */
    a:visited {
    color: red;
}

    /* mouse over link */
    a:hover {
    color: darkred;
}

    /* selected link */
    a:active {
    color: darkred;
}


