body {
    font-family: 'Roboto', sans-serif;
    font-size: larger;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Work Sans', sans-serif;*/
    font-family: 'Nunito', sans-serif;
    /*font-size: 1.1rem;*/
}

nav {
    font-family: 'Roboto', sans-serif;
}

.navbar {
    /*overflow: hidden;*/
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    z-index: 255;
}

.navbar-toggler-icon {
    z-index: 255;
}

.jumbotron h1 {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center;

    /*font-size: 2rem;*/
}

.jumbotron {
/*padding: 5em;*/
    padding-top: 10pt;
    padding-bottom: 10pt;
    min-height: 150px;
}

.page-footer{
    padding-top: 5pt;
    padding-bottom: 5pt;
}

.page-footer a {
    color: #9df0ff;
}

.icon-calendar:before .icon-credit-card:before {
    color: #330057 !important;
}

.sectionname {
    margin-left: -15px;
}

.content-item {
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
}

.linone {
    /*background: silver;*/
    list-style-type:none;
    padding-left: 0;
    padding-bottom: 10px;
}