﻿/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;padding-top: 10px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  line-height: 20px; /* Vertically center the text there */
  background-color: #000000; font-size: 12px;color: #ffffff;
}

.footer a{ color: #ffffff;}

 .blink_me {
            -webkit-animation: blinker 1s linear infinite;
            -moz-animation: blinker 1s linear infinite;
            -ms-animation: blinker 1s linear infinite;
            -o-animation: blinker 1s linear infinite;
            animation: blinker 1s linear infinite;
            font-weight: bold;
        }

        @-moz-keyframes blinker {
            50% {
                opacity: 0;
            }
        }

        @-webkit-keyframes blinker {
            50% {
                opacity: 0;
            }
        }

        @keyframes blinker {
            50% {
                opacity: 0;
            }
        }

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

