body {
  background-color: #000000;
  overflow-x: hidden;
  margin-top: 0;
}

/*.bodyLunar {*/
/*    !*background-color: #151515;*!*/
/*    background-color: #000000;*/
/*}*/
/*.bodyMeteorite {*/
/*    background-color: #000000;*/
/*}*/

p {
  margin-top: 0;
}

input:focus {
  outline: #56565a;
}

button:focus {
  outline: #56565a;
}

a {
  color: white;
  text-decoration: none;
}

h1 {
  margin: 0;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #151515;
}
::-webkit-scrollbar-thumb {
  background: #646464;
}

.btn {
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;

  /*padding: 0.65rem 1rem;*/
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border: 4px solid transparent;
  border-radius: 1.5rem;

  text-align: center;
  min-width: 170px;
}

.btn:hover {
  cursor: pointer;
}

.btn-primary {
  background-color: #e32024;
  color: white;
}

.btn-secondary {
  background-color: #434343;
  color: white;
}

.btn-accordion {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  padding: 0.3rem 1rem 0 0.5rem;

  border: 4px solid transparent;
  border-radius: 1.5rem;

  text-align: left;
  background-color: #434343;
  color: #b9b9b9;
  margin-right: 20px;
  margin-bottom: 10px;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

.Zebra_Accordion dd {
  display: none;
  margin-inline-start: 10px;
  margin-right: 20px;
}
.Zebra_Accordion dt {
  cursor: pointer;
}
.Zebra_Accordion dt:before {
  content: url("../images/plus.png");
  vertical-align: -50%;
  margin-right: 10px;
}

.Zebra_Accordion dt.Zebra_Accordion_Expanded:before {
  content: url("../images/minus.png");
  vertical-align: -50%;
  margin-right: 10px;
}

.pageContainer {
  position: relative;
  /*min-height: 655px;*/
}
.pageLeft {
  position: fixed;
}
.pageRight {
  position: absolute;
  width: 682px;
  top: 0;
  right: 0;
}

.titleContainer {
  display: flex;
  margin-top: 5px;
  width: 100%;
}

.titleChild {
  margin-right: 0.5em;
}

.titleText {
  flex: auto;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 0px;

  font-size: 2em;
  font-weight: 700;
  color: #fff;
  font-family: "Encode Sans Semi Expanded", sans-serif;
  text-transform: uppercase;
  line-height: 1em;
}
.light {
  font-size: 0.9em;
  font-weight: 300;
}

#rightNav {
  /*background:blue;*/
  position: fixed;
  bottom: 0%;
  top: 0%;
  width: 625px;
  /*right:0px;*/
  right: -560px;
  background-color: rgba(255, 255, 255, 0.02);
}

#rightNav.open {
  right: 0px !important;
}
.transition {
  transition: right 0.5s ease-in-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.transition_bounce {
  transition: right 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

#navCanvas {
  position: absolute;
  top: 0;
  left: -65px;
  /*float: left;*/
  width: 130px;
  height: 100vh;
  /*border-color: red;*/
  /*border-style: solid;*/
  border-width: 1px;
  z-index: 30;
  overflow-y: scroll;
}

.rightNavContents {
  overflow-y: scroll;
  height: 100%;
  /*background-color: rgba(21, 21, 21, 0.6);*/
  background-color: rgba(0, 0, 0, 0.7);
}

.tabPanel {
  display: none;
}

.card {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  /*font-weight: 400;*/
  background-color: transparent;
  border: 0;
  color: #ffffff;
  float: right;
  width: 550px;
  right: 0;
}

.card-title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 2em;
  /* color: #646464; */
  color: #a8a8a8;
  margin-top: 3px;
  margin-bottom: 3px;
}

.card-title.sub {
  font-size: 1.4em;
  /* color: #787878; */
  color: #a8a8a8;
}
.card-title.sub2 {
  font-size: 1.4em;
  color: #a8a8a8;
}

.card-body {
  padding: 0rem 1.25rem 1.25rem 0;
}

.card-highlighted {
  background-color: #151515;
  padding: 15px;
  margin-bottom: 15px;
}

.footer {
  color: #646464;
  margin-top: 20px;
}
.footer a {
  color: #646464;
}

