body {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
}

main {
  position: relative;
}

/* Helper Classes */

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

#logo-container>img {
  max-height: 35px;
  margin-top: 11px;
}

@media only screen and (min-width: 993px) {
  #logo-container>img {
    max-height: 48px;
    margin-top: 8px;
  }
}

/* Materialize Template Styles */

nav {
  background-color: #131316;
}

p {
  line-height: 2rem;
}

.parallax-container {
  min-height: calc(100vh - 120px);
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, .9);
  margin-bottom: calc(-70vh);
  border-bottom: 10px solid #eee;
}

.card-action .btn {
  background-color: #01579b;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

/* Profile Form */

.input-field>label {
  color: #757575;
}

.file-field {
  margin-bottom: 50px;
}

.file-field-delete {
  margin-top: -50px;
}

/* Parsley Styles */

.parsley-custom-error-message {
  text-transform: initial;
}