@charset "utf-8";
html, body {
	background-color: #32323229;
	overflow-x: hidden;
}
html, body, h1, h2, h3, h4, p{
	font-family: monospace,  Helvetica, sans-serif;
	color: white;
	text-align: center;
	font-weight: bolder;
	font-style: italic;
}
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
body {
	width: 100%;
	margin: 0 auto;
}
.logo {
  position: fixed;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 1001; /* above other elements */
}

.logo img {
  height: 40px; /* adjust size as needed */
  width: auto;
  -moz-box-shadow: 6px 6px 6px #777777;
  -webkit-box-shadow: 6px 6px 6px #777777;
  box-shadow: 6px 6px 6px #777777;
  border-radius: 7px;
  cursor: pointer;
}

.topnav {
	display: flex;
    justify-content: center;
    width: 100%;
	padding: 1em 2vw;
	position: relative;
	z-index: 2;
}
.topnav ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  justify-content: center;
}
.topnav ul li {
	display: inline-flex;
    padding: 10px;
}
.topnav ul li a {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  background-color: whitesmoke;
  color: black;
  font-weight: bold;
  font-family: monospace;
  font-size: 20px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}
.topnav ul li a:hover {
	background-color: #32323229;
	color: white;
}
.topnav ul li a:active {
	opacity: 0.5;	
}
h1 {
	align-items: center;
	border-bottom: solid 1px dimgray;
	margin: 15px;
}
.containerDeanList, .containerHTB, .AWSAward, .containerISC2, .googleAward {
  	width: 95%;
  	max-width: 1200px;
	margin: 1rem auto;
  	padding: 1rem;
  	background-color: rgba(24, 49, 58, 0.7);
  	-moz-box-shadow: 10px 10px 10px #777777;
  	-webkit-box-shadow: 10px 10px 10px #777777;
  	box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.7), 10px 10px 10px #777777;
	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	gap: 1rem;
  	width: 95%;
  	border-bottom: 1px dotted white;
  	border-radius: 10px 10px 10px 10px;
  	text-align: center;
}

