body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  font-family: 'Georama', sans-serif;
}
body{
  overflow-x: hidden;
}
p{
  font-weight: 400;
  font-family: 'Georama', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Georama', sans-serif;
}
section#about {
  background: linear-gradient(to bottom,rgba(17, 17, 17, 0.8) 0,rgba(17, 17, 17, 0.8) 100%),url(../img/mbr_background2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
body header.masthead {
 
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(92,77,66,.8)),to(rgba(92,77,66,.8))),url(../img/bg-masthead.jpg);
  background: linear-gradient(to bottom,rgb(21 21 20 / 80%) 0,rgba(92,77,66,.8) 100%),url(../img/bg-masthead.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.hidden{
  display: none;
}
@media (max-width: 768px) { 
  #pricing .text-left {
    text-align: center !important;
}

}

/*.video {*/
/*  margin: 0 auto;*/
/*  width: 800px;*/
/*}*/