/*
*, *::before, *::after {
    box-sizing: border-box;
} */
.column {
  padding: 20px;
  border: 1px solid #ddd;
}
.footer {
  text-align: center;
  padding: 10px;
  background-color: #f8f9fa;
}
.bg-img {
    /* content: ""; */
    background-image: url("images/header-photo2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: 90%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5; */
}
.market-heading {
    text-align: center;
    font-family: 'Avenir Next', Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: rgb(0,31,62);
}
.service-heading {
    font-family: 'Avenir Next', Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: rgb(0,31,62);
}
.main-heading {
    text-align: center;
    font-family: 'Avenir Next', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: rgb(0,31,62);
}
.body-text {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    text-align: justify;
}
.footer-text {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
}
.menu-text {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: rgb(0,31,62) ;
}
.about-box {
    background-color: rgba(0,31,62,0.5);
}
.about-text {
    color: rgb(255,255,255);
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    text-align: justify;
}
.about-title {
    color: rgb(255,255,255);
    font-family: 'Avenir Next', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: bold;
}