@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;600&display=swap");
body {
  margin-top: 120px;
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: 0;
}

@media (min-width: 576px) {
  body .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  body {
    margin-top: calc(120px + 20px);
  }
  body .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  body {
    margin-top: calc(120px + 40px);
  }
  body .navbar {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  body {
    margin-top: calc(120px + 60px);
  }
  body .navbar {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 576px) {
  .navbar-brand {
    height: 100px;
  }
}

/*.nav_col {
    border: solid 1px green;
}
.main {
    border: solid 1px green;
}*/
@media (min-width: 576px) {
  main {
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 25px;
  }
}

@media (min-width: 768px) {
  main {
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 576px) {
  main .content-img {
    padding-right: 25px;
  }
}

body.home .jumbotron-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
}

body.home .content-img {
  margin-bottom: 120px;
}

.backbutton {
  margin-bottom: calc(1.6rem * 0.50);
}

.backbutton .fa-arrow-left:hover {
  color: #5a5a5a;
}

.h-10 {
  height: 10% !important;
}

.h-20 {
  height: 20% !important;
}

.h-30 {
  height: 30% !important;
}

.h-40 {
  height: 40% !important;
}

.h-50 {
  height: 50% !important;
}

.h-60 {
  height: 60% !important;
}

.h-70 {
  height: 70% !important;
}

.h-80 {
  height: 80% !important;
}

.h-90 {
  height: 90% !important;
}

.h-100 {
  height: 100% !important;
}

@media (min-width: 768px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

#blog {
  font-size: 1rem;
  line-height: 1.5;
}

#blog .collapse:not(.show) {
  display: block;
  height: calc(1.6rem * 5.1);
  overflow: hidden;
}

#blog .collapsing {
  height: 3rem;
}

#blog a.btn {
  position: relative;
  color: black;
  background-color: rgba(0, 0, 0, 0);
}

#blog a.btn:hover {
  color: #5a5a5a;
}

#blog a.btn-link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}

#blog a.btn-link:not(.collapsed)::after {
  font-family: "Font Awesome 5 Free";
  content: "\f062";
}

.blog-content-list .list-item {
  margin-top: 1.6rem;
  margin-bottom: calc(1.6rem * 3);
}

.blog-content-list .list-item .lineup-text-content {
  margin-top: calc(1.6rem * 2);
}

/* CSS Document */
html, body {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6rem;
  background-color: white;
  color: black;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: black;
  margin-bottom: calc(1.6rem * 0.50);
}

/*h1 {
    color: $secondary-color;
    font-size: 2rem;
}*/
h2 {
  font-weight: 300;
  font-size: 1rem;
}

h3, h4, h5, h6 {
  font-weight: 300;
  margin-bottom: calc(1.6rem * 0.50);
}

a {
  text-decoration: none;
  color: #5a5a5a;
  border-bottom: dotted 1px #5a5a5a;
}

a:hover {
  color: #5a5a5a;
  text-decoration: none;
  border-bottom: solid 1px #5a5a5a;
}

a:active {
  color: #5a5a5a;
  text-decoration: none;
  border-bottom: solid 1px #5a5a5a;
}

a:focus {
  color: #5a5a5a;
  text-decoration: none;
  border-bottom: solid 1px #5a5a5a;
}

blockquote {
  font-size: 1em;
  padding: 0 20px;
  margin: 0 0 30px;
  border-left: 5px solid rgba(155, 155, 132, 0.5);
}

.pagetitle {
  margin-bottom: calc(1.6rem * 2);
}

.pagetitle h1, .pagetitle h2 {
  margin-bottom: 0;
}

.sometexts blockquote {
  padding-left: 0;
  border-left: none !important;
}

@media (min-width: 576px) {
  .sometexts blockquote {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .sometexts blockquote {
    width: 60%;
    padding-left: 100px;
    margin-top: 100px;
  }
}

main h1 {
  /*&:first-child {
		margin-top:1.5em;
		}*/
}

main ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}

main ul li {
  margin-bottom: 5px;
  padding-left: 25px;
  text-indent: -25px;
}

main ul li:before {
  content: "•";
  padding-right: 20px;
  color: #5a5a5a;
}

