/*!
 * My big fat fingers have broken the stylesheet one time too many.
 *
 *
 * Style tweaks are now made here, leaving the core css less exposed to my typing errors.
 */

body img {
border-style: solid;
border-width:1px;
border-color:#dddddd;
margin: 5px 5px 5px 5px;
}

@font-face {
  font-family: 'arboriamedium';
  src: url("../fonts/arboria_-_medium-webfont.woff2") format('woff2'),
       url('../fonts/arboria_-_medium-webfont.woff') format('woff');
}

header img{
  width:200px;
  border: none;
  margin-top: 20px;
  padding-left: 20px;
}

 .product-name {
 font-family: 'arboriamedium';
 color: #56546A;
 font-size: 30px;
 font-weight: 800;
 padding-left: 20px;
 }

.footer-company-motto {
padding-left: 20px;
}

h1 {
font-family: 'arboriamedium';
 color: #56546A;
 font-size: 45px;
 font-weight: 800;
}

h2 {
font-family: 'arboriamedium';
 color: #56546A;
 font-size: 35px;
 font-weight: 800;
}

h3 {
font-family: 'arboriamedium';
 color: #56546A;
 font-size: 25px;
 font-weight: 300;
}

h4 {
font-family: 'arboriamedium';
 color: #56546A;
 font-size: 20px;
 font-weight: 100;
}

h5 {
font-family: 'arboriamedium';
 color: #56546A;
 font-size: 20px;
 font-weight: 50;
}

h6 {
font-family: 'arboriamedium';
 color: #56546A;
 font-size: 15px;
 font-weight: 50;
}

body {
font-family:Arial;
font-weight: normal;
color: #56546A;
padding-left: 20px;
}


#toc a {
color: #56546A;
font-family:Arial;
font-weight: normal;
font-size:100%;
}

#toc.toc2 {
background: #F6F7F9;
}

a {
color: #29AAE2;
}

.footer-block {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #999999;
  color: white;
  text-align: center;
}

.footer-text {
position: relative;
font-family: Noto Serif;
font-size:80%;

}

.footer-right {
position:relative;
left:100px
}

.logo-img {
border-style: none;
border-width: 0px;
margin: 5px 5px 5px 5px;
}

#toctitle,.sidebarblock>.content>.title {
font-family:"Open Sans","DejaVu Sans",sans-serif;
font-weight:300;
font-style:normal;
color:#29aae2;
text-rendering:optimizeLegibility;
margin-top:1em;
margin-bottom:.5em;
line-height:1.0125em;
}

.imageblock>.title{font-family:"Open Sans","DejaVu Sans",sans-serif;font-weight:300;font-size:0.7em;font-style:normal;color:#2E2D2D;text-rendering:optimizeLegibility;margin-top:0em;margin-bottom:.5em;line-height:1.0125em;}