/*----------------------------------------------------------------Style for Body-----------------------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    background-image: url('team-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

/*----------------------------------------------------------------Style for Header---------------------------------------------------------------*/
header {
    background-image: url('Header-photo.jpg');
    background-color: grey;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: rgb(255, 255, 255);
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 80px;
    font-weight: bold;
    width: 100vw;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    z-index: 900;
    margin-bottom: 0px;
}
.photo-container {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
/*-------------------------------Style for Navigation bar-------------------------------------*/
nav {
    position: fixed;
    display: inline-flex;
    width: 100%;
    height: fit-content;
    text-align: right;
    z-index: 999;
    margin: 0px;
    background-color: rgb(1, 0, 51);
}
nav ul {
    list-style-type: none;
    width: 100%;
    background-color: rgb(1, 0, 51);
    margin: 0px;
    padding: 2px; /* Changed from 02px to 2px */
    z-index: 999;
    text-align: right;
}
nav ul li {
    display: inline;
}
nav ul li a {
    display: inline-block;
    padding: 15px;
    background-color: rgb(1, 0, 51);
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: sans-serif;
}
nav ul li a:hover {
    background-color: #555;
    color: white;
}
.login-nav {
    background-color: rgb(102, 201, 240); 
    color: rgb(1, 0, 71);
    font-weight: bold;
}
.login-nav:hover {
    background-color: rgb(0, 116, 8); 
    color: rgb(255, 255, 255);
    font-weight: bold;
}

/*-------------------------------------------------------Style for the Main Section-----------------------------------------------*/
.instruction {
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 70px;
    margin-bottom: 70px;
    width: cover;
    height: fit-content;
    padding: 50px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: white;
    border: 2px solid black;
    border-radius: 20px;
}
.instruction-heading {
    margin-top: 10px;
    font-size: 25px;
    font-weight: bold;
}
ol {
    font-size: 18px;
}
.feelist-button {
    width: 250px;
    height: 40px;
    font-size: 20px;
    font-family: sans-serif;
    background-color: rgb(156, 0, 0);
    color: white;
    border: none;
    border-radius: 5px; 
}
#content {
    display: none;
}


table {
	float: center;
	margin-left: 50px;
	margin-right: 50px;
    width: fit-content;
    border-collapse: collapse;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    border: 2px solid black;
}
th {
    text-align: center;
    border: 2px solid black;
}
td {
    text-align: center;
    border: 2px solid black;
}
.catagory {
    width: 200px;
    background-color: #99999969;
    color: black;
}
.sub-catagory {
    width: 100px;
    background-color: #99999969;
    color: black;
}
.national {
    width: 200px;
    background-color: #e0e0e073;
    color: black;
}
.international {
    width: 200px;
    background-color: #e0e0e073;
    color: black;
}

.button-container {
    width: cover;
    height: fit-content;
    padding: 100px;
    background-color: rgb(52, 140, 255);
}
.links {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
}
.registration {
    margin-top: 30px;
    margin-bottom: 30px;
}

.registration-link {
    width: 250px;
    height: 35px;
    font-family: sans-serif;
    text-align: center;
    font-weight: bold;
    background-image: linear-gradient(rgb(65, 0, 126),rgb(91, 0, 175),rgb(65, 0, 126));
	color: white;
    margin-left: 20px;
    margin-right: 20px;
    border: none;
    border-radius: 5px;
    border: 1px solid white;
}
.registration-link:hover {
    background-image: linear-gradient(rgb(32, 0, 62),rgb(57, 0, 109),rgb(32, 0, 62));
	color: white;
}
.payment-link {
    width: 250px;
    height: 35px;
    font-family: sans-serif;
    text-align: center;
    font-weight: bold;
    background-image: linear-gradient(rgb(28, 131, 0),rgb(37, 167, 1),rgb(28, 131, 0));
	color: white;
    margin-left: 20px;
    margin-right: 20px;
    border: none;
    border-radius: 5px;
    border: 1px solid white;
}
.payment-link:hover {
    background-image: linear-gradient(rgb(13, 60, 0),rgb(23, 105, 0),rgb(13, 60, 0));
	color: white;
}
.abstract-link {
	width: 250px;
    height: 35px;
    font-family: sans-serif;
    text-align: center;
    font-weight: bold;
    background-image: linear-gradient(orange, yellow, orange);
    margin-left: 20px;
    margin-right: 20px;
    border: none;
    border-radius: 5px;
    border: 1px solid white;
}
.abstract-link:hover {
    background-image: linear-gradient(rgb(185, 120, 1), rgb(230, 230, 2), rgb(185, 120, 1));
}

.registration-QR {
    width: 250px;
    height: 35px;
    font-family: sans-serif;
    text-align: center;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
    border: 3px solid white;
    border-radius: 20px;
    background-color: rgb(0, 18, 212);
	color: white;
}
.registration-QR:hover {
    background-color: rgb(0, 2, 116);
	color: white;
}
.payment-QR {
    width: 250px;
    height: 35px;
    font-family: sans-serif;
    text-align: center;
    font-weight: bold;
    background-color: rgb(40, 186, 0);
	color: white;
    margin-left: 20px;
    margin-right: 20px;
    border: 3px solid white;
    border-radius: 20px;
}
.payment-QR:hover {
    background-color: rgb(22, 100, 0);
	color: white;
}

/*-------------------------------------------------------Style for the Footer Section-----------------------------------------------*/
footer {
    background-size: 100%;
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(1, 0, 51);
    color: white;
}
.contacts {
    font-size: 60px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-align: left;
}



.container2 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    height: auto;
    display: inline-flex;
    margin-top: 0px;
    background-color: rgb(0, 145, 255);
    border: 20px solid rgb(0, 145, 255);
}
.Gform-button {
    width:auto;
    height: 5%;
    font-size: 20px;
    background-color: rgb(255, 153, 0);
    border: none;
}
.Gform-button:hover {
    width:auto;
    height: 5%;
    font-size: 20px;
    background-color: rgb(209, 126, 0);
    border: none;
}
.sponcer-payment {
    width: 35%;
    padding-right: 100px;
}
.sponcer-instruction {
    width: 65%;
    border-radius: 20px;
    background-color: white;
}