
/*
    Created on : Aug 30, 2016, 12:35:05 PM
    Author     : Tom Schmidt
*/

/*
color scheme 1:
    sage-green: #9FB59E
    light-blue: #CCE2F0
    dark-green: #516D57
    dark-grey-blue: #6B7C83
    light-grey-blue: #B8C9D3



*/


body {
    background-color:#EAFAFF/* #CCE2F0;*/
}
.header {
        background-image:  url('../Media/Images/headerImage1.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height: 100px;
/*    background-color: blue;
    color: whitesmoke;
    height: 80px;*/

}
.banner {
    width: 100%;
    height: 200px;
/*    min-height: 100px;
    max-height: 250px;*/
    position: relative;
    outline:1px dotted red;
}

.banner_image {
    height: 100%;
    position:relative;
    background:   url('../Media/Images/headerImage1.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banner_image h1 {
/*    font-family: "Helvetica Neue", Helvetica, sans-serif;*/
    font-family: Impact, Helvetica, sans-serif;
    font-weight: normal;
    padding-top: 20px;
    padding-left: 20px;
    white-space: nowrap;
    color: whitesmoke;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .banner {
        height: 100px;
    }
    .banner_image h1{
        font-size:20px;
        padding-top: 5px;
        padding-left: 5px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
    .banner {
        height: 200px;
    }
    .banner_image h1{
        font-size:30px;
        padding-top: 20px;
        padding-left: 20px;
    }
}

/*#banner {
    display: flex;

}
#banner > * {
    align-self: center;
}
#banner h1 {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    white-space: nowrap;
    overflow: hidden;
}
#banner img {
    height: 80%;
    padding-right: 10px;
}

@media screen and (max-width: 768px) {
    #banner {
        height: 40px;
    }
    #banner h1{
        font-size:18px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
    #banner h1{
        font-size:30px;
    }
}
*/

/*#traditionBanner {
    display: inline-block;
    vertical-align: baseline;
    float: none;
    color: white;
    font-size: 125%;
    font-weight: bold;
}*/

h2 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
a {
    text-decoration: none;
    color: #2228FB;
}
a:hover {
    color: darkblue;
}
.section {
    margin-top: 10px;
    margin-bottom: 20px;
}

.centralButton {
    margin-bottom: 15px;
    padding: 10px 10px;
    display: block;
}

.image-icons img {
    border-radius: 5px 5px 5px 5px;
    max-height: 50px;
    max-width: 60px;
    margin-right: 5px;
}
.topPad {
    padding-top: 20px;
}
.indent {
    padding-left: 20px;
}
.boldface {
    font-weight: bold;
}
.navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;}
.navbar {min-height:32px !important; padding: 0 0 0 10px;}
.navbar, .dropdown-menu {
    background-color: #516D57;
    margin-bottom: 0px;
}
.navbar a {
    color: #F2DDCB;
}
.navbar a:hover {
    color: black;
}
.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}


#AniWheel {
    margin-right: 15px;
}
.img_enhanced {
    border-radius: 25px;
    box-shadow: 2px 2px 4px lightgray;
}
.footer {
    background-color: #516D57;
    color: #EDE6D1;
    text-align: center;
}
.footer a {
    text-decoration: none;
    color: #B8C9D3;
}
.footer a:hover {
    color: yellow;
}
#Contacts {
    padding-top: 15px;
}

.fa-spacer {
    padding-right: 10px;
}
.clearBoth {
    clear: both;
}
img.centered, iframe.centered {
    display: block;
    margin: 0 auto;
}
.centered {
    margin: 0 auto;
    text-align: center;
}
video {
    width: 100%    !important;
    height: auto   !important;
}
#Development > h5,#DhammaService > h5, #Intro h5 {
    text-align: center;
}

.WinterPics {
    width: 100%;
}

#Map {
    padding-bottom: 25px;
}

#scheduleTable {
    border: none;
    width: 66%;
    margin: auto;
    padding: 0;
}
#scheduleTable td {
    padding: 0.25rem;
}
#scheduleTable .scheduleTime {
    text-align: right;
    width: 33%;
    padding-right: 10px;
}

#donateButton{
        border-top:1px solid #f7e797;
        background:#FFB542;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
        border-radius:20px;
        -webkit-box-shadow:rgba(0,0,0,1) 0 1px 0;
        -moz-box-shadow:rgba(0,0,0,1) 0 1px 0;
        box-shadow:rgba(0,0,0,1) 0 1px 0;
        text-shadow:rgba(0,0,0,.4) 0 1px 0;
        font-size:16px;
        font-family:Georgia,serif;
        text-decoration:none;
        vertical-align:middle;
        padding:5px 20px;
        margin:auto;
        color:#000000;
}
#donateButton:hover{
        background:#58aa75;
        color:#111111;
}
.donateText{
        font-family:'Trubuchet MS','Arial',sans-serif;
        font-size:12px;
        text-align:center;
}
.dtTop{
        margin-top:0;
        padding-bottom:5px;
}
.dtBottom{
        padding-top:5px;
}

#PayPalDiv {
        text-align:center;
}
.menubarLocation {
  float: right;
  padding: 5px 10px 0 0;
}
.bodyLocation {
  padding-bottom: 10px;
}

#Facebook_ad {
    padding-top: 20px;
}
#Facebook_ad h3, #Facebook_ad h4 {
    float: left;
    text-align: center;
    padding-top: 10px;
    width: 80%;
}
.facebookIcon {
    float: left;
    width: 20%;
}
.givingFund {
    text-align: center;
    font-size: 0.75em;
}