.extragap {
    padding: 25px 0px;
}

h2 {
    font-size: 28px;
    text-transform: uppercase;
    color: darkblue;
    margin-bottom: 40px
}

h3 {
    color: darkblue;
    text-transform: uppercase;
}

body {
}

p {
    margin: 15px 15px;
    padding: 10px 10px;
    font-size: 17px;
}

.kbnav {
   
    /*
    background-image: linear-gradient(to right,red, blue, green, yellow);
    color: white;
    */
    background: white;
}

.kbnav a {
    margin-right: 30px;
    color: darkblue !important;
    border-bottom: 1px solid transparent;
}    

.kbnav a:hover {
    color: #dc3545 !important;
    border-bottom: 1px solid #dc3545;
}

.navbar-brand a:hover {
    border-bottom: 1px solid transparent !important;
}

.active a{
    border-bottom: 1px solid #dc3545;
}


.navbar-brand {    
    /*
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: deeppink !important;
    text-shadow: 3px 3px 5px #777;
    */
    margin-left: 10px;
    margin-top: -10px;
    margin-bottom: -10px
}

.menu rt {
    border-bottom: 1px solid transparent;
}
.sixteen-columns {
    background: black;
    color: red;
}


/* Index Page CSS */
/* .carousel-item {
    height: 100%;
  } */

footer {
    background: #444;
    color: white;
 }

.socialicon i {
    font-size: 50px;
    margin: 5px;
    padding: 5px;
    color: white;
}

.socialicon i:hover {
    color: red;
}

.poloroid {
    margin: 15px 15px;
    padding: 10px 10px;
}

marquee {
    font-size: 14px;
}

.tbl { border-collapse: collapse; width: 500px; }
.tbl th, .tbl td { padding: 5px; border: solid 1px #bbb; }
.tbl th { background-color: aliceblue; text-align: center; }