main .gal_txt p {
  margin-bottom: 10px;
}

main .gal_txt .gal_txt_top {
  padding-bottom: 1.6rem;
}

main .gal_txt .gal_txt_bottom {
  margin-top: 1.6rem;
}

.biography .content-txt > ul {
  margin: 0;
}

.biography .content-txt > ul > li {
  padding-left: 0;
  text-indent: 0;
}

.biography .content-txt > ul > li:before {
  content: none;
}

/*main ol {
    list-style: none;  
    margin: 0 0 1em;
    padding: 0;
    counter-reset: i 0;
    li {
      padding-left: 25px;
      text-indent: -25px;
      margin-bottom: 0.5rem;
      &:before {
        counter-increment: i;
        content: counter(i);    
        padding: 3px 6px;
        margin-right: 5px;
        border-radius: 5px;
        color: $mycolor-5;
        font-family: $myfont-family-title;
        font-weight: $font-weight-bold;
      }    
    }
  }*/
main table td, main table th {
  border-right: 1px grey solid;
  padding: 1px 4px;
}

.main-navigation {
  background-color: white;
}

.main-navigation .container .navbar {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar .navbar-brand {
  height: auto;
  text-align: left;
  padding: 15px 0 15px 0;
  border-bottom: none;
}

.navbar .navbar-brand h1 {
  color: black;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 300;
}

@media (min-width: 768px) {
  .navbar .navbar-brand {
    text-align: right;
    margin-right: 0;
  }
}

.navbar .navbar-brand * {
  margin: 0;
}

.navbar .navbar-toggle {
  /*border: solid 1px $secondary-color;*/
  margin-right: 0;
}

.navbar .navbar-toggle .icon-bar {
  background-color: #5a5a5a;
}

.navbar .navbar-toggle:focus {
  background-color: #5a5a5a;
}

.navbar .navbar-toggle:focus .icon-bar {
  background-color: white;
}

.navbar a.nav-link, .navbar .dropdown-item {
  color: black;
  background-repeat: no-repeat;
  /*border-bottom: 1px solid $secondary-color-light;*/
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .navbar a.nav-link, .navbar .dropdown-item {
    background-position: right;
    border-bottom: none;
    text-align: right;
  }
  .navbar a.nav-link:hover, .navbar a.nav-link:active, .navbar a.nav-link:focus, .navbar .dropdown-item:hover, .navbar .dropdown-item:active, .navbar .dropdown-item:focus {
    color: blue;
  }
}

.navbar .active a {
  font-weight: 600;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0);
}

/* Navbar centered 
Put class on .navbar-element
---------------------------- */
@media (min-width: 768px) {
  .nav_centered {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav_centered .nav-item {
    padding-left: calc(1.6rem * 0.50);
    padding-right: calc(1.6rem * 0.50);
  }
}

/* Navbar vertical
---------------------------- */
@media (min-width: 768px) {
  .nav_vertical .navbar {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100%;
    padding: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .nav_vertical .navbar .navbar-nav {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 100%;
  }
  .nav_vertical .navbar .navbar-nav .dropdown-menu {
    position: unset !important;
    border: none;
  }
  .nav_vertical .navbar .navbar-nav .active div {
    display: block;
  }
  .nav_vertical .navbar .navbar-nav .show div {
    display: block;
  }
}

/*News Message
-------------------------- */
.news-message {
  text-align: center;
  color: #5a5a5a;
  padding: 0;
  margin-top: 2rem;
}

.news-message h4 {
  background: #696960;
  display: inline-block;
  padding: 6px 5px 3px 5px;
  color: white;
}

.news-message p {
  font-weight: 600;
}

@media (min-width: 768px) {
  .news-message {
    text-align: right;
  }
}

/* To top button
----------------------- */
#toTopBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
  background-color: white;
  color: black;
}

#toTopBtn:hover {
  color: #5a5a5a;
}

@media (min-width: 576px) {
  .grid {
    margin-left: -10px;
  }
}

@media (min-width: 768px) {
  .grid {
    margin-left: -10px;
  }
}

.grid-sizer, .grid-item {
  width: 100%;
}