.CTDisableDiv {
  display: none;
  position: absolute;
  /*background-color: rgba(21,21,21,.8);*/
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 25;
}

.CTDisableDiv.enabled {
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider .slider-fill {
  background-color: #e32024;
}

.distanceCalloutContainer {
  /*background-color: green;*/
  position: relative;
  left: 35px;
  width: 480px;
}

.distanceCallout {
  text-align: center;
  width: 80px;
  top: -25px;
  height: 20px;
  position: relative;
  left: 200px;
}

.distanceCalloutArrow {
  position: relative;
  width: 20px;
  top: 5px;
}

.distanceCalloutValue {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: #e32024;
  color: white;
  /*width: 20px;*/
  border-radius: 2px;
  padding: 2px 5px 2px 5px;
  /*border: 1px solid #73AD21;*/
  white-space: pre;
}

.sliderLabel {
  font-size: 1.2em;
  font-weight: 700;
  color: white;
  float: left;
  width: 15px;
  height: 30px;
  line-height: 30px;
}

.sliderCustomized {
  display: inline-block;
  position: relative;
  left: 20px;
  width: 480px;
}

.sliderCustomized .slider-circle {
  display: none;
}

.sliderCustomized .slider {
  height: 3px;
  background: #2a2a2a;
  border: none;
}

.sliderCustomized .slider-fill {
  height: 3px;
  top: -2.5px;
}

.sliderCustomized .handle {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: -15px;
  z-index: 20;
}

.sliderCustomized .handle:active {
  border-color: #e32024;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.sampleNumCardBody {
  position: relative;
  display: flex;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 1em;
  padding: 1em;
  font-weight: 300;

  /* color: #646464; */
  color: #a8a8a8;

  background-color: #141414;
  border-radius: 10px;
}

.rightNavClose {
  position: absolute;
  top: 15px;
  right: 15px;
}
.rightNavClose:hover {
  cursor: pointer;
}

.sampleTable {
  display: table;
}
.sampleTableRow {
  display: table-row;
}
.sampleTableCell {
  display: table-cell;
  vertical-align: top;
}
.sampleTableCell:first-child {
  text-align: right;
}

.sampleNum {
  font-size: 1.8em;
}
.sampleNumValue {
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 10px;
  font-weight: 700;
  color: white;
}
.sampleNumValueHref {
  text-decoration: none;
}
.sampleNumValueHref:hover {
  text-decoration: underline;
}

.sampleNumSubtext {
  font-size: 1em;
  font-weight: 400;
}
.sampleNumSubtextValue {
  font-size: 1em;
  padding-left: 10px;
  /*font-weight: 700;*/
  color: white;
}

.sliceNumText {
  font-size: 1.5em;
  font-family: "Roboto", sans-serif;
  max-width: 4em;
}

.svgDescriptionDownload {
  width: 20px;
  height: 20px;
  background: url(../images/download.svg) no-repeat center;
  background-size: 20px 20px;
  margin-left: 0;
  margin-right: auto;
}

#rockContainer {
  background-color: #000000;
  position: fixed;
  width: 100%;
  height: 100%;
}
#rockContainer:hover {
  cursor: pointer;
}

#rockContainer.backgroundLunar {
  /*background-image: url('../images/bg_lunar_black.jpg');*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-size: contain;
}

#rockContainer.backgroundMeteorite {
  /*background-image: url('../images/bg_meteorite.jpg');*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-size: contain;
}
#rockContainer.hideBackground {
  background: none;
}

#oriContainer {
  width: 120px;
  height: 120px;
  /*border: 1px solid #c8c8c8; !* or none; *!*/
  margin: 20px;
  padding: 0px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  pointer-events: none;
}

.detailsButtonContainer {
  display: inline-block;
  width: 100%;
}

.paragraphWithImage img {
  float: right;
  width: 300px;
}

.sliceDetailsTable {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1em;
  color: #a8a8a8;
  width: 100%;
  background-color: #141414;
  border-collapse: collapse;
  line-height: 1.1em;
  border-radius: 10px;
}

