/*
    Created on : 16.03.2020, 11:58:45
    Author     : t4k
*/
@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro.eot');
    src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro.woff') format('woff'),
        url('../fonts/GothamPro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Medium.eot');
    src: url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Medium.woff') format('woff'),
        url('../fonts/GothamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Bold.eot');
    src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Bold.woff') format('woff'),
        url('../fonts/GothamPro-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
#main_menu .navbar-nav>.nav-item:first-child .nav-link:before,
.download:before, .documents>li:before,
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
html {
    font-size: 16px;
}
body {
    font-family: 'Gotham Pro';
    background-color: #f3f3f3;
}
a, a:hover{
    color:#000000;
}

button {
    outline: 0 !important;
}
.unstyled {
    color: inherit !important;
    text-decoration: none !important;
}
.btn-warning {
    color: #fff !important;
    background-color: #f2672d;
    border-color: #f2672d;
}
.btn-warning:hover,
.btn-warning:focus {
    background-color: #d8612f;
    border-color: #d8612f;
}
.main-page {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #af3434;
    color: #fff;
    padding-bottom: 4rem;
    z-index: 1;
}
header {
    position: relative;
    z-index: 10;
    background-color: rgba(175,52,52,.9);
    background-color: #af3434;
    line-height: 1.3;
    font-size: 14px;
}
header .h2 {
    display: inline-block;
    white-space: nowrap;
    font-size: 1.5rem;
    margin: .5rem 0;
}
.navbar .navbar-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.navbar-brand img {
    flex-shrink: 0;
    max-width: 100%;
}
.navbar-nav .btn-warning,
.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
}
.main-page h1 {
    margin: 4rem 0 1.6rem;
    text-transform: uppercase;
}
.main-page .h3 {
    font-weight: 400;
    margin-bottom: 4rem;
}
.navbar-nav {
    position: relative;
    z-index: 10;
}
.navbar-nav .nav-link {
    color: rgba(255,255,255,.75);
    padding: 1rem;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: rgba(255,255,255,.95);
}
footer {
    padding: 2rem 0;
    background-color: #af3434;
    color: #fff;
    font-size: 14px;
}
footer a {
    color: #fff !important;
}
footer ul {
    margin: 2rem 0 3rem;
}
.indent li {
    margin: 1rem 0;
}
footer .d-flex>div {
    width: 100%;
}
.info-block .card {
    height: 100%;
    text-transform: uppercase;
}
.portal,
.icon-block figure,
.info-block .card>a {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.portal-img,
.info-block .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-block figure {
    width: 100%;
    text-align: center;
    margin: 0;
}
.hoverable {
    transition: box-shadow .3s;
}
.hoverable:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.icon-block .figure-img {
    display: block;
    margin: 2rem auto 1rem;
}
.icon-block .figure-caption {
    font-weight: 500;
    color: #212529;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 1rem;
    margin: auto;
}
#up {
    position: fixed;
    bottom: 10%;
    right: 2rem;
    z-index: 1000;
}
.portal {
    line-height: 1.3;
    padding: .5rem;
}
.portal:hover {
    background-color: #f8f9fa;
}
.portal-img {
    height: 120px;
}
#main-content h1 {
    margin: 2rem 0;
    font-size: 2.4rem;
}
#main-content h1 small {
    font-size: 1.6rem;
}
#main-content h4 {
    margin: 2rem 0 1rem;
}
.nav-link:focus, .nav-link:hover,
.nav-link {
    color: inherit;
    border-radius: 0 !important;
    font-weight: 500;
}
.nav-pills .nav-link.active {
    background-color: #af3434;
}
.nav-wide .nav-link {
    padding: 1.2rem 1rem;
}
.pagin li {
    padding: .5rem;
    font-weight: 500;
}
.pagin li a {
    color: #af3434 !important;
}
.text-muted small i {
    font-size: 22px;
    position: relative;
    top: 5px;
    color: #848f98;
}
.d-block.unstyled:hover .lead {
    color: #9a9a9a;
}
.submenu li {
    background-color: #f3f3f3;
    border-radius: .25em;
    margin: .5rem;
}
.submenu li a {
    position: relative;
    opacity: .7;
    font-size: .8rem;
}
.submenu li a:hover,
.submenu li a.active {
    opacity: 1;
}
.download {
    position: relative;
    padding-left: 38px;
    font-size: 16px;
}
.download:before {
    content: 'file_download';
    position: absolute;
    left: .5rem;
    top: .5rem;
}
.navbar-brand i {
    font-size: 30px;
}
.documents {
    padding-left: 0;
    list-style: none;
}
.documents>li {
    position: relative;
    margin: 2rem 0;
    padding-left: 30px;
}
.documents>li>a {
    color: inherit !important;
}
.documents>li:before {
    content: 'description';
    position: absolute;
    left: 0;
    top: 0;
    color: #af3434;
}
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {
    .navbar-nav {
        margin: 1rem 0;
    }
    .navbar-control {
        display: flex;
        justify-content: space-between;
        padding: 1rem 0;
    }
    .navbar-control .btn-warning {
        margin-right: 2rem;
    }
    .navbar-toggler {
        padding: .2rem .75rem;
    }
}
@media (max-width: 767px) {
    html {
        font-size: 14px;
    }
    .navbar-brand {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .navbar .navbar-text {
        flex-wrap: wrap;
    }
    .navbar-control {
        width: 100%;
        order: 1;
    }
    .main-page h1 {
        font-size: 2rem;
    }
    .main-page .h3 {
        font-size: 1.4rem;
    }
}
@media (max-width: 575.98px) {
    .icon-block .figure-caption {
        font-size: .85rem;
    }
    .icon-block .py-3 {
        padding: 1rem .7rem !important;
    }
    /*.navbar-brand img {
        max-width: 90%;
    }*/
}
@media (min-width: 992px) {
    .navbar-collapse {
        display: flex !important;
    }
    .navbar-nav {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        border-top: 1px solid rgba(255,255,255,.7);
        border-bottom: 1px solid rgba(255,255,255,.7);
    }
    .navbar-nav .nav-link {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .main-page:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 38%;
        background-color: #222423;
        background-image: url(../img/layer1.jpg);
        background-repeat:  no-repeat;
        background-size: auto 100%;
        z-index: -1;
    }
    #main_menu .navbar-nav>.nav-item:first-child {
        width: 60px;
        overflow: hidden;
    }
    #main_menu .navbar-nav>.nav-item:first-child .nav-link {
        position: relative;
        color: #af3434 !important;
    }
    #main_menu .navbar-nav>.nav-item:first-child .nav-link:before {
        content: 'home';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: rgba(255,255,255,.9);
    }
    .nav-wide .nav-link:not(.active) {
        background-color: #f3f3f3;
    }
    .nav-wide>.nav-link+.nav-link {
        margin-top: 2.5rem;
    }
    .navbar .navbar-text {
        font-size: .8rem;
        text-align: right;
        justify-content: flex-end;
        padding: 0;
    }
}
@media (min-width: 768px) {
    header .h2 {
        margin-left: 2rem;
    }
    footer .d-flex>div {
        width: 50%;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px){
    header .h2 {
        font-size: 1.2rem;
    }
    .navbar-brand {
        width: 45%;
    }
}
@media (min-width: 1200px) {
    #panel{
      position: absolute;
      width: 100%;
    }
    header {
        position: fixed !important;
        width: 100%;
        top: 0;
        left: 0;
    }
    #main-content,
    .main-page {
        padding-top: 230px;
    }
    .main-page h1 {
        font-size: 3rem;
    }
    .xl-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .submenu li a.active:before {
        content: '';
        display: block;
        background-color: #f3f3f3;
        width: 100%;
        height: 2rem;
        position: absolute;
        top: 100%;
        left: 0;
        transform: translateY(-.5em);
    }
    header .h2 {
        min-width: 245px;
    }
    .navbar .navbar-text>div {
        max-width: 410px;
    }
    .navbar-collapse {
        padding-right: 0;
    }
    .navbar-brand a {
        margin-right: 2rem !important;
    }
}

p a{
  color: #000000;
}

p a:hover{
  color: #000000;
}

.covid-news-block a, .covid-news-block p a{
  color:#f2672d;
}
