@charset "utf-8";
.ovl {
	opacity: 0;
	transition: .75s;
	}
		
.ovl:hover {
	opacity: 1;
	background: rgba(255,255,255,.90);
	text-align: center;
		}
.ovl {
	display: flex;
	vertical-align: middle;
		}
.navbar-custom {
    background-color: #333333;
}

/* change the brand and text color */
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}

.btn-outline-danger {
  color: #661C1C;
  background-color: transparent;
  background-image: none;
  border-color: #BA1717;
  border-width: 2px;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #661C1C;
  border-color: #661C1C;
  border-width: 2px;
}

.btn-outline-success {
  color: #45643F;
  background-color: transparent;
  background-image: none;
  border-color: #45643F;
  border-width: 2px ;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #45643F;
  border-color: #45643F;
  border-width: 2px ;
}

a {
    font-size: 30px;
	color: darkred;
}
a:hover, a:visited {
  color: #661C1C;
  text-decoration: underline;
}

body {
  background-color: #E9E9E9;
}
.custom-toggler.navbar-toggler {
	border-color: #BA1717;
	border-width: 2px ;
	}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(186,23,23,.70)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
