html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
text-decoration: none;
vertical-align: baseline;
}
body {
background: #ffffff;
color: #000000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: "Comic Sans MS", 'Architects Daughter', "trebuchet ms", verdana, sans-serif;
}
.main-container {
height: 100%;
/*position: absolute;*/
width: 100%;
}
/* NAVIGATION ================================================================ */
.mobile-nav-container {
display: none;
}
.nav-container {
background: #4682b4;
display: block;
height: 54px;
left: 0;
position: fixed;
text-align: center;
top: 0;
width: 100%;
z-index: 9999;
}
.nav-container ul.nav {
display: inline-block;
margin-top: 14px;
/*position: absolute; */
text-align: center;
white-space: nowrap;
width: 90%;
z-index: 2;
}
.nav-container ul.nav li {
display: inline-block;
vertical-align: middle;
width: 20%;
}
.nav-container ul.nav li:first-child {
width: 12%;
}
.nav-container ul.nav li a {
color: #ffffff;
display: block;/*
font-size: 0.7em;
font-weight: bold;
letter-spacing: 1px;
line-height: 1.3em;*/
text-decoration: none;
text-transform: uppercase;
}
/* NAV media queries... */
@media screen and (max-width: 800px) {
.nav-container ul.nav {
width: 100%;
}
}
/* COMMON ================================================================ */
.content-container {
margin-top: 64px;
text-align: center;
}
.main-logo {
width: 600px;
}
.page-title {
color: #4682b4;
font-size: 2.8em;
margin-top: -10px;
text-transform: uppercase;
}
.page-sub-title {
font-size: 1.5em;
font-weight: bold;
margin: 10px 0;
}
.section-container {
margin: 20px 0;
}
.section-title {
color: #4682b4;
font-size: 2em;
font-weight: bold;
}
.heading {
font-size: 1em;
margin: 15px 0 20px;
}
.ministries {
font-weight: bold;
}
.column {
display: inline-block;
text-align: center;
vertical-align: top;
/*border: 1px solid red;*/
}
.c12 {
width: 49%;
}
.c13 {
width: 32%;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.bold {
font-weight: bold;
}
.font-medium {
font-size: 1.2em;
}
.font-big {
font-size: 1.4em
}
.clear {
clear: both;
}
.white {
color: #ffffff;
}
/* HOME ================================================================ */
.home-container {
margin: 0 auto;
max-width: 1280px;
min-height: 550px;
position: relative;
width: 100%;
/*border: 1px solid red;*/
}
.home-right {
left: 260px;
position: absolute;
top: 0;
width: 80%;
/*border: 1px solid blue;*/
}
.home-left {
left: 0;
padding-left: 40px;
padding-top:20px;
position: absolute;
text-align: left;
top: 0;
width: 190px;
/*border: 1px solid green;*/
}
.main-logo-home {
float: left;
margin-left: -18px;
width: 750px;
padding-bottom: 20px;
}
.home-left-column {
max-width: 400px;
text-align: left;
}
.home-church {
width: 170px;
}
.pastor-info {
font-size: 1.4em;
font-weight: bold;
white-space: nowrap;
}
.service-times-container > .item {
font-size: 0.9em;
white-space: nowrap;
font-weight: bold;
}
.service-times-heading {
color: #4682b4;
font-size: 1em;
font-weight: bold;
margin: 15px 0;
}
.section-title-small {
color: #4682b4;
font-size: 1.2em;
font-weight: bold;
text-align: center;
width: 100%;
}
.home-please-donate {
color: #4682b4;
font-size: 1.8em;
font-weight: bold;
text-align: center;
width: 100%;
}
.home-copy {
font-size: 1em;
padding-right: 30px;
}
.donate-container {
margin-bottom: 20px;
text-align: center;
width: 100%;
}
.donate-button {
background: #27b722;
color: #ffffff;
display: inline-block;
margin: 0 auto 3px;
padding: 6px;
width: 170px;
font-size: 1.4em;
font-weight: bold;
}
.money-box-container {
color: #4682b4;
display: block;
margin: 5px auto 0;
width: 220px;
}
.dollar-sign {
display: inline-block;
font-size: 1.4em;
font-weight: bold;
padding-right: 4px;
}
.money-box {
background: #4682b4;
color: #ffffff;
display: inline-block;
font-size: 1.6em;
font-weight: bold;
padding: 2px 7px;
width: 170px;
}
.slideshow {
display: block;
height: 280px;
margin: 0 auto;
/*padding-right: 20px;*/
padding-bottom:10px;
width: 420px;
}
.slide {
height: 280px;
width: 420px;
}
/* media queries... */
@media screen and (max-width: 1115px) {
.pastor-info {
font-size: 1.2em;
}
}
@media screen and (max-width: 1040px) {
.main-logo-home {
width: 530px;
}
.home-copy {
font-size: 0.9em;
}
.slideshow {
height: 207px;
width: 310px;
}
.slide {
height: 207px;
width: 310px;
}
}
@media screen and (max-width: 870px) {
.main-logo-home {
float: none;
margin-left: 0;
}
.slideshow {
padding-right: 0;
}
.home-copy {
padding-right: 10px;
text-align: left;
}
.home-right {
left: 0;
position: relative;
right: auto;
top: 0;
width: 96%;
}
.home-left {
left: 0;
position: relative;
right: auto;
text-align: center;
top: 0;
width: 95%;
}
.home-left-column {
/*padding-left: 20px;*/
width: 45%;
}
}
/* CALENDAR ================================================================ */
.calendar-container {
margin: 0 auto;
max-width: 800px;
text-align: left;
width: 80%;
}
.calendar-item {
margin: 28px 0;
font-size:1.2em;
}
.day {
font-weight: bold;
margin-left: -15px;
text-transform: uppercase;
}
.bible {
float: right;
padding: 50px 0 50px 20px;
width: 210px;
}
.candle {
float: right;
padding: 0 28px;
width: 100px;
}
.dove {
width: 130px;
}
/* MINISTRIES ================================================================ */
.save-huell {
color: #ff00d8;
font-size: 2em;
font-weight: bold;
text-decoration: underline;
}
.free-huell {
font-size:1.3em;
}
.ministries-pastor {
padding-right: 20px;
width: 400px;
}
.left-column {
text-align: left;
}
.left-column-container {
width: 60%;
}
.ministries-padding {
margin-top:40px;
}
.cross-left {
padding-right: 20px;
width: 120px;
}
.cross-right {
padding-left: 20px;
width: 120px;
}
.c13-1,
.c13-3 {
width: 22%;
}
.c13-2 {
width: 42%;
}
/* media queries... */
@media only screen
and (min-width : 620px)
and (max-width : 925px)
{
.section-title {
font-size:1.7em;
}
.ministries-pastor {
width: 300px;
padding: 0 10px;
}
}
/* TESTIMONIALS ================================================================ */
.testimonials-container {
margin: 0 auto;
max-width: 900px;
text-align: center;
width: 90%;
}
.testimonials-pastor {
padding-right: 30px;
width: 190px;
}
.testimonials-left-column {
width: 25%;
}
.testimonials-right-column {
font-size: 1em;
max-width: 560px;
text-align: left;
width: 95%;
}
.contact-box-container {
margin-top: 10px;
width: 100%;
}
.contact-box-1 {
border: 1.5px solid #000000;
display: inline-block;
font-size: 0.9em;
font-weight: bold;
height: 108px;
line-height: 2em;
margin: 5px 5px 5px 0;
padding: 12px;
vertical-align: top;
width: 150px;
}
.contact-box-2 {
border: 1.5px solid #000000;
display: inline-block;
font-size: 0.9em;
font-weight: bold;
height: 108px;
margin: 5px;
padding: 12px;
vertical-align: top;
width: 300px;
}
.testimonial-mid {
color: #4682b4;
margin: 20px auto;
padding: 0 4%;
font-weight: bold;
line-height: 1.7em;
}
hr.testimonial-mid {
border: 1px solid #4682b4;
}
.testimonials-container .c13-1,
.testimonials-container .c13-3 {
width: 17%;
}
.testimonials-container .c13-2 {
width: 480px;
}
/* media queries... */
@media screen and (max-width: 875px) {
.testimonials-container .c13-3 {
display: none;
}
}
.audioPlayer {
margin: 15px 0;
background-color: #cccccc;
padding:0 20px 20px 20px;
font-size: .9em;
}
/* media queries... */
@media screen and (max-width: 925px) {
.testimonials-container {
width: 95%;
}
}
/* CONTACT US ================================================================ */
.contact-list-container {
margin: 20px auto;
max-width: 800px;
text-align: center;
width: 60%;
}
/* media queries... */
@media screen and (max-width: 800px) {
.contact-list-container {
width: 80%;
}
}
.contact-pastor-container {
float: left;
width: 25%;
}
.contact-item-container {
float: left;
margin-bottom: 20px;
width: 60%;
}
.contact-cross-container {
float: left;
width: 30%;
}
.contact-item {
margin: 10px 0 20px;
}
.contact-pastor {
float: none;
padding: 0 0 0 10px;
width: 180px;
}
.contatc-cross {
float: none;
padding: 0 0 5px 0;
width: 150px;
}
.contact-banner {
display: block;
float: right;
padding: 10px 0 20px 0;
width: 310px;
}
.contact-banner-mobile {
display: none;
float: none;
margin: 0 auto;
padding: 10px 0;
width: 200px;
}
.text-input {
border: 1px solid #000000;
height: 20px;
width: 230px;
}
.submit-form {
width: 100px;
font-size: 12px;
font-weight: bold;
background-color: #cccccc;
padding: 5px 10px;
margin-top: 10px;
}
/* FOOTER ================================================================ */
.footer {
color: #939598;
font-size: 0.7em;
margin-top: 75px;
text-align: center;
width: 100%;
}
.footer-copy {
display: inline;
}
.footer a {
color: #939598;
text-decoration: underline;
}
.legal {
font-size: 0.7em;
margin: 10px auto 50px;
max-width: 639px;
min-width: 40%;
}