.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

#particles-js{
    background-color: #7A1851;
    height: 75vh;
    z-index: -10;
}
#home-page {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  height: calc(10vh + 25px);
  font-size: 30px;
  z-index: 10;
}

.header__underlineWrapper {
  display: inline-block;
  z-index: 1000;
}

.header__underlineWrapper .header__underline {
  float: left;
  background: rgba(122, 24, 81, 0.25);
  width: 105%;
  height: 1rem;
  border-radius: 2rem;
  margin-top: -1.75rem;
  margin-left: -2.5%;
  z-index: 1000;
}
.header__underlineWrapper .name__underline {
  float: left;
  background: rgba(122, 24, 81, 0.25);
  width: 105%;
  height: 1rem;
  border-radius: 2rem;
  margin-top: -0.75rem;
  margin-left: -2.5%;
  z-index: 1000;
}
html, body {
  background-color: #7A1851;
  font-family: 'Lato', sans-serif;;

  margin: 0;
  padding: 0;
}
.heading {
  -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
         -moz-animation: fadein 3s; /* Firefox < 16 */
          -ms-animation: fadein 3s; /* Internet Explorer */
           -o-animation: fadein 3s; /* Opera < 12.1 */
              animation: fadein 3s;
}
.background {
  position: static;
  display: block;
  top: 0;
  left: 0;
  z-index:-1;
}
.nav-font {
  font-family: 'Lato', sans-serif;;
  font-size: 20px;
  font-weight: normal;
}
.nav-font:hover {

}
/*teens exploring code presents*/
.presents-font {
  font-family: 'Lato', sans-serif;;
  font-size: 24px;
  font-style: italic;
}
/*tecHACKS IV*/
.event-font {
  font-family: 'Lato', sans-serif;;
  font-size: 90px;
  z-index: 10;
}
/*feb.17 @ mitchell park*/
.info-font {
  text-decoration: none;
  font-family: 'Lato', sans-serif;;
  font-size: 30px;
  z-index: 10;
}
.location-map {
  text-decoration: none;
}
/*apply*/
.apply-font {
  font-family: 'Lato', sans-serif;;
  text-decoration: none;
  font-size: 26px;
}
.home-font {
  font-family: 'Lato', sans-serif;;
  font-weight: normal;
}
.tec-is {
  font-size: 22px;
  max-width: 50vw;
}
.white {
  color: #ffffff;
}
.purple1 {
  color: #7A1851;
}
.purple2 {
  color: #99587e;
}
.purple3 {
  color: #cc88af;
}
.gray1 {
  color: #b2b2b2;
}
.gray2 {
  color: #636363;
}
span.weak {
    font-weight: lighter;
}
nav > ul.right {
  float: right;
  list-style: none;
  margin: 0;
  height: 20px;
  padding: 22px 10px;
}

nav > ul.right > li {
  display: inline;
  padding: 0 10px;
  line-height: 20px;
}
nav > ul.right > li > a {
  text-decoration: none;
}
.center {
  margin: auto;
}
.full-width {
  width: 100%;
}
summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	outline: none;
	cursor: pointer;
}
summary::-webkit-details-marker {
	display: none;
}
summary:after {
	content: '';
	display: table;
	border: solid;
	border-width: 0 0.2em 0.2em 0;
	font-size: 0.66em;
	width: 1em;
	height: 1em;
	transform: translateX(-0.3536em) rotate(-45deg);
	transition: transform 0.3s;
}

