﻿
//-------------------------------------   header --------------------
/*
.emertech_classes_header_nav {
	padding-left: 0;
}
.TMP_emertech_classes_header_nav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

.emertech_classes_header_nav li {
  @extend .nav-item;
}

.emertech_classes_header_nav a {
  @extend .nav-link;
}

.emertech_classes_header_nav span {
  @extend .sr-only;
}
*/

/*mx-auto d-block copy */

img.align-left {
    margin-left: 0!important;
    margin-right: auto!important;
    display: block!important;
}

img.align-right {
    margin-left: auto!important;
    margin-right: 0!important;
    display: block!important;
}

img.align-center {
    margin-left: auto!important;
    margin-right: auto!important;
    display: block!important;
}

/* Sticky footer styles
https://getbootstrap.com/docs/4.0/examples/sticky-footer-navbar/
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

//=====================================================================
/* Sticky footer styles can take here
https://getbootstrap.com/docs/4.0/examples/sticky-footer/
-------------------------------------------------- */
