body{
  padding: 0;
}

.jumbotron{
  background-image: url(../jpg/hero-bg-2.jpg);
  height: 380px;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
  color: white;
  padding: 20px;
}

.jumbotron .logo{
  display: inline-block;
    height: 70px;
    width: 184px;
  background-image: url(../svg/inma-logo-test-white-01.svg);
  background-position: center center;
  background-size: contain ;
  background-repeat: no-repeat;
}

.jumbotron .pre-title{
  color: white;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  margin-top: 70px;
}

.jumbotron h1{
  font-size: 70px;
  color: #FFFFFF;
  text-align: center;
  line-height: 72px;
}

#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;
  font-weight: 400;
}

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;
}

#scope p{
  max-width: 100%;
}

.b-b-0{
  border-bottom: none!important;
}


.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: #62B30F;
}

.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;
}

#deliveries .article{
  margin-bottom: 40px;
  display: block;
  cursor: pointer;
}
#deliveries .article:hover{
  text-decoration: none;
}
#deliveries .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;
}

.by-db svg{
    margin-top: 4px;
    vertical-align: top;
    margin-right: 4px;
}

.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;
}

#note{
  text-align: left;
}

#note.blue-rectangle p{
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}

#note h5{
  margin-top: 0;
}

#comittee .feature{
  padding-bottom: 10px;
  margin-bottom: 0;
}

#comittee .pillar{
  text-align: center;
}

#background-info{
  text-align: center;
  padding-top: 40px;
}

#background-info p{
  max-width: 660px;
  margin: 0 auto 0px;
}

.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;
}

@media screen and (max-width: 1200px){
  .flex > div{
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px){
  .event-img{
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 600px){

  .jumbotron{
    padding-top: 80px;
    height: 310px;
  }

  .jumbotron .pre-title{
    font-size: 16px;
    line-height: 16px;
    margin-top: 30px;
  }

  .jumbotron h1{
    font-size: 32px;
    line-height: 36px;
  }

  .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;
  }

}


