

.carousel-control{
    width: 30%;
}

@media only screen and (max-width: 420px){.q_logo a{height: 42px !important;}.header_bottom {padding: 0 15px;}}

/* Make the header slider title text bold (COMING SOON) */
div.carousel-inner.skrollable.skrollable-between > div > div.slider_content_outer > div > div > h2 > span {
  font-weight: bold;
}

/* [MOBILE] Make the header slider title text bold (COMING SOON) */
@media only screen and (max-width: 420px){#qode-home-slider > div.carousel-inner > div > div.slider_content_outer > div > div > h2 > span {
   font-weight: bold;
}}

/* [MOBILE] Move the header slider title text more down (COMING SOON). For some reason the top title text field does not work for mobile so separate css is needed */
@media only screen and (max-width: 420px){#qode-home-slider > div.carousel-inner > div > div.slider_content_outer > div > div {
  top: 50%;
}}