.sliceTableCell {
  text-align: center;
  padding: 8px 8px;
  border-left: 1px solid #313131;
}
.sliceTableRow {
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
}
.sliceTableRow:first-child {
  border-top: none;
}
.sliceTableRow:last-child {
  border-bottom: none;
}
.sliceTableCell:first-child {
  margin-left: 20px;
  border-left: none;
}
.sliceTableCell:nth-child(2) {
  border-left: none;
  width: 100px;
}
.sliceTableCell:nth-child(4) {
  border-left: none;
  width: 50px;
}
.sliceTableCell:nth-child(6) {
  border-left: none;
}
.sliceTableCell:last-child {
  border-right: none;
}

.divTable {
  display: table;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  display: table-header-group;
}
.divTableCell,
.divTableHead {
  display: table-cell;
  vertical-align: middle;
}
.divTableHeading {
  display: table-header-group;
}
.divTableFoot {
  display: table-footer-group;
}
.divTableBody {
  display: table-row-group;
}

.svgCamera {
  width: 20px;
  height: 20px;
  background: url(../images/camera.svg) no-repeat center;
  background-size: 20px 20px;
  margin: auto;
}
.svgCamera:hover {
  background: url(../images/camera_white.svg);
  background-size: 20px 20px;
  cursor: pointer;
}
.svgCamera.selected {
  background: url(../images/camera_white.svg);
  background-size: 20px 20px;
}

.svgView {
  width: 30px;
  height: 30px;
  background: url(../images/view.svg) no-repeat center;
  background-size: 30px 30px;
  margin: auto;
}
.svgView:hover {
  background: url(../images/view_white.svg);
  background-size: 30px 30px;
  cursor: pointer;
}
.svgView.selected {
  background: url(../images/view_white.svg);
  background-size: 30px 30px;
}

.svgClose {
  width: 35px;
  height: 35px;
  background: url(../images/close.svg) no-repeat center;
  background-size: 35px 35px;
  margin: auto;
}

.sliceNumContainer {
  height: 35px;
  display: flex;
}

.sliceNumDiv {
  flex: auto;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  font-size: 1.3em;
  background-color: #454545;
  padding: 0 5px 0 5px;
}

.sliceNumDiv.selected {
  color: white;
  background-color: #e32024;
}

.decIncButton {
  flex: auto;
  height: 35px;
  width: 30px;
  color: white;
  background-color: #454545;
  font-size: 1.5em;
  text-align: center;
  line-height: 35px;
}
.decIncButton:hover {
  cursor: pointer;
}
.decIncButton.dec {
  border-bottom-left-radius: 70px;
  border-top-left-radius: 70px;
}

.decIncButton.inc {
  border-bottom-right-radius: 70px;
  border-top-right-radius: 70px;
}

.viewBodyContainer {
  margin-left: 20px;
}

.viewControlsContainer {
  position: relative;
  width: 400px;
  height: 400px;
  /*background-color: green;*/
  left: 35px;
}

.viewArrow {
  position: absolute;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
}

.svgArrowUp {
  background: url(../images/arrow_up.svg) no-repeat center;
  background-size: 50px 50px;
}
.svgArrowDown {
  background: url(../images/arrow_down.svg) no-repeat center;
  background-size: 50px 50px;
}
.svgArrowLeft {
  background: url(../images/arrow_left.svg) no-repeat center;
  background-size: 50px 50px;
}
.svgArrowRight {
  background: url(../images/arrow_right.svg) no-repeat center;
  background-size: 50px 50px;
}
.svgArrowUpLeft {
  background: url(../images/arrow_up_left.svg) no-repeat center;
  background-size: 50px 50px;
}
.svgArrowUpRight {
  background: url(../images/arrow_up_right.svg) no-repeat center;
  background-size: 50px 50px;
}
.svgArrowDownLeft {
  background: url(../images/arrow_down_left.svg) no-repeat center;
  background-size: 50px 50px;
}
.svgArrowDownRight {
  background: url(../images/arrow_down_right.svg) no-repeat center;
  background-size: 50px 50px;
}

#viewExplodedCube {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 300px;
  height: 300px;
}

.viewIconsContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 515px;
  margin-top: 30px;
}
.viewIconContainer:last-child {
  margin-right: 0;
}

.viewIconContainer {
  flex: auto;
  margin: 10px auto;
  /*margin-right: 20px;*/
  width: 72px;
  text-align: center;
}
.viewIconText {
  margin-top: 5px;
}

.viewIcon {
  width: 60px;
  height: 60px;
  border: solid 1px #ffffff;
  border-radius: 10px;
  margin: auto;
}

