.glowy {text-shadow: 0 0 1em #277E9C}

.glowy-dark {text-shadow: 0 0 2em #075E7C}

#cosmosLink:hover {
	text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
}

.hint {
	height: 30px;
	font-size: 15px;
	padding-bottom: 40px;
 	position: fixed;
 	bottom: 0px;
 }

 .nav-icon {
 	opacity: 0.5;
 }

 .social {
 	text-align: center;
    margin: 0;
    padding: 0;
}

.social ul {
    margin: 0;
    padding: 5px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 40px;
    height: 40px;
    color: #FFF;
    /*background-color: #909AA0;*/
    font-size: 22px;
    text-align:center;
    padding-top: 12px;
    /*border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;*/
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook:hover { /* round facebook icon*/
    background: #4060A5;
}

.social .fa-twitter:hover { /* round twitter icon*/
    background: #00ABE3;
}

.social .fa-google-plus:hover { /* round google plus icon*/
    background: #e64522;
}

.social .fa-github:hover { /* round github icon*/
    background: #545454;
}

.social .fa-linkedin:hover { /* round linkedin icon*/
    background: #0094BC;
}

.social-augmath {
 text-align: center;
	 margin: 0;
	 padding: 0;
}

.social-augmath ul {
	 margin: 0;
	 padding: 5px;
}

.social-augmath ul li {
	 margin: 5px;
	 list-style: none outside none;
	 display: inline-block;
}

.social-augmath i {
	 width: 40px;
	 height: 40px;
	 color: #FFF;
	 background-color: #909AA0;
	 font-size: 22px;
	 text-align:center;
	 padding-top: 12px;
	 /*border-radius: 50%;
	 -moz-border-radius: 50%;
	 -webkit-border-radius: 50%;
	 -o-border-radius: 50%;*/
	 transition: all ease 0.3s;
	 -moz-transition: all ease 0.3s;
	 -webkit-transition: all ease 0.3s;
	 -o-transition: all ease 0.3s;
	 -ms-transition: all ease 0.3s;
}

.social-augmath i:hover {
	 color: #FFF;
	 text-decoration: none;
	 transition: all ease 0.3s;
	 -moz-transition: all ease 0.3s;
	 -webkit-transition: all ease 0.3s;
	 -o-transition: all ease 0.3s;
	 -ms-transition: all ease 0.3s;
}

.social-augmath .fa-facebook:hover { /* round facebook icon*/
	 background: #4060A5;
}

.social-augmath .fa-twitter:hover { /* round twitter icon*/
	 background: #00ABE3;
}

.social-augmath .fa-google-plus:hover { /* round google plus icon*/
	 background: #e64522;
}

.social-augmath .fa-github:hover { /* round github icon*/
	 background: #545454;
}

.social-augmath .fa-linkedin:hover { /* round linkedin icon*/
	 background: #0094BC;
}
