/* Navigation */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

	
.fab {
	font-family: 'FontAwesome' !important;
	font-size: 3em;
	text-decoration: none;
	padding: 0 1em;
}
.fa-facebook{
	background-color:#3b5998;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}
.fa-instagram{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social a{
	text-decoration:none !important;
	display:inline-block !important;
	font-size: 1.5em !important;
	padding: 0 1em !important;
}

.social a:hover{
	text-decoration:none !important;
}

.overlay a:nth-child(even) {
  color: #B42033;
}
.overlay a:nth-child(odd) {
  color: #3C3B6E;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  display: block;
  transition: 0.3s;
  font-weight: 500;
}

.overlay-content a:hover, .overlay-content a:focus {
  text-decoration:underline;
  text-decoration-thickness: 3px;
}

header .pfb{
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	padding:10px;
	border:1px solid black;
	text-align:center;
}
.rsg-menu{
	margin:10px;
	margin-top:45px;
	display:flex;
	flex-direction: row;
	justify-content: center;
  padding: 15px;
}
.rsg-menu span{
  text-decoration: none;
  font-size: 36px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin:0;
  padding: 15px;
}
.rsg-menu span span{
	opacity: 0.6;
}

.rsg-menu span#run{
  border-left:1px solid black;
}
.rsg-menu span#give{
  border-right:1px solid black;
}
.rsg-menu a{
  margin:0;
  text-decoration: none;
  display: inline;
  transition: 0.3s;
  padding:0;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media only screen and (max-width: 485px) {
	.rsg-menu{
	  flex-direction: column !important;
	  width: 50%;
	  margin: 25px auto 0 auto;
	  border:1px solid black;
	  padding:0;
	}
	.rsg-menu span,.rsg-menu span#give,.rsg-menu span#run{
	  border:none;
	  border-left:none;
	  border-right:none;
	  padding:0;
	}
}
	
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

footer div a.btn-floating{
	background-color:#CECECE !important;
	height:60px;
	width:60px;
}