html {
font-size: 14px
}
.stickymenu {
top: 110px !important;
}
code {
  color: #B100F1;
}

#big_brand {
  width: 100%;
  max-width:150px;
  display: block;
  margin: 0 auto;
}

a.navbar-brand {
/*  background: linear-gradient(90deg, #ED2A29, #EFA429, #4FE426, #31CBF0, #2948F0, #B100F1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;*/
    font-size: 22px;
    line-height: 40px;
}

a.navbar-brand img {
  height: 40px;
  margin-right: .5em
}

/*nav div ul li:nth-child(1)>a.nav-link {
  color:  #ED2A29!important;
}

nav div ul li:nth-child(2)>a.nav-link {
  color:  #EFA429!important;
}

nav div ul li:nth-child(3)>a.nav-link {
  color:  #4FE426!important;
}

nav div ul li:nth-child(4)>a.nav-link {
  color:  #31CBF0!important;
}
nav div ul li:nth-child(5)>a.nav-link {
  color:  #2948F0!important;
}
*/
/*nav div ul li:nth-child(1)>a {
  border-bottom: 3px solid #ED2A29;
}

nav div ul li:nth-child(2)>a {
  border-bottom: 3px solid #EFA429;
}

nav div ul li:nth-child(3)>a {
  border-bottom: 3px solid #4FE426;
}

nav div ul li:nth-child(4)>a {
  border-bottom: 3px solid #31CBF0;
}
nav div ul li:nth-child(5)>a {
  border-bottom: 3px solid #2948F0;
}*/


h5[id] {
padding-top: 80px;
margin-top: -80px;
}
h4 {
  padding-top: 80px;
  margin-top: -80px;
  padding-bottom: 1.5rem;
  font-size: 2rem;
}
span.button {
background: linear-gradient(-180deg,#fafbfc,#eff3f6 90%);
padding: 1px 2px;
border: 1px solid rgba(27,31,35,.2);
border-radius: 3px;
}
span.window_title {
  color: #535353;
  font-weight: 500;
}
.mb-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  border-color: rgba(0,0,0,.1);
}
.mb-toggler-icon {
  color: rgba(0,0,0,.5);
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
   width: 1.5em;
   height: 1.5em;
   vertical-align: middle;
   content: "";
   background: no-repeat center center;
   background-size: 100% 100%;
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#contents,#onthispage{
overflow-wrap: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
z-index: 100;
}
@media (max-width: 768px){
  #contents {
    display: block;
    top: 0em !important;
  }
}
@media (min-width: 768px){
.mb-links {
display: block !important;
}
}