.viewIcon:hover {
  background-color: #454545;
}
.viewIcon.selected {
  background-color: #e32024;
}

.svgAmbientLight {
  background: rgba(0, 0, 0, 0.2) url(../images/ambient_light_selected.svg) no-repeat center;
  background-size: 40px 40px;
}
.svgSpotLight {
  background: rgba(0, 0, 0, 0.2) url(../images/spotlight_selected.svg) no-repeat center;
  background-size: 40px 40px;
}
.svgAnaglyph {
  background: rgba(0, 0, 0, 0.2) url(../images/anaglyph.svg) no-repeat center;
  background-size: 40px 40px;
}
.svgScaleGuide {
  background: rgba(0, 0, 0, 0.2) url(../images/scale_guide_selected.svg) no-repeat center;
  background-size: 40px 40px;
}
.svgHelperGrid {
  background: rgba(0, 0, 0, 0.2) url(../images/helper_grid_selected.svg) no-repeat center;
  background-size: 40px 40px;
}
.svgOrientation {
  background: rgba(0, 0, 0, 0.2) url(../images/orientation_selected.svg) no-repeat center;
  background-size: 35px 35px;
}
.svgReset {
  background: rgba(0, 0, 0, 0.2) url(../images/reset_selected.svg) no-repeat center;
  background-size: 25px 25px;
}

.pinVerticalScrollContainer {
  display: flex;
  flex-direction: column;
}

.pinVerticalScrollItem {
  flex: auto;
  overflow-y: scroll;
}
.pinVerticalScrollItem:first-child {
  flex: 1;
}
.pinVerticalScrollItem:last-child {
  flex: 1;
}

.pinButtonsContainer {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.pinBtn {
  flex: auto;
  margin-left: 25px;
}

.pinBtn.active {
  background-color: white;
  color: #e32024;
  border: #e32024 solid 4px;
}

.pinTable {
  display: table;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1em;

  width: 100%;
  border-collapse: collapse;
}

.pinTableRow {
  display: flex;
  color: #ffffff;
  background-color: #262626;
  border-radius: 5px;

  margin-bottom: 8px;
  /*border-top: 1px solid #313131;*/
  /*border-bottom: 1px solid #313131;*/
}
.pinTableCell {
  flex: auto;
  /* margin: auto; */
  text-align: center;
  padding: 10px;
  /*border-left: 1px solid #313131;*/
}
.pinTableCell:first-child {
  flex: 0 0 1em;
  /*padding-right: 0;*/
}
/* .pinTableCell:nth-child(2) {
  flex: 0 0 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
} */
.pinTableCell:last-child {
  flex: 0 0 1em;
  padding-left: 0;
}

.pinLabel {
  font-weight: 700;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 1.1em;
  /*margin:auto;*/
  vertical-align: middle;
  background-color: #e32024;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.pinText {
  text-align: left;
}
.pinText:hover > *[contenteditable="true"] {
  background-color: rgba(217, 245, 255, 0.5);
}

/*.pinTableRow:first-child {*/
/*    border-top: none;*/
/*}*/
/*.pinTableRow:last-child {*/
/*    border-bottom: none;*/
/*}*/

.pinButton {
  position: relative;
  width: 30px;
  height: 30px;
  border: #3f3f3f 1px solid;
  border-radius: 50%;
  font-size: 50px;
  background: #3f3f3f;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.pinButton:hover {
  border: white 1px solid;
}

.pinButton.pinButtonSelected {
  background-color: #e32024;
  border: white 1px solid;
}

.svgTrash {
  width: 18px;
  height: 18px;
  background: url(../images/trash_white.svg) no-repeat center;
  background-size: 18px 18px;
  margin: auto;
}
.svgTrash:hover {
  cursor: pointer;
}

.svgViewPin {
  width: 20px;
  height: 20px;
  background: url(../images/view_white.svg) no-repeat center;
  background-size: 20px 20px;
  margin: auto;
}
.svgViewPin:hover {
  cursor: pointer;
}

#nasaPins {
  display: block;
}

#customPins {
  display: none;
}

.pinTitleContainer {
  display: flex;
  margin-bottom: 20px;
}
.pinTitleItem {
  flex: 1;
}

