html, body {height: 100%; margin: 0}

body {
  padding-top: 0;
  background-image: url("../images/small_steps.png");
}

.container{
  height: 100%;
}

.starter-template {
  height: 11rem;  
  text-align: center;
  color: white;
  background: 
    /* top, transparent red */
    linear-gradient(
      #008b8b, 
      rgba(0, 139, 139, 0.5)
    );
}
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .starter-template .title{
    padding-top: 3rem;
    font-size: 38px;
  }
  .starter-template .subtitle{
    font-size: 28x;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .starter-template .title{
    padding-top: 0.5rem;
    font-size: 24px;
  }
  .starter-template .subtitle{
    font-size: 14px;
  }
}


.starter-template .subtitle{
  color: white; 
  font-weight: 250px; 
  border-radius: 5px;
}

.starter-template h6{
  padding-right: 1rem;
  text-align: right; 
  color:white;
}

#content{
  min-height: 70%;
  padding: 1rem;
  margin-left: inherit;
  margin-right: inherit;
  background-color: white;
}

.divider{
  height: 5px;
  width: 100%;
  background-color: darkcyan;
}

.footer{
  color: white;
  height: 14%;
  /*background: 
    linear-gradient(
      rgba(0, 139, 139, 0.493),  
      rgb(0, 139, 139)      
    );
    */
  background: white;
  padding-top: 20px;
  border-top: 2px solid darkcyan;
  padding-bottom: 20px;
    
}

.programm-subtitle{
  font-weight: 600;
  font-size: 0.9rem;
  color: darkcyan;
}

.programm-entities{
  font-size: 0.9rem;
}

/* --------AB------------*/

.figure-ab{
  float:left; 
  margin-right: 10px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.figure-ab .ab-img{
  display: block;
  width: 100%;
  margin: 0 0;
}

.ab-img{
  display: inline;
  text-decoration: underline;
}

.ab-text{
  font-size: 0.7rem;
  text-align: justify; 
  text-justify: inter-word;
}

/* --------Speaker------------*/
.figure-speaker{
  width: 15rem;
  height: 15rem;
  overflow: hidden;
  position: relative;
  left: 10%;
  text-align: center;
  background: #008b8b;
  
}

.speaker-img{  
  position: relative;
  text-decoration: underline;
  opacity: 1;
}
.speaker-img:hover{
  opacity: 0.6;
}

.figure-speaker .speaker-img{
  display: block;
  width: 100%;
  margin: 0 0;
}

.speaker-name{
  color: #008b8b;
  font-size: 0.9rem;
  text-align: center;
}

.speaker-company{
  color: gray;
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 1rem;
}

.navbar-nav{
  
  padding-left: 1rem;
}

.navbar-nav .nav-item{
  font-size: 14px;
}

.navbar-nav a {
  padding: 0px;
  margin: 0;
}

.navbar-nav .nav-item.active .nav-link{
  color: darksalmon;
  font-weight: bold;
}



.demos-text{
  font-size: 0.8rem;
  text-align: justify; 
  text-justify: inter-word;
}



.footer{
  text-align: center;
}

.programme-speaker{
  display: inline;
  text-decoration: underline;
}