.underline-magical {
  background-image:-webkit-linear-gradient(212deg, #cc88af 0%, #ffffff 100%);
  background-image:-o-linear-gradient(212deg, #cc88af 0%, #ffffff 100%);
  background-image: linear-gradient(212deg, #cc88af 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}
.underline-magical:hover{
  background-size: 100% 88%;
}
.underline-non-magical {
  background-image:-webkit-linear-gradient(212deg, #cc88af 0%, #ffffff 100%);
  background-image:-o-linear-gradient(212deg, #cc88af 0%, #ffffff 100%);
  background-image: linear-gradient(212deg, #cc88af 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}
.lineSkip{
  margin-top: 50px;
}
.leftalign {
  text-align: left;
  margin-left: 8vw;
}
.centeralign {
  text-align: center;
}
.rightalign {
  text-align: right;
}
.what-is {
  line-height:22px;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.u-hover:after{
  background-image:-webkit-linear-gradient(212deg,#8cd6ff,#ffb9b9 87%);
  background-image:-o-linear-gradient(212deg,#8cd6ff,#ffb9b9 87%);
  background-image:linear-gradient(238deg,#8cd6ff,#ffb9b9 87%);
  bottom:.3125rem;
  height:30%;
  left:0;opacity:.28;
  position:absolute;
  -webkit-transform:scaleX(1);
  -o-transform:scaleX(1);
  transform:scaleX(1);
  -webkit-transform-origin:left;
  -o-transform-origin:left;
  transform-origin:left;
  -webkit-transition:-webkit-transform .4s cubic-bezier(.4,.6,.2,1);
  transition:-webkit-transform .4s cubic-bezier(.4,.6,.2,1);
  -o-transition:-o-transform .4s cubic-bezier(.4,.6,.2,1);
  transition:transform .4s cubic-bezier(.4,.6,.2,1);
  transition:transform .4s cubic-bezier(.4,.6,.2,1),-webkit-transform .4s cubic-bezier(.4,.6,.2,1),-o-transform .4s cubic-bezier(.4,.6,.2,1);
  width:100%;
  z-index:-1
}
.u-hover:hover:after{
  -webkit-transform:scaleX(.8);
  -o-transform:scaleX(.8);
  transform:scaleX(.8)
}

/* Panel styles  */
.panel {
  padding:5em 5em;
}

/* Summary */
#about {
  background-color: white;
}
.content h3 {
  font-size:1.7em;
  line-height:1.2em;
}
.content h4 {
  font-size:1.5em;
  line-height:1.0em;
}
.content {
  max-width:650px;
  margin:0 auto;
  width: 50vw;
  margin-left
}
.img-line {
  display:flex;
  flex-wrap:wrap;
}
.img-line-img {
  width: 100px;
  height: 100px;
}

#faq {
  background-color: #e8ccdd;
}
    .row {
      align-items: center;
    	max-width: var(--site-width);
    	flex-wrap: wrap;
    	flex-direction: row;
    	width: 100%;
    }
    .row > * {
    	max-width: 90%;
    }
    .row > :not(:only-child) {
    	padding: 1rem;
    }
    .row.halfed > * {
    	flex: 1 320px;
    }
    .questions {
      align-items: start;
    	font-size: 0.75em;
    	line-height: 1.5;
    	text-align: left;
    }
    .questions > * {
    	padding: 0.5rem;
    }
    details[open] > summary:after {
    	transform: translateY(-0.3536em) rotate(45deg);
    }
    details > summary + * {
    	animation: DetailsOpen 0.5s linear;
    }
    details[open] > summary + * {
    	margin-top: 0.5em;
    	max-height: 100vh;
    	animation-direction: reverse;
    }
    .subtitle {
      margin-top: 0px;
    }
    .title {
      line-height: 100%;
    }
    .full-title {
      line-height: 80%;
    }
    .descrip {
     margin-top: 50px;
    }
    .answer {
      font-size: 1.25em;
      color: #7A1851;
    }
    .moreq {
      color: #7A1851;
      margin-bottom: 0px;
    }
    .ansq{
      margin-top: 0px;
    }


#schedule {
  background-color: #ffffff;
}
#schedule h3 {
	margin-top: 1.75rem;
}
#schedule table {
	width: 100%;
}
tr > * {
	padding: 0.3rem 0.5rem;
}
tr > :first-child {
	white-space: nowrap;
	text-align: right;
}
tr th {
	background-color: rgba(122, 24, 81, 0.1);
}
tr:nth-of-type(odd) td {
	background-color: rgba(122, 24, 81, 0.05);
}
tr:nth-of-type(even) td {
	background-color: rgba(122, 24, 81, 0.02);
  color: #99587e;
}

#sponsors {
  background-color: #e8ccdd;
}
#sponsors a {
  color: #7A1851;
}
.spons-subtitle {
  margin-top: 0px;
  line-height: 1em;
}
.sponsorsection {
  margin: 0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
}
.sponsor{
  display:flex;
  margin: 20px;
  background-color: transparent;
  /* border: 2px solid white; */
  border-radius: 3px;
  -webkit-filter: brightness(0) invert(1);
}
.sponsor:hover{
  -webkit-filter: none;
  /* background-color: white; */
}
/* sponsor tiers: sprite (<500), phoenix (500+), sphinx (1000+), pegasus (1500+), partner (2500+) */
.sponsor img {
  max-width:100%;
  max-height:100%;
  margin: auto;
}
.partner {
  width: 280px;
  height:100px;
}
.pegasus {
  height: 90px;
}
.sphinx {
  height:70px;
}
.phoenix {
  height:50px;
}
.sprite {
  height:30px;
}
.spons-pack {
  text-decoration: none;
}
#team {
  background-color: #ffffff;
}
.team-line {
  display:flex;
  flex-wrap:wrap;
}
.team-line2 {
  display:flex;
  flex-wrap:wrap;
}
.team-line-img {
  display: inline-block;
	width: 150px;
  height: 150px;
  background-size: 150px 150px;
  opacity: 1.0;
  border-radius: 50%;
	transition: all .5s;
	text-align: center;
}
.team-line-img:hover {
  transform: scale(1.15) rotate(10deg);
}
.row figure figcaption {
	font-size: 0.8em;
	margin-top: 0em;
}
.name {
  margin-top: 6px;
  margin-bottom: 3px;
}

/* FOOTER */
#foot {
  background-color: #ffffff;
  color: #7A1851;
}
.bottom {
  position:relative;
  text-align: left;
  padding: 5em 2em 1em;
}
.footer {
  position: absolute;
  bottom: 10px;
}
.footer a {
  font-size:1.2em;
  margin-right:.5em;
  display: inline-block;
  text-indent: -9999px;
  width: 20px;
	height: 20px;
  background-size: 20px 20px;
  opacity: 1.0;
  transition: all .25s;
	text-align: center;
}
.footer a:hover {
  transform: scale(2) rotate(-2.5deg);
}
.soc-med-link {
  text-decoration: none;
}
a.twitter {
	margin-left: 10px;
  background-image: url(images/web-spec/social-media/twitter.svg);
}
a.facebook:hover {
  transform: scale(2) rotate(5deg);
}
a.facebook {
	margin-left: 10px;
  background-image: url(images/web-spec/social-media/facebook.svg);
}
a.instagram {
	margin-left: 10px;
  background-image: url(images/web-spec/social-media/instagram.svg);
}
.social-media-foot{
  align-items: center;
}
.copyright {
  margin-left: 10px;
}
