html {
	scroll-behavior: smooth;
}
body {
    background: #fff;
    color: black;
    font-family: "Open Sans", sans-serif;
  }
p {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}
.steno {
    line-height: 1;
    margin-bottom: 4px;
}
.xomeno {
    margin-left: 30px;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar {
    border-bottom: 2px solid #020060;
}
.navbar-light .navbar-text {
    font-size: 1.2em;
    color: #020060;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 1.1em;
    color: #020060;
    border-left: 2px solid #020060;
}
.navbar-nav > li:last-child {
    border-right: 2px solid #020060;
}
.navbar-light .navbar-nav .nav-link:hover {
    background-color: #020060;
    color: #fff;
}
.section-heading {
    color: #020060;
    font-weight: 700;
    font-family: 'Raleway';
}
.section-heading-gr {
    color: #020060;
    font-weight: 700;
}

hr.ruler1 {
    border-top: 2px solid #fa783a;
    opacity: 1;
}
.colored {
    color: #020060;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom:30px;
    right: 30px;
    display:none;
}
ul {
    font-size: 14px;
}
th, td {
    font-size: 14px;
}
@media only screen and (max-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.1em;
        color: #020060;
        border: 0px;
        text-align: center;
    }
    .navbar-nav > li:last-child {
        border-right: 0px;
    }
}    