

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border:none;
  outline:none;
  background-color:#494748;
  color: white; /* Text color */
  cursor: pointer;
  padding: 12px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: goldenrod;
}

/* Body Styles */

body { 
font-family: 'Montserrat', sans-serif !important;
		
}
h1
h2
h3
h4
h5
h6 {
	font-family: 'Montserrat', sans-serif !important;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
color: yellowgreen;

}

.bg-ltgrey{
	background-color: #DEDFD9
}
.bg-gray{
	background-color: #C4C4C4;
	color: #000000;	
}

/*background*/
.bkg-blk{
	background: #000000;
}


.copyright{
	font-size: 12px;
	color: #000;
}	
	
		/*links*/

.bodylink:link {
    color: darkslategray;
    text-decoration: none;
    background-color: transparent;
}
.bodylink:hover {
    color: #000000;
    text-decoration: none ;
}
.bodylink:visited {
    color: inherit;
    text-decoration: none;
}
.bodylink:active {
    color: inherit;
    text-decoration: none;
}
.footerLink:link {
	color:darkslategray;
}
.footerLink:visited {
	color:darkslategray;
}
.footerLink:hover {
	color:darkgoldenrod;
}
.footerLink:active {
	color:darkslategray;
}		

#copyright {
	
	text-align: left;
	font-size: 10pt;
	float: left;
	width: 60%;

}
#credit {
	font-size: 10pt;
text-align: right;
	color: #000;

}

  @media (max-width: 600px) {
	.footer-leftside {
	display:block;
	font-size: 10pt;
	line-height:40px;
	width:100%;
	float:left;
	margin-left:0;
	}

#copyright {
	font-size: 10pt;
	float: left;
	width: 100%;
	line-height:20px;
	padding-top:5px;
}
#credit {
	font-size: 10pt;
	float: left;
	margin-left:10px;
	width: 100%;
	padding-top:5px;
}
}
