﻿body {
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    background-color:#141519
}

.bold {
    font-weight:900;
}

.underline a{
   text-decoration:underline;
   color:#fff;
}

.center {
    text-align:center !important;
    max-width:100% !important;
}

.header-sm {
    font-size:18px !important;
    max-width:600px;
    margin: 1em auto;
}

#nav-header {
    position: relative;
    width: 100%;
    z-index: 10;
    margin: 0;
    height: 60px;
}

#logo {
    position: relative;
    width: 165px;
    height: auto;
    float: left;
    top: 20px;
    left: 10px;
}

#background {
    position: fixed;
    width: 0;
    height: 0;
    padding: 50vh 50vw;
    background-image: url(../baseball_background3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#body-container {
    background-color: rgba(20, 21, 25, 0.90);
    position: relative;
    z-index: 2;
}

#border-wrap {
    border:2px #6f7279 solid;
    max-width:75%;
    margin:2em auto;
    text-align:center;
    color:#fff;
}

@media screen and (max-width:900px) {
    #border-wrap {
        max-width:90%;
    }
}

.logo-grid {
    width:75px;
    margin:1em 0 0 0;
}

@media screen and (max-width:600px) {
    .logo-grid {
        width: 65px;
    }
}

.thank-you-title {
    font-size:35px;
    font-weight:900;
    letter-spacing:-1px;
    margin:0 auto;
    max-width:90%;
}

@media screen and (max-width:600px) {
    .thank-you-title {
        font-size: 25px;
    }
}

#steps-container {
    padding:2em 0;
}

.download-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0 auto;
    max-width: 90%;
}

@media screen and (max-width:600px) {
    .download-title {
        font-size: 16px;
    }
}

.step-title {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
    padding: 1em 0 0 0;
}

@media screen and (max-width:600px) {
    .step-title {
        font-size: 20px;
        max-width:90%;
        margin:1em auto;
    }
}

.step-text {
    max-width: 500px;
    margin: 1em auto;
    font-size: 14px;
    text-align:left;
    padding:0 10px;
}

@media screen and (max-width:600px) {
    .step-text {
        font-size: 13px;
        max-width: 90%;
        margin: 1em auto;
    }
}


.operating-system {
    font-size:11px;
    font-weight:400;
    display:block;
    letter-spacing:0px;
}

.download-button a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -1px;
    padding: 12px 30px;
    background-color: transparent;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;
    margin: 1em auto;
    border: 2px #55cc30 solid;
}

.download-button a {
    color: #55cc30;
    text-decoration: none;
    position: relative;
    line-height: 50px;
}

.download-button a:hover {
    background: #55cc30;
    color: #141519;
    background-color: #55cc30;
}

.training-button a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -1px;
    padding: 12px 30px;
    background-color: transparent;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;
    margin: 1em auto;
    border: 2px rgba(255, 204, 0, 1) solid;
}

.training-button a {
    color: rgba(255, 204, 0, 1);
    text-decoration: none;
    position: relative;
    line-height: 50px;
}

.training-button a:hover {
    background: #e41837;
    color: #141519;
    background-color: rgba(255, 204, 0, 1);
}

.list-container {
    text-align:left;
    max-width:500px;
    margin:0 auto;
    font-size:14px;
}

@media screen and (max-width:600px) {
    .list-container {
        font-size: 13px;
    }
}

.list-container li{
    line-height:1.5em;
}

.llp-icon-container {
    padding:1em 0;
}

.llp-icon {
    display:block;
    margin:0 auto;
    width:50px;
}

.llp-icon-text {
    font-size:10px;
    margin:0 auto;
    font-weight:900;
}

.administator-text {
    font-size: 14px;
    letter-spacing: 0px;
    max-width: 600px;
    margin: 1em auto 0 auto;
    color: #55cc30
}

.step3 {
}

.lpp-register {
    max-width:400px;
}

@media screen and (max-width:500px) {
    .lpp-register {
        max-width: 90%;
    }
}

.lpp-request-password {
    max-width:300px;
}

@media screen and (max-width:400px) {
    .lpp-request-password {
        max-width: 90%;
    }
}

.return-policy {
    font-size:10px;
    padding:2em 0 0 0;
}

/*step by step*/

#step-by-step-container {
    display:none;
}



.step-button {
    border: 3px #6f7279 solid;
    line-height: 15px;
    max-width: 75%;
    margin: 1em auto;
    padding: 1em;
    cursor: pointer;
    transition: ease 0.4s;
}

.step-button-hide {
    display: none;
}

.step-button:hover {
    border: 3px #55cc30 solid;
    background-color: #55cc30;
    transition: ease 0.4s;
    color: #141519;
}

.run-file {
    width:600px;
    max-width:90%;
}


.download-file {
    width: 300px;
    max-width: 90%;
}

.windows-protected-message {
    max-width:400px;
}

@media screen and (max-width:500px) {
    .windows-protected-message {
        max-width: 90%;
    }
}

.user-account-control {
    max-width:400px;
}

@media screen and (max-width:500px) {
    .user-account-control {
        max-width: 90%;
    }
}

.run-as-administrator {
    max-width: 300px;
}

@media screen and (max-width:400px) {
    .run-as-administrator {
        max-width: 90%;
    }
}

/*Footer*/
#footer {
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 0;
}

#contact {
    margin-left: 5%;
    display: inline-table;
    width: 30%;
    text-align: left
}

    #contact h3 a {
        font-size: 25px;
        text-align: left;
        color: #55cc30;
        text-decoration: underline;
    }

@media screen and (max-width:900px) {
    #contact h3 {
        text-align: center;
    }
}

#contact ul {
    margin: 0;
    padding: 0;
}

#contact li {
    list-style-type: none;
    font-size: 14px;
    line-height: 2.0em;
    margin: 0;
    padding: 0;
    font-weight: 900;
}

#contact a {
    text-decoration: none;
}

#proverb {
    text-align: center;
    display: inline-table;
    width: 33%;
}

#maxpreps {
    display: inline-table;
    width: 20%;
    text-align: right
}

@media screen and (max-width:900px) {
    #contact, #proverb, #maxpreps {
        width: 100%;
        text-align: center;
        margin-left: 0%;
        padding-bottom: 2%;
    }
}

