﻿@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);

#content{
    text-align: center;
}

#content .title, #content .title {
    color: red;
    font-family: "Quicksand", sans-serif;
    font-size: 4rem;
    text-transform: uppercase;
}

#content .title span, #content .title span {
    font-size: 4rem;
    cursor: pointer;
}

 #content .title:hover,  #content .title:hover {
    -webkit-animation: MISSION-HOVER 1.5s infinite;
    -moz-animation: MISSION-HOVER 1.5s infinite;
    -o-animation: MISSION-HOVER 1.5s infinite;
    animation: MISSION-HOVER 1.5s infinite;
    animation-direction: alternate;
    animation-timing-function: ease;
}

@-webkit-keyframes MISSION-HOVER {
    0%, 100% {
        font-size: 4rem;
        color: black;
    }

    50% {
        color: #FF8617;
        letter-spacing: 5px;
        text-shadow: 0px 0px 30px #bffcff;
    }
}

#content p, #content p {
    color: #FE8616;
    font-family: "Quicksand", sans-serif;
    font-size: 2rem;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
}

#content p:last-child,  #content p:last-child {
    font-size: 0.75rem;
    font-weight: 700;
    margin: 3em auto;
    padding: 0;
    letter-spacing: 0.1rem;
}

#content p:last-child > a,  #content p:last-child > a {
    text-decoration: none;
    color: inherit;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#content p:last-child > a:hover,  #content p:last-child > a:hover {
    color: #fff;
}

#content section,  #content section {
    color: #fff;
    margin: 0 auto;
    line-height: 24px;
    font-size: 1rem;
    font-weight: 700;
}

#content section ul,  #content section ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
}

#content section ul li,  #content section ul li {
    display: inline-block;
    margin-right: 2rem;
    width: 6rem;
}

#content section .timenumbers, #content section .timenumbers {
    color: red;
    display: block;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 4rem;
    margin: 0 auto;
    text-align: center;
}

#content section p.timedescription,  #content section p.timedescription {
    font-size: 0.8rem;
    font-variant: small-caps;
    line-height: 3rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 0px;
}
