body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.footer {
  width: 100%;
}

.jumbotron {
  text-align: center;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.bg-1000 {
  background-color: #cad2e8;
}

.bg-100 {
  background-color: #EBEBF5;
}

img {
	max-width:100%;
	height:auto
}

#scrollToTop {
            position: fixed;
            bottom: 20px;
            right: 20px;
            display: none;
            width: 40px;
            height: 40px;
            border: none;
            border-radius: 50%;
            background-color: #b8b8b8;
            color: #fff;
            font-size: 20px;
            cursor: pointer;
            opacity: 0.8;
}

#scrollToTop:hover {
            opacity: 1.0;
}