body {
    color: #051236;
    font-family: 'Open Sans', sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    background-image: url("/ir/fi/issoy/Style/Background");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    /* padding-top: 9rem; */
  }
}

#pageheader {
    background-color: #fff;
    border-bottom: 3px solid #051236;
}
#pageheader .logo {
    max-height: 60px;
}
#pageheader .nav-link {
    color: #051236;
    font-weight: 700;
}
#pageheader .dropdown-menu .nav-link {
    color: #051236;
    font-weight: 400;
}
#topnav .nav-item {
    padding: 0;
}

header .nav-link.active {
    color: #051236;
    font-weight: 700;
}

main.container-fluid {
    background-color: #fff;
}

h1, h2, h3 {
    color: #051236;
    font-family: 'Open Sans', sans-serif;
}

.table thead th {
    border-bottom: 2px solid #d82232;
    color: #051236;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #d82232;
    font-weight: 700;
}

