@charset "UTF-8";

/* Global Overrides */


img {
	max-width:100%;
}

.headline {
	margin-top: -10px;
    margin-bottom: -26px;
}

.headline-support {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
}


.navbar-default {
    background-color: #000;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
    padding: 15px 0;
	border-color: transparent; 
}

.navbar-brand img {
	max-width: 160px;
	height: auto;
}

.header_top-bg {
    background: url('../images/header_graphic_1.png') no-repeat top center;
    min-height: 155px;
    padding: 40px 0 10px;
}


.programLogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	margin-bottom: 50px;
}

.programLogo {
	width: 175px;
	max-width: 100%;
	height: auto;
}

.red {
	color: #FFFFFF;
	background-color: #C51010;
}


.video-container .filter {
    z-index: 9;
    position: absolute;
    background: rgba(0, 0, 0, 0.2) !important;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/******************************/
/***** TRIANGLE EFFECTS *******/
/******************************
.cont {
	float:left;
	margin-bottom:1em;
}


.tri-wrap {
  margin: 1em auto;
  width: 100%;
  padding-left: 3em;
}
.triangle {
  float: left;  
  width: 0;
  height: 0;  
  margin: 0 -2.5em;
  border-left: 100px solid #CC4455;
  border-right: 100px solid;
}
.down {
  border-top: 160px solid teal;
}
.up {
  border-bottom: 160px solid orange;
}

/*Hover States
.down:hover  {
  border-top: 160px solid #f2a698;
  cursor: pointer;
  &:hover > .tri-text-down {
    display: block;
    color: black;
    font-family: "Century Gothic";
    text-transform: uppercase;
  }
}
.up:hover  {
  border-bottom: 160px solid #97c6c7;
  cursor: pointer;
  &:hover > .tri-text-up {
    display: block;
    color: black;
    font-family: "Century Gothic";
    text-transform: uppercase;
  }
}

/*Triangle Hover Text*
.tri-text-down {
 margin: -6em -1.4em;
 color: black;
}
.tri-text-up {
 margin: 4.1em -1.75em;
 color: black;
}

/*Shame CSS*
.txt-pad {
 margin: 4.1em -3.1em;
 color: black;
 display: none;
}
.negativeM {
  /* margin-left: -5em; *
}
.last {
  border-bottom: 160px solid #8393c9;
  &:hover {
    border-bottom: 160px solid #c0b1d6;
    color: black;
  }
}

/********************************************/
/*********** Triangle effects 2 *************

hue-rotate 220-150 is purple to blue
hue-rotate 285-340 is violet-orange
hue-rotate

/********************************************/

/*
.singer {
	background-repeat:no-repeat;
	background-image:url(../images/_headshots/GR_ashley_test.png);
	background-position: 0 0;
	width:200px;
	hei
}
.singer:hover {
	background-position:400 0;	
}
ashley {
	-webkit-filter:sepia(1) hue-rotate(290deg) saturate(5);	
}
.ashley:hover {
	-webkit-filter:sepia(0) hue-rotate(0deg) ;
}
.bryan {
	-webkit-filter:sepia(1) hue-rotate(295deg) saturate(4);
}
.bryan:hover {
	-webkit-filter:sepia(0) hue-rotate(0deg) ;
}
.christian {
	-webkit-filter:sepia(1) hue-rotate(300deg) saturate(4);
}
.christian:hover {
	-webkit-filter:sepia(0) hue-rotate(0deg);
}
.corri {
	-webkit-filter:sepia(1) hue-rotate(305deg) saturate(4);
}
.corri:hover{
	-webkit-filter:sepia(0) hue-rotate(0deg);
}
.denise {
	-webkit-filter:sepia(1) hue-rotate(310deg) saturate(4);
}
.denise:hover {
	-webkit-filter:sepia(0) hue-rotate(0deg);
}
.harper {
	-webkit-filter:sepia(1) hue-rotate(315deg) saturate(1);
}
.harper:hover {
	-webkit-filter:sepia(0) hue-rotate(0deg);
}
.jeremy{
	-webkit-filter:sepia(1) hue-rotate(320deg) saturate(4);
}
.jeremy:hover {
	-webkit-filter:sepia(0) hue-rotate(0deg);
}
.johnny {
	-webkit-filter:sepia(1) hue-rotate(325deg) saturate(4);
}
.johnny:hover{
	-webkit-filter:sepia(0) hue-rotate(0deg);
}
.klyne {
	-webkit-filter:sepia(1) hue-rotate(330deg) saturate(4);
}
.klyne:hover {
	-webkit-filter:sepia(0) hue-rotate(0deg);
}
.kristine {
	-webkit-filter:sepia(1) hue-rotate(335deg) saturate(4);
}
.kristine:hover {
	-webkit-filter:sepia(0) hue-rotate(0deg);
}
*/

.tri-wrap {
	padding-left:50px;
	width:100%;
}



@media screen and (min-width: 481px) {
	.small-center {
		margin-left:25px;
		margin-right:25px;
	}
}
@media screen and (max-width: 480px) {
	.small-center {
		margin-left:30px;
	}
}
@media screen and (max-width: 380px) {
	.small-center {
		margin-left:40px;
	}
}
@media screen and (max-width: 340px) {
	.small-center {
		margin-left:12px;
	}
}
.photo {
	padding-top:100px;
	margin-top:100px;	
}
.int {
	margin-top:100px;
}
.up {
	float:left;
}

.down {
	float:left;
}

.svg-triangle{
  margin: 0 auto;
  margin-left:-55px;
  width: 180px;
  height: 180px;
  z-index:1000;
}   

.svg-triangle polygon {
  fill:#98d02e;
  stroke:#65b81d;
  stroke-width:2;
}

.sponsor {
	margin-top:35px;	
}
a {
	color:white;	
}
a:hover {
	text-decoration:none;
	color:#7C7C7C;
}

/********************************************/
/***** PERSONAL NAMES FOR TRIANGLES *********/
/********************************************/



