/* Title Bar
--------------------------------------------- */

#swsct-titlebar {
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    min-height: 120px;
    background: rgba(59, 116, 200, 1);
}

.swsct-titlebar-title-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
	color: #fff;
}

#swsct-titlebar h1 {
	color: #fff !important;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 3.4rem;
	font-size: 34px;
	max-height: 40px;
	margin: 5px;
}