i*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    margin:0;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;

    background:
        linear-gradient(
            rgba(2,8,23,.70),
            rgba(2,8,23,.85)
        ),
        url('/assets/images/hero-veteran.png');

    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    background-attachment:fixed;

    min-height:100vh;
}

.hero{
    text-align:center;
    padding:80px 20px;
    max-width:1100px;
    margin:auto;
}

.logo{
    width:180px;
    margin-bottom:30px;
}

h1{
    font-size:5rem;
    letter-spacing:4px;
    font-weight:900;
}

.tagline{
    margin-top:20px;
    font-size:1.5rem;
    opacity:.9;
}

.headline{
    margin-top:40px;
    color:#e53935;
    font-size:2.4rem;
    font-weight:bold;
}

.mission-box{
    max-width:700px;
    margin:40px auto;
    padding:30px;
    background:rgba(0,0,0,.35);
    border:1px solid rgba(255,255,255,.15);
    border-radius:12px;
    line-height:1.7;
}

.buttons{
    margin-top:40px;
}

.btn{
    display:inline-block;
    text-decoration:none;
    padding:15px 30px;
    border-radius:6px;
    margin:10px;
    font-weight:bold;
}

.btn-primary{
    background:#d62828;
    color:white;
}

.btn-secondary{
    background:#1e3a8a;
    color:white;
}

.launch{
    text-align:center;
    padding:80px 20px;
}

.launch h2{
    font-size:3rem;
    margin-bottom:20px;
}

footer{
    text-align:center;
    padding:50px 20px;
    border-top:1px solid rgba(255,255,255,.15);
}

.sponsors{
    margin:20px 0;
    font-size:1.3rem;
    font-weight:bold;
}

.sponsors span{
    margin:0 20px;
}
