/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;

}

.container .lead {
color: #FF0084;
  -webkit-animation: blink 1s step-end infinite;
  -moz-animation: blink 1s step-end infinite;
  -o-animation: blink 1s step-end infinite;
  animation: blink 1s step-end infinite;
}

h1 {
	color: #0063DC;
}

.page-header {
	text-align: right;
	font-style: italic;
	color: #0063DC;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:  #0063DC;
}
a:link {
	color:  #0063DC;
}
a:visited {
	color:  #2E67C7;
}
 
@-webkit-keyframes blink {
  67% { opacity: 0 }
}
 
@-moz-keyframes blink {
  67% { opacity: 0 }
}
 
@-o-keyframes blink {
  67% { opacity: 0 }
}
 
@keyframes blink {
  67% { opacity: 0 }
}


