body {
    color: #54595f;
}
nav {
    background-color: #1661AF;
}
nav a, nav a:hover {
    color: #FFFFFF;
}
.nav-link {
    padding: 0px;
}
.header {
 /*   background-image: url("LeftTopCorner_Transparent_bg.png"); */
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 15% auto;
    margin-top: 30px;
	min-width: 600px;
}
.header .logo {
    align-items: center;
    background-image: url("logo_2025.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: flex-end;
    padding: 8px;
    min-height: 113px;
}
.header .logo .contact ul {
    list-style-type: none;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    text-align: right;
}
.header .logo .contact ul a {
    color: #54595f;
}
.header .logo .contact ul i {
    color: #1c5cac;
}
.page-title {
    background-color: #1c5cac;
    color: #FFFFFF;
	min-width: 600px;
    text-align: center;	
}
.page-title h1 {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 400;
	line-height: 46px;
}
	
	.content-holder {
		min-width: 600px;
		margin-bottom: 150px;
	}
	
	.content-holder h2 {
		color: #1c5cac;
		font-family: Tahoma, sans-serif;
		font-size: 30px;
		font-weight: 300;
	}
	
	.content-holder .event-option {
		background-color: #F5F5F5;
		margin-bottom: 10px;
		padding: 10px;
	}	
	
	.content-holder .event-option .form-check-label {
		font-weight: 500;
	}	
	
	.content-holder .event-option .form-check-label input {
		margin-right: 5px;
	}	
	
	
.footer .contact {
    background-color: #F5F5F5;
    color: #0170b9;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    height: 28px;
    padding-top: 5px;
}
	.footer .right-links {
		
	}
.footer ul {
    list-style: none;
    padding-left: 7px;
}
.footer li {
    margin-left: calc(15px/2);
    margin-right: calc(15px/2);
}
.footer a {
    color: #0170b9;
}
.footer .tag {
    background-color: #1C5CAC;
    padding: 5px;
    text-align: center;
}
.footer .tag img {
    width: 30%;
}
	input[type="submit"], input[type="button"], button {
		background-color: #f8ae30;
		border-color: #f8ae30;
		border: 0px;
		color: #FFFFFF;
		font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
		padding: 8px 24px 8px 24px;
		border-radius: 5px;
	}
	
	
	.warning {
		color: #CC0000;
		font-weight: bold;
	}	
	
	
input[type="text"], input[type="password"], textarea, select {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
	
input[type="text"], input[type="password"], textarea {
	max-width: 370px;
    width: 100%;	
}	
textarea {
	min-height: 100px;
}