
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
/* https://stackoverflow.com/questions/20470854/how-to-limit-bootstrap-column-width-on-large-devices */
.container {
  max-width: 970px;
}
.line {
  height: 5px;
  background-color: #ff6908;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #555;
  border-color: #555;
}
.navbar .navbar-toggle {
  border-color: #555;
}
.navbar, .slogan, .megatron {
  font-size: 16px;
  line-height: 18px;
}

.slogan h2 {
  font-size: 24px;
  font-weight: bold;
  color: #222;
}
.slogan p {
  color: #555;
}

.info-item {
  margin-top: 20px;
}
.info-item h3 {
  text-transform: uppercase;
  line-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
.info-item h4 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}
footer.site-footer {
  margin-top: 20px;
  text-align: left;
  font-size: 13px;
}
footer.site-footer ul {
  margin-left: 0px; /* Wordpress sets UL left margin to 40px; */
  padding-left: 0px;
  font-size: 14px;
  list-style: none;
  float: right;
}
footer.site-footer ul a {
  outline: 0;             /* remove dotted line around link */
  color: #999 !important;
}
footer.site-footer ul a:hover, footer ul a:focus {
  text-decoration: none;
}
footer.site-footer ul a:hover {
  color: #fff !important;
}
footer.site-footer ul li {
  float: left;
  margin-right: 13px;
}
.navbar > .container .navbar-brand {
  width: 420px;
  height: 56px;
  background-image: url(images/dhlogo_420x561.png);
  background-repeat: no-repeat;
  background-size: contain; /*https://stackoverflow.com/questions/9262861/css-background-image-to-fit-width-height-should-auto-scale-in-proportion*/
  overflow: hidden;
  text-indent: -9999px;
  margin-left: 0px;
  outline: 0;
}

.navbar {
}
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
  margin-bottom: 0;
  border-radius: 0;
 /* height: 86px;*/
  /* Give navbar some extra space */
  margin-top: 35px;
  margin-bottom: 35px;
/*    left: 30px;*/
}
ul.navbar-nav a {
  background-color: #fff;
  color: #555;
  padding-bottom: 10px;   /* keep orange line a bit closer */
  outline: 0;             /* remove dotted line around link */
  border-bottom: 5px solid #ffF; /* AVOId shifting in menu mode */
z-index: 10;
}
.megatron imG { z-index: -10000; }
  ul.navbar-nav a:hover, ul.navbar-nav a:focus {
  background-color: #fff;
}
ul.navbar-nav a:hover {
  color: #000;
  border-bottom: 5px solid #ff6908;
}

/* Add a gray background color and some padding to the footer */
footer.site-footer {
  background-color: #1a1a1a;
  color: #666;
  padding: 25px;
}

.carousel-inner img {
  width: 100%; /* Set width to 100% */
  margin: auto;
  min-height:200px;
}

/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
  .carousel-caption {
  display: none;
}
}

.largeimg img {
width: 100%;
}
.megatron {
width: 100%;
background-color: #f2f2f2;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

/* https://stackoverflow.com/questions/19827605/change-bootstrap-navbar-collapse-breakpoint-without-using-less */
@media (max-width: 1000px) {
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}
}
/* end collapse breakpoint adjustment */

/* faq page */
.page-template-default h1, .search-results h1 {
    font-size: 24px;
    color: #333;
    margin-top: 40px;
}
.page-template-default h2, .search-results h2 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-top: 35px;
}

/* make h2 a bit smaller on the page overview pages */
.search-results h2, .page-kb h2 {
    font-size: 18px;
}

.page-template-default h3 {
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
}
.page-template-default h3 a {
color: #333 !important;
text-decoration: none !important;
outline: 0;
}
/* give links an orange color */
a, a:hover, a:focus, a:visited {
color: #d45500;;
}
/* margin between "1 comment" etc */
.cat-links, .comments-link, .edit-link {
margin-right: 10px;
}
/* normal buttons */
input[type="submit"] {
font-size: 1.2rem;
}
.megatron span.slidebutton a{
font:bold 14px/40px 'Open Sans', Arial, Helvetica, sans-serif;
display:inline-block;
vertical-align:top;
text-transform:uppercase;
color:#fff;
text-shadow:1px 1px 0 rgba(0, 0, 0, .1);
padding:0 18px;
background: rgb(255,121,9);
background: -moz-linear-gradient(top,  rgba(255,121,9,1) 0%, rgba(255,90,7,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,121,9,1)), color-stop(100%,rgba(255,90,7,1)));
background: -webkit-linear-gradient(top,  rgba(255,121,9,1) 0%,rgba(255,90,7,1) 100%);
background: -o-linear-gradient(top,  rgba(255,121,9,1) 0%,rgba(255,90,7,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,121,9,1) 0%,rgba(255,90,7,1) 100%);
background: linear-gradient(top,  rgba(255,121,9,1) 0%,rgba(255,90,7,1) 100%);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom: 10px;
}

.megatron span.slidebutton a:hover {
color:#fff;
text-decoration: none;
background: rgb(255,106,0);
background: -moz-linear-gradient(top,  rgba(255,106,0,1) 0%, rgba(255,79,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,106,0,1)), color-stop(100%,rgba(255,79,0,1)));
background: -webkit-linear-gradient(top,  rgba(255,106,0,1) 0%,rgba(255,79,0,1) 100%);
background: -o-linear-gradient(top,  rgba(255,106,0,1) 0%,rgba(255,79,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,106,0,1) 0%,rgba(255,79,0,1) 100%);
background: linear-gradient(top,  rgba(255,106,0,1) 0%,rgba(255,79,0,1) 100%);
}

.megatron h2 {
color: #d45500;
}

.megatron .motto {
color: #777;
font-size: 12px;
}

/* adjust logo size on small screens */

@media (max-width: 500px) {
.navbar > .container .navbar-brand {
width: 360px;
height: 48px;
}
}
@media (max-width: 415px) {
.navbar > .container .navbar-brand {
width: 300px;
height: 40px;
}
}

/* https://stackoverflow.com/questions/37243774/bootstrap-navbar-fixed-bottom-covers-content
https://getbootstrap.com/docs/3.3/components/#navbar-fixed-bottom */

#main { margin-bottom: 170px; }

@media (min-width: 768px) {
#main { margin-bottom: 135px; }
}

@media (min-width: 1000px) {
#main { margin-bottom: 120px; }
}



/*--------------------------------------------------------------
## Pricing table
--------------------------------------------------------------*/

#pricing-table .panel-heading {
    background-color: #ff6908;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    xtext-transform: uppercase;
    font-weight: bold;
}

#pricing-table .b {
    font-weight: bold;
    color: #000;
}
#pricing-table .tr, #pricing-table .trns {
    text-align: center;
    color: #333;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
#pricing-table .panel-body {
    padding-left: 0px;
    padding-right: 0px;
}
#pricing-table .panel-body .tr:nth-child(even) {
  background-color: #f8f8f8;
}
#pricing-table .panel-body a.btn {
    font-weight: bold;
    color: #fff;
    outline: 0;
}

#pricing-table .price td {
    text-align: center;
}
#pricing-table .price {
    margin-bottom: 5px;
}


/*** content ***/

.entry-content ul {
    margin-left: 0px;
    padding-left: 30px;
}
