.clear {
    clear:both;
    line-height:0;
    display:block;
    height:0;
    width:100%;
}
.navbar-light .navbar-nav .nav-link {
    color: #a7a7a7;
}
.bg-light {
    background-color: #fff!important;
}
.breadcrumb {
    padding: .5rem;
    margin-bottom: .5rem;
    list-style: none;
    background-color: #f6f6f6;
    border-radius: .5rem;
}
hr {
    width:80%;
}
p {
    color:#8eb7bf;
    text-align:center;
}
h1,h2,h3,h4,h5,h6 {
    color:#749abf;
    text-align:center;
} 
a.nav-link {
    display:block;
    padding-right: 1rem !important;
    padding-left: .6rem !important;
    text-align: center;
}
footer a.nav-link {
    text-align: left;
}
.fr-name {
    display: none;
}
footer a {
    color:gray !important;
    
}