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

@import url("owl.theme.default.min.css");
@import url("owl.carousel.min.css");
/**@import url("fontawesome-all.min.css");**/
@import url("custom.css");
@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,700');


html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  font-family: 'Karla', sans-serif;
  margin-bottom: 280px;
  /**background:#fff;	**/

}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height:280px;
  background-color: #3B3B3B;
}


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

body > .container {
  padding: 60px 15px 0;
}



code {
  font-size: 80%;
}