/* Enter Your Custom CSS Here  */
.buttons-on-homepage a { padding: 150px 0; display:block; }
.buttons-on-homepage { padding-bottom: 5px; }
#header { 
  background:linear-gradient(0deg,rgba(255,255,255,0.3),rgba(255,255,255,0.3)),url(http://timespacerides.com/wp-content/uploads/2017/03/banner-background.jpg);
  background-size: 1000px auto;
  background-position: center -156px;
}
div.logo a img { max-height:100%; max-width:80% }
#aside { background-color:#fbf1ff }
h3 {font-size: 1.7em; }
h4, h3 {margin-bottom: 0.5em; margin-top: 2em }

.elementor-toggle .elementor-toggle-icon { display:none!important }
.elementor-toggle div { line-height: 1.5em!important }

@media only screen and (max-width: 767px){
  #header {
    height:auto;
      background:linear-gradient(0deg,rgba(255,255,255,0.3),rgba(255,255,255,0.3)),url(http://timespacerides.com/wp-content/uploads/2017/03/banner-background.jpg);
	background-size: 150%;
    background-position: center center;
  }
  div.logo { display:block }
}