/* E-Z Wings site styles — shared across all pages (c) Aeronautical Proficiency Training LLC */

.container {
    max-width: 800px;
}

.bluebox {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: xx-large;
    color: rgba(255,255,255,1.00);
    background-color: rgba(11,0,168,1.00);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
    width: 100%;
}

.space {
    padding-top: 25px;
    padding-bottom: 25px;
}

.headertext {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 50px;
    color: rgba(161,3,3,1.00);
    padding-top: 0px;
}

.subheadertext {
    color: rgba(1,4,150,1.00);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 24px;
}

.buttontext {
    color: rgba(251,251,251,1.00);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 31px;
}

.buttontext1 {
    color: rgba(0,0,0,1.00);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 31px;
}

.darkbluebkgd {
    background-color: rgba(4,8,146,1.00);
    padding-top: 0px;
}

.logos {
    max-width: 300px;
}

.smallspace {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pillshape {
    border-radius: 50px;
}

.margin20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-back {
    font-size: 24px;
    height: 32px;
    line-height: 28px;
}

.undertext {
    color: rgba(251,251,251,1.00);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.acstext {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: rgba(1,4,150,1.00);
    font-size: 15px;
    white-space: nowrap;
}
@media (min-width: 410px) {
    .acstext {
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .acstext {
        font-size: 24px;
    }
}
