* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
body {
    position: relative;
    background-color: #f8f9fa;
}
.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
}
ul.leaders {
    padding: 0;
    overflow-x: hidden;
    list-style: none
}
ul.leaders li.name:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
            ". . . . . . . . . . . . . . . . . . . . "
            ". . . . . . . . . . . . . . . . . . . . "
            ". . . . . . . . . . . . . . . . . . . . "
            ". . . . . . . . . . . . . . . . . . . . "
}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: #f8f9fa
}
ul.leaders span + span {
    padding-left: 0.33em;
    background: #f8f9fa
}
.custom-nav {
    padding-left: 30px !important;
    padding-right: 30px !important;
    color: #cacaca !important;
    font-size: 24px;
}
.custom-nav:hover {
    color: white !important;
}
.custom-tab {
    border-style: solid;
    border-width: 1px;
    border-color: #28a745;

    margin: 5px 5px 5px 5px !important;
}
.header {
    font-size: 64px;
    color: darkgreen;
    padding-bottom: 30px;
}
.header-image {
    padding-bottom: 150px;
    background-image: url('../img/pizza_background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}
.jumbotron {
    padding-top: 50px;
    background: 0
}
.text-shadow {
    text-shadow: 1px 1px 2px #000;
}
a {
    color: #28a745;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #28a745;
    text-decoration: none;
    background-color: transparent;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #28a745;
}