
.about2-area .container .row-margin-bottom{
	margin-bottom:20px;
}


        

        .about2-area .container #notification-bar {
            margin: auto;
            background-color: #E5E5E5;
            height: 55vh;
            width: 100%;
            overflow: hidden;
			text-align:center;

        }

        .about2-area .container #heading {
            background-color: #A62903;
            color: white;
            border:1px solid black;
        }
		
		
		.about2-area .container h3#welcome-heading{
			color:#206897;
			font-size:28px;
			font-weight: bold;
		}

        #heading h3 {
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            text-align: center;
        }

        #notifications {
            padding: 2px 16px;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        }

        #notifications a {
            color: #000;
            text-decoration: none;
        }

        #notifications a:hover {
            color: #206897;
        }