::selection {
  background-color: white;
  color: black;
  text-shadow: none;
}

body {
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
}

html,body {
      width: 100%;
     overflow-x: hidden;
	 scroll-behavior: smooth;
  }


/*---------------------------------------
    Typography              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6,
blockquote {
  font-weight: 600;
}

h1 {
    font-size: 8.5rem;
    line-height: 6.5rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-top: 35px;
	font-family: Impact;
    font-style: normal;
    font-weight: 400;
}

h2 {
  font-size: 30px;
  letter-spacing: 6px;
  padding-bottom: 6px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 4px;
}

blockquote, h3 {
  font-style: italic;
}

h3 {
  line-height: 36px;
}

h4 {
    color: #999;
    letter-spacing: 2px;
    margin-top: 22px;
}

p {
    color: #fff;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.4px;
    font-style: normal;
    font-weight: 400;
}

.dark p {
    color: #C0C0C0;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.4px;
}

a, a h1 {
  text-decoration: none;
  outline: none;
}


.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
  height: fit-content;
}

/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  background-color: #26253a;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }


/*---------------------------------------
   Splashpage              
-----------------------------------------*/
#invisible20 { /* used to fix fr unit */
    display: none;
}

#splashpage {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: [col-start] 1fr [col-2] 1fr [col-3] 1fr [col-end];
	grid-template-rows: [row-start] 80px [row-2] 1fr [row-3] 1fr [row-4] 1fr [row-5] 80px [row-end]; /*First and last fr was 50px*/
	align-content: center;
}
#splash-shell {
    position: absolute;
    display: grid;
    justify-content: center;
    align-content: center;
}
#splashstarlink {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin: auto;
  margin-top: 5vh;
  height: 90vh;
  grid-column-start: col-2;
	grid-column-end: col-3;
	grid-row-start: row-3;
	grid-row-end: row-4;
    text-align: center;
    z-index: 3;

}
#splashstar {
  width: 511px;
  height: auto;
  filter: drop-shadow(0px 5px 10px rgba(0,0,0,1));
}
#splashstar:hover {
  filter: drop-shadow(0, 0, 5px, #FFF);
}
#splashstar2 {
    display: none;
}
@media (max-width: 1200px) {

  #splashstar {
    z-index: -3;
  }

}
#uppergrid {
	grid-column-start: col-start;
	grid-column-end: col-end;
	grid-row-start: row-start;
	grid-row-end: row-2;
}
#warningbanner {
    text-align: center;
    color: #000;
    background-color: #ff0066;
    padding-top: .4em;
    padding-bottom: .4em;
}
#warningbanner h2{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.stripes {
    width: 100%;
    height: 10px;
    background-image: url('../images/backgrounds/stripes.png');
    background-position: 0% 0%;
    background-repeat: repeat;
}
.stripeshift {
    background-position: 85% 0%;
}

.splashnavL {
	margin-top: auto;
	margin-bottom: auto;
	width:100%;
	background-color: none;
	display: flex;
    justify-content: flex-start;
	height: 150px;
}
.splashnavL h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fffaf9;
	text-decoration: none;
}
.splashnavR {
	margin-top: auto;
	margin-bottom: auto;
	width: 100%;
	display: flex;
    justify-content: flex-start;
	height: 150px;
}
.splashnavR h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	color: #fffaf9;
	text-decoration: none;
}

#nav1 {
	grid-column-start: col-start;
	grid-column-end: col-2;
	grid-row-start: row-2;
	grid-row-end: row-3;
}
#nav1:hover .rectangle {
	background-color: #fffaf9;
}
#nav1:hover .rectangle-2 {
	background-color: #d39214;
}
#nav1:hover .arrow {
	border-left-color: #fffaf9;
}
#nav1:hover .arrow-2 {
	border-left-color: #d39214;
}

#nav2 {
	grid-column-start: col-start;
	grid-column-end: col-2;
	grid-row-start: row-3;
	grid-row-end: row-4;
}
#nav2:hover .rectangle {
	background-color: #fffaf9;
}
#nav2:hover .rectangle-2 {
	background-color: #e0001a;
}
#nav2:hover .arrow {
	border-left-color: #fffaf9;
}
#nav2:hover .arrow-2 {
	border-left-color: #e0001a;
}

