﻿
/*.thumbnail {
    padding: 0px 0px 0px 0px !important;
}*/



p {
    font-size: 18px;
    color: black;
}

h1 {
    color: black;
}

h3 {
    color: black;
}

.thumbnail p {
    padding-top: 5px;
    font-size: 18px;
    text-align: center;
    color: black;
}


.mas {
    margin: 0 auto; /* this is the css that keeps the container centered in page */
}

.image-div {
    float: left;
    width: 230px;
    margin: 5px;
    font-size: 0;
}

.bg-primary {
    /*color: #f4f5f7 !important;
    background: #f89406 !important;*/
}


a,
a:focus,
a:hover {
    /*color: #fff;*/
    color: black;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritence from `body` */
    /*background-color: #fff;
    border: 1px solid #fff;*/
}


/*
        * Base structure
        */

html,
body {
    height: 100%;
    /*background-color: #333;*/
}

body {
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    /*-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
    box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

/* Padding for spacing */
.inner {
    padding: 30px;
}


.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
}

.masthead-nav > li {
    display: inline-block;
}

    .masthead-nav > li + li {
        margin-left: 20px;
    }

    .masthead-nav > li > a {
        padding-right: 0;
        padding-left: 0;
        font-size: 16px;
        font-weight: bold;
        /*color: #fff; 
        color: rgba(255,255,255,.75);*/
        border-bottom: 2px solid transparent;
    }

        .masthead-nav > li > a:hover,
        .masthead-nav > li > a:focus {
            background-color: transparent;
            border-bottom-color: #a9a9a9;
            border-bottom-color: rgba(255,255,255,.25);
        }

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: #fff;
    border-bottom-color: #fff;
}




.cover {
    padding: 0 20px;
}

    .cover .btn-lg {
        padding: 10px 20px;
        font-weight: bold;
    }



.mastfoot {
    color: #999; /* IE8 proofing */
    color: rgba(255,255,255,.5);
}


@media (min-width: 768px) {
    /* Pull out the header and footer */
    .masthead {
        /*position: fixed;*/
        top: 0;
    }

    .mastfoot {
        position: fixed;
        bottom: 0;
    }
    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: top;
        padding-top: 20px;
    }
    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }
}







ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

    ul li {
        list-style: none;
        padding: 15px 5px 5px 5px;
        /*margin-bottom: 20px;*/
    }

        ul li img {
            cursor: pointer;
        }


.img-bk {
    background-color: teal;
}

    .img-bk label a {
        color: white;
    }




@media (min-width: 992px) {
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%;
    }
}


@media (min-width: 768px) {
    .masthead-brand {
        float: left;
    }

    .masthead-nav {
        float: right;
    }

    h1 {
        font-weight: bold;
        font-size: 30px;
    }

    p {
        text-align: center;
        width: 100%;
        font-size: 22px;
    }
}



@media (max-width: 768px) {
    a {
        font-size: 10px;
    }


    h1 {
        font-size: 16px !important;
    }

    h3 {
        font-size: 16px !important;
    }

    p {
        text-align: center;
        width: 100%;
        font-size: 16px;
    }

    .donate-top-row {
        display: none;
    }
}


.top-row {
    text-align: center;
    /*border-bottom: 1px dashed #ccc;*/
    margin-bottom: 10px;
    background-color: rgb(68, 68, 68);
    border-bottom: 2px solid;
    border-bottom-color: orange;
    padding-top: 20px;
    padding-bottom: 10px;
}


.top-h1 {
    /*background: -webkit-linear-gradient(orange, yellow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: orange;
}


.radio {
    /*padding-left: 150px!important;*/
}

.donate-middle {
    text-align: center;
    width: 100%;
}

.donate-left {
    text-align: left;
    width: 100%;
    padding-left: 50px;
}


.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}


.center {
    margin: auto;
    width: 50%;
   font-size: 24px;
    padding: 10px;
}