html {
    font-size: 14px;
    font-family: NimbusSans, sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 0px;
    font-family: NimbusSans, sans-serif;
}


.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


h1 {
    color: #194796;
    text-align: center;
    letter-spacing: 8px;
}

h2 {
    color: #6ac28e;
    text-align: center;
    font-size: 1.3em;
    letter-spacing: 2px;
}



.ibt-service-tile {
    background-color: #f2f2f2;
    /* lightgray  */
    border-radius: 10px;
    height: 150px;
    width: 150px;
    margin: 10px;
    padding: 10px 10px 10px 10px;
    color: #58585a;
    text-align: center;
    font-size: 11pt;
}

    .ibt-service-tile div:first-child {
        height: 75px;
    }

    .ibt-service-tile:hover {
        background-color: #0c1e39;
        /* red  */
        color: white;
        /* dark gray  */
    }

@media (min-width: 768px) {
    .ibt-service-tile {
        height: 200px;
        width: 200px;
        font-size: 14pt;
    }

        .ibt-service-tile div:first-child {
            height: 100px;
        }
}