#nav3 {
	grid-column-start: col-start;
	grid-column-end: col-2;
	grid-row-start: row-4;
	grid-row-end: row-5;
}
#nav3:hover .rectangle {
	background-color: #fffaf9;
}
#nav3:hover .rectangle-2 {
	background-color: #9100ff;
}
#nav3:hover .arrow {
	border-left-color: #fffaf9;
}
#nav3:hover .arrow-2 {
	border-left-color: #9100ff;
}

#nav4 {
	grid-column-start: col-3;
	grid-column-end: col-end;
	grid-row-start: row-2;
	grid-row-end: row-3;
}
#nav4:hover .rectangle {
	background-color: #fffaf9;
}
#nav4:hover .rectangle-2 {
	background-color: #33d800;
}
#nav4:hover .arrow {
	border-right-color: #fffaf9;
}
#nav4:hover .arrow-2 {
	border-right-color: #33d800;
}
#nav5 {
	grid-column-start: col-3;
	grid-column-end: col-end;
	grid-row-start: row-3;
	grid-row-end: row-4;
}
#nav5:hover .rectangle {
	background-color: #fffaf9;
}
#nav5:hover .rectangle-2 {
	background-color: #4030ff;
}
#nav5:hover .arrow {
	border-right-color: #fffaf9;
}
#nav5:hover .arrow-2 {
	border-right-color: #4030ff;
}

#nav6 {
	grid-column-start: col-3;
	grid-column-end: col-end;
	grid-row-start: row-4;
	grid-row-end: row-5;
}
#nav6:hover .rectangle {
	background-color: #fffaf9;
}
#nav6:hover .rectangle-2 {
	background-color: #ff0066;
}
#nav6:hover .arrow {
	border-right-color: #fffaf9;
}
#nav6:hover .arrow-2 {
	border-right-color: #ff0066;
}
@media (max-width: 1100px) {
	#splashpage {
		position: relative;
		height: 100%;
		display: grid;
		grid-template-columns: [col-start] 1fr [col-end];
		grid-template-rows: [row-start] 160px [row-star-start] 400px [row-2] 1fr [row-3] 1fr [row-4] 1fr [row-5] 1fr [row-6] 1fr [row-7] 1fr [row-8] 1fr [row-end];
	}
	#splashstar{
		display: none;
	}
    #splashstar2{
	/*margin-top: 13vh;*/
        display: block;
        margin: auto;
        margin-top: 20px;
        height: 360px;
        margin-bottom: 20px;
        filter: drop-shadow(0px 5px 10px rgba(0,0,0,1));
        grid-column-start: col-start;
        grid-column-end: col-end;
        grid-row-start: row-star-start;
        grid-row-end: row-2;
    }
	#nav1 {
		grid-column-start: col-start;
		grid-column-end: col-end;
		grid-row-start: row-2;
		grid-row-end: row-3;
	}
	#nav2 {
		grid-column-start: col-start;
		grid-column-end: col-end;
		grid-row-start: row-4;
		grid-row-end: row-5;
	}
	#nav3 {
		grid-column-start: col-start;
		grid-column-end: col-end;
		grid-row-start: row-6;
		grid-row-end: row-7;
	}
	#nav4 {
		grid-column-start: col-start;
		grid-column-end: col-end;
		grid-row-start: row-3;
		grid-row-end: row-4;
	}
	#nav5 {
		grid-column-start: col-start;
		grid-column-end: col-end;
		grid-row-start: row-5;
		grid-row-end: row-6;
	}
	#nav6 {
		grid-column-start: col-start;
		grid-column-end: col-end;
		grid-row-start: row-7;
		grid-row-end: row-8;
	}
    #invisible20 {
        display: block;
        height: 120px;
		grid-column-start: col-start;
		grid-column-end: col-end;
		grid-row-start: row-8;
		grid-row-end: row-end;
	}
	.splashnavL {
		justify-content: flex-start;
	}
	.splashnavR {
		justify-content: flex-end;
	}
    .a-fix {
        width: 532px;
    }
    .arrow-fix {
        width: 130px;
    }
}

