body {
	height: 100%;
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #868F9B;
	margin: 0px;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
}

.deep-sky-blue {
	background-color: #01c5f9;
}

.inch-worm {
	background-color: #A6E222;
}

.logo {
	visibility: hidden;
    margin: 0 auto;
	max-width: 90%;
}

.bg-dark {
    background-color: #1C1D21;
}

/*------------------------------------*\
	Footer
\*------------------------------------*/

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-follow {
    text-align: center;
    margin-bottom: 20px;
}

.footer-follow li {
    display: inline-block;
    margin-right: 10px;
}

.footer-follow li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  color:#FFF;
}

.footer-copyright p {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}
