body{
  padding-top: 35px;
  padding-bottom: 35px;
}

a:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

/* HOMEPAGE CSS */

.collapse-button{
  float: right;
  position: relative;
}

.rotate, .rotate:hover {
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #969696;
}

.one {
  -moz-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
}

.two {
  -moz-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
}

.three {
  -moz-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
}

.four {
  -moz-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
}

.five {
  -moz-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
}


.card-footer{
  background-color: #333333;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.profile{
  max-height: 100%;
  max-width: 100%;
  border-radius: 25px;
}

.padding-extra{
  padding-top: 20px;
}
.tag {
   float: left;
   position: absolute;
   left: -14px;
   bottom: 66px;
   z-index: 1000;
   padding: 5px;
   color: #FFFFFF;
   font-weight: bold;
 }

.extracurricular{
  background-color: #AC0000;
}

.parttime{
  background-color: #036AC9;
}

.group {
   background-color: #92AD40;
 }

.individual {
    background-color: #FBB138;
}

.shadow {
  float: left;
  position: absolute;
  left: 0px;
  bottom: -14px;
  z-index: 1000;
}

.textfix {
  height: 56.72px;
}

.long-text {
  font-size: 16px;
}

.focus-in {
  -webkit-animation: text-focus-in 0.75s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation: text-focus-in 0.75s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}



/* NOT HOMEPAGE CSS */
.path {
  color: #969696;
  margin: 0px;
}

.pagetag {
   float: right;
   position: relative;
   bottom: 3px;
   z-index: 1000;
   padding: 5px;
   color: #FFFFFF;
   font-weight: bold;
 }

 .fa-fix{
   color: #333333;
   padding-bottom:1px;
 }

.padding-fix{
  padding-bottom:5px!important;
}

.hvr-grow:active {
  -webkit-transform: scale(0.8)!important;
  transform: scale(0.8)!important;
}

.page-text{
  text-align: justify;
}


/* PAGE FADER FROM christopheraue.net */
#fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
    background: white;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
}

@keyframes fade-out {
    from { opacity: 1 }
      to { opacity: 0 }
}

@keyframes fade-in {
    from { opacity: 0 }
      to { opacity: 1 }
}

#fader.fade-out {
    opacity: 0;
    animation-name: fade-out;
}

#fader.fade-in {
    opacity: 1;
    animation-name: fade-in;
}

/* Ended up not using, but good fun */

/* .box:hover .card-footer {
  background-image:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 1rem,
      #ccc 1rem,
      #ccc 2rem
    );
  background-size: 200% 200%;
  animation: barberpole 15s linear infinite;
  background-color: #AC0000;
}

@keyframes barberpole {
  100% {
    background-position: 100% 100%;
  }
} */

.path-link {
  color: #333333;
}

.expand {
  /* -webkit-transition: transform .1s linear;
  -moz-transition: transform .1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transform-origin: left; */
  width: 0;
  transform:scaleX(0);

  display: inline-block;
  overflow: hidden;
  white-space: normal;
  vertical-align: middle;
  width: 0px;
  height: 0px;

}

.horizontal-button:{
  color: #969696;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.horizontal-text{
  font-size: 0.7rem;
}

.horizontal-text:hover {
  cursor: default!important;
}

#horizontal-expand-1.in, #horizontal-expand-2.in {
  width: auto;
  max-width:100%;
  overflow: hidden;
  display: inline;
  height: auto;
  transform:scaleX(1);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; overflow:
  hidden; max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
