﻿#loginImage, #regIndividualImage {
	display: none;
}

/*-----------------------------------------------------------------------------Background-----------------------------------------------------------------------------*/
#carouselContainer {
	background-image: url(../Images/banner_march2019.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	
}

/*-------------------------------------------------------------------------------Header-------------------------------------------------------------------------------*/
#headerStrip {
    display: block;
    width: 100%;
    background-color: white;
    height: 100px;
    position: fixed;
    box-shadow: #AFC1CC 0px 3px 2px -3px;
}
#imgLogoTop {
	margin-top: 15px;
}