/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-align: center;
  -ms-flex-pack: center; 


}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    
    text-align: center;
    height: 100%;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-header > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 6em;
}


.seconds-progress {
    -webkit-transition: width 0.9s;
    transition: width 0.9s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    
    box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    border: 2px solid white;
}

.celebrations {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../img/fireworks.gif);
    background-size: cover;
}

@-webkit-keyframes whee {
    to {
        color: gold;
        transform: scale(4) rotate(360deg);
    }
    
}

.celebrations h1 {
    -webkit-animation: whee 1.5s ease-in-out 0s infinite alternate;
}