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


#image {
    width: 100%;
    height: 150px;
}

#scroller{
    margin: 0;
    background: #fff;
    color: #0D1D42;
    transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
}

.stuck{
    margin: 0;
    position: fixed;
    z-index:100;
    width: 100%;
    top: 0;
    background: #FFEA4D!important;
    transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
}


#menu a:hover {
    color: #444;
}

#menu a {
    text-decoration: none;
    color: #000000;
    font-family: Oswald, Arial;
    font-size: 14pt;
    letter-spacing: 1px;
}

#menu {
    /* border: 1px solid black; */
    /* width: 80%; */
    margin: auto;
    margin-right: 5%;
    text-align: right;
}

#scroller img {
    display: block;
    float: left;
    margin-left: 5%;
    padding: 5px;
}

.disappear {
    opacity: 0;
}

.appear {
    opacity: 1;
}

nav ul {
    text-align: right;
    float: right;
}

nav ul li {
    float: left; 
    display: inline;
}
    
nav ul li a {
    display: block;
    padding: 20px 25px;
}
    
nav ul li ul {
    position: absolute;
    width: 150px;
    margin: 0 15px;
    padding-top: 0;
    background: rgba(255,255,255,0.9)
}
    
nav ul li ul li {
    width: 150px;
    border-bottom: 1px solid #FFEA4D;
}

nav ul li ul li a {
    text-align: center;
    display: block;
    margin: 10x 10px;
    font-size: 12pt!important;    
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
    
nav ul li ul li a:hover {
    color: #FFEA4D!important;
    transition: all 0.5s easeOutCubic;
    -moz-transition: all 0.5s easeOutCubic;
    -webkit-transition: all 0.5s easeOutCubic;
    -o-transition: all 0.5s easeOutCubic;
}
    
nav ul li ul.fallback {
    display: none;
}

nav ul li:hover ul.fallback {
    display: block;
}


#intro {
    width: 100%;
    /* background: #FFEA4D; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f5387+1,332a47+100 */
    background: #4f5387; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #4f5387 1%, #332a47 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #4f5387 1%,#332a47 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #4f5387 1%,#332a47 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5387', endColorstr='#332a47',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    margin: 0;
    padding: 0;
    overflow: hidden;
    display: table;
}

#intro .inner {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    margin: 0 auto;
    text-align: left;
    text-indent: 80px;
    
}

#intro .center-middle {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.logo {
    float: right;
    width: 390px;
    margin: 50px auto;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.logo:hover {
    transform: skewX(-5deg);
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

#main {
    width: 75%;
    margin: 30px auto;
    padding-top: 40px;
    display: table;
}

.left {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.right {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 20px;
}

#main .right img {
    padding: 20px;
    float: right;
}

#main .left img {
    padding: 40px 0;
}

#main .left {
    text-align: center;
}

.space {
    margin-top: 250px;
}



h1, h2, h3, .time {
    font-family: 'Oswald', Arial;
    letter-spacing: 2px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 10px 0;
}

h1 {
    text-align: left;
    font-size: 14pt;
}

h2 {
    font-size: 12pt;
    font-style: italic;
}

.inner h2 {
    font-size: 16pt;
    color: #FFEA4D;
    /* border-bottom: 1px solid #FFEA4D; */
    letter-spacing: 5px;
    word-spacing: 7px;
    line-height: 16pt;
}

#main h2, #current h2 {
    border-bottom: none;
    color: #000000;
    margin-left: 0;
}

#current h2 {
    font-size: 14pt;
    text-transform: none;
    font-style: normal;
    line-height: 8px;
}

#current h3 {/* 
    font-family: Arial; */
    font-size: 7pt;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 100;
    line-height: 8px;
}

#tact h1 {
    color: #FFEA4D;
}


.divider {
    width: 30px;
    height: 5px;
    background: #FFEA4D;
    margin: 10px 0;
}

p, p.desc {
    text-align: left;
    font-family: Arial;
    font-size: 12pt;
    line-height: 24px;
    margin-bottom: 30px;
}

p.desc {
    width: 280px;
    min-height: 210px;
    margin: 0 auto;
    line-height: 18px;
    padding: 25px;
    text-align: justify;
    border: 1px solid #FFEA4D;
    border-radius: 20px;
}



p.cont {
    color: #FFFFFF;
}

p a, p a:visited, p a:active, p a:hover {
    text-decoration: none;
    color: #332a47;
    font-weight: bold;
    border-bottom: dotted 1px #FFEA4D;
}

#tact #section .left p a, 
#tact #section .left p a:visited, 
#tact #section .left p a:active, 
#tact #section .left p a:hover {
    color: #FFFFFF;
    font-weight: normal;
}
    
   

.stretch {
    width: 100%;
    margin: 0;
    padding: 5% 0px;
    background: #f5f5f5;
}


#training {
    width: 80%;
    margin: auto;
}

.days {
    display: table-cell;
    vertical-align: middle;
    width: 33%;  
    margin: 20px;
    text-align: center;
}

.days p.desc {
   transition: all 0.5s ease-in;
   -webkit-transition: all 0.5s ease-in;
   -o-transition: all 0.5s ease-in;
   -moz-transition: all 0.5s ease-in;
}

.days p.desc:hover {
   box-shadow: inset 300px 0px #fbfbfb;
   transition: all 0.5s ease-in;
   -webkit-transition: all 0.5s ease-in;
   -o-transition: all 0.5s ease-in;
   -moz-transition: all 0.5s ease-in;
}

.time {
    font-style: italic;
    font-size: 10pt;
    color: #000000;
}

.mem {
    float: left;
    margin: 30px 20px;
    padding-bottom: 10px;
    position: relative;
    display: block;
    text-align: center;
}

.mem h2 {
    border-bottom: solid;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

.mem img{
    /* margin: 20px; */
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
}

.mem:hover img {
    -webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
    transform: scale(1.05);
    -webkit-filter: blur(0px); 
    transition: all 0.1s ease-out;
}

.mem:hover {
    border-bottom: solid 1px #FFEA4D;
}

.mem h3 {
    opacity: 0;
}

img.desaturate {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    position: relative;
    max-width: 100%;
    height: 300px;
}

#commit, #tact {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 110px;
}


#commit #current, #tact #section {
    width: 80%;
    margin: 0 auto;
    padding: 0 auto;
}

#section {
    padding: 50px 0px;
    display: table;
}

#section img {
    float: right;
    margin: 5px;
}

#section.right {
    vertical-align: top;
}


#current {
    overflow: hidden;
}

.centered {
    display: flex;           
    flex-direction: row;  
    justify-content: center; 
    align-items: center; 
}

#tact #current {
    width: 80%;
    margin: 0 auto;
    padding: 50px;
}

#tact {
    /* background: #FFEA4D; */
    background: #4f5387; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #4f5387 1%, #332a47 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #4f5387 1%,#332a47 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #4f5387 1%,#332a47 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5387', endColorstr='#332a47',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#tact #section .right img {
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

#tact #section .right img:hover {
    transform: translateY(-5px);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
