@font-face {
  font-family: 'Amourette';
  src: url('fonts/amourette.otf');
}

*, *::before, *::after {
  box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}
body {
  font-family: 'arno-pro', serif;
  margin: 0;
}
body>.section-default {
  padding: 3rem;
}
html {
  font-size: 62.5%;
}
h1,
.h1 {
  font-family: 'Amourette', serif;
  font-weight: normal;
}
img, picture {
  display: block;
  max-width: 100%;
}

.bg-dark {
  color: #bbb;
}
.bg-dark .color-primary-2,
.bg-dark h1,
.bg-dark .h1 {
  color: #b59d5e;
}
.bg-light,
.bg-light a {
  color: #21344d;
}
.bg-light .color-primary-2,
.bg-light h1,
.bg-light .h1 {
  color: #88733f;
}
.btn {
  border-radius: 10rem;
  display: inline-block;
  margin: 1rem auto;
  outline: 2px solid transparent;
  outline-offset: 2px;
  text-align: center;
  text-decoration: none;
  transition: filter .25s ease-in-out, outline-color .1s ease;
}
.btn-1 {
  background-color: #b59d5e;
  color: #081528;
  text-transform: uppercase;
}
.btn-1:focus {
  outline: 2px solid #b59d5e;
}
.btn-1:hover {
  filter: brightness(1.3);
}
.border {
  border: 1px solid #b59d5e;
}
.border.container {
  height: 100%;
  padding: 6rem;
}
.border-double {
  border: 1px solid #b59d5e;
  outline: 1px solid #b59d5e;
  outline-offset: 10px;
}
.border-double.container {
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.container {
  margin: auto;
}
.container-md {
  width: min(768px, calc(100% - 4rem));
}
.container-sm {
  width: min(576px, calc(100% - 4rem));
}
.display-block {
  display: block;
}
.font-weight-normal {
  font-weight: normal;
}
.lead {
  font-size: 1.3em;
}
.letter-spacing-025rem {
  letter-spacing: .25rem;
}
.letter-spacing-04rem {
  letter-spacing: .4rem;
}
.letter-spacing-05rem {
  letter-spacing: .5rem;
}
.letter-spacing-1rem {
  letter-spacing: 1rem;
}
.margin-auto {
  margin: auto
}
.margin-top-0 {
  margin-top: 0;
}
.margin-0 {
  margin: 0;
}
.nowrap {
  white-space: nowrap;
}
.position-relative {
  position: relative;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  height: 1px;
  white-space: nowrap;
  width: 1px;
}
.text-center {
  text-align: center;
}
.text-decoration-none {
  text-decoration: none;
}
.text-uppercase {
  text-transform: uppercase;
}

.fade-in {
  animation: fade-in ease-out forwards;
  animation-range: entry 0% cover 35%;
  animation-timeline: view();
}
.grow-in {
  animation: grow-in linear forwards;
  animation-range: entry 0% cover 50%;
  animation-timeline: view();
}

@keyframes fade-in {
  from {
    opacity: .85;
    transform: scale(.98) translateY(24rem);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes grow-in {
  from {
    border-radius: 1rem;
    opacity: .85;
    transform: scale(.85);
  }
  to {
    border-radius: 0;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes shine {
  0% { 
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes twinkle {
  0%, 100% { opacity: .3; transform: scale(0.2); }
  50% { opacity: .45; transform: scale(1); }
}

#main{
  background-blend-mode: multiply;
  background-color: #081528;
  background-color: #11264b;
  background-color: #2a4574;
  background-color: #384d70;
  background-color: #6b7fa4;
  background-color: #c6c6c6;
  background-image: url('images/bg-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 3rem;
  position: relative;
  text-align: center;
}
#main::after {
  background: url('images/stars-1.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: -5rem;
  top: -10rem;
}
#main::before {
  background: url('images/stars-2.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -15rem;
  content: '';
  left: -7.5rem;
  position: absolute;
}
#main p {
  line-height: 1.6;
}
#main strong {
  color: #b59d5e;
}
#main .btn {
  margin-bottom: 0;
  margin-top: 3.5rem;
}
#main .content {
  position: relative;
  margin: 2rem;
  z-index: 998;
}
#main .container {
  border: 1px solid #b59d5e;
}
#main .logo {
  margin-top: 3.25rem;
  position: relative;
}
#main .logo-alt {
  display: block;
  font-family: "arno-pro-display", serif;
  font-weight: 300;
  margin-bottom: -4rem;
  text-transform: uppercase;
}
#main .logo-b {
  background: url('images/logo-brookdale-community-college-foundation-b.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  font-size: 1.4em;
  margin-right: .75rem;
}
#main .logo-b span {
  opacity: 0;
}
#main .star {
  animation: twinkle 12s infinite ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
}
#main .star-random {
  background-color: #88733f;
}
#main .star-md {
  height: 10px;
  width: 10px;
}
#main .star-lg {
  height: 12.5px;
  width: 12.5px;
}
#main .star-1 {
  background-image: url('images/star-1.svg');
}
#main .star-2 {
  background-image: url('images/star-2.svg');
}
#main .star-3 {
  background-image: url('images/star-3.svg');
}
#star-1 {
  left: 25%;
  top: 25%;
}
#star-2 {
  bottom: 35%;
  right: 20%;
}
#star-3 {
  bottom: 45%;
  left: 15%;
}

