/*
Theme Name: Together Child
Theme URI: https://wordpress.org/themes/together/
Description: Child Theme from Together
Author: Thomas Mächler
Author URI: www.maechler-thomas.ch
Template: together
Version: 1.0
*/

@import url("../together/style.css");

/* Theme costumization starts here
----------------------------------------------------------------*/
.dt-site-header:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.dt-site-header {
    background-position-y: bottom !important;
  }

  @media (max-width: 480px){
  	.dt-logo h1 a, .dt-foot-logo h1 a{
      margin: 50px 0 20px;
  		font-size: 36px;
  		color: #e55a65 !important;
  }
  }

  @media (min-width: 481px) and (max-width: 990px){
  .dt-logo h1 a, .dt-foot-logo h1 a{
  	font-size: 52px;
  	color: #e55a65 !important;
  	}
  }

  @media (max-width: 480px){
  	.dt-nav-logo h1 a{
  		font-size: 22px;
  	}
  }

  @media (max-width: 990px){
  	.dt-nav-logo h1 a{
  		font-size: 28px;
  	}
  }
  .dt-logo h1 a, .dt-nav-logo h1 a, .dt-foot-logo h1 a{
  	color: #e55a65;
  } 
