  @font-face {
    font-family: Varela Round;
    src: url(VarelaRound-Regular.ttf);
}
body { 
  padding-top: 56px;
	margin: 0px;
  color:#183642;
  font-family: 'Varela Round', "Helvetica", "Arial", "LiHei Pro", sans-serif !important;
 }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #7952b3; }

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }

/*return-to-top*/
#myBtn {
	width: 70px;
	height: 70px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 33%;
	opacity: 0.9;
	cursor: pointer;
	position:fixed;
	right: 16px;
	bottom: 16px;
	display: none;
}

/* link */
  #linka:link{
    color:#40757d !important;
  }

  #linka:visited{
    color:#40757d !important;
  }

  #linka:hover{
    color:#93b7be !important;
  }

  #linka:focus{
    color:#404c7d !important;
  }

  #linka:active{
    color:#404c7d !important;
  }

  p b{
    color: #000000;
    font-weight: 900;
  }