/*---------------------------------------
    Navigation section              
-----------------------------------------*/
.navbar-default {
    background: #ffffff;
    border-bottom: 2px solid #f9f9f9;
    box-shadow: none;
    margin: 0 !important;
}

.navbar-default .navbar-brand {
  color: #505050;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 90px;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
}

.navbar-default .navbar-nav li a {
    color: #999;
    font-size: 24px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0.6px;
    transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    font-family: 'Source Sans Pro', sans-serif;
}

.navbar-default .navbar-nav li a:hover {
  color: #000;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    color: #000;
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  color: #000;
  background-color: transparent;
}

/*---------------------------------------
    Home section              
-----------------------------------------*/
#home {
    background: 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    min-height: 100vh;
	height: 100vh;
}
@media (max-width: 1100px) {
	#home {
	    height: fit-content;
	}
}

/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview {
  padding-top: 7rem;
  padding-bottom: 12rem;
  position: relative;
  height: fit-content;
  overflow: hidden;
}

#overview img {
  border: 4px solid #f9f9f9;
  padding: 20px 20px 20px 20px;
}

#overview blockquote {
  background: #ffffff;
  box-shadow: 0px 2px 8px 10px rgba(50, 50, 50, 0.04);
  border-left: 8px solid #26253a;
  word-spacing: 1px;
  letter-spacing: 1px;
  position: absolute;
  font-size: 20px;
  top: 320px;
  left: 75px;
  padding: 15px 13px;
}

#overview .overview-detail {
  position: relative;
  top: 40px;
}

#overview .btn, #contact .btn{
  background: transparent;
  border: 4px solid #26253a;
  border-radius: 0px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 14px 46px;
  transition: all 0.4s ease-in-out;
  margin-top: 32px;
  margin-left: 4px;
  margin-right: 4px;
}


#overview .btn:hover, #contact .btn:hover{
  background: #26253a;
  color: #ffffff;
}

#contact input, #contact textarea{
  background: transparent;
  border: 2px solid #26253a;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 10px 10px;
}

.background-letters{
    position: absolute;
    top: 200px;
    left: 50px;
    z-index: 0;
    opacity: 10%;
    font-size: 420px;
    line-height: 420px;
}
.oneup{
    z-index: 2;
}

/*---------------------------------------
    Testimonial section              
-----------------------------------------*/
#testimonial {
    background: #ffffff;
    color: #26253a;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

#testimonial .fa {
  font-size: 42px;
  padding-bottom: 14px;
}

#testimonial h3 {
  letter-spacing: 1px;
}

/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background: #26253a;
  color: #ffffff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

footer .col-md-5 {
  position: relative;
  left: 100px;
}

footer .col-md-5 div {
  padding-top: 10px;
}

footer h4 {
  margin-top: 0px;
}

footer .copyright-text {
  padding-top: 80px;
  text-align: center;
}

.copyright-text {
	color: #707070;
	transition: all 0.4s ease-in-out;
}

.copyright-text:hover {
	color: #ffffff;
}

.skewL {
  -ms-transform: skewY(2deg);
  -webkit-transform: skewY(2deg);
  transform: skewY(2deg);
}
.skewR {
  -ms-transform: skewY(-2deg);
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);   
}

.anton a, .anton p {
    font-family: anton;
}

#returnhome a{
    color: #999;
    font-size: 24px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0.6px;
    transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    font-family: 'Source Sans Pro', sans-serif;
}
#returnhome a:hover{
    text-decoration: underline;
}

/* Trapezoids */

.true-one-up {
  z-index: 1;
  position: absolute;
  height: fit-content;
  display: flex;
  justify-content: flex-end;
}
.true-one-up>* {
  position: relative;
}
.justify-contents-end {
  display: flex;
  justify-content: flex-end;
}
.justify-contents-start {
  display: flex;
  justify-content: flex-start;
}
.a-fix {
  display: flex;
  justify-content: flex-end;
  width: 532px;
}
.a-fix-l {
  display: flex;
  justify-content: flex-start;
  width: 532px;
}
.arrow-fix {
    display: inline-block;
    width: 130px;
}

