@font-face {
  font-family: 'UniverslTStd.otf'; /* Name your font family */
  src: url("../fonts/UniversLTStd.otf"); /* Locate the .ttf file within your directory*/
}
@font-face {
 font-family: 'UniverslTStd-black.otf'; /* Name your font family */
  src: url("../fonts/UniverslTStd-Black.otf"); /* Locate the .ttf file within your directory*/
		}

@font-face {
  font-family: 'UniverslTStd-bold.otf'; /* Name your font family */
  src: url("../fonts/UniverslTStd-bold.otf"); /* Locate the .ttf file within your directory*/
}
html, body {
  font-family: "UniverslTStd", sans-serif;
   height: 100%;
	color:#000;
	margin: 0;
	display: flex;
	flex-direction: column;
	font-weight: 550;
	max-width: 100%;
}
body{
  font-family: "UniverslTStd", sans-serif;
  color: #000;
  font-weight: 550;
}
* {
	margin: 0;
}

a {
	text-decoration: none;
	
}
.logo {

	text-align: center;
	width: 100%;
	max-width: 100%;
	background-image: url("../images/Logo/photobackground.jpg")
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	background: #fff;
	/*background: #272727;  /*blackish */
}
ul li {
	width: 100%;
	text-align: center;
	position: relative;
		}
ul li a{
	color: black;  /*white */
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
	display: block;
}
ul li a:hover{
	color: #ccc;
}

.dropdown{
		position: absolute;
		width: 100%;
		flex-wrap: wrap;
		visibility: hidden;
		  transition: 0.2ms  ;
	
		left: 0;
		top: -800%;
		z-index: 1;
}
ul li:hover .dropdown{
		visibility: visible;
		top: 100%;
	}
.dropdown2 {
	position: absolute;
	left: 125%;
	width: 100%;
	top: 0;
	flex-wrap: wrap;
	
	 transition: 0.2ms  ;
	visibility: hidden;
	}
	.dropdown li:hover .dropdown2{
		left: 100%;
		visibility: visible;
		padding-left: 25px;
 
	}
	.menu-header{
	display: none;
	}
	.down{
	display: none;
	}
	.texthide{
		display: none;
	}
.imghide{
	display: block;
	padding-top: 60px;
		}

.middle{
	width: 100%;
}
.text1{
	color: #000;
	display: none;
}
section{
	flex: 1;		
}
.footercontainer .rightfoot {

 margin-left: auto; /* Pushes the rightfoot to the far right */

 text-align: right; /* Aligns content inside rightfoot to the right */

		}

.footercontainer {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Ensures elements align properly */
    padding: 0 0; /* Reduce padding if necessary */
}

.footercontainer > div {
    flex: 1 1 auto; /* Adjust the growth and shrink values */
    text-align: left; /* Align content to the left */
    min-width: 200px; /* Ensure items don't shrink too much */
}
.footercontainer .leftfoot img {
    max-width: 100%; /* Responsive image */
    height: auto;
}
.footercontainer .centerfoot table {
    margin: 0 auto; /* Centers the table */
}

.footercontainer .centerfoot h4 {
    margin-bottom: 5px;
    font-size: 16px;
}
.footercontainer .centerfoot td {
    font-size: 14px; /* Smaller font size for links */
}
.footercontainer .centerfoot a {
    color: #007bff; /* Link color */
color: black;
    text-decoration: none;
}
.footercontainer .centerfoot a:hover {
    text-decoration: underline; /* Underline on hover */
	line-height: 1;
}
 
.footercontainer .rightfoot iframe {
    max-width: 100%; /* Responsive iframe */
    height: auto;
}
.textcolor{
	color: black;
	background: white;
}
		.coming{
			font-family: "UniverslTStd-Bold", sans-serif;
			width: 100%;
			max-width: 1100px;
			height: auto;
			text-align: center;
			font-size: 42px;
			font-weight: 500;	
		}
		.midline{
			font-family: "UniverslTStd-Bold", sans-serif;
			width: 100%;
			max-width: 1100px;
			height: auto;
			text-align: center;
			font-size: 16px;
			font-weight: 500;	
			padding: 20px 0px 30px 0px;

		}
greensection {
	  position: relative;greenbar
		}	
