::selection {
  background: #56d8ff; /* WebKit/Blink Browsers */
    color: #fff;
}
::-moz-selection {
  background: #56d8ff; /* Gecko Browsers */
        color: #fff;
}

/*Table of Content*/
.contentBar {
  overflow: hidden;
  background-color: #56d8ff;
  position: fixed;
  bottom: 0;
  width:inherit;
  z-index: 999;
    opacity: 1;
}

.contentBar a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: "Heebo", sans-serif;
  font-size: 15px;
}

.contentBar a:hover {
  color: #fff;
    background: #000;
}


/*ToolTip*/
.tooltip {
  position: relative;
  display:inline;
  border-bottom: 1px dotted;
  color: #56d8ff;
    font-family: "Roboto", sans-serif;

}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
    font-family: "Roboto", sans-serif;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


/*Caption*/
.caption {
    font-style: italic;
    color: #fff;
    opacity: 1;
    margin-top: 2px;
}

.quotation {
    opacity: 1;
	margin:0;
    color: #56d8ff;
    text-align: center;
    padding: 2px;
    font-size: 15px; 
    font-style: normal
}

.quotation-big {
   opacity: 1;
	margin:0;
    color: #56d8ff;
    text-align: left;
    padding: 2px;
    font-size: 25px; 
    font-style: italic 
}

.section_dividers {
    background-color: #56d8ff; 
    color: #000; 
    padding-left: 20px;
    font-size: 3em;
    font-weight: 400;
    text-align: left;
}

.table_img{
    width: 50%; 
    margin-left: 25%
}

@media only screen and (max-width: 768px) 
{
    
.section_dividers {
    font-size: 2em;
    margin-bottom: 45px;
}
    .table_img{
    width: 50%; 
    margin-left: 0px
}  
        
.quotation {
    text-align: left;
}
    .contentBar a {
  padding: 6px 8px;
  font-family: "Heebo", sans-serif;
  font-size: 15px;
}

.contentBar a:hover {
  color: #000;
    background: #56d8ff;
    text-decoration: underline;
}
}

@media only screen and (min-width: 768px) 
{

    
}
