﻿@charset "utf-8";
/* CSS Document */

.home-header {
  /*background: #333333;*/
  background: url(../images/ssplauren-banner.jpg);
  padding: 45px 0px; 
  text-align: center; 
  color:#fff}
.home-header h1 {font-size: 64px; margin: 0px;}
.home-header p {font-size: 32px; margin-top: 0px;}
.home-content {/*padding-top: 20px;*/ padding-bottom: 20px;}
.home-content h3 {text-align: center; margin-bottom: 0px;}

@media (max-width:768px){
  .home-header {padding: 20px 0px;}
  .home-header h1 {font-size: 42px; margin: 0px;}
  .home-header p {font-size: 16px; margin-top: 0px;}
  .home-header {
    background: url(../images/ssptablet-banner.jpg);
    background-size: cover;
  }

  .page-header {
    background: #91c153;
    min-height: 300px;
  }
}

@media (max-width:500px){
  .home-header {
    background: url(../images/sspmobile-banner.jpg);
    background-size: cover;
    min-height: 350px;
    max-height: 400px;
  }

  .home-header #caption {
    bottom: 0;
  }

  .page-header {
    background: #91c153;
    min-height: 300px;
  }
}