.arrow {
  display: inline-block;
  width: 150px;
  transition-duration: 0.2s;
}
.arrow-2 {
  display: inline-block;
  width: 130px;
  transition-duration: 0.2s;
}

.arrow-up-right {
  display: inline-block;
  margin-left: 0;
  border-bottom: 150px solid transparent;
  border-right: 150px solid #fffaf9;
  border-top: 0 solid transparent;
}
.arrow-up-right-2 {
  position: absolute;
  margin-top: 12px;
  margin-bottom: 8px;
  margin-right: 402px;
  border-bottom: 130px solid transparent;
  border-right: 130px solid #272526;
  border-top: 0 solid transparent;
}
.arrow-down-left {
  display: inline-block;
  margin-right: 0;
  border-bottom: 0 solid transparent;
  border-left: 150px solid #fffaf9;
  border-top: 150px solid transparent;
  align-items: center;
}
.arrow-down-left-2 {
  position: absolute;
  margin-top: 12px;
  margin-bottom: 8px;
  margin-right: 20px;
  border-bottom: 0 solid transparent;
  border-left: 130px solid #272526;
  border-top: 130px solid transparent;
  z-index: 1;
}
.rectangle {
  display: inline-block;
  width: 402px;
  top: 0;
  background-color: #fffaf9;
  transition-duration: 0.2s;
}
.rectangle-2 {
  position: relative;
  margin-top: 12px;
  margin-bottom: 8px;
  width: 402px;
  height: 130px;
  background-color: #272526;
  transition-duration: 0.2s;
}
.text-left {
  text-align: left;
  padding-left: 45px;
}
.text-right {
  text-align: right;
  padding-right: 45px;
}
@media (max-width: 1100px) {
.rectangle {
  display: inline-block;
  width: 402px;
  top: 0;
  background-color: #fffaf9;
  transition-duration: 0.2s;
}
.rectangle-2 {
  width: 402px;
}
.arrow-up-right-2 {
  position: absolute;
  margin-top: 12px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: 402px;
}
.arrow-down-left-2 {
  position: absolute;
  margin-top: 12px;
  margin-bottom: 8px;
  margin-right: auto;
}
}
.splash-yellow-r {background-color: #d39214;}
.splash-yellow-a {border-left-color: #d39214;}
.splash-red-r {background-color: #e0001a;}
.splash-red-a {border-left-color: #e0001a;}
.splash-purple-r {background-color: #9100ff;}
.splash-purple-a {border-left-color: #9100ff;}
.splash-green-r {background-color: #33d800;}
.splash-green-a {border-right-color: #33d800;}
.splash-blue-r {background-color: #4030ff;}
.splash-blue-a {border-right-color: #4030ff;}
.splash-pink-r {background-color: #ff0066;}
.splash-pink-a {border-right-color: #ff0066;}

.yellow-txt {
    color: #d39214;
}
.red-txt {
    color: #e0001a;
}
.purple-txt {
    color: #9100ff;
}
.green-txt {
    color: #33d800;
}
.blue-txt {
    color: #4030ff;
}
.pink-txt {
    color: #ff0066;
}


/* Phones */
@media (max-width: 500px) {
	.splashnavL {
		height: 100px;
	}
	.splashnavR {
		height: 100px;
	}
	.arrow {
		display: inline-block;
		width: 100px;
	}
	.arrow-2 {
		display: inline-block;
		width: 80px;
	}
	.arrow-up-right {
		border-bottom-width: 100px;
		border-right-width: 100px;
		border-top-width: 0;
	}
	.arrow-up-right-2 {
		position: absolute;
		margin-top: 12px;
		margin-bottom: 8px;
		/*left: 20px;*/
		border-bottom-width: 80px;
		border-right-width: 80px;
		border-top-width: 0;
		z-index: 1;
		margin-right: 325px;
	}
	.arrow-down-left {
		border-bottom-width: 0;
		border-left-width: 100px;
		border-top-width: 100px;
		align-items: center;
	}
	.arrow-down-left-2 {
		position: absolute;
		margin-top: 12px;
		margin-bottom: 8px;
		margin-right: 20px;
		border-bottom-width: 0;
		border-left-width: 80px;
		border-top-width: 80px;
		z-index: 1;
	}
	.rectangle {
		width: 325px;
	}
	.rectangle-2 {
		position: relative;
		margin-top: 12px;
		margin-bottom: 8px;
		height: 80px;
        width: 325px;
	}
	.text-left {
		padding-left: 45px;
	}
	.text-right {
		padding-right: 45px;
	}
	h1 {
    font-size: 6.5rem;
    line-height: 4.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 20px;
    font-family: Impact;
    font-style: normal;
    font-weight: 400;
    }
    .a-fix {
        width: 405px;
    }
    .a-fix {
        width: 405px;
    }
    .arrow-fix {
        width: 80px;
    }
}

/* -------------------------------
   END OF SPLASHPAGE 
  width: 275px;
.uyy-;ll{}
  
right: 0;
  opsosition: absolute;SECTION
   ------------------------------- */

.site-page {
	background-repeat: repeat;
	background-size: 1280px;
	background-position: center;
	min-height: 100vh;
}
#channel-page {
    background-image: url("../images/backgrounds/bg-yellow.png");
}
#services-page {
    background-image: url("../images/backgrounds/bg-red.png");
}
#about-page {
    background-image: url("../images/backgrounds/bg-purple.png");
}
#store-page {
    background-image: url("../images/backgrounds/bg-green.png");
}
#feed-page {
    background-image: url("../images/backgrounds/bg-blue.png");
}
#donate-page {
    background-image: url("../images/sunset.webp");
    background-size: cover;
}



#overlay {
    background-image: url("../images/backgrounds/bg-overlay2.png");
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100vw;
    min-height: 100vh;
}
#overlay-psych {
    background-image: url("../images/backgrounds/center-fade.png");
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    background-attachment: fixed;
}
.navrectangle-2 > h1{
    /* font-size: 6.5rem; */
    line-height: 4.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 0px;
    font-family: Impact;
    font-style: normal;
    font-weight: 400;
}
#navpadding {
	width: auto;
	height: 80px;
}
.custnav {
	margin-top: auto;
	margin-bottom: auto;
	width:100%;
	background-color: none;
	display: flex;
	z-index: 50;
    justify-content: flex-start;
	height: 80px;
}
.custnav h1 {
	margin-top: 3px;
	margin-bottom: 0px;
	color: #fffaf9;
}
.custnav2 {
	margin-top: auto;
	margin-bottom: auto;
	width:100%;
	background-color: none;
	display: flex;
	position: fixed;
	top: 0;
    justify-content: flex-start;
	height: 80px;
}
.custnav2 h1 {
	margin-top: 3px;
	margin-bottom: 0px;
	color: #fffaf9;
}
.navarrow {
  display: inline-block;
  width: 80px;
  transition-duration: 0.2s;
}
.navarrow-2 {
  display: inline-block;
  width: 70px;
  transition-duration: 0.2s;
}
	
.navarrow-down-left {
	display: inline-block;
  margin-right: 0;
  border-bottom: 0 solid transparent;
  border-left: 80px solid #fffaf9;
  border-top: 80px solid transparent;
  align-items: center;
	}
.navarrow-down-left-2 {
	  position: absolute;
  margin-top: 5px;
  /* margin-bottom: 8px; */
  margin-right: 20px;
  border-bottom: 0 solid transparent;
  border-left: 70px solid #272526;
  border-top: 71px solid transparent;
  z-index: 1;
	}
.navrectangle {
  display: inline-block;
  width: 122px;
  height: 80px;
  top: 0;
  background-color: #fffaf9;
  transition-duration: 0.2s;
}
.true-one-up > a, .true-one-up > a:hover {
	text-decoration: none;
}
.rectangle > a, .rectangle > a:hover {
	text-decoration: none;
}
.navrectangle > a, .navrectangle > a:hover {
	text-decoration: none;
}
.navrectangle-2 {
  position: relative;
  margin-top: 5px;
  margin-bottom: 8px;
  width: 120px;
  height: 70px;
  background-color: #272526;
  transition-duration: 0.2s;
}
.navtext-left {
		padding-left: 45px;
	}
.navtext-right {
		padding-right: 45px;
	}
.largenavtext {
    font-size: 7.5rem;
}
.mednavtext {
    font-size: 5rem;
    padding-bottom: .2em;
}
#navcust:hover .navrectangle {
	background-color: #fffaf9;
}
#navcust:hover .navrectangle-2 {
	background-color: #e0001a;
}
#navcust:hover .navarrow {
	border-left-color: #fffaf9;
}
#navcust:hover .navarrow-2 {
	border-left-color: #e0001a;
}

