@import url("reset.css") screen;
@import url("animation.css") screen;

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

header {
    margin-top: 0px;
    border: 0px solid white;
    z-index: 10;
    background-color: #e3e3e3;
    position: fixed;
    width: 100%;
    padding: 2px 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

slider{
    display: block;
    width: 100%;
    height: 20em;
    background-color: white;
    overflow: hidden;
    position: absolute;
}

slider > * {
    position: absolute;
    display: block;
    width: 100%;
    height: 20em;
    background-color: white;
    animation: slide 12s infinite;
    overflow: hidden;
}

slide:nth-child(1) {
    left: 0%;
    animation-delay: -1s;
    background-image: url('https://www.lockheedmartin.com/content/dam/lockheed-martin/rms/photo/frigate/LM-logo.png');
    background-size: cover;
    background-position: center;
}

slide:nth-child(2) {
    animation-delay: 2s;
    background-image: url('https://www.logodesignlove.com/images/evolution/nasa-worm-logotype.jpg');
    background-size: cover;
    background-position: center;
}

slide:nth-child(3) {
    animation-delay: 5s;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Rockwell_Collins_logo.svg/2000px-Rockwell_Collins_logo.svg.png');
    background-size: cover;
    background-position: center;
}

slide:nth-child(4) {
    left: 0%;
    animation-delay: 8s;
    background-image: url('http://datasourcemobility.com/wp-content/uploads/2016/02/disney-world1.png');
    background-size: cover;
    background-position: center;
}

slide p{
    font-family: Comfortaa;
    font-size: 70px;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #fff;
}

@keyframes slide {
    0% { left: 100%; width: 100%;}
    5% { left: 0%; }
    25% { left: 0%; }
    30% { left: -100%; width: 100%;}
    30.0001% { left: -100%; width: 0%;}
    100% { left: 100%; width: 0%;}
}

.sheader ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #e3e3e3;
    position: relative;
}

.sheader li{
    display: inline-block;
}

.sheader li a{
    color: #292929;
    text-decoration: none;
    padding: 15px;
    display: block;
}

.sheader li:hover{
    background: lightgray;
}

.sheader ul ul {
    position: absolute;
    min-width: 200px;
    background: lightgray;
    display: none;
}

.sheader ul ul li {
    display: block;
    background: #e3e3e3;
}

.sheader ul li:hover ul{
    display: block;
}

.sheader ul li i{
    color: #292929;
    float: right;
    padding-left: 20px;
}

