/* Insert your melina_bs4 home custom SASS styling. */
.home-icon-camera {
  font-size: 20rem;
}

.background-attachment-fixed {
  background-attachment: fixed !important;
}

.line-on-sides {
  overflow: hidden;
  text-align: center;
}

.line-on-sides:after, .line-on-sides:before {
  background-color: #FFF;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.line-on-sides:before {
  right: 0.5em;
  margin-left: -50%;
}

.line-on-sides:after {
  left: 0.5em;
  margin-right: -50%;
}

.line-on-sides-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.line-on-sides-flex:after, .line-on-sides-flex:before {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  border-bottom: 1px solid #FFF;
  margin: auto;
}

.line-on-sides-flex:before {
  margin-right: 10px;
}

.line-on-sides-flex:after {
  margin-left: 10px;
}

.home-header {
  text-shadow: 1px 1px 2px #000000a8;
}
