/* HM's Kitchen */

/* CSS Reset - Start */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #ECECEC;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* CSS Reset - End */



* {
    box-sizing: border-box;
  }
  html, body {
     margin:0;
     padding:0;
     height:100%;
  }
  
  
  body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
  
  }
  
  h1, h2, h3, h4 {
    color: #2c3e50;
    padding: 10px;
    font-weight: 400;
  }
  
  h1 {
    font-size: 28px;
    line-height: 1.5;
  }
  
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
    font-weight: 300;
    
  }
  h4 {
    font-size: 16px;
  }
  p {
    color: #2c3e50;
    font-size: 16px;
    padding: 20px;
    line-height: 2;
    text-align: justify;  
    word-spacing:-1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  a {
    font-size: 14px;  
    color: #2c3e50;
    text-decoration: none;
  }
  #quick-access {
    float:right;
  }
  
  .row::after 
  {
      content: "";
      clear: both;
      display: block;
  }
  
  [class*="col-"] 
  {
      float: left;
      padding: 15px;
       /*
      border: 1px solid black;
      */
  }



  
/* For mobile phones: */

[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 1220px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
.wrapper {
  min-height:100%;
  position:relative;
  
}


.containerIndexPage {
    position: relative;  
    top: 0px;
    width: 85%;  
    height: auto;
    left: 15%;   
    /*
    z-index: -1000;
    */
  }

  /*
.heroImage {
   
    background-image: url("../images/1-Preparing-giphy.gif");
   
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  */
