@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto&display=swap');

body {
	background-color: rgb(250, 250, 250);
	font-family: 'Montserrat', ;
	/* #font-family: 'Roboto', ; */
}

.logo img {
  	width: 50%;
  	height: 50%;
}

.text-shadow {
  	text-shadow: 4px 4px 4px #aaa;
}

 a, a:hover,a:visited, a:focus {
    text-decoration:none;
}

.toggle, .footer {
	background-color: #000000;
}

.tooltip-inner {
    color: #000000;
    text-align: center;
    background: #ffffff;
}

.tooltip.left > .tooltip-arrow {
  border-left: 5px solid #ffffff;
}

.text-black {
	color: #000000;
	text-shadow: 1px 1px 2px white, 0 0 25px white, 0 0 5px white;
}

.card:hover {
	border: 1px solid #ccc;
}


.back-to-top{
  position: fixed;
  display: none;
  background: orange;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 10px;
  bottom: 42px;
  transition: background 0.5s;
  opacity: .8;
  z-index: 11;
  }

.back-to-top i{
  padding-top: 12px;
  color: #fff
  }