/*-----------------------------------------------------------------Home Page---------------------------------------------------------------------*/

/*----------------------------------------------------------------Style for Body-----------------------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    background-image: url('Organisers/Background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    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 Heading of the Page-------------------------------------*/
main {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.container1 {
    width: 100%;
    height: fit-content;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.organiser-boxL {
    padding: 5px;
    width: 250px;
    height: 445px;
    margin-left: 50px;
    margin-right: 50px;
    border: 2px solid black;
    border-radius: 10px;
    background-color: white;
}
.organiser-boxO {
    padding: 5px;
    width: 250px;
    height: 400px;
    border: 2px solid black;
    border-radius: 10px;
    background-color: white;
}
.name-leader {
    padding-left: 4px;
    width: 100%;
    height: 80px;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    background-color: rgb(0, 101, 201);
    color: white;
    display: inline-flex;
}
.name-leaderH {
    padding-left: 4px;
    width: 100%;
    height: 55px;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    background-color: rgb(0, 101, 201);
    color: white;
    display: inline-flex;
}
.position-leader {
    width: 100%;
    height: 50px;
    padding-top: 2px;
    background-image: linear-gradient(to right, rgb(6, 0, 177), rgb(111, 0, 61));
    color: white;
    font-size: 30px;
    text-align: center;
    grid-template-columns: repeat(2, 1fr);
}

.position {
    width: 100%;
    height: fit-content;
    padding: 20px;
    text-align: center;
    font-size: 35px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
    color: white;
    background-image: linear-gradient(to right, rgb(92, 0, 0), rgb(255, 0, 0));
}
.position-advisory {
    width: 100%;
    height: 50px;
    padding-top: 2px;
    background-image: linear-gradient(to right, rgb(1, 56, 86), rgb(17, 77, 0), rgb(1, 56, 86));
    color: white;
    font-size: 30px;
    text-align: center;
    grid-template-columns: repeat(2, 1fr);
}
.position-helping {
    width: 100%;
    height: 50px;
    padding-top: 2px;
    background-image: linear-gradient(to right, rgb(94, 0, 0), rgb(168, 39, 0), rgb(94, 0, 0));
    color: white;
    font-size: 30px;
    text-align: center;
    grid-template-columns: repeat(2, 1fr);
}

.container2 {
    width: cover;
    height: fit-content;
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    gap: 30px;
}
.organiser-box {
    padding: 5px;
    width: 250px;
	padding-bottom: 30px;
    height: fit-content;
    border: 2px solid black;
    border-radius: 10px;
    background-color: white;
}
.name {
    padding-left: 4px;
    width: 100%;
    height: 80px;
    font-size: 27px;
    font-weight: bold;
    text-align: left;
    background-color: green;
    color: white;
    display: inline-flex;
}
.linkedin-container{
    margin: 10px;
    width:10%;
    height: fit-content;
    align-items: right;
}
.linkedin {
    width: 25px;
}
.details {
    margin-top: 15px;
    margin-left: 8px;
    width: 250px;
    height: fit-content;
    font-size: 15px;
    font-weight: bold;
    background-color: rgba(250, 235, 215, 0);
}
.mail-icon {
	padding: 5px;
	text-align: center;
	font-family: sans-serif;
	background-color: rgb(203, 217, 255);
	border: 1px solid rgb(130, 164, 255);
	border-radius: 20px;
	color: rgb(0, 37, 137);
	text-decoration: none;
}
/*-------------------------------------------------------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;
}