@font-face {
	font-family: "AmazonEmberDisplay";
	src: url("./fonts/AmazonEmberDisplay_Md.ttf"),
	  url("../fonts/AmazonEmberDisplay_Md.ttf");
  }
  
  * {
	font-family: "AmazonEmberDisplay";
	overflow: hidden;
  }
  
  html,
  body {
	width: 100%;
	height: 100% !important;
  } 
  
  #gradient-canvas {
	width: 100%;
	height: 100% !important;
	--gradient-color-1: #18212D;
	--gradient-color-2: #574095;
	--gradient-color-3: #272350;
	--gradient-color-4: #43347C;
	z-index: -1;
	position: absolute; /* Ensure canvas is positioned correctly */
  }
  
  @media only screen and (min-width: 2200px) {
	.navbar {
	  background-color: transparent;
	  position: fixed;
	  height: 100px;
	  top: 0;
	  width: 100%;
	  z-index: 1;
	}
  
	.navbar img {
	  padding-top: 10px;
	  padding-left: 10px;
	  overflow: hidden;
	  position: fixed;
	  height: 100px !important; /* Adjusted height */
	  width: auto !important; /* Adjusted width */
	  top: 0;
	  z-index: 2;
	}
  
	.pagecontentmain {
	  margin-left: 2%;
	  margin-right: 10%;
	  height: 96%;
	  width: 98%;
	  z-index: 3; /* Ensure pagecontent is below the navbar */
	  position: relative;
	  overflow-y: auto;
	  padding-right: 10px;
	  margin-bottom: 10px;
	  color: #F2F2F2;
	}

	.pagecontent {
		margin-left: 10%;
		margin-right: 10%;
		height: 96%;
		width: 90%;
		z-index: 3; /* Ensure pagecontent is below the navbar */
		position: relative;
		overflow-y: auto;
		padding-left: 10px;
		padding-right: 10%;
		margin-bottom: 10px;
		color: #F2F2F2;
	  }

	.header {
		text-align: center;
		margin-left: 15px;
		margin-right: 15px;
	}

	.header h1 {
		color: #FF9900;
	}

	.partnerimg {
        float: center;
        margin-left: -300px !important;
        margin-right: auto !important;
        width: 400px !important;
        height: 200px !important;
    }

	.headerimg {
        float: center;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 600px !important;
        height: 300px !important;
    }

	.social {
        margin-left: 15px;
        margin-right: 15px;
        display: flex;
        justify-content: center;
        align-content: center;
    }


	.social img{
        height: 50px;
		display: flex;
        justify-content: center;
        align-content: center;
    }

	.socialsingle {
		margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-content: center;
	}

	.socialsingle img{
        height: 50px;
		display: flex;
        justify-content: center;
        align-content: center;
    }

	.header-img {
		float: right;
		margin-top: 10px;
		height: 150px;
	}

	.header-text {
		float: left;
		margin-top: 30px;
	}

	.backimg {
		height: 30px;
		margin-top: 70px;
		z-index: 3;
	}

	.eventlist {
		border-radius: 25px;
		margin-left: 10%;
		margin-right: 10%;
		border: solid 0px rgba(255, 153, 0, 0.3);
		height: 200px;
		padding: 20px;
	}

	.eventlist img{
		height: 150px;
		width: auto;
	}

	.speakerimg {
        width: 25%;
    }

    .speaker {
		text-align: center;
		background-color: transparent;
		color: #F2F2F2;
		padding: 10px 10px 10px 10px;
		margin: 10px 30% 10px 30%;
	}
	
		.speaker h3 {
			color: #FF9900;
		}

        .speaker img {
			width: 25%;
		}

	.speakersocials {
		height: 50px !important;
		width: auto !important;
		vertical-align: middle !important;
		align-content: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.speakersocialrow {
		vertical-align: middle !important;
		align-content: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
		height: 70px;
		width: 100%;
	}

	.address {
		margin-left: 25%;
	}

	.address a {
		margin-left: 30%;
	}

	.address h4 {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	footer {
		text-align: center;
		bottom: o;
	}

	footer hr {
		margin: 0px !important;
		padding: 0px !important;
	}
		footer p {
			font-size: small;
			color: #F2F2F2;
		}

  }
  
  /* Uncommented and adjusted styles */
  .menu {
	padding-left: 250px;
	display: flex;
	text-align: center;
	vertical-align: middle;
	line-height: 70px;
  }
  
  .menu a {
	display: flex;
	justify-content: left;
	align-items: center;
	padding-left: 1000px;
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
  }
  
  .menu a:hover {
	color: #FF9900;
  }
  
  .main {
	overflow: auto;
	background-color: transparent;
	color: #F2F2F2;
	position: fixed;
	top: 10px;
	width: 99%;
	height: 100%;
	margin-left: 15px;
	margin-right: 15px;
  }
  
  .partner {
	text-decoration: none;
	color: #FF9900;
	font-size: 20px;
  }
  
  .partner:hover {
	color: #F2F2F2;
  }
  
  .btn-aws {
	border: 2px solid #FF9900;
	background-color: transparent;
	color: #FF9900;
	padding: 14px 28px;
	font-size: 18px;
	cursor: pointer;
	padding: 10px 10px 10px 10px;
  }
  
  .btn-aws:hover {
	background-color: #FF9900 !important;
	color: #000 !important;
  }
  
  .event {
	border: solid 1px #FF9900;
	text-align: center;
	background-color: rgba(255, 153, 0, 0.3);
	color: #F2F2F2;
	padding: 10px 10px 10px 10px;
	margin: 10px 10% 10px 10%;
  }
  
  .about {
	margin-left: 10%;
	margin-right: 10%;
  }
  
  .about h1 {
	text-align: center;
	color: #FF9900;
  }
  
  .box {
	height: 100%;
	text-align: center;
  }
  
  .eventheader {
	text-align: center;
  }
  
  .eventlogo {
	width: 400px !important;
	height: auto !important;
	margin-top: 10px;
  }

  .eventlogomedium {
	width: 300px !important;
	height: auto !important;
	margin-top: 10px;
  }

  .blinker {
	animation: blinker 1s linear infinite;
	color: red;
  }
  
  @keyframes blinker {
	50% {
	  opacity: 0;
	}
  }