@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

body {
  font-family: poppins, sans-serif;
  font-weight: normal;
  background: url("/imagebg-final.jpg") no-repeat center center fixed;
}

.container {
  max-width: 1250px;
  margin: 20px auto;
  padding: 50px;
  background-color: rgba(240, 248, 255, 0.8);
}

h1 {
  font-size: 42px;
  text-align: center;
  margin: 50px;
  color: black;
}

h2 {
  font-size: 30px;
  text-align: center;
  margin: 50px;
  color: black;
}

h1,
h2 {
  border-bottom: #163f03 solid 1px;
}

p,
li {
  text-align: justify;
}

h1,
h2,
p,
li {
  color: #163f03;
}

p {
  margin: 20px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: lightgray;
  color: black;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 0 !important;
}

/* CSS for footer columns */
.footer-column {
  flex: 1;
  text-align: center;
  font-size: 10px;
}

.carousel {
  height: 450px;
  background-size: cover;
  margin-bottom: 50px;
  overflow: hidden;
}

#carousel-img {
  width: 100%;
}
