@font-face {
    font-family: A-family;
    src: url("../fonts/arial-rounded-mt-bold.ttf");
}
/* @font-face {
    font-family: U-family;
    src: url("../fonts/Ubuntu-L.ttf");
    src: url("../fonts/Ubuntu-R.ttf");
} */
@font-face {
    font-family: H-family;
    src: url("../fonts/HelveticaNeue.ttf");
}
a {
    /* color: steelblue; */
    /* color: #fff; */
    color: black;
    /* text-decoration: underline; */
}
a:hover {
    color: firebrick;
}

body {
    font-family: U-family;
}

.panel-heading {
    color: black;
}

.smallerFont {
    /* font-size: 18px; */
    font-size: 22px;
    color: rosybrown;
    font-family: U-family;
    margin-bottom: 10px;
    /* font-weight: bold; */
}

.bigFont {
    color: steelblue;
    font-family: A-family;
    /* font-family: Ubuntu; */
    font-size: 36px;
}
#head-hero {
    height: 200px
}
.button {
    border: none;
}
.footer{
    height: 290px;
    /* background-color: whitesmoke; */
    background-color: silver;
}
.is-steelblue {
    /* background-color: steelblue; */
    /* background-color: whitesmoke; */
    /* background-color: navy; */
    /* background-color: rgb(32,89,168); */
    background-color: rgb(21,83,172);
}
.is-teal {
    background-color: teal;
}

.is-dark-salmon {
    background-color: darksalmon;
}
.is-cadet-blue {
    background-color: cadetblue;
} 
.is-light-slate-grey {
    background-color: lightslategray;
}
.is-dim-gray {
    /* background-color: dimgray; */
    /* background-color: rgb(191, 192, 194) */
    background-color: rgb(231, 240, 254)
}
/* #container_bar {
    font-size: 16px;
    position: fixed;
    top: 0;
    z-index: 3;
    background-color: rgb(32,89,168);
    width: 100%;
} */
/*这个是顶部导航标签调整被选中标签背景色*/
.tabs.is-boxed li.is-active a {
    /* background-color: silver; */
    color: navy;
    background-color: silver;
    border-color: silver;
    /* border-bottom-color: var(--bulma-tabs-boxed-link-active-border-bottom-color)!important; */
} 
.tabs li.is-active a {
    /* border-bottom-color: var(--bulma-tabs-link-active-border-bottom-color); */
    color: whitesmoke;
}
.tabs.is-boxed a {
    color: white;
    font-size: 20px;
    /* border: 1px solid transparent;
    border-start-end-radius: var(--bulma-tabs-boxed-link-radius);
    border-start-start-radius: var(--bulma-tabs-boxed-link-radius); */
}

/* 导航栏选中时候字体颜色 */
.panel-block.is-active {
    /* border-left-color: var(--bulma-panel-block-active-border-left-color); */
    color: navy;
}
.panel-heading {
    color: white;
    /* background-color: steelblue; */
    /* background-color: whitesmoke; */
    /* background-color: navy; */
    /* background-color: rgb(32,89,168); */
}

/* #left_navigation_bar {
        position: -webkit-sticky; 
        position: sticky;
        top: 45px;
        width: 100%;
        font-size: 16px;
} */

#left_navigation_bar {
        position: -webkit-sticky; 
        position: sticky;
        top: 55px;
        /* background-color: #fff; */
        /* padding: 10px; */
        font-size: 16px;
}
/* #media_content_keyword {
    color: white;
}
#media_content_keywords {
    color: white;
} */
.table thead td, .table thead th {
    /* border-width: var(--bulma-table-head-cell-border-width); */
    /* color: var(--bulma-table-head-cell-color); */
    color: white;
}

.subtitle {
    color: navy;
}
.button {
    --bulma-button-text-decoration: none;
}



section#section_nav {
    /* background-color: rgb(32,89,168); */
    background-color: rgb(21,83,172);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
nav.navbar {
    /* background-color: rgb(32,89,168); */
    background-color: rgb(21,83,172);
}
a.navbar-item {
    color: aliceblue;
    /* background-color: rgb(32,89,168); */
    background-color: rgb(21,83,172);
}
a.navbar-item:hover {
    background-color: #ffff;
}
a.navbar-link {
    color: aliceblue;
    /* background-color: rgb(32,89,168); */
    background-color: rgb(21,83,172);
}
a.navbar-link:hover {
    background-color: #ffff;
}
a:hover {
    color: firebrick;
}

.navbar-item {
    &.has-dropdown {
      .navbar-dropdown {
        display: none;
      }
      &.is-hoverable:hover {
        .navbar-dropdown {
          display: block;
        }
      }
    }
  }
.navbar-burger {
    color: white;
}