

/* Body Styles */

body { 
  margin: 0px; 
  padding: 0px; 
	background-color:#fff;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Heebo', sans-serif;
	font-size:18px !important;
	line-height:25px;
	margin-left:10px; 
} 
body-sm { 
	font-size:15px;
	margin-left:5px;  
}
.text-floralwhite{
    color: floralwhite;
}

.note {
	font-size: 1.2rem;
	font-family: 'PT Sans Narrow', sans-serif;
}

.tooltip-wide {
  max-width: 400px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.card-NB {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 4px 8px #2626261a;
  background-color: #FFF;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.25rem;
 padding: 0.5rem;	
}
.card-title-top-sm {
padding-left:5%;
padding-top: 2%;
font-weight: bold;
color: darkgreen;
}
.card-title-top-sm-l {
font-size: 1.25rem;
padding-top: .25rem;
padding-bottom: .25rem;	
padding-left: 1.25rem;	
color: whitesmoke;
}
.card-title-top-sm-gray {
font-size: 1.3rem;
padding-top: .25rem;
padding-bottom: .25rem;	
padding-left: 1.25rem;	
color: dimgray;
font-weight: bold;
}

.card-title-top-left {
font-size: 1.5rem;	
font-weight: bold;
padding-bottom: .6rem;
}
.card-title-top-m {
font-size: 1.5rem;	
padding-left:5%;
padding-top: 2%;
font-weight: bold;
color: darkgreen;
}
.card-title-top-m-c {
font-size: 1.3rem;	
padding-top: 1%;
padding-bottom:2%;	
font-weight: bold;
color: darkgreen;
text-align: center;
}

.card-img-top-sm {
  width: 75%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-body-sm {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 5px;
	}
/*background*/
.bkg-blk{
	background: #000000;
}
.bkg-red{
	background: darkred;
}
.bkg-gray{
	background:#3E3E3E;
}
.section-footer{
	background-color: #343a40;
}
/*buttons*/

.btn-more {
    color: #fff;
	text-align: center;
    background-color: #343A40;
 	padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
	border-radius: 0.25rem;
}
.btn-more:hover {
    color: #fff;
    text-decoration: none;
	 background-color: darkred;
}
.btn-more.focus,
.btn-more:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn-more.disabled,
.btn-more:disabled {
    opacity: 0.65;
}
.btn-more:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.copyright{
	font-size: 12px;
	color: #000;
}	
/* back to top arrow*/
        #backtop {
	        position: fixed;
            left:auto;right: 20px;top:auto;bottom: 20px;
	        outline: none;
            overflow:hidden;
            color:#fff;
            text-align:center;
            background-color:darkred;
            height:40px;
            width:40px;
            line-height:40px;
            font-size:14px;
            border-radius:2px;
            cursor:pointer;
            transition:all 0.3s linear;
            z-index:999999;

            opacity:1;
            display:none;
        }
        #backtop:hover {
            background-color:firebrick;
        }
        #backtop.mcOut {
            opacity:0;
        }

/* back to top arrow new one*/

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

#myBtn:hover {
  background-color:firebrick;
}
		
		/*links*/

.footerLink:link {
	color:floralwhite;
}
.footerLink:visited {
	color:whitesmoke;
}
.footerLink:hover {
	color:indianred;
}
.footerLink:active {
	color:whitesmoke;
}	
	

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;

}	
canvas {
      max-width: 100%;
    }

#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;
}
}
