main p,
main ul,
main li {
  font-size: 18px;
}

/* FEATURE BLOCKS */
.feature-block {
  margin-bottom: 2rem;
}

.feature-block .f-headings {
  border-bottom: 1px solid #cfb991;
  margin-bottom: 1rem;
}

.feature-block h2 {
  font-family: "United Sans Condensed", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: black;
  margin: 0;
}

.feature-block .f-headings p.sub-heading {
  margin-bottom: 0;
}

.feature-block .f-content img {
  width: 100%;
  max-width: 100%;
}

.feature-block .f-content .f-c-img-box {
  margin-bottom: 1rem;
}

.feature-block .f-content .f-c-text {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 1rem;
}

.feature-block .f-content .f-btn,
.person-box .more-btn {
  color: #8e6f3e;
  border: 2px solid #8e6f3e;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "United Sans", sans-serif;
  margin-top: auto;
  max-width: fit-content;
}

.feature-block .f-content .f-btn:hover,
.person-box .more-btn:hover {
  background-color: #8e6f3e;
  color: white;
  text-decoration: none;
}

/* ARROW BULLETS */
.arrow-bullets {
  background-color: #cfb991;
  padding: 1rem 0;
  margin-bottom: 2rem;
}

.arrow-bullets ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.arrow-bullets ul li {
  padding-left: 1em;
  text-indent: -1.25em;
  font-family: Acumin Pro, sans-serif;
  font-weight: 600;
  font-size: 1rem;
}

/* SECTION SPECIFIC FORMATTING */
.section-gold {
  background-color: #cfb991;
  padding: 1rem;
}

.section-gold * {
  color: black;
}

.section-gold h2 {
  text-align: center;
}

/* CEO QUOTES */
.ceo-quote-box .quote {
  text-align: center;
}

.ceo-quote-box .cite {
  font-style: italic;
  text-align: center;
}

/* PERSON BOXES */
.content-box {
  display: flex;
  flex-flow: column;
}

.person-box {
  margin-bottom: 2rem;
}

.person-box .image-box {
  text-align: center;
}

.person-box img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 1rem;
}

.person-box h3 {
  margin-top: 0;
  text-align: center;
  color: black;
  font-size: 1.4rem;
  padding-bottom: 0.5rem;
}

.person-box h3.faculty-name {
  text-align: center;
}

.person-box .faculty-content {
  text-align: center;
}

.person-box .faculty-image {
  max-width: 160px;
  margin-bottom: 1rem;
}

.person-box .more-btn {
  margin-top: auto;
  width: 10rem;
  max-width: 10rem;
  text-align: center;
}

.person-box .more-btn {
  margin-left: auto;
  margin-right: auto;
}

/* PURDUE EVENT DOCUMENTS */
.purdue-event-document {
  margin-top: 8rem;
  margin-bottom: 2rem;
}

.purdue-event-document img {
  margin-left: 1rem;
}

/* General style */
h1.gold-under {
  border-bottom: 2px solid #cfb991;
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
}

a.btn.btn-purdue-primary:hover {
  background-color: black;
  color: #cfb991 !important;
}

/* MEDIA QUERIES */
@media only screen and (min-width: 768px) {
  .person-box h3.faculty-name {
    text-align: left;
  }

  .person-box .faculty-content {
    text-align: left;
  }

  .person-box .faculty-image {
    margin-bottom: 0;
  }
  .person-box .more-btn {
    margin-left: revert;
    margin-right: revert;
  }
}


  .typetreatment .col-12 img{
    display:block;
  }
  .typetreatment {
  padding-top:80px;padding-bottom:80px;}






/********* Index Page CSS **********/
    
            .keynotes {
                display: flex;
                flex-flow: column nowrap;
                justify-content: center;
                gap: 15px;
            }

            .keynote-item {
                border: 1px solid #c4bfc0;
                padding: 15px;
            }

            .keynote-heading {
                font-family: "United Sans Condensed", sans-serif;
                font-size: 1.7rem;
                margin-bottom: 0;
            }

            .keynote-subheading {
                font-style: italic;
                border-bottom: 1px solid #cfb991;
                padding-bottom: 5px;
            }

            .keynote-details {
                margin-bottom: 5px;
            }

            .purduebtn {
                background-color: #000000;
                color: #cfb991 !important;
                font-family: "United Sans", sans-serif;
                text-transform: uppercase;
                border: 2px solid #cfb991;
                border-radius: 0px;
                font-weight: 600;
                padding: 0.5rem;
                margin: 0.5rem;
                margin-bottom: 1rem;
                text-align: center;
                width: fit-content;
                max-width: 20rem;
            }

            .purduebtn:hover {
                background-color: #cfb991;
                color: #000000 !important;
                text-decoration: none;
            }

            .btn-wrapper {
                display: flex;
                justify-content: center;
                align-items: center;
                align-self: end;
                padding: 1rem;
            }

            .section-dark {
                background-color: black;
            }

            .tagline-box {
                text-align: center;
                margin-bottom: 1rem;
                padding-top:10px;
            }

            .tagline-box .line-1 {
                font-family: 'United Sans Condensed', sans-serif;
                font-size: 2rem;
                background-color: #cfb991;
                max-width: fit-content;
                margin: 0 auto;
                padding: 0 1rem;
                text-transform: uppercase;
            }

            .tagline-box .line-2 {
                font-family: 'acumin-pro-extra-condensed', sans-serif;
                font-size: 4rem;
                text-transform: uppercase;
                font-style: italic;
            }

            .tagline-box .line-3 {
                font-family: 'United Sans Condensed', sans-serif;
                font-size: 2.5rem;
                border: 1px solid #cfb991;
                max-width: fit-content;
                margin: 0 auto;
                padding: 0 1rem;
                text-transform: uppercase;
            }

            .feature-box p {
                font-family: 'acumin-pro-condensed';
                font-size: 2rem;
                text-transform: uppercase;
                font-weight: 600;
                text-align: center;
            }

            .feature-box {
                background-image: linear-gradient(45deg, #EEE 50%, #FFF 50%);
            }
    