.greenline {
    display: flex;
    align-items: center;
    justify-content: center;
	vertical-align: middle;
    height: 100px; /* or a value that fits your design */
    min-width: 100%;
    background: url("../images/Logo/ThinnerGreenBar.jpg") center/cover no-repeat;
    color: white;
    text-align: center;
    font-family: "UniverslTStd-Bold", sans-serif;
    font-size: 42px;
}
.greenbar{
	
	padding: 25px 0px;
}
.greenbar a {
	text-decoration: none;
	color: #fff;
}
 		
	 
.centertext a{
	color: black;
}
.centertext{
			color: black;
			background: white;
			font-family: "UniverslTStd-Bold", sans-serif;
			padding-top:40px;
			font-size: 14px;
			justify-content: center;
			font-weight: normal;
			margin-left: 30
				%;
			text-align: center;
			max-width: 100%;
}
.centertext1{
			color: black;
			background: white;
			font-family: "UniverslTStd-Bold", sans-serif;
			padding-top:40px;
			font-size: 12px;
			justify-content: left;
			font-weight: normal;
			margin-left: 160px;
			text-align: left;
			max-width: 767px;
}
.centertext2{
			color: black;
			background: white;
			font-family: "UniverslTStd-Bold", sans-serif;
			padding-top:0px;
			font-size: 14px;
			justify-content: left;
			font-weight: normal;
			margin-left: 160px;
			text-align: left;
			max-width: 767px;
}
.officertext {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
	font-weight: normal;
}
.officer-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
	font-weight: normal;
}
.officer-img {
    flex: 1;
    margin-right: 10px;
}

.officer-info {
    flex: 2;
	font-weight: normal;
}
.officer-img img {
    max-width: 100%;
    height: auto;
    display: block;
}
.sponsorship{
			color: black;
			background: white;
			font-family: "UniverslTStd-bold", sans-serif;
		font-size: 14px;
			font-weight: normal;
 			line-height: 1.5;
		}
  .sponsorship img {
    width: 100%;
  }
	
 table {
	font-weight: normal;
}
.officertext {
    display: flex;
    flex-direction: column; /* Ensure rows stack properly */
    margin: 10px 0;
	font-weight: normal;
	font-family: "UniverslTStd", sans-serif;
}

.officer-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start; /* Align items at the top */
    margin: 20px 0;
	font-family: "UniverslTStd", sans-serif;
    
    padding-bottom: 20px;
font-weight: normal;
}
.officer-img {
    flex: 1;
    margin-right: 15px; /* Space between image and text */
    max-width: 150px; /* Set a maximum width for consistent layout */
}
.officer-info {
    flex: 2;
    text-align: left; /* Align text to the left */
	font-family: "UniverslTStd", sans-serif;
font-weight: normal;
}
.officer-img img {
   /* max-width: 100%;  Ensure image fits within its container */
    height: auto; /* Maintain aspect ratio */
    display: block;
    border-radius: 8px; /* Optional: Add rounded corners */
}
#application a {
	text-decoration: none;
color: #fff;}
		
@media (min-width: 768px) {
	.logo{
		display: block;
	}
	.logosm{
		display: none;
	}
	.greenbar {
	display:block;
	}
	.greenline {
	display:block;
	}

}
@media(max-width: 767px){
	   .footercontainer {
        flex-direction: column; /* Stack items vertically on small screens */
        align-items: left;
        text-align: left;
	
    }
    .footercontainer > div {
        margin: px 0; /* Adjust margins for stacked layout */
    	text-align: left;
	}
    .centerfoot table {
        width: auto; /* Prevent table from being too wide */
    }
	.officer-row {
        flex-direction: column;
    }
	.greenbar {
	display:none;
	}
    .greenline {
        display: none !important;
    }
	.pic {
		display: none;
	}
	.logo{
		display: none;
	}
	.logosm{
		display: block;
	}
ul{
	display:  table;
	width: 100%;
}
ul li{
	text-align: left;
	}
.dropdown, .dropdown2{
	position: relative;
	left: 20;
	top:0;
	padding-left: 25px;
	transition: none;
	visibility: visible;
	display: none;	
	z-index: 1;
}
.display{
	display: block;
}
.dropdown li:hover .dropdown2{
	left: 0;
}
.menu-content{
	display: none;
	}
.menu-header{
	display: block;
	background: #fff; /*blackish*/
	text-align: right;
	padding: 10px; 
}
.fa-bars{
	color: #000; /*white*/
	border: 1px solid #000;/*white*/
	padding: 5px 10px;
	border-radius: 4px;
	}
.down{
	display: inline-block;
}
.right{
	display: none;
}
.imghide{
	display: none;
}
.text1{
	color: #000;  /*black*/
	padding: 40px;
	text-align: center;
	display: block;
	}
  .sponsorship td {
    font-size: 14px;
    padding: 8px;
  }
  .sponsorship img {
    width: 80%;
  }
  .officer-row {
        flex-direction: column; /* Stack image and text vertically */
        text-align: center; /* Center align on mobile */
    }
   .officer-img {
        margin-right: 0; /* Remove margin for mobile */
        
	   margin-left: 10px;
	   text-align: center;
    }
    .officer-info {
        text-align: left; /* Center-align text on mobile */
		padding: 10px;
    }
	  .footercontainer {
        flex-direction: column;
        align-items: center; /* Adjust if necessary */
    }

    .footercontainer > div {
        margin: 5px 0; /* Reduce space */
    }

 }	/* end media */