.contact-title {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-title h1{
    color: black;
    font-size: 46px;
}

.contact-title p{
    color: black;
    font-size: 12px;
}

.form{
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

input {
    width: 100%;
    margin: 20px 0;
    background: rgba(0,0,0,0);
    border: none;
    border-bottom: 1px solid black;
}

#msg{
    margin-top: 60px;
}

::-webkit-input-placeholder {
    color: black;
    font-size: 12px;
    letter-spacing: 2px;
}

button {
    padding: 20px 32px;
    font-size: 16px;
    background: #0078ff;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.contact-body{
    background-image: url('http://www.aacustomcrushing.com/wp-content/uploads/2014/03/Contact-us-background.jpg');
    background-size: cover;
}

.photo-active {
    background-size: 30.8em 16.5em;
    transition: 0.2s; }

.container{
    width: 100%;
}

.slideshow{
    margin-top: 0em;
    margin-bottom: 8em;
}

.hide {
    display: none;
}

.menu-button {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1em 1.25em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 20px;
    color: black;
    text-shadow: none;
    background-color: gray;
    margin: 25px;
    border: 1px solid white;
    transition: 0.5s ease-out;
}

.menu-button:hover {
    color: black;
    background-color: white;
}

.sheader{
    align-items: left;
    width: 100%;
    background-color: silver;
    position: fixed;
    z-index: 10;
    margin-top: 102px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    justify-content: space-between;
}

.theader{
    align-items: center;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.theader {
    position: relative;
    margin-bottom: 2em;
    overflow: hidden;
    font-weight: 700;
}
.theader ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1px;
}
.theader li {
    font-size: 1em;
    flex-grow: 1;
    flex-basis: auto;
    margin: .25em 0;
    padding: 0 1em;
    text-align: center;
    border-left: 1px solid black;
}

.sheader .btn.btn-primary{

}

header .row,
footer .row {
    display: flex;
    align-items: center;
    width: 100%;
}

header h1 {
    font-weight: 700;
    margin: 0;
}

header .CWMlogo img{
    width: 400px;
    height: 100px;
}

header .OSSlogo img{
    width: 100px;
    height: 100px;
}

header .FRClogo img{
    width: 100px;
    height: 75px;
    margin-top: 1em;
}


header nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

section nav{
    display: flex;
    justify-content: left;
    width: 100%;
}

header p {
    padding: 0 20px;
    margin: 0;
}

.merch{
    background-image: url('');
}

.jumbotron {
    display: flex;
    align-items: center;
    background-attachment: fixed;
    background-image: url('https://i.imgur.com/QW2rAG6h.jpg');
    background-size: cover;
    color: #ffffff;
    height: 700px;
    text-shadow: 0.25px 0.25px 0.25px #000000;
}

.jumbotron p {
    text-align: center;
    margin-left: 8em;
    margin-right: 8em;
    margin-bottom: 1.5em;
    color: white;
    font-weight: 600;
    font-size: 3em;
}

.jumbotron3 p {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 2.5em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.jumbotron2 {
    display: flex;
    align-items: center;
    background-attachment: fixed;
    background-image: url('http://www.engr.utk.edu/wp-content/uploads/2018/03/FIRST-2018-1.jpg');
    background-size: cover;
    color: black;
    height: 700px;
}

.jumbotron2 h1 {
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    color: white;
}

.sponsors{
    background-color: white;
}

.sponsors h1 {
    padding: 0.5em;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    color: #535353;
}

.jumbotron3{
    margin-top: 8em;
    background-attachment: fixed;
    background-image: url('https://previews.123rf.com/images/lisaalisaill/lisaalisaill1604/lisaalisaill160400051/56964536-technology-background-steampunk-background-with-dirty-and-scratches-cold-and-brown-colors.jpg');
    background-size: cover;
}

.jumbotron3 h1{
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 1em;
    color: white;
}

.jumbotron3 img{
    transition: 0.5s ease;
    opacity: 1;
    height: 50vh;
    width: 50vh;
}

.jumbotron3 img:hover{
    opacity: 0.6;
}

.jumbotron2 p {
    text-align: center;
    margin-left: 15em;
    margin-right: 15em;
    color: black;
    font-weight: 500;
    font-size: 20px;
    background-color: white;
    border: 1px solid black;
    padding: 1em;
}

.jumbotron h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.jumbotron h3 {
    margin: 0 0 20px;
    color: #fff;
}

section .row img {
    margin-bottom: 1em;
    width: 100%;
}

.col-md-6 {
    margin: 0;
}

.btn.btn-primary {
    font-size: 20px;
    color: black;
    text-shadow: none;
    background-color: #535353;
    margin: 10px;
    border: 1px solid white;
}

.btn.btn-primary:hover {
    color: black;
    background-color: yellow;
}

.btn.btn-learn {
    font-size: 20px;
    color: white;
    text-shadow: none;
    background: none;
    margin: 5px;
    border: 2px solid white;
    transition: 0.8s ease-out;
}

.btn.btn-learn:hover {
    color: #101010;
    background-color: white;
}

.btn.btn-learn:before {
    content: "";
    position: absolute;
    background: white;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    transition: top 0.8s ease-out;
}

.btn.btn-learn:hover:before {
    top: 0;
}

.btn-secondary {
    background-color: maroon;
    color: black;
    margin: 10 10 30px;
}

footer {
    background-color: white;
    font-size: 12px;
    padding: 20px 0;
}

footer .col-sm-8 {
    display: flex;
    justify-content: flex-end;
}

footer ul {
    list-style: none;
}

footer li img {
    width: 32px;
    height: 32px;
}

#content-slider {
    width:100%;
    height:360px;
    margin:10px auto 0;
}
/* SLIDER */
#slider {
    background:#000;
    box-shadow:1px 1px 5px rgba(0,0,0,0);
    height:100px;
    width:1200px;
    margin:40px auto 0;
    margin-top: 8em;
    overflow:visible;
    position:relative;
}
#mask {
    overflow:hidden;
    height:320px;
}
#slider ul {
    margin:0;
    padding:0;
    position:relative;
}
#slider li {
    width:1200px;
    height:320px;
    position:absolute;
    top:-325px;
    list-style:none;
}