@media (min-width: 576px) {
  .grid-sizer, .grid-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .grid-sizer, .grid-item {
    width: 20%;
  }
}

.grid-item--width2 {
  width: 100%;
}

@media (min-width: 576px) {
  .grid-item--width2 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .grid-item--width2 {
    width: 40%;
  }
}

.grid-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .grid-item {
    padding: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .grid-item .item-box {
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .grid-item .item-box figure {
    width: 100%;
    margin: 0;
  }
  .grid-item .item-box figure img {
    width: 100%;
  }
  .grid-item .item-box .item-description {
    display: block;
    /*position: absolute;
                background-color: $grid-description-bgcolor;
                width: 100%;
                height: 50%;
                bottom: -50%;
                padding: $grid-description-padding;
                transition: bottom 0.3s;*/
  }
}

.item-description {
  font-size: 0.6rem;
  color: #b4b4b4;
  text-align: right;
}

.featherlight:last-of-type {
  background-color: rgba(255, 255, 255, 0.9);
}

.featherlight-next span, .featherlight-previous span {
  font-size: 30px;
}

/* CARDS
-------------------- */
.card {
  border: none !important;
  border-radius: 0;
  margin-bottom: calc(30px * 2) !important;
}

.card a {
  border: none;
}

.card img.cover {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.card figure {
  margin: 0;
}

.card .card-body {
  padding: 8px !important;
  padding-top: 0;
  text-align: center;
  font-size: 10px;
  /*h5:only-child {
            margin-bottom: 0;
            padding: 0;
            font-size: $card-font-size;
        }*/
}

.card .card-body a {
  text-decoration: none;
}

.card .card-body a:hover {
  color: #5a5a5a;
  border-bottom: dotted 1px #5a5a5a;
}

.card .card-body a:active {
  color: #5a5a5a;
  border-bottom: dotted 1px #5a5a5a;
}

.card .card-body a:focus {
  color: #5a5a5a;
  border-bottom: dotted 1px #5a5a5a;
}

/* embed-responsive ratios
------------------- */
.embed-responsive-1by3 {
  padding-bottom: 300%;
}

.embed-responsive-1by2 {
  padding-bottom: 200%;
}

.embed-responsive-2by3 {
  padding-bottom: 142.8%;
}

.embed-responsive-3by4 {
  padding-bottom: 133.33%;
}

.embed-responsive-4by5 {
  padding-bottom: 125%;
}

/* GALLERY GRID
------------------- */
.gal_grid .col {
  padding-right: 30px;
  padding-left: 30px;
}

.gal_grid.justify-content-center .card-body {
  padding: 30px 0 !important;
  text-align: center;
}

/* GALLERY MASONRY
-------------------- */
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-gap: calc(30px * 2);
    column-gap: calc(30px * 2);
    orphans: 1;
    widows: 1;
  }
}

