﻿html, body {
   font-family: "Open Sans", Arial, Helvetica, sans-serif;
   font-size: 16px;
   height: 100%;
}

h1 {
   font-weight: 400;
   font-size: 36px;
}

h2, .h2 {
   font-size: 30px;
}

h3, .h3 {
   font-size: 24px;
}

.actionbar {
   display: none !important;
}

.navbar .navbar-nav {
   display: none !important;
}

.navbar-expand-md {
   background-color: #cc9900;
   color: #f0f0f0;
}

.navbar-brand {
   position: relative;
   color: #f0f0f0;
   font-size: 14px;
   left: 48px;
   letter-spacing: .8px;
}

.navbar-inverse {
   background-color: #cc9900;
   border: none;
   min-height: 60px;
   padding-top: 10px;
}

   .navbar-inverse .navbar-form {
      border: none;
      box-shadow: none !important;
      margin-top: 3px;
      -webkit-box-shadow: none !important;
   }

.navbar-brand span {
   color: #f0f0f0;
   font-size: 14px;
   left: 48px;
   letter-spacing: .8px;
   position: absolute;
   top: 26px;
}

.article {
   margin-top: 90px;
}

.sideaffix {
   margin-top: 20px;
}

footer {
   border: 0;
   background-color: #37424a;
   color: #ccc;
   font-size: 0.8em;
}
