body{
  padding: 0;
}

.jumbotron{
  background-image: url(../jpg/readers_first_2022_hero-1800.jpg); /* ORIGINAL https://www.inma.org/Initiatives/Readers-First/img/hero-bg.jpg */
  height: 380px;
  background-position: center center;
  background-size: 100% auto;
  position: relative;
}

.jumbotron .logo{
  margin: 30px 0;
  display: block;
  float: left;
  height: 70px;
  width: 210px;
  background-image: url(../svg/inma-logo-test-white-01.svg);
  background-position: center center;
  background-size: contain ;
  background-repeat: no-repeat;
}

#mission{
  text-align: center;
  padding: 20px 0 40px;
}

h1{
  font-family: 'Raleway', sans-serif;
  font-size: 32px;
  color: #000000;
  margin-bottom: 30px;
  font-weight: 700;
  margin-top: 10px;
}

h2{
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: #000000;
  font-weight: 700;
}

h5{
  line-height: 22px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

p{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #717171;
  line-height: 22px;
}

p.lead{
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: #5B5B5B;
  text-align: center;
  line-height: 30px;
}

a{
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #4993F7;
  font-weight: bold;
}

.pre-title{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #717171;
  text-align: center;
  line-height: 22px;
}


.features{
  border-bottom: 1px solid #D8D8D8;
}

.features h2{
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.feature{
  padding: 30px 0;
  margin-bottom:  40px;
}

.features.bordered .feature{
  padding:  30px;
}

#deliverables p{
  max-width: 80%;
}


.feature p{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #717171;
  line-height: 22px;
}

.features.bordered .feature{
  border: 1px solid #D8D8D8;
}

.flex{
  flex-direction: row;
  display: flex;
  flex-flow: row wrap;

}

.flex > div{
  flex: 1;
}

.flex .feature{
  height: calc(100% - 40px);
}

.green-circle,
.blue-circle{
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 60px;
  color: white;
  font-size: 24px;
}

.green-circle{
  background: #76B038;
}

.blue-circle{
  background: #4993F7;
}

.blue-rectangle{
  background: #F6F9FE;
  padding: 30px;
  margin-top: 40px;
  margin-bottom:  20px;
  text-align: center;
}

.blue-rectangle p{
  max-width: 780px;
  margin: 20px auto 20px;
}

.avatar{
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #ddd;
}

.contact-circles a{
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 32px;
  background: #4993F7;
  display: inline-block;
  margin: 0 10px;
  color: white;
  font-size: 15px;
  transition:  all 80ms linear;
}

.contact-circles a:hover{
  background: #2973D7;
}

#resources .article{
  margin-bottom: 40px;
  display: block;
  cursor: pointer;
}
#resources .article:hover{
  text-decoration: none;
}
#resources .article:hover h5{
  text-decoration: underline;
}

.article-image{
  padding-top: 60%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-size: cover;
}


footer{
  background: #07235D;
  color: white;
  padding: 30px 0;
}

footer li{
  list-style:none;
  display: inline-block;
  margin: 0 0 0 20px;
  color: white;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

footer a{
  color: white;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  transition: all 80ms linear;
}

footer .footer-links{
  float: right;
  margin-top: 5px;
  padding: 0;
  margin-left: 0;
}

footer a:hover{
  text-decoration: none;
  color: white;
  opacity: 0.8;
}

.by-db{
  opacity: 0.2;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  float: right;
  clear: both;
  margin-top: 10px;
}

.event-img{
  border-radius: 4px;
  float: right;
  max-width: 100%;
  margin-bottom:  20px;
}

#events h2{
  margin-bottom: 30px;
}

#events .events-list{
  text-align: left;
}

#events .events-list a p{
  font-weight: normal;
}

#events .events-list a:hover h5{
  text-decoration: underline;
}

#events .events-list a:hover,
#events .events-list a:hover p{
  text-decoration: none;
}

#events .events-list h5{
  margin-bottom: 5px;
  margin-top: 0;
}
#events .events-list p{
  margin-top: 0;
  margin-bottom: 20px;
}

footer .logo{
  display: block;
  float: left;
  height: 33px;
  width: 111px;
  background-image: url(../svg/inma-logo-test-white-01.svg);
  background-position: center center;
  background-size: contain ;
  background-repeat: no-repeat;
}


#background-info{
  text-align: center;
  padding-top: 40px;
}

.back-link{
  position: absolute;
  color: white;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 0 7px rgba(0,0,0,0.50);
  top: 25px;
  left: 30px;
  z-index: 9999;
}

.back-link:hover{
  /* text-decoration: none; */
  color: white;
}

.back-link i{
  margin-right: 5px;
}

.hero-title .circle{
  background: #95A6D5;
  color: white;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  padding: 50px 15px;
  font-weight: 800;
  display: block;
  float: left;
  margin-right: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}


.hero-title{
  color: white;
  font-family: 'Raleway', sans-serif;
  margin-top: 30px;
  font-weight: 700;
  margin: 20px 0;
  max-width: 700px;
}

.hero-title h1{
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 74px;
  line-height: 68px;
}

.jumbotron .container{
}

@media screen and (max-width: 1200px){
  .flex > div{
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px){
  .event-img{
    width: 100%;
    float: none;
  }

  .hero-title .circle{
    background: transparent;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    width: auto;
    height: auto;
    padding: 0;
    margin-top: 20px;
    margin-bottom:  10px;
  }

  .hero-title h1{
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 44px;
    line-height: 52px;
  clear: both;
  }

  .jumbotron .logo{
    margin: 20px 0;
    display: block;
    float: left;
    height: 40px;
    width: 100px;
  }

  .jumbotron .container{
    margin: 0;
  }

  .jumbotron{
    height: 300px;
  }

}

@media screen and (max-width: 600px){

  .back-link{
    position: absolute;
    color: white;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 0 7px rgba(0,0,0,0.50);
    top: 25px;
    left: 30px;
    z-index: 9999;
  }

  .flex {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  h1{
    font-size: 24px;
    margin-bottom: 20px;
  }

  h2{
    font-size: 18px;
    text-align: center;
  }

  .features h2{
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .feature{
    padding: 10px 0;
    margin-bottom: 20px
  }

  .blue-rectangle{
    padding: 30px 20px ;
    margin-left: -15px;
    margin-right: -15px;
  }

  #mission{
    padding-top: 00px;
    padding-left: 20px;
    padding-right: 20px;
  }

  p.lead{
    font-size: 18px;
    line-height: 24px;
  }

  footer{
    text-align: center;
  }

  footer .footer-links li{
    width: 100%;
    display: block;
    margin: 30px 0;
  }

  footer .logo{
    margin: 0 auto 10px;

  }


  footer .by-db,
  footer .logo,
  footer .footer-links{
    float: none;
  }

}
@media screen and (min-width: 768px){
	.jumbotron {
	    padding: 30px 0px;
	}
}

.jumbotron .logo{
	text-align: center;
	margin: 0 auto 20px auto;
	float:none;
    width: 180px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


.jumbotron .hero-title{
	text-align: center;
	margin: 20px auto;
	margin: 0 auto 20px auto;
}