@charset "UTF-8";
body {
  font-family: "Murecho", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #292929;
}

body > .container {
  flex: 1 0 auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

#logo {
  width: 120px;
}

#ccgop-logo {
  max-width: 300px;
}
@media only screen and (max-width: 575px) {
  #ccgop-logo {
    max-width: 150px;
  }
}

#photo1 {
  background-color: #F5F1EF;
  height: 576px;
  background: url(../images/nichole2.webp) no-repeat 0 -50px;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #photo1 {
    background-position-y: -70px;
  }
}
@media only screen and (min-width: 992px) {
  #photo1 {
    height: 618px;
    background-position-y: -40px;
  }
}
@media only screen and (min-width: 1200px) {
  #photo1 {
    background-position-y: -60px;
  }
}

.sticky-offset {
  top: 100px;
}

/*** MASONRY-STYLE PHOTO GRID STYLES ***/
.masonry {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

/* Phones */
@media (max-width: 575px) {
  .masonry {
    -moz-column-count: 2;
         column-count: 2;
  }
}
/* Tablets */
@media (min-width: 576px) {
  .masonry {
    -moz-column-count: 3;
         column-count: 3;
  }
}
/* Laptops */
@media (min-width: 992px) {
  .masonry {
    -moz-column-count: 4;
         column-count: 4;
  }
}
/* Large desktops */
@media (min-width: 1200px) {
  .masonry {
    -moz-column-count: 5;
         column-count: 5;
  }
}
/* Extra large screens (desktops / ultrawide) */
@media (min-width: 1400px) {
  .masonry {
    -moz-column-count: 6;
         column-count: 6;
  }
}
.masonry img {
  width: 100%;
  margin-bottom: 1rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  transition: all 0.25s;
}
.masonry img:hover {
  transform: scale(1.08);
}

a.person {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 1rem;
  text-decoration: none;
}
a.person:hover {
  background: white;
}
a.person h3 {
  margin: 0;
}
a.person img {
  width: 100px;
  margin-right: 10px;
  border: 2px solid white;
}
a.person .description {
  vertical-align: middle;
}

.card-footer {
  padding-bottom: 20px;
  background-color: transparent;
  border-top: 0;
}

section {
  padding: 60px 0;
}

#home {
  background: url(../images/hero-banner.webp);
  background-size: cover;
  background-position-y: 0;
  padding: 150px 0;
  color: white;
}
#home h1 {
  color: white;
  font-size: 4rem;
  margin-bottom: 10px;
}
#home h2 {
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
#home ul.attributes li {
  color: white;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-weight: 500;
}
#home ul.attributes li::before {
  content: "• ";
}
@media only screen and (max-width: 575px) {
  #home ul.attributes li {
    font-size: 0.625rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  #home ul.attributes li {
    display: inline;
  }
  #home ul.attributes li::before {
    content: "";
  }
}

@media only screen and (max-width: 991px) {
  #home h1 {
    font-size: 2.5rem;
  }
  #home {
    padding: 80px 0;
    background-position-x: 20%;
  }
}
@media only screen and (max-width: 767px) {
  #home {
    padding: 40px 0;
  }
  #home h1 {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 575px) {
  section {
    padding: 30px 0;
  }
  #home h1 {
    font-size: 1.5rem;
  }
  #home h2 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.corner-banner {
  background: #00005A;
  color: white;
  text-align: center;
  padding: 100px 20px 10px 20px;
  width: 400px;
  position: absolute;
  z-index: 2;
  top: -85px;
  right: -185px;
  rotate: 0 0 1 45deg;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
}
.corner-banner .vote {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 0.8;
  color: #BF0000;
}

.red-bar {
  background-color: #BF0000;
  text-align: center;
  padding: 20px 10px 10px 10px;
  font-family: "Murecho", sans-serif;
}
.red-bar h3 {
  font-size: 2vw;
  font-weight: 500;
  color: white;
}
.red-bar p {
  font-size: 1.5vw;
  font-weight: 300;
  color: white;
}
.red-bar a, .red-bar a:link, .red-bar a:visited, .red-bar a:hover {
  color: white;
}

