html,
body {
  font-family: Verdana, sans-serif;
}
html {
  overflow-x: hidden;
}

h1,
h3,
h4 {
  color: red;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000000;
}

input[type="submit"],
input[type="reset"] {
  box-sizing: border-box;
  border-radius: 10px 20px;
  padding: 10px;
  padding-right: 20px;
  background: cadetblue;
  width: 5rem;
}

.bg-red {
  background-color: red;
}

.bg-search {
  background-color: beige;
}

.link-white {
  color: white;
  text-decoration: none;
  font-size: xx-large;
  padding: 0.2rem;
}

.contact-icon {
  font-size: 2rem;
  color: black;
  text-decoration: none;
}

.text-grey {
  font-size: 1.2rem;
  color: rgb(31, 29, 29);
}

@media only screen and (max-width: 400px) {
  .social {
    color: white;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 401px) {
  .social {
    color: white;
    font-size: 2.2rem;
  }
  i {
    padding: 0.1rem;
  }
}

.carousel-item {
  height: 32rem;
  background: #777;
  color: white;
  position: relative;
}

.carousel-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 50px;
}

.ppclass {
  padding: 1.5rem;
  margin-left: 25%;
}

.marchdiv {
  border: solid 0.5px lightgray;
  border-radius: 3px;
  box-shadow: 1px 1px 2px darkgray;
}

.marchtitle {
  text-align: center;
}

.marchimg {
  padding-left: 10%;
}

.lower {
  text-transform: lowercase;
}
