@charset "UTF-8";
/* CSS Document */

body {
   background: linear-gradient(
    to bottom right,
    #9cc7df 0%,
    #feb3b5 33%,
    #fabaa1 67%,
    #fdb09d 100%
  );
  /* ensure it always covers */
  background-repeat: no-repeat;
  background-attachment: fixed;
} 

.badge {
	line-height:1.25;
	  border-radius: 1.5rem;

}
.navbar-toggler {
	position: absolute;
	top:10px;
	left:10px;
}

.badge.badge-primary {
  background-color: #029cff;  /* your new bg color */
  color:           #ffffff;  /* your new text color */
}

.badge.badge-success {
  background-color: #ff22d6;  /* your new success bg */
  color:            #ffffff;  /* your new text */
}

.h-logo {
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

a {
  text-decoration: none;
}

.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}
li.nav-item {
	margin-bottom: 20px;
}
