html {
    background-color: #353b43;
    color: #737f8a;
}

body {
    background-color: #353b43;
    color: #9aa6b1;
    font-size: 1.15rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #afbac4;
    font-family: "Quattrocento Sans", sans-serif;
}

p {
    font-size: 1.15rem;
    font-family: "Quattrocento Sans", sans-serif;
}

.navbar-brand {
    font-size: 2.25rem;
}

.nav-link {
    font-size: 1.1rem;
}

.hero-area {
    height: 60vh;
}

.con-info {
    color: white;
}

.service-block {
    background-color: #353b43;
}

/*=================================================================
  Stop Press section
==================================================================*/
.stop-press-item {
    padding: 25px 25px 25px 25px;
    margin-bottom: 10px;
    background: #292F36;
    color: #c3c9ce;
    font-size: 20px;
}

.stop-press-item a {
    font-size: 20px;
}

.stop-press-item h3 {
    font-size: 40px;
    margin: 0;
    color: white;
}

/*=================================================================
  Odd Fixes
==================================================================*/
.about .block .icon-box {
    padding: 0px 0;
}

/*=================================================================
  Service Line section
==================================================================*/
.servicelinetopm {
    background-color: #7Eb1dc;
    font-style: bold;
    color: white;
}

.servicelinetops {
    background-color: #094b83;
    font-style: bold;
    color: white;
}

.servicelinedetail {
    padding-bottom: 10px;
    font-size: 1.15rem;
    color: white;
}

.myImageInline img {
    width: 150px;
    margin: 10px;
}