/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 156px 0 100px;
}

section {
  padding: 150px 0;
}


.footer-separator
{
    height:5px;
    background-color: rgba(11,97,174);
    
}
.horizontal-line
{
   
   background-color: #CECECE;
   height:2px;
   margin-top:5px;

    
}
.footerMenu2 {
    display: inline;
    list-style-type: none; 
    border-right:1px solid gray;
    padding-right:5px;
    padding-left:5px;
    font-size:9pt;
    font-weight: bold;
    
}
.footerMenu2 > a {
    color:gray;
    
}
#social-media-div 
{
    font-size:9pt;
    font-weight: bold;
    color:gray;
    text-align: right;
  
}

.fa{
    /* Overriding the fa class from font-awesome */
    font-size:20pt;
    color:gray;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
   margin-right: 0px; 
   margin-left: opxpx;
}
