﻿@media screen and (max-width: 992px) {
  h1 {font-size: 2.6em;}
}

@media screen and (max-width: 500px) {
  h1 {font-size:1.8em !important  }

/*#header .header-body {min-height: 100px;}*/
#header .header-body {height: 100px;}
}

@media screen and (min-width: 768px) {
  .text-md-left { text-align: start!important; }
	
}
