 .bgimg { 
    background: url(unnamed.jpg); 
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	height: auto;
	min-height:1000px;
	max-height:1100px;
    position: flex;
    top: 0;
    left: 0;
    z-index: -100;  
 }
/* Hide scrollbar for Chrome, Safari and Opera */
.hide1::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide2{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.centered{ 
	display: flex; 
	justify-content: center
	}

.padding24 {
	padding:24px }

.padding-12 {
	padding:12px }

.margin-left{
	margin-left:5px
	}

.margin-right{
	margin-right:5px
	}
	
.ButtonColor {
	background-color:Orange
	}

.ButtonColour {
	background-color:MediumSeaGreen
	}

.BlueViolet {
	background-color:BlueViolet
	}