@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Open+Sans:300,400,600,700,800");

body {
  background: #fff;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: #111;
  letter-spacing: -0.5px;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-family: "Montserrat", sans-serif;
  color: #0c0f8a;
  font-weight: 900 !important;
  font-size: 2.25em !important;
  letter-spacing: -1px;
  text-transform: uppercase;
}

h2 {
  font-family: "Montserrat", sans-serif;
  color: #0c0f8a;
  font-weight: 900 !important;
  font-size: 1.45em !important;
  letter-spacing: -1px;
  text-transform: uppercase;
}

h3 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 900 !important;
  font-size: 1.65em !important;
  letter-spacing: -1px;
  text-transform: uppercase;
}

h4 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 900 !important;
  font-size: 2.5em !important;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 60px;
}

h5 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 900 !important;
  font-size: 2.25em !important;
  letter-spacing: -1px;
  text-transform: uppercase;
}

h6 {
  font-family: "Montserrat", sans-serif;
  color: #61acd6;
  font-weight: 900 !important;
  font-size: 1.5em !important;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.blue {
  color: #0c0f8a;
}
.ltblue {
  color: #61acd6;
}
.black {
  color: #222;
}
.white {
  color: #fff;
}

.bar-blue {
  width: 200px;
  border-bottom: 3px solid #0c0f8a;
  clear: both;
  overflow: hidden;
}
.bar-ltblue {
  width: 200px;
  border-bottom: 3px solid #61acd6;
  clear: both;
  overflow: hidden;
}
.bar-black {
  width: 200px;
  border-bottom: 3px solid #222;
  clear: both;
  overflow: hidden;
}

.border-blue {
  border: 1px solid #0c0f8a;
}
.border-ltblue {
  border: 1px solid #61acd6;
}

.bg-nav {
  background: #0c0f8a;
  border-bottom: 5px solid #444;
}

.navbar .nav-item .nav-link {
  color: #fff !important;
  padding: 0.25rem 1.5rem 0.25rem 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95em;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .nav-item .nav-link:hover {
  color: #61acd6 !important;
  text-decoration: none;
}

.navbar-toggler {
  border-color: #0c0f8a !important;
  background-color: #0c0f8a !important;
  border: 0 !important;
  color: (255, 255, 255, 0);
}
.navbar-light .navbar-toggler {
  outline: none !important;
}

.block-container {
  margin-top: 130px;
} 
/*graphics/blocks/Cross.jpg*/
.block-special {

  background-image: url("https://griswoldchurch.org/wp/wp-content/uploads/2026/06/special-26.jpg");
  min-height: 300px;
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.block-happenings {
  background-image: url("images/2022/bounce.jpg");
  min-height: 300px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-position: center center;
}
.block-video {
  background-image: url("graphics/blocks/live-video-block.jpg");
  min-height: 300px;
  position: relative;
  display: inline-block;
  background-position: center center;
}
.block-ministries {
  /*background-image:url("graphics/blocks/ministries-photo.jpg");*/
  background-image: url("images/2022/Park.jpg");
  min-height: 302px;
  position: absolute;
  display: inline-block;
  overflow: hidden;
}
.block-welcome {
  background-image: url(graphics/blocks/welcome.jpg);
  min-height: 300px;
  position: relative;
  display: inline-block;
}
.block-sm {
  background-image: url(graphics/blocks/social-media.jpg);
  min-height: 300px;
  position: relative;
  display: inline-block;
}
.block-sm a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-sm a:hover {
  color: #0c0f8a;
  text-decoration: none;
}

.tint-blue {
  position: relative;
  float: left;
}

.tint-blue:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(12, 15, 138, 0.65);
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tint-blue:hover:before {
  background: rgba(12, 15, 138, 0.40);
}

.tint-ltblue {
  position: relative;
  float: left;
}

.tint-ltblue:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(97, 172, 215, 0.65);
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tint-ltblue:hover:before {
  background: rgba(97, 172, 215, 0.25);
}

.tint-black {
  position: relative;
  float: left;
}

.tint-black:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.65);
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tint-black:hover:before {
  background: rgba(34, 34, 34, 0.25);
}

.content {
  min-height: 400px;
}
.content a {
  color: #0c0f8a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content a:hover {
  color: #61acd6;
  text-decoration: none;
}

.bg-tagline {
  background-image: url(graphics/bg-tagline.jpg);
}
.tagline {
  font-family: "Montserrat", sans-serif;
  font-size: 1.85em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.btn-tagline {
  background-color: #0c0f8a;
  font-family: "Open Sans", sans-serif;
  font-size: 50%;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none !important;
  color: #61acd6 !important;
  letter-spacing: 4px !important;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #0c0f8a;
}
.btn-tagline:hover {
  background: transparent;
  color: #fff !important;
  cursor: pointer;
  border: 2px solid #61acd6;
}

.footer-blue {
  background: #0c0f8a;
  color: #fff;
  font-size: 0.85em;
  line-height: 1.75em;
}
.footer-blue a {
  color: #fff;
  font-weight: 800;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-blue a:hover {
  color: #61acd6;
  font-weight: 800;
  text-decoration: none !important;
}

.footer-inquiry {
  background-image: url(graphics/bg-inquiry.jpg);
  color: #fff;
}

.btn-inquiry {
  background-color: #0c0f8a;
  font-family: "Open Sans", sans-serif;
  font-size: 90%;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none !important;
  color: #61acd6 !important;
  letter-spacing: 3px !important;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #0c0f8a;
}
.btn-inquiry:hover {
  background: #222;
  color: #fff !important;
  cursor: pointer;
  border: 2px solid #222;
}

.map-container {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.map-container iframe,
.map-container object,
.map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-anchor {
  background: #222;
  border-bottom: 3px solid #61acd6;
  font-size: 0.6em;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
.bg-anchor a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bg-anchor a:hover {
  color: #61acd6;
  text-decoration: underline;
}

.bg-anchor ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.bg-anchor ul li {
  list-style-type: none;
  display: inline;
}
.bg-anchor ul li:before {
  content: "";
}
.bg-anchor ul li:after {
  content: "|";
  color: #61acd6;
  margin: 0 10px;
  font-weight: 900;
}
.bg-anchor ul li:last-child:after {
  content: "";
}

.worship-times {
  font-size: 95%;
  letter-spacing: -0.5px;
}

.index-block {
  background: #0c0f8a;
  color: #fff;
  letter-spacing: -0.5px;
  font-size: 95%;
}
.index-block a {
  color: #61acd6 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-block a:hover {
  color: #fff !important;
  text-decoration: none;
}

.check {
  font-size: 550%;
}
.sign-up {
  font-size: 115%;
  letter-spacing: -1px;
}

.btn-link {
  font-family: "Montserrat", sans-serif;
  font-size: 90% !important;
  font-weight: 900;
  color: #0c0f8a;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.btn-link:hover {
  text-decoration: none !important;
  color: #61acd6 !important;
}

.missions-content {
  font-size: 90%;
  letter-spacing: -0.5px;
}

.sidebar {
  background: #eee;
  border-bottom: 5px solid #61acd6;
}

.btn-bulletin {
  background-color: #0c0f8a;
  font-family: "Open Sans", sans-serif;
  font-size: 95%;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none !important;
  color: #61acd6 !important;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #0c0f8a;
}
.btn-bulletin:hover {
  background: #222;
  color: #fff !important;
  cursor: pointer;
  border: 2px solid #222;
}

input {
  padding: 7px !important;
}

/*================ SCROLL ========================*/
*[id]:not(nav, nav *) {
  scroll-margin-top: 145px;
}

/*================ FORMS ========================*/

#form {
  width: 100%;
  float: left;
  font-size: 90%;
}

form {
  width: 100%;
}

fieldset {
  border: 0;
  padding: 10px 0;
  clear: left;
}

textarea,
input,
select {
  border: 1px solid #ccc;
  padding: 2%;
  width: 96%;
}

label {
  font-weight: 500 !important;
  font-size: 90%;
}

textarea:focus,
input:focus,
select:focus {
  background: #eee;
  border: 1px solid #61acd6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none;
}

input[type="submit"] {
  border: 1px solid #ccc;
  padding: 3px 0;
  margin-top: 5px;
  font-weight: bold;
  /*font-size: 1.3em;*/
  width: 130px;
  cursor: pointer;

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  background: #f6f5f5; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    #f6f5f5 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #ebebeb 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f6f5f5),
    color-stop(50%, #e5ebee),
    color-stop(51%, #d7dee3),
    color-stop(100%, #ebebeb)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #f6f5f5 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #ebebeb 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #f6f5f5 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #ebebeb 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #f6f5f5 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #ebebeb 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #f6f5f5 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #ebebeb 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
}

.submit {
  padding: 2.5%;
  background-color: #0c0f8a !important;
  color: #61acd6 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #0c0f8a;
}
.submit:hover {
  background-color: #fff !important;
  color: #0c0f8a !important;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  border: 2px solid #61acd6;
}

@media (max-width: 1200px) {
  .navbar .nav-item .nav-link {
    padding: 0.25rem 0.9rem;
  }
  .tagline {
    font-size: 1.65em;
  }
}

@media (max-width: 992px) {
  .tagline {
    font-size: 2.15em;
  }
}

@media (max-width: 768px) {
  .tagline {
    font-size: 1.75em;
  }
}

@media (max-width: 576px) {
  .tagline {
    font-size: 2.25em;
  }
  .bg-anchor ul li {
    list-style-type: none;
    display: block;
  }
  .bg-anchor ul li:after {
    content: "";
    margin: 0;
  }
}

@media (max-width: 480px) {
  .tagline {
    font-size: 1.55em;
  }
  .check {
    font-size: 350%;
  }
  .sign-up {
    font-size: 100%;
    letter-spacing: -1px;
  }
}

@media (max-width: 375px) {
  .tagline {
    font-size: 1.35em;
  }
  h4 {
    font-size: 2.15em !important;
  }
  .check {
    font-size: 250%;
  }
  .sign-up {
    font-size: 95%;
    letter-spacing: -1px;
  }
}
