#btn-submit {
  background-color: #0756A5;
}

.brand-logo {
  padding-left: .8rem !important;
}

nav {
  background-color: #0756A5 !important;
}

.logo {
  height: 52px;
  margin-top: 5px;
  margin-left: 15px;
}

.blue.darken-2 {
  background-color: #0756A5 !important;
}

section.six {
  max-height: 400px;
  margin: 0 auto;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image:
    linear-gradient(to right bottom,
      rgba(231, 231, 231, 0.4),
      rgba(0, 0, 0, 0.7)), url("../images/lesson-classroom.jpg");
}

section.four_second p {
  font-size: 1.4em;
  margin-bottom: 1.3em;
}

section.testimonials-section p {
  font-size: 1.1rem;
  margin-bottom: 1.0933333333rem;
}

section.testimonials-section h5 {
  margin-bottom: 2rem;
}

.input-field input[type=text]:focus {
  border-bottom: 1px solid #0756A5 !important;
  box-shadow: 0 1px 0 0 #0756A5 !important;
}

.input-field input[type=email]:focus {
  border-bottom: 1px solid #0756A5 !important;
  box-shadow: 0 1px 0 0 #0756A5 !important;
}

div.z-depth-1 {
  padding: .8rem 1.7rem;
  border-radius: .5rem;
  margin-top: 2em;
  background-color: #f0f0f0;
}

section.four_third p {
  font-size: 1rem;
  text-align: center;
}

section.four_third {
  margin-top: 3.5rem;
}

section.four_fourth p {
  font-size: .5rem;
}

/*
.card {
  width: 12rem;
  max-height: 300px;
}
*/

.card .card-content {
  padding: 8px !important;
  /*margin-top: 2rem;*/
  border-top: 1px solid #bdbdbd;
  /* height: 100px; */
}

.card .card-content p {
  font-size: .7rem;
}

.card .card-image {
  padding: 1rem;
}

.btn-floating.halfway-fab {
  bottom: -5px !important;
}