#pinType_navigation {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
#pinType_navigation .pinType_navigation_item {
  border: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.5em;
  font-weight: 400;
  margin-left: -4px;
  margin-right: -4px;
  white-space: nowrap;
  color: #797979;
  background-color: #252525;
  transition: background-color 0.33s ease;
  user-select: none;
}
#pinType_navigation .pinType_navigation_item:hover {
  color: #fcfcfc;
  background-color: #333333;
  transition: background-color, color 0.33s ease;
}

#pinType_navigation .pinType_navigation_item_active {
  color: #fcfcfc;
  background-color: #333333;
  transition: background-color 0.33s ease;
}
#pinType_navigation .pinType_navigation_item_disabled {
  color: #575757;
  background-color: #252525;
}
#pinType_navigation .pinType_navigation_item_disabled:hover {
  color: #575757;
  background-color: #252525;
}
#pinType_navigation #pinType_left {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
#pinType_navigation #pinType_right {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.modal {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1em;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
}
.modal .title {
  font-size: 2.2em;
}

.modal .body {
  text-align: left;
}

.modal #shareURL {
  width: 100%;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-size: 1.1em;
}

.modal.loader {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1em;
  /*background-color: #000000;*/
  background-color: rgba(0, 0, 0, 0);
  color: #a8a8a8;
  text-align: center;
  border-radius: 0;
  box-shadow: none;
}

.loaderCircleContents {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 125px;
  top: 100px;
}
.loaderCircleItem {
  flex: auto;
}

.progressRings {
  width: 400px;
  height: 400px;
}
#progress-ring__circle {
  transition: 0.35s stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.loadingText {
  /*position: absolute;*/
  font-weight: 700;
  font-size: 1.4em;
  color: #a8a8a8;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.loaderTextItemsContainer {
  width: 100%;
}
.loaderTextItems {
  display: inline-block;
  text-align: left;
  width: 230px;
}
#loaderSampleNum {
  color: #ffffff;
}

#tooltip {
  font-family: sans-serif;
  font-size: 0.8rem;
  position: fixed;
  top: 10px;
  left: 10px;
  color: #a8a8a8;
  background-color: #222222;
  border: 1px solid #a8a8a8;
  padding: 5px;
}

#moveMouseContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*height:400px;*/
  pointer-events: none;
  opacity: 0;
  animation: disappear 25s linear infinite;
}

@keyframes disappear {
  40%,
  60% {
    opacity: 0;
  }
  45%,
  55% {
    opacity: 1;
  }
}

#svgMoveMouse {
  width: 100px;
  height: 100px;
  background: url(../images/movemouse.svg) no-repeat center;
  background-size: 100px 100px;
  margin: auto;
  animation: wiggle 2.5s infinite;
}
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(5deg);
  }
  95% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.table-parent {
  display: flex;
  flex-direction: row;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 20px 20px 0px 0px;
}

.table-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #343434;
  padding: 0px;
  border-radius: 5px;
  text-align: center;
}

.table-column-margin {
  display: flex;
  flex-direction: column;
  flex: 0 0 0.5em;
  background-color: #1f1f1f;
}

.table-column-margin-first {
  display: flex;
  flex-direction: column;
  flex: 0 0 1em;
  background-color: #1f1f1f;
}

.table-column:first-child {
  background-color: #1f1f1f;
  text-align: right;
}

.table-cell {
  flex: 1;
  border-bottom: 1px solid #575757;
}

.table-cell:first-child {
  font-weight: 500;
  padding-top: 15px;
}

.table-cell:last-child {
  border-bottom: none;
  line-height: 40px;
}

.table-cell-margin {
  flex: 1;
  border-bottom: 1px solid #575757;
}

.table-cell-margin:first-child {
  font-weight: 500;
  padding-top: 15px;
}

.table-cell-margin:last-child {
  border-bottom: none;
  line-height: 40px;
}

.download-title {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 10px;
}

.download-text {
  font-size: 1em;
}

.download-button {
  border: 0;
  border-radius: 30px;

  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;

  font-size: 0.9em;
  font-weight: 400;
  line-height: 1em;
  white-space: nowrap;

  color: #fff;
  background-color: #e32024;
  transition: background-color 0.33s ease;
}
.navigation:hover {
  background-color: #aa171a;
}
