/*
 Theme Name:   Neuros Child
 Description:  Neuros Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/neuros
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     neuros
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  neuros-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

.page-title-container {
  background-color: #1f1f1f;
}

/* Extra large devices (≥1200px) */
@media only screen and (min-width: 1200px) {
  .page-title-container {
    min-height: 180px;
    font-size: 70px;
  }
}

/* Large devices (≥992px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-title-container {
    min-height: 150px;
    font-size: 60px;
  }
}

/* Medium devices (≥768px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-container {
    min-height: 120px;
    font-size: 50px;
  }
}

/* Small devices (≥576px) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-container {
    min-height: 100px;
    font-size: 40px;
  }
}

/* Extra small devices (<576px) */
@media only screen and (max-width: 575px) {
  .page-title-container {
    min-height: 80px;
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .page-title-container {
    min-height: 150px !important; /* override parent 500px */
    font-size: 60px !important;
  }
}
