@import url('https://fonts.googleapis.com/css?family=Lato:100&display=swap');

body {
        background-color: #000000;
	background-size: cover;
	background-image: url('/public/images/background-2.png');
	font-family: Helvetica;
}
h1, h2 {
  text-align: center;
  color: #c0c0c0;
}

a:visited {
  color: #c0c0c0;
}

a:link {
  color: #ffffff;
}

.center {
  margin: auto;
  width: 100%;
  text-align: center;
  padding: 30px;
}

select {
    width: 20rem;
    background-color: #000000;
    color: #ffffff;
    border: #c0c0c0 1px solid;
}

select>option {
    background-color: #000000;
    color: #ffffff;
}

.column {
  float: left;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.left {
  width: 20%;
  color: #ffffff;
}

.right {
  width: 20%
  font-family: Tahoma;
  color: #ffffff;
  padding-top: 2em;
  text-align: justify;
}

.middle {
  width: 60%;
  text-align: center;
}

.scroll-box {
		
            width: 800px;
            height: 200px;
	    margin: auto;

            overflow-y: auto;
            border: 1px inset #c0c0c0;
            padding: 10px;
        }
.scroll-box p {
            margin: 0;
            padding: 0;
        }

/* Basic menu styling */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #333;
}

ul li {
  display: inline-block;
  position: relative;
}

ul li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}

/* Dropdown menu styling */
ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #444;
}

ul li:hover > ul {
  display: block;
}

ul li ul li {
  display: block;
}

ul li ul li a {
  padding: 10px;
  color: #fff;
  background: #444;
}

ul li ul li a:hover {
  background: #555;
}
.image-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 columns of equal width */
    gap: 10px; /* space between images */
    place-self: center;
   padding: 15px; /* optional padding around the grid */
}

.image-grid img {
    width: 100%; /* ensure images scale within their grid cells */
    height: auto; /* maintain aspect ratio */
    object-fit: cover; /* optional: ensures consistent image coverage */
    border: 1px solid #ddd; /* optional: adds a border to images */
    border-radius: 5px; /* optional: rounds the corners of images */
}

div.item {
    vertical-align: top;
    display: inline-block;
    color: #1e90ff;
    text-align: center;
    width: 150px;
}
item.img {
    width: 150px;
    height: 75px;
    background-color: grey;
}

.item img:hover {
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.caption {
    color: #0BF;  
    font-size: 12;
    font-weight: bold;
    padding-top: 10px;
    display: inline-block;
    transition: transform .2s;
}

.caption a:link {
   color: #0BF;
   text-decoration: none;
}

.caption a:visited {
   color: #0BF;
   text-decoration: none;
}


.caption a:hover {
  background-color: #0000FF;
  color: #fff;
}

.image-grid2 {
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* 6 columns of equal width */
    gap: 10px; /* space between images */
    place-self: center;
   padding: 15px; /* optional padding around the grid */
}

.image-grid2 img {
    width: 100%; /* ensure images scale within their grid cells */
    height: auto; /* maintain aspect ratio */
    object-fit: cover; /* optional: ensures consistent image coverage */
    border: 1px solid #216975; /* optional: adds a border to images */
    border-radius: 2px; /* optional: rounds the corners of images */
}
div.item2 {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 94px;
}
item2.img {
    width: 94px;
    height: 94px;
    background-color: grey;
}

.image-grid3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns of equal width */
    gap: 10px; /* space between images */
    place-self: center;
   padding: 15px; /* optional padding around the grid */
}

.image-grid3 img {
    width: 100%; /* ensure images scale within their grid cells */
    height: auto; /* maintain aspect ratio */
    object-fit: cover; /* optional: ensures consistent image coverage */
    border: 1px solid #216975; /* optional: adds a border to images */
    border-radius: 2px; /* optional: rounds the corners of images */
}
div.item3 {
    display: inline-block;
    text-align: center;
    width: 94px;
}
item3.img {
    width: 125px;
    height: 94px;
    background-color: grey;
}

.caption2 {
    color: #4169e1;  
    font-size: 12;
    font-weight: bold;
    padding-top: 10px;
    display: inline-block;
}

.caption2 a:link {
    color: #4169e1;  
}


img.button1:hover ~ p.text1 {
  color: rgb(51, 153, 255);
}
img.button2:hover ~ p.text2 {
  color: rgb(51, 153, 255);
}
img.button3:hover ~ p.text3 {
  color: rgb(51, 153, 255);
}
img.button4:hover ~ p.text4 {
  color: rgb(51, 153, 255);
}
img.button5:hover ~ p.text5 {
  color: rgb(51, 153, 255);
}
img.button6:hover ~ p.text6 {
  color: rgb(51, 153, 255);
}
img.button7:hover ~ p.text7 {
  color: rgb(51, 153, 255);
}
img.button8:hover ~ p.text8 {
  color: rgb(51, 153, 255);
}
img.button9:hover ~ p.text9 {
  color: rgb(51, 153, 255);
}
img.button10:hover ~ p.text10 {
  color: rgb(51, 153, 255);
}
img.button11:hover ~ p.text11 {
  color: rgb(51, 153, 255);
}
img.button12:hover ~ p.text12 {
  color: rgb(51, 153, 255);
}
img.button13:hover ~ p.text13 {
  color: rgb(51, 153, 255);
}

