body {
  font-size: 1rem;
}

#header {
  opacity: 1;
  height: 12rem;
  font-size: 1.2rem;
}

#header .navbar-section {
  height: 12rem;
}

#header .logo img, #header .logo svg {
  height: 11rem;
}

body.header-fixed.header-animated #header.scrolled {
  opacity: 1;
  height: 4.6rem;
}

body.header-fixed.header-animated #header.scrolled .navbar-section {
  height: 4.6rem;
}


body.header-fixed.header-animated #header.scrolled .logo img,
body.header-fixed.header-animated #header.scrolled .logo svg
{
  height: 8rem;
}

.modular-text {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

section#start {
  text-align: center;
}

h2 {
  color: #292b7e;
}

a,
a:focus,
a:hover,
a:visited
{
  color: #3f5ed7 !important;
  text-decoration: none;
}

#header a,
#header a:visited,
#theme-footer a,
#theme-footer a:visited
 {
  color: #292b7e !important;
}

#header a:focus,
#header a:hover,
#header a.active {
  color: #3f5ed7 !important;
}

.dropmenu ul li a {
  padding: 0.5rem 0.5rem;
}

section#start {
  background: url('/user/pages/01.home/gladesville-church-logo_grayscale-background.png') no-repeat fixed center;
}

section.modular-text {
  background: transparent !important;
}


.btn-primary.button, .btn.btn-primary {
  background: #292b7e;
  border-color: #292b7e;
}

button.btn-primary.button:focus, button.btn-primary.button:hover, button.btn.btn-primary:focus, button.btn.btn-primary:hover {
  color: #292b7e !important;
}

section#start section.container img {
  border-radius: 10px;
  border: 1px solid #3a414e;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

table {
  width: 100%;
}

#theme-footer {
  padding: 1rem 1rem 0;
  text-align: center;
  color: #333
  background-color: #fbfbfb;
  border: 1px solid #f1f1f1;
}

.section-worship-services h2 {
  margin-bottom: 2rem;
}

.section-worship-services h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.section-worship-services .columns {
  align-items: center;
}

.section-worship-services img {
  height:20rem;
}

form {
  width: 75%;
  margin: auto;
}

@media (max-width: 843px) {

  form {
    width: 95% !important;
  }

}

textarea {
  height: 6rem !important;
}

.form-field.form-group:first-child {
	display: none;
}
