html {
  /* default font-size is 16px - this is set in the default browser stylesheet */ 
  font-size: 16px; 
  font-weight: 400; 
  line-height: 1.5; 
} 

.bg-1 {
     background-color: #ffffff; 
     color: #17202a;
}
 .bg-2 {
    background-color: #e5e7e9; 
    /* #e8daef; */
    color: #17202a;
}

.bg-3 {
    background-color: #ffffff; 
    color: #17202a;
}


.container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 230px;
    padding-right: 230px;
    text-align: justify;
    text-justify: inter-word;
}

.padding{
    padding-left: 230px;
    padding-right: 230px;
}

.padding_only_right{          
    padding-right: 0px;
}

ul.d {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #111;
}

ul.b {
    list-style-type: square;
}


ul>li {
    float: left;
}

ul.d a {
    display: block;
    color: white;
    padding: 12px 12px;
    text-decoration: none;
    font-size: 130%;
}

/* Change the link color to #111 (black) on hover */
ul a:hover {
    background-color: #e5e7e9;
}