/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  Montix
Author URI:  https://www.montix.nl
Template: Divi
Version:  1.0
*/

@import url("../Divi/style.css");@import url("fonts/fonts.css");/*@import url("web/css/style.css");*/@import url("web/css/main.css");
#main-header .logo_container h2 {
    font-family: 'EurostileLTStdExtended2' !important;
    letter-spacing: -1px;
    float: left;
    color: #ff7800;
    margin-left: 5px;
    margin-top: 6px;
}
#main-header .logo_container h2 span {
    color: white;
    font-family: 'EurostileLTStdExtended2' !important;
    font-size: 20px !important;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -1px;
    margin-top: -5px;
    display: block;
}

@media screen and (max-width:1555px) and (min-width:1450px) {
  #main-header .logo_container h2 {
    font-size:25px;
  }
  #main-header .logo_container h2 span {
    font-size:15px !important;
  }
}
@media screen and (max-width:1449px) and (min-width:1354px) {
  #main-header .logo_container h2 {
    font-size:20px;
  }
  #main-header .logo_container h2 span {
    font-size:11px !important;
  }
}

@media screen and (max-width:1353px) {
  #main-header .logo_container h2 {
    font-size:20px;
  }
  #main-header .logo_container h2 span {
    font-size:11px !important;
  }
}

@media screen and (max-width:1280px) and (min-width:500px) {
  #main-header .logo_container h2 span {
    font-size: 20px !important;
    margin-top:0px !important;
  }
}