@media only screen and (max-width: 991px) {
  .red-bar h3 {
    font-size: 1.5rem;
  }
  .red-bar p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1400px) {
  .red-bar h3 {
    font-size: 2rem;
  }
  .red-bar p {
    font-size: 1.75rem;
  }
}
.star {
  content: url(../images/star.svg);
  width: 2.25vw;
  margin: 0 20px;
  position: relative;
  top: 3px;
}
.star.white {
  content: url(../images/star-white.svg);
  margin-bottom: 8px;
  display: inline-block;
  width: 25px;
}

.blue {
  background: #144697 url(../images/team.webp);
  background-size: cover;
}

.blue h2,
.blue p {
  color: white;
}

.blue h3 {
  text-shadow: 0px 0px 10px #0E2A5C;
}

.light-gray {
  background-color: #F5F1EF;
}

.light-gray-box {
  background-color: #F5F1EF;
  padding: 20px;
}

#getinvolved img {
  width: 100px;
  margin-bottom: 10px;
}

#connect img {
  width: 80px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #connect img {
    width: 50px;
  }
}

.block {
  display: inline-block;
  margin-bottom: 2rem;
}

a,
a:link,
a:visited {
  color: #000;
  transition: 0.25s all;
}

a:hover {
  color: #BF0000;
}

.red {
  background-color: #BF0000;
  color: white;
}

footer {
  padding: 60px 0;
  font-size: 0.875rem;
  color: white;
  text-decoration: none;
  transition: 0.25s all;
  margin-top: auto;
}
footer a,
footer a:link,
footer a:visited {
  color: white;
  text-decoration: none;
}
footer a:hover,
footer a:link:hover,
footer a:visited:hover {
  text-decoration: underline;
  color: #ff737a;
}

#footer-menu {
  font-family: "Murecho", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 1rem;
}

#footer-menu a,
#footer-menu a:link,
#footer-menu a:visited {
  margin: 0 10px;
}

.full-width {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  box-sizing: border-box;
  overflow-x: hidden;
}

ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  clear: left;
  margin-bottom: 10px;
}
ul li.support {
  padding-left: 24px;
  background: url("../images/green-checkmark.svg") no-repeat 0 5px;
  background-size: 17px;
}
ul li.oppose {
  padding-left: 24px;
  background: url("../images/red-bar.svg") no-repeat 0 5px;
  background-size: 17px;
}
ul li {
  /* This is for the bullet points with red line art icons next to them */
}
ul li img.bullet-icon {
  width: 48px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
ul li p {
  overflow: hidden;
}

h1,
h2 {
  font-family: "Murecho", sans-serif;
  font-weight: 700;
  color: #00005A;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-family: "Murecho", sans-serif;
  font-weight: 700;
  color: #BF0000;
  font-size: 1.5rem;
}
h3 span {
  color: white;
  display: block;
  background: #00005A;
  padding: 5px 15px;
  font-size: 0.75rem;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  left: -0.25rem;
}

h4 {
  color: #00005A;
  font-family: "Murecho", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.25rem;
  }
}
.btn-large {
  padding: 1rem 4rem;
}

@media only screen and (max-width: 575px) {
  .btn-large {
    padding: 0.5rem 1rem;
  }
}
a.btn {
  background-color: #BF0000;
  color: white;
  font-family: "Murecho", sans-serif;
  font-weight: 500;
  border: none;
}

a.btn:hover {
  background-color: #e50000;
  color: white;
}

/*** TABLE STYLES ***/
.table > :not(caption) > * > * {
  background-color: transparent;
}

.experience.table td {
  font-size: 0.75rem;
  padding: 2px 0;
}

.experience.table td.item {
  width: 70%;
}

.experience.table td.date {
  width: 30%;
}

