/* Add here all your css styles (customizations) */

::-moz-selection {
  color: #fff;
  background-color: darkred;
}

::selection {
  color: #fff;
  background-color: darkred;
}

.g-bg-darkred-opacity-0_8--after {
  background-color: rgba(161, 15, 43, 0.8) !important;
}

/* Black/Red Gradient */
.g-bg-blackred-gradient-opacity-v1,
.g-bg-blackred-gradient-opacity-v1--after::after {
  background-image: linear-gradient(195deg, rgb(0, 0, 0, 1.0) 30%, rgba(161, 15, 43, 1.0) 100%);
  background-repeat: repeat-x;
}

.g-bg-blackred1-gradient-opacity-v1,
.g-bg-blackred1-gradient-opacity-v1--after::after {
  background-image: linear-gradient(35deg, rgb(0, 0, 0, 1.0) 30%, rgba(161, 15, 43, 1.0) 100%);
  background-repeat: repeat-x;
}
