@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{ 
    font-family: 'Open Sans';
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans';
}
h1.app-title {
    font-size: 2em;
    line-height: 1em;
    font-weight: 900;
    color: #fff;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
}
h1.app-title img {
    vertical-align: bottom;
    margin-bottom: 3px;
}
h2 {
    font-weight: 900;
    color: #28415C;
    text-transform: uppercase;
}
h3,h4,h5,h6 {
    font-weight: 600;
}
a {
    color: #DCA536;
}
a:hover {
    color: #E57529;
}
.container-fluid.header {
    padding: 40px 15px !important;
    background: rgb(92,16,45);
    background: linear-gradient(90deg, rgba(92,16,45,1) 0%, rgba(217,109,39,1) 100%);
}

.main-menu {
    list-style-type: none;
    padding: 15px 0;
    margin-bottom: 0;
}

.main-menu li {
    display: inline-block;
    padding-left: 20px;
}

.main-menu a {
    color: #fff;
    font-weight: 900;
}

#submitButton {
    background: #e57428;
    border: 0;
    width: 100%;
    padding: 8px 16px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
}

.card {
    border: 3px solid #28415C;
    border-radius: 0;
    background: rgba(255,255,255,.8);
}

.card-header {
    background: #28415C;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
    border-radius: 0;
}
.card-body, .card-header:first-child {
    border-radius: 0;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.flex-column {
    display: flex;
}

.flex-column .card {
    height: 100%;
}

.campaign-header h4, .campaign-header h2 {
    padding-bottom: 10px;
    border-bottom: 3px solid #81CFCE;
}
.campaign-header:hover {
    text-decoration: none;
}

.campaign-link-btn {
    background: #28415C;
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 8px 16px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
}

.campaign-link-btn:hover, .login-btn:hover {
    background: #81CFCE;
    color: #28415C;
}

.login-btn {
    background: #28415C;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    padding: 16px 36px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
}

.content-container {
    background-color: #fff;
    background-image: url('/img/Blue-Protest.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pledge-meter {
    width: 100%;
    height: 28px;
    background: #787878;
    margin-bottom: 5px;
    border-left: 1px solid #7E1540;
    box-sizing: border-box;
    position: relative;

}
.pledge-meter-bar {
    background: #7E1540;
    box-sizing: border-box;
    height: 28px;
}
.pledge-meter-percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 20;
    color: #fff;
    font-weight: 900;
    text-align: center;
}
.pledges-list {
    background: #f5f5f5;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px 10px;
    list-style-type: none;
}
.pledges-list .fas {
    color: #DCA535;
}
.error {
    color: red;
}
.campaign-invalid-message {
    padding: 20px;
    background: #fff;
    border: 1px solid red;
}
.radio-options {
    padding-left: 20px;
}
.radio-options label {
    margin-right: 20px;
}
.hide-form {
    display:none;
}