/*
Theme Name: Space Monkey
Author: Kickstand Technology LLC
Author URI: https://www.kickstandtech.com
GitHub Theme URI: https://github.com/rjbruneel/SLS-WordPress-Theme
GitHub Branch: main
Version: 4.01
*/

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

.launch-list-thumbnail, .rocket-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media only screen and (min-width: 992px) {
  .background-none {
    background-image: none!important;
  }
}

.img_fluid {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Theme Overides
--------------------------------------------------------------*/

/* Custom Heading Styles - Override Bootstrap Defaults */
h1 {
  font-size: 1.75rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h4 {
  font-size: 1rem;
  line-height: 1.5;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.5;
}

h6 {
  font-size: 0.75rem;
  line-height: 1.6;
}

/*--------------------------------------------------------------
# Accordion Chevron Animation
--------------------------------------------------------------*/

/* Rotate chevron when accordion is expanded (collapsed class is removed) */
a[data-bs-toggle="collapse"]:not(.collapsed) svg {
  transform: rotate(180deg);
}

/* Default state when collapsed */
a[data-bs-toggle="collapse"].collapsed svg {
  transform: rotate(0deg);
}
