@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html, body {
    height: 100%;
    min-height: 700px;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #333;
    font-size: 18px;
}

.centered {
    text-align: center;
}

h1, h2, h3, h4, h5 {
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 50px;
}

h2 {
    margin-top: 10px;
    font-size: 24px;
    color: rgb(154, 165, 170);
}

h3 {
    margin-top: 10px;
    font-size: 26px;
    font-weight: bold;
}

h4 {
    margin-top: 10px;
    font-size: 20px;
    color: rgb(154, 165, 170);
}

h5 {
    margin-top: 10px;
    font-size: 17px;
    color: rgb(154, 165, 170);
}

#upload-row {
    margin-top: 60px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.fileinput-button .fa-file-pdf-o {
    margin-right: 20px;
}

.btn {
    background-color: #00A480;
    color: #FFF;
    border-color: #00A480;
}

.btn:hover, .btn.active {
    background-color: #10B490;
    color: #FFF;
}

.btn, .dropdown-menu {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-align: left;
}

.fa-dropbox {
    color: #2895F1;
    margin-right: 10px;
}

.fa-google-plus-square {
    color: #14a963
}

#upload-btn-group.open>.dropdown-menu {
    width: 325px;
}

#upload-row form {
    display: table-cell;
    vertical-align: middle;
}

.ad {
    /*background-color: #DDD;*/
    /*opacity: 0.4;*/
    margin-bottom: 20px;
}
.ad.lr {
    width: 336px;
    height: 280px;
}

.ad.lb {
    width: 728px;
    height: 90px;
}

.ad.ss {
    width: 300px;
    height: 600px;
}

.hint {
    opacity: 0.4;
    display: block;
    margin-top: 10px;
}

footer {
    margin-top: 20px;
    margin-left: 50px;
    height: 50px;
}

.social-list {
    margin: 0; padding: 0;
    width: 220px;
    display: inline-block;
    margin-top: 60px;
}

.social-list li {
    list-style: none;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    opacity: 0.8;
    border-radius: 25px;
}

.social-list li:hover {
    opacity: 1;
}

.social-list li a {
    color: #FFF;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.social-list .fa {
    font-size: 33px;
    line-height: 50px;
}

.social-facebook {
    background-color: #365397;
}

.social-twitter {
    background-color: #00a9f1;
}

.social-gplus {
    background-color: #e0452c;
}

.social-email {
    background-color: #F8CA00;
}

.contact-btn {
    display: inline-block;
}

.happy {
    font-size: 22px;
    margin-top: 40px;
}

.donate .btn.one {
    color: #365397
}

.donate .btn.one:hover {
    background-color: #365397;
    color: #FFF;
}

.donate .btn.two {
    color: #e0452c
}

.donate .btn.two:hover {
    background-color: #e0452c;
    color: #FFF;
}

.donate .btn.three {
    color: #00a9f1
}

.donate .btn.three:hover {
    background-color: #00a9f1;
    color: #FFF;
}

.donate .btn.four {
    color: #F8CA00
}

.donate .btn.four:hover {
    background-color: #F8CA00;
    color: #FFF;
}

.btn.paypal-btn {
    padding: 6px 20px;
    background-color: transparent;
    border-color: #BBB;
}

.btn.paypal-btn:hover {
    border-color: transparent;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.fileinput-button .fa-file-pdf-o {
    margin-right: 15px;
}

.alert {
    padding: 9px;
    font-size: 20px;
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
}

.fa-angle-right {
    margin-right: 5px;
    margin-left: 10px;
}

.btn-secondary,
a.btn.btn-secondary {
    font-weight: normal;
    color: #00A480;
    background-color: transparent;
}

.btn-secondary:hover,
a.btn.btn-secondary:hover {
    color: #FFF;
    background-color: #00A480;
}

.btn-link {
    color: #00A480;
    background-color: transparent;
    border-color: transparent;

}

.btn-link:hover {
    color: #FFF;
    background-color: #00A480;
}

.btn-light {
    font-weight: normal;
    color: #00A480;
    background-color: transparent;
    border-color: #00A480;
}

.btn-light:hover {
    color: #FFF;
    background-color: #00A480;
}

img.icon {
    width: 25px;
    margin-left: 2px;
}

#gdrive-chooser .icon {
    margin-right: 10px;
}

.btn-xs {
    font-size: 18px;
    padding: 6px 15px;
}

.btn-xxs {
    font-size: 14px;
    padding: 4px 8px;
}

.related-links {
    margin-top: 60px;
}