body {
	background-color: #fff;
}

h1 {
    color: #be1e2d;
    font-family: 'Merriweather', serif;
    font-size: 36px;
    font-weight: 900;
    padding: 25px 50px 0px 50px;
}

h2 {
    color: #d4a18d;
    font-family: 'Merriweather', serif;
    font-size: 24px;
    font-weight: 600;
}

h3 {
    color: #be1e2d;
    font-family: 'Merriweather', serif;
    font-size: 24px;
    font-weight: 700;
    padding: 30px 0px 15px 50px;
}

h4 {
    color: #be1e2d;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 700;
    padding: 0 50px 0px 50px;
}

h5 {
    color: white;
    font-family: 'Merriweather', serif;
    font-size: 10px;
    font-weight: 300;
}

h6 {
    color: #A2A2A2;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 300;
}

p {
    color: #41393d;
    font-family: 'Merriweather', serif;
    font-size: 13px;
    font-weight: 400;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 10px;
    padding: 0;
    overflow: hidden;
    float: right;
}

li {
    display: inline-block;
    float: left;
}

li a {
    display: inline-block;
    color: #41393d;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #be1e2d;
    color: white;
}

.active {
    background-color: #41393d;
    color: white;
}

.hero_img {
    width: 100%;
    z-index: 0;
}

.about_img {
    width: 100%;
    z-index: 0;
}

.about_img_bottom {
    width: 100%;
    z-index: 0;
}

.box-container {
    width:100%;
    padding: 5px;
    margin: auto
    text-align: center
}

.box-container :hover {
    background-color: #d9d9d9;
}

.icon-box {
    width:33%;
    height: 330px;
    display:inline-block;
    float:left;
    background:#e6e7e8;
}

.menu_icon {
    display: block;
    margin: auto;
    padding: 25px 0 0 0;
}

.box-text {
    text-align: center
    padding: 0 60px 0px 25px;
}

.after-box {
    clear: left;
}

.table {
	padding-top: 50px;
	padding-bottom: 50px;
}

footer {
    clear: both;
    position: static;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #41393d;
    color: white;
    padding: 25px 50px 25px 50px
}

footer ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    float: right;
}

footer li {
    display: inline-block;
    float: left;
}

footer li a {
    display: inline-block;
    color: white;
    font-family: 'Merriweather', serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

footer li a:hover {
    background-color: #be1e2d;
    color: white;
}
.fa {
  background-color: #be1e2d;
  padding: 10px;
  font-size: 15px;
  width: 25px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px; 
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  color: white;
}

.fa-twitter {
  color: white;
}

.fa-linkedin {
  color: white;
}
