﻿  
body, html {
    height: 99%;
    margin: 0;
  }
 
 #bg
  { 
  
    /* The image used */
    background-image: url('../images/banner-home.jpg');
    /*background-image: url('../images/banner-contactus.jpg');*/
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 102%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    z-index:-1;

  }

  #johnminnis
  { 
  
    /* The image used */
    background-image: url('../images/banner-johnminnis.jpg');
    /*background-image: url('../images/banner-contactus.jpg');*/
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 85%;

    /* Center and scale the image nicely */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;

    z-index:-1;

  }

  #lush
  { 
  
    /* The image used */
    background-image: url('../images/banner-lush.jpg');
    /*background-image: url('../images/banner-contactus.jpg');*/
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 85%;

    /* Center and scale the image nicely */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;

    z-index:-1;

  }

  #islandpoke
  { 
  
    /* The image used */
    background-image: url('../images/banner-islandpoke.jpg');
    /*background-image: url('../images/banner-contactus.jpg');*/
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 85%;

    /* Center and scale the image nicely */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;

    z-index:-1;

  }

  #newlifeteeth
  { 
  
    /* The image used */
    background-image: url('../images/banner-newlifeteeth.jpg');
    /*background-image: url('../images/banner-contactus.jpg');*/
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 85%;

    /* Center and scale the image nicely */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;

    z-index:-1;

  }

  #empire
  { 
  
    /* The image used */
    background-image: url('../images/banner-empire.jpg');
    /*background-image: url('../images/banner-contactus.jpg');*/
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 85%;

    /* Center and scale the image nicely */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;

    z-index:-1;

  }

  #caffenero
  { 
  
    /* The image used */
    background-image: url('../images/banner-caffenero.jpg');
    /*background-image: url('../images/banner-contactus.jpg');*/
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 85%;

    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

    z-index:-1;

  }

  

  #contactus
  {
    /* The image used */
    background-image: url('../images/banner-contact2.jpg');
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 20%;

    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

    z-index:-1;

  }


  #portfolio
  {
    /* The image used */
    background-image: url('../images/banner-portfolio.jpg');
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 80%;

    /* Center and scale the image nicely */
    background-position:top;
    background-repeat: no-repeat;
    background-size: cover;

    z-index:-1;
  }

  
  #workshops
  {
    /* The image used */
    background-image: url('../images/banner-workshops.jpg');
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 70%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    z-index:-1;
  }

  #mindset
  { 
  
    /* The image used */
    background-image: url('../images/banner_mindset.png');
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 99%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    z-index:-1;

  }