.honoree {
  margin: 1.5rem auto;
}
.honoree .h5 {
  margin-top: .5rem;
}
.honorees {
  margin: 7.5rem auto;
}
.honorees .h2 {
  margin: 2.25rem auto;
}

#sponsors img {
  object-fit: contain;
  object-position: center;
  margin: auto;
}
#sponsors .h1 {
  margin-top: 4rem;
}
#sponsors .sponsors {
  font-size: 1.25em;
  font-style: italic;
  margin-bottom: 8rem;
}
#sponsors .sponsors .label {
  display: block;
  font-size: .7em;
  font-style: normal;
  line-height: 1.2;
  margin: 1rem auto;
}

#photos {
  column-count: 3;
  column-gap: .5rem;
}
#photos img {
  height: auto;
  margin-bottom: .5rem;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
#photos .landscape {
  aspect-ratio: 3.75/2;
}
#photos .portrait {
  aspect-ratio: 2/4;
}

#footer {
  background-color: #c4c0ba;
  padding-bottom: 1.5rem;
  padding-top: 1.75rem;
}
#footer .logo {
  margin-bottom: 1rem;
  max-height: 34px;
}

@media screen and (min-height: 700px) {
  #main {
    height: 100vh;
  }
  #main .container {
    height: 100%;
  }
}

@media screen and (max-height: 699px) {
  #main .container {
    padding: 5rem 1.5rem;
  }
}

@media screen and (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 12rem;
  }

  #main .logo-alt {
    font-size: .35em;
    margin-top: -4rem;
    margin-right: -20rem;
  }
}

@media screen and (min-width: 1375px) {
  #main .br-custom {
    display: none;
  }
}

@media screen and (min-width: 1075px) {
  #main::after,
  #main::before {
    height: 500px;
    width: 500px;
  }
}

@media screen and (min-width: 871px) and (max-width: 1074px) {
  #main::after,
  #main::before {
    height: 350px;
    width: 350px;
  }
}

@media screen and (min-width: 871px) {
  #sponsors img {
    max-height: 80px;
  }
}

@media screen and (max-width: 870px) {
  #main::after {
    height: 250px;
    width: 250px;
  }
  #main::before {
    height: 325px;
    width: 325px;
  }

  #sponsors img {
    max-height: 40px;
    max-width: 175px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1439px) {
  h1,
  .h1 {
    font-size: 8rem;
  }

  #main .logo {
    margin-bottom: 9rem;
  }
  #main .logo-alt {
    font-size: .3em;
    margin-top: -2.75rem;
    margin-right: -14rem;
  }
}

@media screen and (min-width: 640px) {
  body {
    font-size: 1.6rem;
  }

  h2,
  .h2 {
    font-size: 4.8rem;
  }
  h3,
  .h3 {
    font-size: 3.6rem;
  }
  h4,
  .h4 {
    font-size: 3rem;
  }
  h5,
  .h5 {
    font-size: 2rem;
  }
  h6,
  .h6 {
    font-size: 1.8rem;
  }

  .border-double.container {
    padding: 6rem;
  }
  .btn-sm {
    letter-spacing: .5rem;
    font-size: 2.2rem;
    padding: 2rem 2.75rem;
    padding-right: 2.25rem;
  }

  #main .logo {
    margin-left: -2rem;
  }
  #main .logo-alt {
    letter-spacing: .75rem;
  }

  #honoring .logo {
    max-width: 175px;
  }
}

@media screen and (max-width: 639px) {
  body {
    font-size: 1.25rem;
  }

  h1,
  .h1 {
    font-size: 8rem;
  }
  h2,
  .h2 {
    font-size: 4.2rem;
  }
  h3,
  .h3 {
    font-size: 3rem;
  }
  h4,
  .h4 {
    font-size: 2rem;
  }
  h5,
  .h5 {
    font-size: 1.55rem;
  }
  h6,
  .h6 {
    font-size: 1.35rem;
  }

  .border-double.container {
    padding: 6rem 1rem;
  }
  .btn-sm {
    letter-spacing: .25rem;
    font-size: 1.6rem;
    padding: 1rem 1.75rem;
    padding-right: 1.5rem;
  }

  h1,
  .h1 {
    font-size: 4rem;
  }

  #main .lead {
    font-size: 1em;
  }
  #main .logo {
    margin-bottom: 9rem;
    margin-left: -1rem;
  }
  #main .logo-alt {
    font-size: .225em;
    letter-spacing: .5rem;
    margin-top: -1.5rem;
    margin-right: -7rem;
  }

  #honoring .logo {
    max-width: 100px;
  }
}