#slider li img {
    width:1200px;
    height:320px;
}

#slider li.firstanimation {
    -moz-animation:cycle 25s linear infinite;
    -webkit-animation:cycle 25s linear infinite;
}
#slider li.secondanimation {
    -moz-animation:cycletwo 25s linear infinite;
    -webkit-animation:cycletwo 25s linear infinite;
}
#slider li.thirdanimation {
    -moz-animation:cyclethree 25s linear infinite;
    -webkit-animation:cyclethree 25s linear infinite;
}
#slider li.fourthanimation {
    -moz-animation:cyclefour 25s linear infinite;
    -webkit-animation:cyclefour 25s linear infinite;
}
#slider li.fifthanimation {
    -moz-animation:cyclefive 25s linear infinite;
    -webkit-animation:cyclefive 25s linear infinite;
}

#slider .tooltip {
    background:rgba(0,0,0,0.7);
    width:300px;
    height:60px;
    position:relative;
    bottom:75px;
    left:-320px;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
#slider .tooltip h1 {
    color:#fff;
    font-size:24px;
    font-weight:300;
    line-height:60px;
    padding:0 0 0 20px;
}

/* PROGRESS BAR */
.progress-bar {
    position:relative;
    top:100px;
    width:1200px;
    height:10px;
    background:#000;
    -moz-animation:fullexpand 25s ease-out infinite;
    -webkit-animation:fullexpand 25s ease-out infinite;
}

#menu {
    padding: 0 45px 0 45px;
    position: relative;
    background: #353434 url(images/img02a.gif) repeat-x top left;
    margin: 0;
    height: 60px;
    width: 890px;
    border-top: solid 1px #4c4c4c;
    border-bottom: solid 1px #353434;
    text-shadow: 0 1px 1px #6f6e6e;
}

#menu ul {
    list-style: none;
    padding-top: 12px;
    position: relative;
    left: -15px;
}

#menu ul li {
    padding: 5px 15px 5px 15px;
    margin-right: 10px;
    display: inline-block;
}

#menu ul li a, #menu ul li span {
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: -1px;
    font-size: 1.25em;
}

#menu ul li span b {
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #340303;
    margin-left: 8px;
    position: relative;
    top: -1px;
}

#menu ul li.active {
    background: #340303;
    border-top: solid 1px #530606;
    border-bottom: solid 1px #971616;
    border-radius: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#menu ul li.active span b {
    border-top-color: #530606;
}

.dropotron {
    background: rgba(52,3,3,0.9);
    border-top: solid 1px #c52b2b;
    border-bottom: solid 1px #580606;
    text-shadow: 0 1px 1px #660707;
    list-style: none;
    margin: 0;
    padding: 15px 10px 15px 10px;
    min-width: 200px;
    border-radius: 6px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
}

.dropotron a, .dropotron span {
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: -1px;
    display: block;
    width: 100%;
    position: relative;
}

.dropotron span b {
    display: inline-block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #510b0b;
    position: absolute;
    right: 0px;
    top: 7px;
}

.dropotron li:hover span b {
    border-left-color: #671616;
}

.dropotron li {
    padding: 3px 10px 3px 10px;
    margin: 2px 0 2px 0;
    border-radius: 3px;
}

.dropotron li:hover, .dropotron li.active {
    padding-top: 2px;
    padding-bottom: 2px;
    background: rgba(138,29,29,0.9);
    border-top: solid 1px #530606;
    border-bottom: solid 1px #971616;
}

.dropotron-level-1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}