/*adjustments for fonts*/
h1 {
  font-weight: 600; }

h2 {
  font-size: 28px;
  font-family: Nunito, sans-serif !important;
  font-style: normal;
  font-weight: 600; }

h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: Nunito , sans-serif !important; }

h4, h5, h6 {
  font-family: Nunito , sans-serif !important; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  font-family: Nunito , sans-serif !important; }

/*Rocket HR Menu*/
hr.rocket {
  border-top: 2px solid;
  margin: 0;
  margin-top: 20px;
  display: block;
  border: none;
  height: 2px;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#9d1f60), to(white)); }

.rocket::after {
  content: "\f135";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 2em;
  background: white;
  left: 50%;
  transform: translatex(-50%);
  margin-top: -20px;
  text-align: center;
  font-size: 2em;
  color: #9d1f60; }

/*Styles to make the red exclaim on the snapshot products*/
.snap_alert {
  padding-top: 10px; }

.snap_alert p::before {
  content: "\f12a";
  top: 0px;
  padding-right: 5px;
  font-family: FontAwesome;
  color: red; }

.accordion__header::after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 16px;
  padding-right: 0em;
  position: absolute;
  top: 15px;
  right: 10px; }

.accordion__header {
  padding-right: 20px !important;
  color: #DE106B !important;
  border-color: #DE106B !important; }

/*styling for the accordion lists */
.accord_list {
  padding-top: 0px !important;
  padding-left: 20px !important; }

.accord_list li::before {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 10px;
  padding-right: 0em;
  position: relative;
  left: -5px;
  right: 15px; }

/* Styling for featured celeb heading */
.feat_celeb h3 {
  padding: 5px !important;
  margin: 5px !important; }

/*styles the heading of the schedule block*/
.schedule h3 {
  padding: 5px !important;
  margin: 5px !important; }

/* Styles the heading of Feat Celeb and Schedule for half blocks */
.feat_celeb_2 h3 {
  padding: 5px !important;
  margin: 5px !important; }

.feat_celeb_2_sched h3 {
  padding: 5px !important;
  margin: 5px !important; }

/*Styling for the Schedule List*/
.feat_celeb_2_sched ul {
  margin: 0px !important;
  padding: 0px !important; }

.feat_celeb_2_sched li {
  margin: 0px !important;
  padding-top: 0;
  padding-bottom: 0px;
  padding-left: 5px; }

/*Styling for the names in the schedule list*/
.feat_celeb_2_sched_name li {
  list-style: none;
  padding-left: 35px !important;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px; }

.feat_celeb_2_sched_name li::before {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 10px;
  padding-right: 0em;
  position: relative;
  left: -15px;
  right: 10px; }

/************ sticky heading styles *************/
.followMeBar {
  background: #ffffff;
  padding: 10px 20px;
  position: sticky;
  top: 0;
  z-index: 1;
  color: #DE106B;
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #DE106B; }

.followMeBar::after {
  content: "\f107";
  position: absolute;
  top: 0px;
  right: 20px;
  font-family: FontAwesome;
  color: #DE106B; }

.followMeBar.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10; }

.followMeBar.fixed.absolute {
  position: absolute; }

/*back to top button*/
#to_top_button {
  display: inline-block;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

#to_top_button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #DE106B; }

#to_top_button:hover {
  cursor: pointer;
  background-color: #333; }

#to_top_button:active {
  background-color: #555; }

#to_top_button.show {
  opacity: 1;
  visibility: visible; }

/* -------------Media queries for responsiveness-------------- */
/*MOBILE*/
@media only screen and (max-width: 480px) {
  .guest_list {
    column-count: 2; }

  .feat_celeb_2_sched ul {
    margin: 0px !important;
    padding-top: 0;
    padding-bottom: 0px;
    padding-left: 20px !important; }

  .feat_celeb_2_sched li {
    margin: 0px !important;
    padding: 0px;
    list-style: disc; }

  .feat_celeb_2_sched_name li {
    list-style: none;
    padding-left: 35px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px; }

  .feat_celeb_2_sched_name li::before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 10px;
    padding-right: 0em;
    position: relative;
    left: -15px;
    right: 10px; }

  /************ secondary heading styles *************/
  .secondary_navigation {
    display: flex;
    align-items: center;
    justify-content: center; }

  .secondary_menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; }

  .secondary_menu a {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #DE106B;
    transition: color .2s ease;
    padding: 3px 0;
    margin-bottom: 15px; }

  .secondary_menu {
    flex-direction: row; }

  .secondary_menu > li:not(:last-child) {
    margin-right: 10px; }

  /*Social media icon styling*/
  .social_bios {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

  .social_bios i {
    padding: 8px; }

  /* Styling for celeb lists in a single block */
  .celeb {
    font-size: 15px;
    font-weight: 600;
    padding-left: 15px;
    margin: 0; }

  .celeb::before {
    content: "\f005";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: goldenrod;
    font-size: 15px;
    padding-right: 0em;
    position: relative;
    top: 0px;
    left: -5px;
    right: 0px; }

  .celeb_credit {
    display: inline-block;
    width: 95%; }

  .celeb_schedules {
    display: inline-block;
    width: 95%; }

  .schedule {
    display: inline-block;
    width: 100%; }

  /* Styling for schedule event lists in a single block */
  .sched {
    font-size: 15px;
    font-weight: 600;
    padding-left: 10px;
    margin: 0; }

  .sched::before {
    content: "\f005";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: goldenrod;
    font-size: 15px;
    padding-right: 0em;
    position: relative;
    top: 0px;
    left: -5px;
    right: 0px; }

  /*styles the events the celeb was in after their name*/
  .credit {
    padding-top: 0px !important;
    padding-left: 35px !important; }

  .credit li {
    padding: 0 !important;
    margin: 0;
    list-style: none; }

  .credit li::before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 10px;
    padding-right: 0em;
    position: relative;
    left: -15px;
    right: 10px; }

  /*styles the events*/
  .sched_event {
    padding-top: 0px !important;
    padding-left: 35px !important; }

  .sched_event li {
    padding: 0 !important;
    margin: 0;
    list-style: none; }

  .sched_event li::before {
    content: "\f0c8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 8px;
    padding-right: 0em;
    position: relative;
    left: -15px;
    right: 10px;
    bottom: 1px; } }
