html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
    height: 60px; /* .push must be the same height as .footer */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

a {
border-bottom: 1px solid #A6F200;
text-decoration: none;
margin: 0px 10px 0px 10px;
border-color: transparent;
/*border-radius: 10px;*/
color: #8F8F8F;
}
a:hover {
text-decoration: none;
border-color: #A6F200;
color: #8F8F8F;
}
body {
font-family: 'Lato', sans-serif;
font-weight: 300;
color: #8F8F8F;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select:none;
user-select:none;
}
.bigLink {
    font-family: 'Lato', sans-serif;
    font-size: 20pt;
    font-weight: 300;
text-decoration: none;
border-radius: 10px;
border: 1px solid;
border-color: #A6F200;
background-color: transparent;
color: #8F8F8F;
}
.bigLink:hover {
color: #8F8F8F;
text-decoration: none;
background-color:  #A6F200;
}