/* File path */
/* Colour palette */
/* Breakpoints */
/* Clearfix */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

/* Fonts */
body, html {
  padding: 0;
  margin: 0;
  background: #E8E8E8;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  line-height: 28px; }

p, h1, h2, h3, h4 {
  margin: 0 0 10px 0;
  padding: 0; 	font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
	font-weight: 700;}

h3 {
  margin-top: 30px; }



.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1200px; }



  
  

/* Homepage hero */
.homepage--hero {
	width: 100%;
	height: 300px;
	background-color: #990066;
 }


.homepage-hero-img{
	background-image: url('../../assets/img/home-pic-1.jpg');
	max-width: 1250px;
	margin: 0 auto;
	  height: 300px;
  background-size: cover;
  background-position: center center;
		background-repeat:  no-repeat;
}

.green-banner{background-color: #99cc33 !important;}
.blue-banner{background-color: #3399ff !important;}
.black-banner{background-color: #000000 !important;}
.photo-banner{background-color: #fafafa !important;}

.green-img{background-image: url('../../assets/img/home-pic-2.jpg');}
.blue-img{background-image: url('../../assets/img/home-pic-3.jpg');}
.black-img{background-image: url('../../assets/img/home-pic-4.jpg');}
.photo-img{background-image: url('../../assets/img/home-pic-5.jpg');}



  @media only screen and (max-width: 767px) {
    .homepage--hero {
      height: 330px; } 

.homepage-hero-img{
	/*background-image: url('../../assets/img/home-pic-1-m.jpg');*/
 	height: 330px;
	background-position:  center right;

}

/*.green-img{background-image: url('../../assets/img/home-pic-2-m.jpg');}
.blue-img{background-image: url('../../assets/img/home-pic-3-m.jpg');}
.black-img{background-image: url('../../assets/img/home-pic-4-m.jpg');}
.photo-img{background-image: url('../../assets/img/home-pic-5-m.jpg');}*/
	  
	  
}
  @media only screen and (max-width: 539px) {
    .homepage--hero {
      height: 200px; } 

	  .homepage-hero-img{
 height: 200px; 
}}

.homepage--hero-inner {
  margin: 0 15px; }

.homepage--welcome {
  padding-top: 60px;
  color: white; }
  @media only screen and (max-width: 767px) {
    .homepage--welcome {
      padding-top: 40px; } }
  .homepage--welcome span {
    display: block; }
  .homepage--welcome span:first-child {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    letter-spacing: 2px;
    font-size: 25px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .homepage--welcome span:first-child {
        margin-bottom: 0;
        font-size: 20px; } }
  .homepage--welcome span:last-child {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-weight: 700;
    font-size: 70px; }
    @media only screen and (max-width: 767px) {
      .homepage--welcome span:last-child {
        line-height: 45px;
        font-size: 50px; } }

