@charset "UTF-8";
/*! ------------------------------------------------
 * Project Name: COCO.gay - Coming soon
 * Project Description: Live your life with an open mind
 * Tags: coco, gay, bi, lgbt, lgbtq, lgbtqi, pride, color, colors, rainbow, life, love, open-minded, coming soon, resource center
 * Version: 1.0
 * Author: COCO
 * Author URI: https://www.coco.gay/
 * File name: colors.css
 * ------------------------------------------------
 *
 * ------------------------------------------------
 * Table of Contents
 * ------------------------------------------------
 *  1. Basic Color Options
 *  2. Intro Сopyright Colors
 *  3. Main Section Aside Colors
 *  4. Socials Colors
 *  5. Buttons & Triggers Colors
 * ------------------------------------------------
 * Table of Contents End
 * ------------------------------------------------ */
/* ------------------------------------------------*/
/* Basic Color Options Start */
/* ------------------------------------------------*/
::-moz-selection {
  background-color: #a29bfe;
  color: #182c61;
  text-shadow: none;
}
::selection {
  background-color: #a29bfe;
  color: #182c61;
  text-shadow: none;
}

::-webkit-scrollbar {
  background: #c3bef7;
}

::-webkit-scrollbar-track {
  background-color: #c3bef7;
}

::-webkit-scrollbar-thumb {
  background-color: #a29bfe;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #444;
  background-color: #ffffff;
}

h1 {
  color: #ffffff;
}

.headline__subtitle {
  color: #ffffff;
}

.headline__description {
  color: #ffffff;
}

h2 {
  color: silver;
}
h2::after {
  background-color: #a29bfe;
}

h3 {
  color: #182c61;
}
h3.light {
  color: #ffffff;
}

h4 {
  color: #182c61;
}
h4.light {
  color: #ffffff;
}

a {
  color: #182c61;
}
a.light {
  color: #ffffff;
}
.no-touch a:hover {
  color: #a29bfe;
}
.no-touch a:hover.light {
  color: #c3bef7;
}

p {
  color: #182c61;
}
p.light {
  color: #ffffff;
}

.aside__title {
  color: #ffffff;
}

.aside__text {
  color: #ffffff;
}

.popup__title {
  color: #182c61;
}
.popup__title.light {
  color: #ffffff;
}

.popup__subtitle {
  color: #444;
}
.popup__subtitle.light {
  color: rgba(255, 255, 255, 0.8);
}

.clip .words-wrapper::after {
  background-color: #a29bfe;
}

.section-main {
  background-color: #a29bfe;
}

.section-main__intro {
  background-color: #6c5ce7;
}

.color-layer-medium {
  background-color: rgba(45, 5, 53, 0.5);
}

.color-layer-dark {
  background-color: rgba(45, 5, 53, 0.7);
}

.bg-light {
  background-color: #f2f2f2;
}

.bg-medium {
  background-color: #a29bfe;
}

.bg-dark {
  background-color: #6c5ce7;
}

/* ------------------------------------------------*/
/* Basic Color Options End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Intro Copyright Colors Start */
/* ------------------------------------------------*/
.no-touch p.copyright a:hover {
  color: #a29bfe;
}

/* ------------------------------------------------*/
/* Intro Copyright Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Main Section Aside Colors Start */
/* ------------------------------------------------*/
.section-main__aside {
  background-color: #6c5ce7;
  background-repeat: repeat;
  background-position: top left;
}
/* ------------------------------------------------*/
/* Main Section Aside Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Socials Colors Start */
/* ------------------------------------------------*/
.no-touch .socials li a:hover {
  color: #c3bef7;
}

/* ------------------------------------------------*/
/* Socials Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Buttons & Triggers Colors Start */
/* ------------------------------------------------*/
.button-solid-light {
  background-color: #a29bfe;
  border: 2px solid #a29bfe;
  color: #182c61;
}
.no-touch .button-solid-light:hover {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.button-solid-dark {
  background-color: #6c5ce7;
  border: 2px solid #6c5ce7;
  color: #ffffff;
}
.no-touch .button-solid-dark:hover {
  background-color: transparent;
  border: 2px solid #6c5ce7;
  color: #182c61;
}

.button-outline-light {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.no-touch .button-outline-light:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #182c61;
}

.button-outline-dark {
  background-color: transparent;
  border: 2px solid #2c2c2c;
  color: #182c61;
}
.no-touch .button-outline-dark:hover {
  background-color: #6c5ce7;
  border: 2px solid #6c5ce7;
  color: #ffffff;
}

/* ------------------------------------------------*/
/* Buttons & Triggers Colors End */
/* ------------------------------------------------*/
