* {
    font-family: Tahoma, Verdana, Arial;
    font-size: 1em;
}

body {
    margin-top: 0px;
    padding-top: 0px;
}

a.nav-link, a.nav-link:active, a.nav-link:visited,
a, a:active, a:visited {
    color: #000000 !important;
    cursor: pointer; 
}

a.nav-link:hover, a:hover {
    color: #666666 !important;
    cursor: pointer; 
    text-decoration: underline !important;
}

h1 {     
    font-size: 1.7em;
    text-align: center;
    font-weight: bold;
    color: #DF7401;
    margin: 35px 0px 40px 0px;
}

h2 { 
    font-size: 1.3em; 
    font-weight: bold;
    color: #666666 !important;
}

h3 { font-size: 1.1em; }
h4 { font-size: 1.2em; }
h5 { 
    font-size: 1.0em; 
    font-weight:bold; 
}

hr.rounded {
    width: 98%;
    border-top: 5px solid #bbb;
    border-radius: 3px;
    margin: 40px 0p;
}

.img-fluid-gallery-thumb {
    max-width: 100%;
    width: 150px;
    height: 150px;
}

.bottom-navi {
    position: fixed; 
    bottom: 0px; 
    height: 50px; 
    background-color: #FFFFFF; 
    padding: 13px 20px;
    width: 100%;
}

.nav-bar-title {
    font-weight:bold;
    color:#000000;
}

.title-gallery
{
    text-align: center;
}