/*TABLET*/
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .guest_list {
    column-count: 3; }

  /************ secondary heading styles *************/
  .secondary_menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; }

  .secondary_navigation {
    display: flex;
    align-items: center;
    justify-content: center; }

  .secondary_menu a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #DE106B;
    transition: color .2s ease;
    padding: 3px 0;
    margin-bottom: 15px; }

  .secondary_menu a:hover {
    color: #aaa; }

  .secondary_menu a:hover::after,
  .secondary_menu a:hover::before {
    width: 100%;
    left: 0; }

  .secondary_menu a::after,
  .secondary_menu a::before {
    content: '';
    position: absolute;
    top: calc(100% + 5px);
    width: 0;
    right: 0;
    height: 3px; }

  .secondary_menu a::before {
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
    background: #DE106B; }

  .secondary_menu a::after {
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    background: #aaa; }

  .secondary_menu {
    flex-direction: row; }

  .secondary_menu > li:not(:last-child) {
    margin-right: 40px; }

  .feat_celeb_2_sched ul {
    margin: 0px !important;
    padding-top: 0;
    padding-bottom: 0px;
    padding-left: 20px !important; }

  .feat_celeb_2_sched li {
    margin: 0px !important;
    padding: 0px;
    list-style: disc; }

  .feat_celeb_2_sched_name li {
    list-style: none;
    padding-left: 35px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px; }

  .feat_celeb_2_sched_name li::before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 10px;
    padding-right: 0em;
    position: relative;
    left: -15px;
    right: 10px; }

  /* Styling for celeb lists in a single block */
  .celeb {
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    margin: 0; }

  .celeb::before {
    content: "\f005";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: goldenrod;
    font-size: 16px;
    padding-right: 0em;
    position: relative;
    top: 0px;
    left: -5px;
    right: 0px; }

  .celeb_credit {
    display: inline-block;
    width: 97%; }

  .celeb_schedules {
    display: inline-block;
    width: 97%; }

  .schedule {
    display: inline-block;
    width: 100%; }

  /* Styling for schedule event lists in a single block */
  .sched {
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    margin: 0; }

  .sched::before {
    content: "\f005";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: goldenrod;
    font-size: 16px;
    padding-right: 0em;
    position: relative;
    top: 0px;
    left: -5px;
    right: 0px; }

  /*styles the events the celeb was in after their name*/
  .credit {
    padding-top: 0px !important;
    padding-left: 35px !important; }

  .credit li {
    padding: 0 !important;
    margin: 0;
    list-style: none; }

  .credit li::before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 10px;
    padding-right: 0em;
    position: relative;
    left: -15px;
    right: 10px; }

  /*styles the events*/
  .sched_event {
    padding-top: 0px !important;
    padding-left: 35px !important; }

  .sched_event li {
    padding: 0 !important;
    margin: 0;
    list-style: none; }

  .sched_event li::before {
    content: "\f0c8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 8px;
    padding-right: 0em;
    position: relative;
    left: -15px;
    right: 10px;
    bottom: 1px; } }
