/* background gif properties */

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
.topRight {
    width: 10%;
    height: auto;
}
h1 {
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 0;
    color: black;
    letter-spacing: .3rem;
    text-align: center;
}
h2 {
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 0;
    color: black;
    letter-spacing: .3rem;
}

/*styling for paragraphs*/

p {
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 0;
    margin-right: 30%;
    margin-left: 10%;
    color: black;
    letter-spacing: .3rem;
}
video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: 1s opacity;
    pointer-events: none;
}

/*logo opacity styling */
img.logoOp {
    z-index: 99;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
}

/* opacity of logo with hover */

img.logoOp:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
}
.left img {
    margin-left: 0%;
    width: 37%;
    height: auto;
    float: left;
    vertical-align: middle;
}
.right img {
    margin-right: 0%;
    width: 37%;
    height: auto;
    float: right;
    vertical-align: middle;
}

/*styling for media links */

#cf img{
  position: absolute;
   top: 0%;
   left: 46%;
   width: 10%;
   height: auto;  
    margin-top: 16%;
}

#cf img {
    opacity: .7;
    position: absolute;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
#cf img.top:hover {
    opacity: 1;
}
#cf2 img{
   position: absolute;
   top: 0%;
   left: 46%;
   width: 10%;
   height: auto; 
    margin-top: 22.5%;
}
#cf2 img {
    opacity: .7;
    position: absolute;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
#cf2 img.top:hover {
    opacity: 1;
}
#cf3 img{
   position: absolute;
   top: 0%;
   left: 44.6%;
   width: 14%;
   height: auto; 
    margin-top: 30%;
}
#cf3 img {
    opacity: .7;
    position: absolute;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
#cf3 img.top:hover {
    opacity: 1;
}
#cf4 img{
  position: absolute;
   top: 0%;
   left: 47.5%;
   width: 10%;
   height: auto; 
    margin-top: 36.5%;
}
#cf4 img {
    opacity: .7;
    position: absolute;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
#cf4 img.top:hover {
    opacity: 1;
}
#cf5 img{
  position: absolute;
   top: 0%;
   left: 45.5%;
   width: 15%;
   height: auto; 
    margin-top: 44%;
}
#cf5 img {
    opacity: .7;
    position: absolute;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
#cf5 img.top:hover {
    opacity: 1;
}
#cf6 img{
   position: absolute;
   top: 0%;
   left: 43%;
   width: 24%;
   height: auto; 
    margin-top: 51%;
}
#cf6 img {
    opacity: .7;
    position: absolute;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
#cf6 img.top:hover {
    opacity: 1;
}

#cf7 img{
   position: absolute;
   top: 0%;
   left: 45%;
   width: 12%;
   height: auto; 
    margin-top: 1%;
}
#cf7 img {
    opacity: .7;
    position: absolute;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
#cf7 img.top:hover {
    opacity: 1;
}


#cf8 img{
    
   position: absolute;
   top: 0%;
   left: 38%;
   width: 30%;
   height: auto; 
    margin-top: 60%;
}
#cf8 img {
    opacity: .7;
    position: absolute;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
#cf8 img.top:hover {
    opacity: 1;
}



/* fade in background */

@import "compass/css3";
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}




/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fade-in {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}
.fade-in.one {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.fade-in.two {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.fade-in.three {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.fade-in.four {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s;
}
.fade-in.five {
    -webkit-animation-delay: 2.1s;
    -moz-animation-delay: 2.1s;
    animation-delay: 2.1s;
}
.fade-in.six {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.fade-in.seven {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}

.fade-in.eight {
    -webkit-animation-delay: 2.7;
    -moz-animation-delay: 2.7s;
    animation-delay: 2.7s;
}



#video-bg {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
  }
  #video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* 1. No object-fit support: */
  @media (min-aspect-ratio: 16/9) {
    #video-bg > video { height: 300%; top: -100%; }
  }
  @media (max-aspect-ratio: 16/9) {
    #video-bg > video { width: 300%; left: -100%; }
  }
  /* 2. If supporting object-fit, overriding (1): */
  @supports (object-fit: cover) {
    #video-bg > video {
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
    }
  }

/* fade in html/body on page load */

/* fade in page */

body {
    /* Hide it for nifty fade-in effect */
    display: none;
}







