/**
.---------------------------------------------------------------------.
|  @package: Theme Start4up (a.k.a. theme Startup)
|  @version: v1.2.2 (19 February 2021)
|  @link:    http://italinux.com/startup
|  @docs:    http://italinux.com/theme-startup
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2021                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start4up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
section.banner.clean_style.over-image {
  background-image: url("../images/background.jpg");
}

section.banner.clean_style > div[class^="container"] {
  padding-top: 15%;
}

@media screen and (max-width: 1280px) {
  section.banner.clean_style > div[class^="container"] {
    padding-top: 20%;
  }
}

@media screen and (max-width: 1024px) {
  section.banner.clean_style > div[class^="container"] {
    padding-top: 30%;
  }
}

@media screen and (max-width: 800px) {
  section.banner.clean_style > div[class^="container"] {
    padding-top: 40%;
  }
}

@media screen and (max-width: 768px) {
  section.banner.clean_style > div[class^="container"] {
    padding-top: 45%;
  }
}