/*** PARALLAX STYLES ***/
.parallax {
  background-color: #EFEEED;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  box-sizing: border-box;
  padding: 40px 5%;
  background: transparent;
}

@media (max-width: 1024px) {
  .parallax-slider {
    background-attachment: scroll;
  }
  .parallax {
    background: url(../images/parallax3.webp);
    background-size: cover;
    background-position: 30%;
  }
}
.parallax-text {
  padding: 10rem 5rem 9rem 5rem;
  display: block;
}
@media only screen and (max-width: 575px) {
  .parallax-text {
    padding: 8rem 2rem 7rem 2rem;
  }
}

.parallax-text h2 {
  color: white;
  font-weight: 300;
  font-size: 2rem;
}

.parallax-text cite {
  color: white;
  font-family: "Murecho", sans-serif;
}

/* MAIN MENU */
.navbar {
  z-index: 1021; /* .sticky-top has a z-index of 1020, and the navbar must be on top of it. */
  font-family: "Murecho", sans-serif;
  position: fixed;
  background-color: white;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  min-height: 65px;
}

.navbar-expand-lg .navbar-nav {
  justify-content: space-evenly;
  padding-top: 12px;
}

.navbar-nav li.nav-item {
  margin-bottom: 0;
}
.navbar-nav li.nav-item a {
  font-weight: 600;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  color: #292929;
  font-size: 1rem;
  border: 1px solid transparent;
  transition: all 0.25s;
  display: block;
}

/* The menu is long enough that it gets cut off right before it switches to mobile view */
@media only screen and (max-width: 1199px) {
  .navbar-nav li.nav-item a {
    padding: 0.5rem 1.25rem;
  }
}
.navbar-nav li.nav-item a:hover {
  color: #BF0000;
}

/* MOBILE MENU */
.navbar-toggler {
  opacity: 0.5;
  transition: opacity 0.25s;
  color: #999;
  border: none;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler:hover {
  opacity: 1;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  /* #logo {
      margin-bottom: 5px;
  } */
  .navbar {
    padding: 10px;
  }
  .navbar .container {
    padding: 0;
    max-width: none;
  }
  .navbar-nav {
    display: flex;
    text-align: center;
  }
  .navbar-nav li.nav-item {
    border-top: 1px solid #f0f0f0;
  }
  .navbar-nav li.nav-item a {
    color: #BF0000;
    width: 100%;
    display: block;
    padding: 10px;
    text-decoration: none;
    transition: all 0.25s;
  }
  .navbar-nav li.nav-item a:hover {
    color: #ffffff;
    background-color: #BF0000;
  }
}
/*** SLIDE INTO VIEWPORT ON SCROLL ***/
.slide-up {
  position: relative;
  bottom: -100px;
  opacity: 0;
}

.slide-from-right {
  position: relative;
  right: -100vw;
  opacity: 0;
}

.slide-from-left {
  position: relative;
  right: 100vw;
  opacity: 0;
}

/*** SVG SHAPE DIVIDER ***/
.custom-shape-divider-bottom-1739066134 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1739066134 svg {
  position: relative;
  display: block;
  width: calc(140% + 1.3px);
  height: 42px;
}

.custom-shape-divider-bottom-1739066134 .shape-fill {
  fill: #FFFFFF;
}

/*** ALERT STYLES ***/
#meet-greet {
  padding: 20px;
  background-color: #ffeb7c;
  border-radius: 10px;
  font-size: 1.75rem;
  position: relative;
  margin-top: -60px;
}
@media only screen and (max-width: 991px) {
  #meet-greet {
    margin-top: 1.5rem;
    margin-bottom: -30px;
    position: static;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  #meet-greet {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}

figure.float-end {
  max-width: 300px;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  figure.float-end {
    float: none !important;
    display: block;
    margin: 30px auto;
  }
}
figure figcaption {
  text-align: center;
  font-size: 0.875rem;
}/*# sourceMappingURL=styles.css.map */