.containerDeanList .item-a,
.containerDeanList .item-b,
.AWSAward .item-i, 
.containerISC2 .item-c,
.containerISC2 .item-d,
.containerISC2 .item-e,
.containerISC2 .item-f,
.containerISC2 .item-g,	
.googleAward .item-h{
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  color: white;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.containerDeanList .item-a img,
.containerDeanList .item-b img,
.AWSAward .item-i img,
.containerISC2 .item-c img,
.containerISC2 .item-d img,
.containerISC2 .item-e img,
.containerISC2 .item-f img,
.containerISC2 .item-g img,
.googleAward .item-h img {
  width: 95%;
  max-width: 95%;
  height: auto;
  border-radius: 10px;
  margin: 1rem 0;
}

.containerDeanList .item-a a,
.containerDeanList .item-b a,
.containerHTB .item-1 a,
.containerHTB .item-2 a,
.containerHTB .item-3 a,
.containerHTB .item-4 a,
.containerHTB .item-5 a,
.containerHTB .item-6 a,
.containerHTB .item-7 a,
.containerHTB .item-8 a,
.containerHTB .item-9 a,
.AWSAward .item-i a,
.containerISC2 .item-c a,
.containerISC2 .item-d a,
.containerISC2 .item-e a,
.containerISC2 .item-f a,
.containerISC2 .item-g a,
.googleAward .item-h a {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 10px 15px;
  background-color: #f5f5f5;
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-family: monospace;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.containerDeanList .item-a a:hover,
.containerDeanList .item-b a:hover,
.containerHTB .item-1 a:hover,
.containerHTB .item-2 a:hover,
.containerHTB .item-3 a:hover,
.containerHTB .item-4 a:hover,
.containerHTB .item-5 a:hover,
.containerHTB .item-6 a:hover,
.containerHTB .item-7 a:hover,
.containerHTB .item-8 a:hover,
.containerHTB .item-9 a:hover,
.AWSAward .item-i a:hover,
.containerISC2 .item-c a:hover,
.containerISC2 .item-d a:hover,
.containerISC2 .item-e a:hover,
.containerISC2 .item-f a:hover,
.containerISC2 .item-g a:hover,
.googleAward .item-h a:hover {
  background-color: #323232;
  color: white;
}

.item-1 {
	width: 200px;
	height: 200px;
	border-left: solid 2px white;
	border-bottom: solid 2px white;
	background-color: rgba(12, 96, 122, 0.636);
	text-align: center;
	color: white;
}
.item-1 img {
	height: 70px;
	width: 70px;
}

.item-2 {
	width: 200px;
	height: 200px;
	border-left: solid 2px white;
	border-bottom: solid 2px white;
	background-color: rgba(235, 52, 140, 0.783);
	color: white;
	text-align: center;
}
.item-2 img {
	height: 70px;
	width: 70px;
}
.item-3 {
	width: 200px;
	height: 200px;
	border-left: solid 2px white;
	border-bottom: solid 2px white;
	background-color: rgba(255, 166, 0, 0.884);
	color: white;
	text-align: center;
}
.item-3 img {
	height: 70px;
	width: 70px;
}
.item-4 {
	width: 200px;
	height: 200px;
	border-left: solid 2px white;
	border-bottom: solid 2px white;
	background-color: rgba(10, 144, 10, 0.63);
	color: white;
	text-align: center;
}
.item-4 img {
	height: 70px;
	width: 70px;
}
.item-5 {
	width: 200px;
	height: 200px;
	border-left: solid 2px white;
	border-bottom: solid 2px white;
	background-color: rgba(103, 9, 34, 0.632);
	color: white;
	text-align: center;
}
.item-5 img {
	height: 70px;
	width: 70px;
}
.item-6 {
	width: 200px;
	height: 200px;
	border-left: solid 2px white;
	border-bottom: solid 2px white;
	background-color: rgba(254, 114, 7, 0.788);
	color: white;
	text-align: center;
}
.item-6 img {
	height: 70px;
	width: 70px;
}
.item-7 {
	width: 200px;
	height: 200px;
	border-left: solid 2px white;
	border-bottom: solid 2px white;
	background-color: rgba(15, 194, 253, 0.607);
	color: white;
	text-align: center;
}
.item-7 img {
	height: 70px;
	width: 70px;
}
.item-8 {
	width: 200px;
	height: 200px;
	border-left: solid 2px white;
	border-bottom: solid 2px white;
	background-color: rgba(63, 8, 107, 0.59);
	color: white;
	text-align: center;
}
.item-8 img {
	height: 70px;
	width: 70px;
}
.item-9 {
	width: 200px;
	height: 200px;
	border-left: solid 2px white;
	border-bottom: solid 2px white;
	background-color: rgba(231, 46, 26, 0.607);
	color: white;
	text-align: center;
}
.item-9 img {
	height: 70px;
	width: 70px;
}



#linktop, #next, #back {
	display: flex;
	flex-direction: column;
	align-items: center;
  	z-index: 2;
}

footer {
	background-color: rgba(13, 13, 14, 0.486);
	padding: 1em;
    max-height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer img {
	max-height: 100%;
	max-width: 300px;
}
footer a {
	margin-right: 1em;
	color: white;
}
.video-space {
  height: 55vh;
}
@media (max-width: 768px) {
  .containerDeanList,
  .containerHTB,
  .AWSAward,
  .containerISC2,
  .googleAward {
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
  }

  .containerDeanList .item,
  .containerDeanList .item-a,
  .containerDeanList .item-b,
  .containerHTB .item,
  .AWSAward .item-i,
  .containerISC2 .item-c,
  .containerISC2 .item-d,
  .containerISC2 .item-e,
  .containerISC2 .item-f,
  .containerISC2 .item-g,
  .googleAward .item-h {
    width: 90%;
    padding: 1rem;
    margin: 1rem auto;
  }

  .topnav ul li a,
  .containerDeanList a.topnav1,
  .AWSAward .item-i a,
  .containerISC2 .item-c a,
  .containerISC2 .item-d a,
  .containerISC2 .item-e a,
  .containerISC2 .item-f a,
  .containerISC2 .item-g a,
  .googleAward .item-h a {
    font-size: 14px;
    padding: 8px 12px;
  }

  .item-1, .item-2, .item-3, .item-4,
  .item-5, .item-6, .item-7, .item-8, .item-9 {
    width: 90%;
    height: auto;
    padding: 1rem;
  }

  .item-1 img, .item-2 img, .item-3 img, .item-4 img,
  .item-5 img, .item-6 img, .item-7 img, .item-8 img, .item-9 img {
    width: 60px;
    height: 60px;
  }
}


#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
