/*
 Theme Name:     Divi Child
 Theme URI:      https://www.opmedia.se
 Description:    OPM Child Theme
 Author:         One Partner Media 
 Author URI:     https://opmedia.se
 Template:       Divi
 Version:        1.0.0
*/
#main-header #logo {
  max-width: 150px; /* fast storlek på logobilden */
}

h1, h1.et_pb_contact_main_title, .et_pb_title_container h1 {
text-transform: uppercase; font-size: 17px; /* stor bokstav i h1-elementen /
/ fast storlek på h1-elementen */
color: #000;
}

@media (max-width: 767px) { /* för skärmar med en bredden mindre än 767px */
  #main-header #logo {
    max-width: 100px; /* mindre fast storlek på logobilden */
  }
  h1, h1.et_pb_contact_main_title, .et_pb_title_container h1 {
    font-size: 3vw; /* mindre fast storlek på h1-elementen */
  }
  #logo-text h1 {
    font-size: 2vw; /* fast storlek på logotexten */
  }
}

@media (max-width: 480px) { /* för skärmar med en bredden mindre än 480px */
  #main-header #logo {
    max-width: 70px; /* ännu mindre fast storlek på logobilden */
  }
  h1, h1.et_pb_contact_main_title, .et_pb_title_container h1 {
    font-size: 14px; /* ännu mindre fast storlek på h1-elementen */
  }
  #logo-text h1 {
    font-size: 1.5vw; /* mindre fast storlek på logotexten */
  }
}

#logo-text {
  font-weight: 500;
  font-style: normal;
  line-height: 1.2em;
}
