@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Courgette);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,100);
body {
	font-family: serif;
	margin: 0;
	color: #717170;

	background-image: url(../img/ss.gif);
	background-size: 100% 100%;
	background-size: cover;
   /* 🔥 full height + full width */
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
   
	min-height: 100vh;
	width: 100%;
}

a {
	text-decoration:none;
}
.container{
	position:relative !important;
	top:0px !important;
	width: 900px !important;
	height: auto !important;
	margin:auto ! important;
}
@media (max-width: 576px) {
  .container{
	position:relative !important;
	top:0px !important;
	width: 450px !important;
	height: auto !important;
	margin:auto ! important;
}
  .header img {
    position: relative;
    height: 50px !important;
}
}
@media (max-width: 420px) {
  .container{
	position:relative !important;
	top:0px !important;
	width: 100% !important;
	height: auto !important;
	margin:auto ! important;
}
  .header img {
    position: relative;
    height: 30px !important;
}
}
@media (max-width: 320px) {
  .container{
	position:relative !important;
	top:0px !important;
	width: 280px !important;
	height: auto !important;
	margin:auto ! important;
}
  .header img {
    position: relative;
    height: 30px !important;
}
}
/* .header{
	background-color:#013042;
	width:100%;
	position:relative;
	top:10px;
	border-radius:25px;
	border: dashed 4px #25dbdb;
} */
.header {
  /* background-color: #013042; */
      background: linear-gradient(90deg, rgba(13, 110, 253, 0.25), #ffd700, #ba11d9, #c9bb11);
  width: 100%;
  position: relative;
  top: 10px;
  border-radius: 18px;
  /* padding: 12px; */
  overflow: hidden; /* important */
}

/* animated border layer */
.header::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;               /* border thickness */
  border-radius: 18px;
  background: linear-gradient(
    90deg,
    #25dbdb,
    #ffd700,
    #00eaff,
    #25dbdb
  );
  background-size: 300% 300%;
  animation: borderRun 4s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

/* keyframes */
@keyframes borderRun {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@media (max-width: 576px) {
  .header {
    border-radius: 14px;
  }
  .header::before {
    animation-duration: 7s; /* smoother on mobile */
  }
  
}

.header h1 {
  padding: 12px 0 0 0;
  margin: 0;
  text-align: center;
  font-weight: 800;
  position: relative;

  /* ✅ Responsive font size */
  font-size: clamp(20px, 5vw, 38px);

  /* Gradient text */
background: linear-gradient(270deg, #2389b1, #0008ff, #1b00ff, #145807);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Safe animation */
  animation: gradientMove 6s linear infinite;
}

/* Gradient animation */
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
@media (max-width: 576px) {
  .header h1 {
    animation: gradientMove 8s linear infinite;
    text-shadow: none;
  }
}


.middle{
	text-align:center;
	background-color:#ebede8;
	width:100%;
	position:relative;
	top:40px;
	border-radius:25px;
	border: dashed 4px #25dbdb;
	margin-bottom:10px;
}
.headings {
	width:800px;
	position:relative;
	left:5%;
}
.headings h2{
	position:relative;
	padding-top:5px;
	padding-bottom:5px;
	letter-spacing:1px;
	font-size:35px;
	line-height:45px;
	background-color:#25dbdb;
}
.header img{
	position:relative;
	height: 100px;
}
.middle{
	padding-bottom:15px;
}
.middle a{
	color:#ffffff;
}
.results{
	float:left;
	position:relative;
	left:5px;
	min-height:150px;
	width:88%;
}
#day{
	float:left;
	position:relative;
	top:0px;
	left:35px;
	width:50%;
	min-height:160px;
	}
#night{
	float:right;
	position:relative;
	top:0px;
	left:50px;
	width:45%;
	min-height:160px;
	}
#night h2 {
	background-color:#25dbdb;
	padding:5px 0 5px 0;
	border:solid 2px #25dbdb;
	font-size:25px;
	display:inline;
	margin:0;
}
#day table {
	float:right;
	width:100%;
	font-size:20px;
}
 
.results table th{
	background-color:#124845;
	color:#56f7af;
}
.results table td{
	background-color:#25dbdb;
		color:#000000;
	}

.result-by-year table{
	font-size:20px;
	position:relative;
	width:100%;
	
}
.result-by-year table th{
	background-color:#124845;
	color:#56f7af;
}

