/*!
Frequently Edited Styles
 */


/*INPUT BUTTON*/

input[type=text] {
    height: 50px;
}


input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    font-size: 1.2em;
    line-height: 2.1.5em;
    color: #000000;
    font-weight: bold;
    height: 50px;
    width: 100%;
    background: #ffc100;
    border: 0px solid #bbb;
    font-stretch: ultra-expanded;
    padding-top: 10px;
}

input[type="submit"]:hover {
    background: #f8cb3e;
    color: #000000;
}

/*Donate Button*/

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
    width: 100%;
    background: #3ea909;
    border: 0px solid #bbb;
    font-stretch: ultra-expanded;
    padding-top: 14px;
}

    .btn:hover {
        background: #4e8d2e;
        color: #ffffff;
    }

/*BODY*/

body {
    overflow-x: hidden;
    font-family: 'Myriad Pro','Myriad Web Pro',Arial;
}

.container {
    overflow-x: hidden;
}

.desktop {
    background: url('../images/desktop.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #071f34;
}

.mob {
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #071f34;
}


/*COPY LEFT*/
.copyleft {
    font-size: 1.25em;
    color: #ffffff;
    line-height: 30px;
    font-weight: 200;
    margin-top: 10px;
}

/*XS TITLE*/
.xstitle {
    font-size: 1.5em;
    color: #990000;
    line-height: 30px;
    font-weight: 500;
}

/*FORM INSTRUCT*/
.instruct {
    font-size: .95em;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: justify;
    text-justify: inter-word;
    font-family: 'Myriad Pro','Myriad Web Pro',Arial;
}

.goalstext {
    font-size: .95em;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Myriad Pro','Myriad Web Pro',Arial;
}

.footerdis {
    color: #ffffff;
    font-size: 13px;
    margin: 10px auto;
    text-align: center;
}

div.paid-for-by {
    text-align: center;
    margin: 0 0 0 0px;
    display: inline-block;
}

    div.paid-for-by p {
        font-size: 11px;
        border: 1px solid #ffffff;
        padding: 3px;
    }

    div.paid-for-by span {
        font-size: 14px;
    }

.copy {
    color: #3d5271;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    text-justify: inter-word;
}

.about {
    color: #3d5271;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: justify;
    text-justify: inter-word;
}

.row.no-gutter {
    margin-left: 3px;
    margin-right: 3px;
}

    .row.no-gutter [class*='col-']:not(:first-child),
    .row.no-gutter [class*='col-']:not(:last-child) {
        padding-right: 3px;
        padding-left: 3px;
    }


/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 150px;
    background-color: #1a1c1e;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
}

.votefont {
    color: #ffffff;
    font-size: 22px;
    margin: 10px auto;
    line-height: 28px;
    font-weight: bold;
}

/*ABOUT PAc*/
.aboutpac {
    font-size: 1.2em;
    color: #ffffff;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.footerdis {
    color: #fff;
    font-size: 14px;
    margin: 10px auto;
    text-align: center;
    line-height: 15px;
}

.boltontitle {
    padding-top: 20px;
    color: #000000;
    font-size: 2.5em;
}

.boltonsubtitle {
    padding-top: 30px;
    padding-bottom: 25px;
    color: #000000;
    font-size: 2.0em;
}


.boltonsign {
    padding-top: 10px;
    padding-bottom: 0px;
    color: #ffffff;
    font-size: 1.5em;
    text-align: center;
}

.instruct {
    color: #ffffff;
    font-size: .9em;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
    text-align: justify;
    text-justify: inter-word;
    padding-top: 15px;
    padding-bottom: 0px;
}

.boltontitlewhite {
    padding-top: 20px;
    color: #ffffff;
    font-size: 2.5em;
    line-height: 40px;
}

.boltonsubtitlewhite {
    padding-top: 30px;
    padding-bottom: 25px;
    color: #ffffff;
    font-size: 2.0em;
    line-height: 20px;
}