/*LAPTOPS*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .guest_list {
    column-count: 4; }

  .feat_celeb_2_sched ul {
    margin: 0px !important;
    padding-top: 0;
    padding-bottom: 0px;
    padding-left: 20px !important; }

  .feat_celeb_2_sched li {
    margin: 0px !important;
    padding: 0px;
    list-style: disc; }

  .feat_celeb_2_sched_name li {
    list-style: none;
    padding-left: 35px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px; }

  .feat_celeb_2_sched_name li::before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 10px;
    padding-right: 0em;
    position: relative;
    left: -15px;
    right: 10px; }

  /************ secondary heading styles *************/
  .secondary_navigation {
    display: flex;
    align-items: center;
    justify-content: center; }

  .secondary_menu {
    display: flex;
    flex-direction: column; }

  .secondary_menu a {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #DE106B;
    transition: color .2s ease;
    padding: 3px 0;
    margin-bottom: 15px; }

  .secondary_menu a:hover {
    color: #aaa; }

  .secondary_menu a:hover::after,
  .secondary_menu a:hover::before {
    width: 100%;
    left: 0; }

  .secondary_menu a::after,
  .secondary_menu a::before {
    content: '';
    position: absolute;
    top: calc(100% + 5px);
    width: 0;
    right: 0;
    height: 3px; }

  .secondary_menu a::before {
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
    background: #DE106B; }

  .secondary_menu a::after {
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    background: #aaa; }

  .secondary_menu {
    flex-direction: row; }

  .secondary_menu > li:not(:last-child) {
    margin-right: 40px; }

  /* Styling for celeb lists in a single block */
  .celeb {
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    margin: 0; }

  .celeb::before {
    content: "\f005";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: goldenrod;
    font-size: 16px;
    padding-right: 0em;
    position: relative;
    top: 0px;
    left: -5px;
    right: 0px; }

  .celeb_credit {
    display: inline-block;
    width: 97%; }

  .celeb_schedules {
    display: inline-block;
    width: 97%; }

  .schedule {
    display: inline-block;
    width: 100%; }

  /* Styling for schedule event lists in a single block */
  .sched {
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    margin: 0; }

  .sched::before {
    content: "\f005";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: goldenrod;
    font-size: 16px;
    padding-right: 0em;
    position: relative;
    top: 0px;
    left: -5px;
    right: 0px; }

  /*styles the events the celeb was in after their name*/
  .credit {
    padding-top: 0px !important;
    padding-left: 35px !important; }

  .credit li {
    padding: 0 !important;
    margin: 0;
    list-style: none; }

  .credit li::before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 10px;
    padding-right: 0em;
    position: relative;
    left: -15px;
    right: 10px; }

  /*styles the events*/
  .sched_event {
    padding-top: 0px !important;
    padding-left: 35px !important; }

  .sched_event li {
    padding: 0 !important;
    margin: 0;
    list-style: none; }

  .sched_event li::before {
    content: "\f0c8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 8px;
    padding-right: 0em;
    position: relative;
    left: -15px;
    right: 10px;
    bottom: 1px; } }
/*DESKTOPS*/
@media only screen and (min-width: 1025px) {
  .guest_list {
    column-count: 5; }

  /* Add behavior to scroll smoothly when clicking naviation to sections */
  html {
    scroll-behavior: smooth; }

  /*Social media icon styling*/
  .social_bios {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

  .social_bios i {
    padding: 15px; }

  /*Allows H3 of the Feat Celeb content to go both columns*/
  .feat_celeb h3 {
    column-span: all; }

  /*Ensures Feat Celeb content goes into 2 columns*/
  .feat_celeb {
    column-count: 2; }

  /*Puts the unordeed lists of the Feat Celeb block in the correct display to not break up */
  .feat_celeb ul {
    display: inline-block;
    width: 100%; }

  /*Padding of the schedule half block unorderd list*/
  .feat_celeb_2_sched ul {
    margin: 0px !important;
    padding: 0px !important; }

  /*Padding and margins of the schedule half-block list items*/
  .feat_celeb_2_sched li {
    margin: 0px !important;
    padding-top: 0;
    padding-bottom: 0px;
    padding-left: 5px; }

  /*Padding and margins of the names in the half-block list items*/
  .feat_celeb_2_sched_name li {
    list-style: none;
    padding-left: 35px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px; }

  /*Bullet design of names in the half-block list items*/
  .feat_celeb_2_sched_name li::before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 10px;
    padding-right: 0em;
    position: relative;
    left: -15px;
    right: 10px; }

  /*Allows H3 of the Schedule content to go both columns*/
  .schedule h3 {
    column-span: all; }

  /*Ensures Schedule content goes into 2 columns*/
  .schedule {
    column-count: 2; }

  /*Puts the unordeed lists of the Schedule block in the correct display to not break up */
  .schedule ul {
    display: inline-block;
    width: 100%; }

  /************ secondary heading styles *************/
  .secondary_navigation {
    display: flex;
    align-items: center;
    justify-content: center; }

  .secondary_menu {
    display: flex;
    flex-direction: column; }

  .secondary_menu a {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #DE106B;
    transition: color .2s ease;
    padding: 3px 0;
    margin-bottom: 15px; }

  .secondary_menu a:hover {
    color: #aaa; }

  .secondary_menu a:hover::after,
  .secondary_menu a:hover::before {
    width: 100%;
    left: 0; }

  .secondary_menu a::after,
  .secondary_menu a::before {
    content: '';
    position: absolute;
    top: calc(100% + 5px);
    width: 0;
    right: 0;
    height: 3px; }

  .secondary_menu a::before {
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
    background: #DE106B; }

  .secondary_menu a::after {
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    background: #aaa; }

  .secondary_menu {
    flex-direction: row; }

  .secondary_menu > li:not(:last-child) {
    margin-right: 40px; }

  /* Styling for celeb lists in a single block */
  .celeb {
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    margin: 0; }

  .celeb::before {
    content: "\f005";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: goldenrod;
    font-size: 16px;
    padding-right: 0em;
    position: relative;
    top: 0px;
    left: -5px;
    right: 0px; }

  .celeb_credit {
    display: inline-block;
    width: 97%; }

  .celeb_schedules {
    display: inline-block;
    width: 97%; }

  .schedule {
    display: inline-block;
    width: 100%; }

  /* Styling for schedule event lists in a single block */
  .sched {
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    margin: 0; }

  .sched::before {
    content: "\f005";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: goldenrod;
    font-size: 16px;
    padding-right: 0em;
    position: relative;
    top: 0px;
    left: -5px;
    right: 0px; }

  /*styles the events the celeb was in after their name*/
  .credit {
    padding-top: 0px !important;
    padding-left: 35px !important; }

  .credit li {
    padding: 0 !important;
    margin: 0;
    list-style: none; }

  .credit li::before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 10px;
    padding-right: 0em;
    position: relative;
    left: -15px;
    right: 10px; }

  /*styles the events*/
  .sched_event {
    padding-top: 0px !important;
    padding-left: 35px !important; }

  .sched_event li {
    padding: 0 !important;
    margin: 0;
    list-style: none; }

  .sched_event li::before {
    content: "\f0c8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 8px;
    padding-right: 0em;
    position: relative;
    left: -15px;
    right: 10px;
    bottom: 1px; } }
