/* Sticky footer styles
-------------------------------------------------- */

@import url("fontawesome.min.css");
@import url("custom.css");

@import url("https://use.typekit.net/szj0vbq.css"); /*adobe kit font*/
@import url('https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300;400;600&display=swap');



html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  font-family: 'Spline Sans', sans-serif;
}




footer {  
  font-weight: 300;    
  /*position: absolute;
  bottom: 0;
  width: 100%;*/
  /* Set the fixed height of the footer here 
  height: 10px;*/

}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/*main {background:url("../pics/bg-website-1.jpg"); background-size: cover}*/

body > main {
  padding: 43px 0 0 0 ; margin-bottom:-50px;
}


