body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

@font-face {
  font-family: myFirstFont;
  src: url('../font/Montserrat-Light.otf');
}

* {
  font-family: myFirstFont;
}

body {
  background: url("../img/church1.jpg") no-repeat fixed center center;
  background-size: cover;
}

.container1 {
  background-color: white;
}

.navbar {
  background-color: #264796 !important;
}

#justifyText {
  text-align: justify;
  text-justify: inter-word;
}