.flexrow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    flex-wrap: wrap;
}

.white-txt {
    color: #FFF;
    text-shadow: 0 0 8px #101010;
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400;
}
.extra-shadow {
    text-shadow: 0 0 5px #000, 0 0 6px #000, 0 0 7px #000, 0 0 8px #000, 0 0 9px #000;
}

.white-txt li{
    color: #FFF;
    font-family: 'Noto Sans SC';
    font-size: large;
    font-style: normal;
    font-weight: 400;
}

.white-txt p{
    font-size: large;
    line-height: 150%;
}
.gray-txt {
    color: #999;
}

.font-inter h1{
    color: #FFF;
    font-family: 'Inter';
    line-height: 90%
}

/* Icons */

.icon-pair {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: auto;
    filter: drop-shadow(0px 0px 8px #505050);
    transition: all 0.1s ease-out;
}
.icon-link-lg {
    height: 8em;
}
.icon-pair:hover {
    filter: drop-shadow(0px 0px 8px #ffffff);
}
.icon-pair p{
    margin-top: 10px;
    color: #fff;
    size: 12em;
}
.icon-link {
    width: 8em;
}

.shadow {
    box-shadow:0px 20px 5px -10px rgba(0, 0, 0, .6);
}

.constrict {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
}

.site-example-img {
    width: 32em;
    outline: 2px solid #e0001a;
    transition-duration: .2s;
}
.site-example-img:hover {
    outline: 5px solid #4030ff;
}
.site-example-nolink {
	width: 32em;
}
.graphic-example {
    max-width: 80%;
    -webkit-filter: drop-shadow(1px 1px 0 #e0001a)
                    drop-shadow(-1px 1px 0 #e0001a)
                    drop-shadow(1px -1px 0 #e0001a)
                    drop-shadow(-1px -1px 0 #e0001a);

    filter: drop-shadow(1px 1px 0 #e0001a)
            drop-shadow(-1px 1px 0 #e0001a)
            drop-shadow(1px -1px 0 #e0001a)
            drop-shadow(-1px -1px 0 #e0001a);
    transition-duration: .2s;
}
.graphic-example:hover {
    -webkit-filter: drop-shadow(2px 2px 0 #4030ff)
                    drop-shadow(-2px 2px 0 #4030ff)
                    drop-shadow(2px -2px 0 #4030ff)
                    drop-shadow(-2px -2px 0 #4030ff);

    filter: drop-shadow(2px 2px 0 #4030ff)
            drop-shadow(-2px 2px 0 #4030ff)
            drop-shadow(2px -2px 0 #4030ff)
            drop-shadow(-2px -2px 0 #4030ff);
}
.no-outline {
    outline: none !important;
    box-shadow: none !important;
}
#pclogo {
    -webkit-filter: drop-shadow(1px 1px 0 #101010)
                    drop-shadow(-1px 1px 0 #101010)
                    drop-shadow(1px -1px 0 #101010)
                    drop-shadow(-1px -1px 0 #101010);

    filter: drop-shadow(1px 1px 0 #101010)
            drop-shadow(-1px 1px 0 #101010)
            drop-shadow(1px -1px 0 #101010)
            drop-shadow(-1px -1px 0 #101010);
    transition-duration: .2s;
}
#pclogo:hover {
    -webkit-filter: drop-shadow(1px 1px 0 #4030ff)
                    drop-shadow(-1px 1px 0 #4030ff)
                    drop-shadow(1px -1px 0 #4030ff)
                    drop-shadow(-1px -1px 0 #4030ff);

    filter: drop-shadow(1px 1px 0 #4030ff)
            drop-shadow(-1px 1px 0 #4030ff)
            drop-shadow(1px -1px 0 #4030ff)
            drop-shadow(-1px -1px 0 #4030ff);
}

.page-intro {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 5em;
    padding-right: 5em;
}

.purp-outline {
    outline: 5px solid #9100ff;
    box-shadow: 0px 20px 15px 5px;
}

.resrc-icon-l {
    width: auto;
    height: auto;
    max-height: 50px;
    max-width: 50px;
    margin: auto 30px auto 10px;
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, .4));
}
.resrc-icon-r {
    width: auto;
    height: auto;
    max-height: 50px;
    max-width: 50px;
    margin: auto 10px auto 50px;
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, .4));
}
@media (max-width: 700px) {
  .const-fix-aspect {
    max-height: 26.4px;
    max-width: 40px;
  }
}
.resrc-highlight {
    min-height: 350px;
    margin-bottom: 25px;
    display: block;
    padding: 25px;
}
.resrc-icon {
    height: 50px;
    margin: auto;
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, .4));
}


@media (max-width: 700px) {
    .rumble {
        width: 92vw; 
    }
    .page-intro {
        padding-left: 0px;
        padding-right: 0px;
    }
    .site-example-img {
        width: 64vw;
    }
    .resrc-icon-l {
        height: 40px;
        margin: auto 15px auto 0px;
    }
    .resrc-icon-r {
        height: 40px;
        margin: auto 0px auto 15px;
    }
    #waterfallvid {
        max-width: 91vw;
    }
}

.svcindex {
    display: flex;
    align-content:center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 2px;
    transition: .1s;
}
.svcindex h4 {
	transition: .1s;
    font-size: 2em;
    color: #FFFFFF;
    margin-top: auto;
    margin-bottom: auto;
    white-space: nowrap;
	/* text-decoration: underline; */
}
a .svcindex:hover>h4 {
    color: #e0001a;
	text-decoration: none;
}
a .svchot:hover>h4{
    color: #FFFFFF;
	text-decoration: none;
}
@media (max-width: 1100px) {
    .svcindex h4 {
        white-space: normal;
    }
}
.svchot {
    background-color: #e0001a;
    /*filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, .4));*/
    transition: .1s;
}
.svchot h4 {
    color: #FFF;
    transition: .1s;
}
.svchot:hover {
    background-color: #4030ff;
}
.shadowbehind {
    text-shadow: 0px 0px 5px rgba(0,0,0, .7);
}
.a-fix-nav, .a-fix-nav-inner {
  width: 200px;
}
.arrow-fix-nav {
  width: 70px;
}
.yy-div {
  padding: 0px;
}
.yy-x {
  padding: 0px;
  width: 275px;
  max-width: 275px;
}
.yy-y {
  max-width: 100%;
  display: none;
}
.yy-l{
  right: 0;
  position: absolute;
}
.psych {
  margin-top: 16px;
  height: 520px;
  text-shadow: 0px 0px 5px #101010;
  z-index: 2;
  padding: 25px 0px 0px 0px;
  background-color: #101010;
  animation: colorchange 10s linear 1s infinite;
  -webkit-animation: colorchange 10s linear 0s infinite alternate;
}
  .psych::before {
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; 
    pointer-events: none;
    animation: colorchange-shadow 10s linear 1s infinite;
    -webkit-animation: colorchange-shadow 10s linear 0s infinite alternate;
  }
.psych:hover::before {
  animation: color-white;
  -webkit-animation: color-white;
}
#psych-eye {
  width: 25em;
  max-width: 360px;
}
@media (max-width: 1199px){
  #psych-eye {
    width: 20em;
    max-width: 100%;
  }
}
@media (max-width: 991.5px){
  .yy-x {
    display: none;
  }
  .yy-y{
    display: inline-block;
  }
  .psych {
    margin-top: 0;
    padding: 25px 5px 25px 5px;
  }
  .psych h4 {
    padding: 0px 10px 0px 10px;
  }
}
/*@keyframes colorchange {
  0% {background: red; color: cyan;}
  33% {background: #00FF00; color: magenta;}
  66% {background: blue; color: yellow;}
  100% {background: red; color: cyan;}
}
@-webkit-keyframes colorchange {
  0% {background: red; color: cyan;}
  33% {background: #00FF00; color: magenta;}
  66% {background: blue; color: yellow;}
  100% {background: red; color: cyan;}
}*/


@keyframes colorchange {
  /*0% {background-image: linear-gradient(to bottom right, red, yellow); color: cyan;}
  33% {background-image: linear-gradient(to bottom right, #00FF00, cyan); color: magenta;}
  100% {background-image: linear-gradient(to bottom right, red, yellow); color: cyan;}*/
  
  /*
  0% {background-image: linear-gradient(to bottom right, blue, magenta); color: yellow;}
  100% {background-image: linear-gradient(to bottom right, blue, magenta); color: #00FF00;}
  */

  0% {color: magenta;}
  50% {color: blue;}
  100% {color: magenta;}
}
@-webkit-keyframes colorchange {
 /*0% {background-image: linear-gradient(to bottom right, red, yellow); color: cyan;}
  33% {background-image: linear-gradient(to bottom right, #00FF00, cyan); color: magenta;}
  100% {background-image: linear-gradient(to bottom right, red, yellow); color: cyan;}*/
  
  /*
  0% {background-image: linear-gradient(to bottom right, blue, magenta); color: yellow;}
  100% {background-image: linear-gradient(to bottom right, blue, magenta); color: #00FF00;}
  */
  0% {color: magenta;}
  50% {color: blue;}
  100% {color: magenta;}
}
@keyframes color-white {
  0% { color: white;}
  100% { color: white;}
}
@-webkit-keyframes color-white {
  0% { color: white;}
  100% { color: white;}
}
/*
@keyframes colorchange-shadow {
  0% {box-shadow: 0px 0px 32px 0px #FF0000;}
  33% {box-shadow: 0px 0px 32px 0px #00FF00;}
  66% {box-shadow: 0px 0px 32px 0px #0000FF;}
  100% {box-shadow: 0px 0px 32px 0px #FF0000;}
}
@-webkit-keyframes colorchange-shadow {
  0% {-webkit-box-shadow: 0px 0px 32px 0px #FF0000;}
  33% {-webkit-box-shadow: 0px 0px 32px 0px #00FF00;}
  66% {-webkit-box-shadow: 0px 0px 32px 0px #0000FF;}
  100% {-webkit-box-shadow: 0px 0px 32px 0px #FF0000;}
}*/
@keyframes colorchange-shadow {
  0% {box-shadow: 0px 0px 32px 0px #0000FF;}
  50% {box-shadow: 0px 0px 32px 0px #FF00FF;}
  100% {box-shadow: 0px 0px 32px 0px #0000FF;}
}
@-webkit-keyframes colorchange-shadow {
  0% {-webkit-box-shadow: 0px 0px 32px 0px #0000FF;}
  50% {-webkit-box-shadow: 0px 0px 32px 0px #FF00FF;}
  100% {-webkit-box-shadow: 0px 0px 32px 0px #0000FF;}
}

#scrolldown-arrow {
  width: 55px;
  animation: fade-in-out 5s linear 1s infinite;
}

@keyframes fade-in-out {
  0% {opacity: 0%;}
  50% {opacity: 100%;}
  100% {opacity: 0%;}
}
@-webkit-keyframes fade-in-out {
  0% {opacity: 0%;}
  50% {opacity: 100%;}
  100% {opacity: 0%;}
}

.pad-l-md {
  padding: 0px;
}
.pad-r-md {
  padding: 0px;
}
@media (min-width: 992px){
  .pad-l-md {
    padding-left: 50px;
  }
  .pad-r-md {
    padding-right: 50px;
  }
}
.indent {
  text-indent: 50px;
}
#toggle-slider {
  color:rgba(255, 255, 255, .4);
  cursor: pointer;
  transition-duration: 200ms;
}
#toggle-slider:hover {
  color: #FFF;
}
.hover-glow {
  transition-duration: 200ms;
}
.hover-glow:hover {
  color: #FF00FF;
  text-decoration-color: #FF00FF;
}
.fullcol-hr {
  margin-left: 0;
  width: 50%;
}
@media (max-width: 991.5px) {
  .fullcol-hr {
    width: 100%;
  }
}
.no-nl {
	display: inline-block;
}