p {
  font-family: Helvetica;
  font-weight: bold;
  color: #ffffff;
  transition: color 1s ease;
}

.c:hover p.text1 {
  color: rgb(51, 153, 255);
}
.d:hover p.text2 {
  color: rgb(51, 153, 255);
}
.e:hover p.text3 {
  color: rgb(51, 153, 255);
}
.f:hover p.text4 {
  color: rgb(51, 153, 255);
}
.g:hover p.text5 {
  color: rgb(51, 153, 255);
}
.h:hover p.text6 {
  color: rgb(51, 153, 255);
}
.i:hover p.text7 {
  color: rgb(51, 153, 255);
}
.j:hover p.text8 {
  color: rgb(51, 153, 255);
}
.k:hover p.text9 {
  color: rgb(51, 153, 255);
}
.l:hover p.text10 {
  color: rgb(51, 153, 255);
}
.m:hover p.text11 {
  color: rgb(51, 153, 255);
}
.n:hover p.text12 {
  color: rgb(51, 153, 255);
}
.o:hover p.text13 {
  color: rgb(51, 153, 255);
}

.style1 {
	color: #ffffff;
	font-family: Helvetica;
	font-weight: bold;
	padding-bottom: 10px;
}
.style4 {
	font-style: italic;
}
.style8 {
	font-family: Helvetica;
}
.style10 {
	font-size: medium;
}
.style19 {
	font-family: Helvetica;
}
.style28 {
	font-family: Helvetica;
	text-decoration: underline;
}
.style33 {
	text-decoration: underline;
	font-size: small;
}
.style34 {
	margin-left: 0px;
}
.style35 {
	text-align: center;
}
.style38 {
	color: #FFFFFF;
}
.style39 {
	color: #FFFFFF;
	font-style: italic;
	font-size: small;
}
.style40 {
	color: #FFFFFF;
	font-family: Helvetica;
}

.text1 {
  font-family: Helvetica;
  color: #FFFFFF;
  font-weight: bold;  
}

.text2 {
  font-family: Helvetica;
  color: #FFFFFF;
  font-weight: bold;  
}
.text3 {
  font-family: Helvetica;
  color: #FFFFFF;
  font-weight: bold;  
}
.text4 {
  font-family: Helvetica;
  color: #FFFFFF;
  font-weight: bold;  
}
.text5 {
  font-family: Helvetica;
  color: #FFFFFF;
  font-weight: bold;  
}

.style2 {
	text-align: center;
        font-color: #ffffff;
        font-family: Helvetica;
	font-style: bold; 
}
.style22 {
	font-family: Helvetica;
	font-size: small;
	color: #194A73;
}
.style34 {
	color: #FFFFFF;
        align: center;
	width: 100%;
}
.style35 {
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: small;
}
.style42 {
	color: #FF0000;
	text-decoration: underline;
}
.style47 {
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: medium;
}
.style48 {
	font-color: #ffffff;
	font-size: large;
	font-family: Helvetica;
        font-style: bold;
}

.style49 {
	font-size: large;
	font-family: Helvetica;
	font-style: normal;
	font-color: #FAF9F6;
	margin-bottom: 23px;
        text-align: center;
}
.style50 {
	text-decoration: underline;
	font-family: Helvetica;
	font-size: large;
        color: #c0c0c0;
}
.style51 {
	margin-right: 0px;
	margin-left: 20px;
}
.style52 {
	font-family: Helvetica;
        color: #c0c0c0;
}
.style53 {
	font-family: Helvetica;
	font-size: large;
	color: #FFFFFF;
}
.style54 {
	text-align: center;
        font-color: #FAf9f6;
        font-family: Helvetica;
	font-style: bold; 
}
.style55 {
	margin-left: 0px;
}
.style58 {
	color: #FFFF00;
	font-size: large;
}
.style59 {
	color: #CECECE;
        font-size: normal;
}
.style60 {
	font-family: "Times New Roman";
}
.style61 {
	border-width: 0px;
}
.style68 {
	font-style: normal;
	font-color: #ffffff;
}

.button {
  background-color: #002395; /* Blue */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button-container {
    text-align: center; /* Center the buttons */
}

.download-button {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    text-decoration: none;
    color: white;
    background-color: #007aa5;
    border-radius: 5px;
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

.download-button:hover {
    background-color: #002387; /* Darker green on hover */
}

.buttgap {
  background-color: #000000; /* Black */
  width: 20px;
  display: inline-block;
}


.stylebutt {
	width: 100px;
	background-color: #0000CC;
	text-align: justify;
	height: 30px;
}

.style69 {
	font-family: Helvetica;
	font-size: large;
	font-weight: bold;
	padding-left: 20px;
	color: #00bfff;
}
.footlocker {
  background-color: inherit;
  display: flex;
  justify-content: center; 
  gap: 30px;
}

.footlocker img {
  max-width: 100%;
  height: auto;
}
.child {
  width: 255px;
}

.container {
	display: flex;
        justify-content: center;
        align-items: center;
	align: middle;
        height: 24vh; /* Full viewport height */
        position: relative;
        }
.overlay {
        position: absolute;
        width: 40%;
        height: 60%;
        align: middle;
        text-align: middle;
        background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
        }