/* --- w3-teev.css  w3-theme set up with Teev.com Colors base:#004fE0 
    used in http://SymphonyOfTheHeartLA.com ---- */
/* body { background-image:url(../img/bk.png)} */
body,
html {
    height: 100%;
    font-family: "Inconsolata", sans-serif;
}
.mySlides {
    display: none
}
.bgimg {
    background-position: center;
    background-size: cover;
    background-image: url("/img/bk.png");
    min-height: 75%;
}
.imgZoom {
    width: 100%;
    border: 2px gray solid;
}
.imgFW {
    width: 100%;
}
.margR {
    margin-right: 10px
}
.margL {
    margin-left: 10px
}
.topSlides {
    display: none;
}
li {
    font-weight: bold
}
section {
    width: 100%;    
    max-width: 1200px;
    margin-top: 40px
}
.w3-theme-l5 {
    color: #000 !important;
    background-color: #eef4ff !important
}
.w3-theme-l4 {
    color: #000 !important;
    background-color: #c6daff !important
}
.w3-theme-l3 {
    color: #000 !important;
    background-color: #8db5ff !important
}
.w3-theme-l2 {
    color: #fff !important;
    background-color: #5490ff !important
}
.w3-theme-l1 {
    color: #fff !important;
    background-color: #1b6aff !important
}
.w3-theme-d1 {
    color: #fff !important;
    background-color: #0047ca !important
}
.w3-theme-d2 {
    color: #fff !important;
    background-color: #003fb4 !important
}
.w3-theme-d3 {
    color: #fff !important;
    background-color: #00379d !important
}
.w3-theme-d4 {
    color: #fff !important;
    background-color: #002f87 !important
}
.w3-theme-d5 {
    color: #fff !important;
    background-color: #002770 !important
}
.w3-theme-light {
    color: #000 !important;
    background-color: #eef4ff !important
}
.w3-theme-dark {
    color: #fff !important;
    background-color: #002770 !important
}
.w3-theme-action {
    color: #fff !important;
    background-color: #002770 !important
}
.w3-theme {
    color: #fff !important;
    background-color: #004fe0 !important
}
.w3-text-theme {
    color: #004fe0 !important
}
.w3-border-theme {
    border-color: #004fe0 !important
}
.w3-hover-theme:hover {
    color: #fff !important;
    background-color: #004fe0 !important
}
.w3-hover-text-theme {
    color: #004fe0 !important
}
.w3-hover-border-theme:hover {
    border-color: #004fe0 !important
}
/* add on by Eli Argon */
.w3-width-full {width:100%}
.w3-width-half {width:50%}
.w3-width-third {width:33%}
h1,
h2,
h3,
h4 {
    font-weight: bold;
    color: #004fe0
}
a {
    text-decoration: none;
}
p {
    font-size: 16pt;
    color: #004fe0
}
ul {
    font-size: 16pt;
    color: #004fe0
}
