
h1 
{
  text-align: center;
  font-size: 42px;
  color: rgb(50,50,100);
}
    
h2 
{
  font-weight:normal;
  text-align: Center;
  color: white;
  font-size: 18px;
}   

h3 
{
  font-size: 46px;font-weight: bold;
  color: black;
}

p 
{
  color: black;
  font-size: 32px;
  white-space: nowrap;
}  

p3 
{
  text-align: left;
  color: rgb(0, 0, 0);
  font-size: 32px;
  white-space: nowrap;
}

p4 
{
  text-align: left;
  color: black;
  font-size: 32px;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
}

p5 
{
  text-align: left;
  color: black;
  font-size: 32px;
}

.rounded-corners 
{
  border-radius: 16px;
}


.slideContainer 
{
  white-space: nowrap;
  margin-left: 16%;
}

.slideContainer2 
{
  white-space: nowrap;
  margin-left: 20%;
}

.image-hover-highlight {
  -webkit-transition: all 0.50s;
  transition: all 0.50s;
  &:hover {
      filter: brightness(70%);
      -webkit-filter: brightness(70%);
      -moz-filter: brightness(70%);
      -o-filter: brightness(70%);
      -ms-filter: brightness(70%);
      -webkit-transition: all 0.50s;
      transition: all 0.50s;
  }
}

.button-hover-highlight 
{
  -webkit-transition: all 1.50s;
  transition: all 0.50s;
  &:hover {
      filter: brightness(300%);
      -webkit-filter: brightness(300%);
      -moz-filter: brightness(300%);
      -o-filter: brightness(300%);
      -ms-filter: brightness(300%);
      -webkit-transition: all 0.50s;
      transition: all 0.50s;
  }
}

section
{
    text-align: center;
    background-color: rgb(255,245,237);
    width: 991px;
    margin: auto;
    min-height: 180;
} 

