/*
 Theme Name:   Soil and Environmental Technology Theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Soil and Environmental Technology Theme
 Author:       Paul Harris
 Author URI:   https://citizens.coop
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
 Text Domain:  SoilandEnvironmentalTechnologyTheme
*/

/* Basic responsive layout
   ========================================================================== */
   body .site-header {
    max-width:100%;
    padding: 15px;
    margin-right: auto;
    margin-left: auto; }
  
  @media (max-width: 575px) {
    body .site-header {
      max-width:100%; } }
  
  @media (min-width: 576px) {
    body .site-header {
        max-width:100%; } }
  
  @media (min-width: 768px) {
    body .site-header {
        max-width:100%;
        padding: 15px 75px; } }
  
  @media (min-width: 992px) {
    body .site-header {
        max-width:100%;
        padding: 15px 100px; } }
  
  @media (min-width: 1200px) {
    body .site-header {
        max-width:100%;
        padding: 15px 235px; } }
  @media (min-width: 1400px) {
    body .site-header {
        max-width:100%;
        padding: 15px 400px; } }