/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html,body,h1,h2,h3,h4,h5,h6 {
  font-family: "Open Sans", sans-serif;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.w3-sidebar {
  z-index: 3;
  width: 200px;
  top: 43px;
  bottom: 0;
  height: inherit;
}

.w3-bar-item {
  font-variant: small-caps;
  hyphens: manual;
}

.w3-padding-0 {
  padding:0px!important;
}

.w3-margin-small {
  margin:8px!important;
}

.w3-image {
  flex-shrink:0;
}

a {
  color: #1b7dff;
  text-decoration: none;
}

a:hover {
  color: #003d8c;
}

a.invisible {
  color: inherit;
  text-decoration: none;
}

.imgthumb:hover {
  transform: scale(1.5);
  background: #FFFFFF;
  /*padding: 2px;
  border: 0.1px solid #a3cbff;*/
  transition: all 0.3s;
  box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

/*to correct navbar-height when jumping*/
*:target {
  padding-top: 43px; 
}