@media (min-width: 768px) {
  .card-columns.masonry-cols-1 {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .card-columns.masonry-cols-2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .card-columns.masonry-cols-3 {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .card-columns.masonry-cols-4 {
    -webkit-column-count: 4;
            column-count: 4;
  }
  .card-columns.masonry-cols-5 {
    -webkit-column-count: 5;
            column-count: 5;
  }
  .card-columns.masonry-cols-6 {
    -webkit-column-count: 6;
            column-count: 6;
  }
}

/* GALLERY VERTICAL 
--------------------- */
.gal_vert > div > div {
  padding-bottom: 1.6rem;
}

.gal_vert .item-description {
  text-align: left;
}

.gal_vert_c {
  text-align: center;
}

.gal_vert_c .item-description {
  text-align: center;
}

.gal_vert_left {
  text-align: left;
}

.gal_vert_left .item-description {
  text-align: center;
}

.gal_vert_right {
  text-align: right;
}

.gal_vert_right .item-description {
  text-align: center;
}

/* GALLERY CAROUSEL */
.carousel {
  height: 600px;
}

.carousel .carousel-inner {
  height: 100%;
}

.carousel .carousel-inner .carousel-item {
  height: 100%;
}

/* GALLERY HORIZONTAL */
.gallery-horz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 60%;
}

.gallery-horz::-webkit-scrollbar {
  display: none;
}

.gallery-horz .gallery-card {
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
}

.gallery-horz .gallery-card:first-child {
  padding-left: 0;
}

.gallery-horz .gallery-card:last-child {
  padding-right: 0;
}

.gallery-horz .gallery-card img {
  width: auto;
}

.gallery-horz .gallery-card .gallery-card-body {
  padding: 0;
}

/* GALLERY HORIZONTAL CTRL*/
.gallery-horz-ct {
  height: 650px;
}

.gallery-horz-ct::-webkit-scrollbar {
  display: none;
}

.gallery-horz-ct .slider-btn {
  position: absolute;
  width: 200px;
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-horz-ct .slider-btn svg {
  opacity: 0.5;
  cursor: pointer;
}

.gallery-horz-ct .slider-btn:hover svg {
  opacity: 0.8;
}

.gallery-horz-ct .gallery-horz-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  overflow-y: hidden;
  height: 100%;
}

.gallery-horz-ct .gallery-horz-slide::-webkit-scrollbar {
  display: none;
}

.gallery-horz-ct .gallery-horz-slide .gallery-card {
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
}

.gallery-horz-ct .gallery-horz-slide .gallery-card:first-child {
  padding-left: 0;
}

.gallery-horz-ct .gallery-horz-slide .gallery-card:last-child {
  padding-right: 0;
}

.gallery-horz-ct .gallery-horz-slide .gallery-card img {
  width: auto;
}

.gallery-horz-ct .gallery-horz-slide .gallery-card .gallery-card-body {
  padding: 0;
}

.end {
  right: 8px;
}

@media (min-width: 768px) {
  #carousel-mltp {
    /* show 3 items */
    /*.carousel-inner .active,
        .carousel-inner .active + .carousel-item,
        .carousel-inner .active + .carousel-item + .carousel-item,
        .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item*/
    /* left or forward direction */
    /* farthest right hidden item must be abso position for animations */
    /* right or prev direction */
  }
  #carousel-mltp .carousel-inner {
    display: block;
  }
  #carousel-mltp .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  #carousel-mltp .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  #carousel-mltp .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
  #carousel-mltp .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
  #carousel-mltp .carousel-inner .carousel-item-next,
  #carousel-mltp .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #carousel-mltp .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  #carousel-mltp .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  #carousel-mltp .carousel-item-next.carousel-item-left + .carousel-item,
  #carousel-mltp .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  #carousel-mltp .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
  #carousel-mltp .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  #carousel-mltp .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  #carousel-mltp .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  #carousel-mltp .carousel-item-prev.carousel-item-right + .carousel-item,
  #carousel-mltp .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  #carousel-mltp .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
  #carousel-mltp .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

button, .btn, input, textarea, select, .form-control {
  text-decoration: none;
  border-radius: 0 !important;
  border: none;
}

button:focus, .btn:focus, input:focus, textarea:focus, select:focus, .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

select {
  -webkit-appearance: none;
}

button, a.btn {
  background: #5a5a5a;
  color: white;
  padding: calc(1.6rem * 0.33);
}

button:hover, a.btn:hover {
  border: none;
  text-decoration: none;
  background: #b4b4b4;
}

button:active, a.btn:active {
  border: none;
  text-decoration: none;
}

button:focus, a.btn:focus {
  border: none;
  text-decoration: none;
}

input[type="text"],
input[type="date"],
input[type="email"],
textarea,
select {
  width: 100%;
  border: #5a5a5a 1px solid !important;
  padding: calc(1.6rem * 0.33);
}

textarea {
  height: 100px;
}

label {
  margin: calc(1.6rem * 0.50) 0 0 0;
  display: block;
  background: white;
  padding: calc(1.6rem * 0.33) 0;
}

div.buttons {
  margin-top: 1.6rem;
}

div.buttons .button {
  width: 100%;
}

div.checkboxes {
  display: block;
}

div.checkboxes label {
  padding-left: 30px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  line-height: 40px;
  /* Vertically center the text there */
  background-color: white;
  color: white;
}

.footer a {
  color: white;
}
/*# sourceMappingURL=template.css.map */