*:focus {
    outline: 0!important;
}
html,
body {
    background: url(http://i.imgur.com/dDykr2g.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i.imgur.com/dDykr2g.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i.imgur.com/dDykr2g.jpg', sizingMethod='scale')";
}
.contentWrapper {
    height: 100%;
    width: 100%;
}
.btn-default {
    color: #484848;
    background-color: #7AE465;
    border-color: #7AE465;
    text-transform: uppercase;
    text-shadow: black 0.1em 0.1em 0.2em
}
.input-group {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
}
.jcTrkApiDialog {
    width: 600px;
    margin-top: -15px;
}
.jcTrkApiDialog iframe {
    border-radius: 6px!important;
}

.main {
    margin-top: 0;
    top: 0;
    width: 100%;
}
.intro {
    display: block;
}

.logo {
    text-align: center;
    font-size: 5.0em;
    color: rgb(6, 125, 255);
    margin: 0;
    font-family: 'Archivo Black', sans-serif;
    font-weight: normal!important;
    margin-top: 100px;
    text-shadow: black 0.1em 0.1em 0.2em
}
.logo span {
    color: #fff;
    font-family: 'Archivo Black', sans-serif;
    text-shadow: black 0.1em 0.1em 0.2em
}
.main h2 {
    color: #fff;
    text-align: center;
    font-size: 3.0em;
    font-family: 'Archivo Black', sans-serif;
    text-shadow: black 0.1em 0.1em 0.2em
}
.main h3 {
    color: #FFF;
    text-align: center;
    font-size: 1.6em;
    font-family: "Archivo Black", sans-serif;
    text-shadow: black 0.1em 0.1em 0.2em
}
.input-group-lg {
    font-family: "Archivo Black", sans-serif;
    text-shadow: black 0.1em 0.1em 0.2em
}
#track_container {
    height: 500px;
    display: block;
    overflow: hidden;
}
.intro p,
.intro ul {
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    list-style: none!important;
    text-shadow: black 0.1em 0.1em 0.2em
}
.intro ul li {
    list-style: none!important;
    
}
.aboutCont {
    width: 80%;
    margin: 0px auto;
    font-size: 1.3em;
    text-align: center;
    font-weight: normal;
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.2em
}
.aboutCont ul {
    list-style: none!important;
    text-shadow: black 0.1em 0.1em 0.2em
}
.copyright {
    color: #ccc;
    text-shadow: black 0.1em 0.1em 0.2em
}
@media screen and (max-width: 800px) {
    .jcTrkApiDialog {
        width: 100% !important;
        left: 0px !important;
    }
}
@media screen and (max-width: 650px) {
    .logo {
        font-size: 4em;
        text-shadow: black 0.1em 0.1em 0.2em
    }
    .main h2 {
        font-size: 2em;
        text-shadow: black 0.1em 0.1em 0.2em
    }
    .main h3 {
        font-size: 1.2em;
        text-shadow: black 0.1em 0.1em 0.2em
    }
}
@media screen and (max-width: 450px) {
    .trackInput {
        width: 60%;
        text-shadow: black 0.1em 0.1em 0.2em
    }
    .logo {
        font-size: 3em;
        text-shadow: black 0.1em 0.1em 0.2em
    }
    .main h2 {
        font-size: 1.4em;
        text-shadow: black 0.1em 0.1em 0.2em
    }
    .main h3 {
        font-size: 1.0em;
        text-shadow: black 0.1em 0.1em 0.2em
    }
    .aboutCont {
        width: 100%;
        text-shadow: black 0.1em 0.1em 0.2em
    }
    .aboutCont p,
    .aboutCont ul li {
        font-size: 0.8em;
        text-shadow: black 0.1em 0.1em 0.2em
    }
    .input-group-lg input {
        font-size: 0.9em!important;
        text-shadow: black 0.1em 0.1em 0.2em
    }
}
@media screen and (max-width: 350px) {
    .input-group-lg input {
        font-size: 0.7em!important;
        text-shadow: black 0.1em 0.1em 0.2em
    }
}