@charset "UTF-8";

/* eDMS Splash Page Client Styles:

      Author: DBMG Web Design
      Client: DBMG

*/

article {
    background:#2e3337;
}

#home .site-header {
	background-color:rgba(46, 51, 55, 1);
}

.testimonial header svg path {
	fill:#2e3337;
}
.bottom_navigation svg path{
	fill:#2e3337;
}
.welcome {
	background-image:url(../images/Brand_4/BG_logo.svg);
	background-size: 420px 180px;
	background-position: center center;
}
#bbcs-prospects{
	text-align: center !important;
}


/*---- holiday css ----*/
#holiday {
    background-color: #2E3337;
    height: 100vh;
}

#holiday header.site-header {
    border-bottom: 1px solid #fff;
}

#holiday .content {
    width: 90%;
}

#holiday .content h1,
#holiday .content h2,
#holiday .content h3,
#holiday .content h4,
#holiday .content h5,
#holiday .content h6,
#holiday .content p {
    color: #fff;
}

#holiday .content p.small {
    color: #aeaeae;
    font-size: 12px;
    margin-top: 5%;
}

#holiday footer {
    position: absolute;
    left: 0;
    bottom: 0;
}
