




.Roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

  
}

body {
  margin: 0;
  padding: 0;
}



  
header {
    width: 100%;
    height: 300px;
    background-color: #0f3460;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    box-sizing: border-box;
    border-bottom: 4px solid #e94560;
  padding-right: 0;
}

.banner-pic img {
    height: 297px;
    width: auto;
    margin-top: 3px;
}


.title {
  color: white;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
h1.title {
  font-size: 52px;
  font-weight: 700;
}

p.title {
  font-size: 16px;
  opacity: 0.7;
}


nav {

font-family: "Roboto", sans-serif;
background-color: #001f22;
padding: 0 40px;
height: 55px;
border-bottom: 3px solid #e94560;
display: flex;
align-items: center;
justify-content: space-between;
}
nav ul {
 list-style: none;
  display: flex;
  justify-content: center; 
  align-items: center;
  height: 100%;
  gap: 40px; 
  
  
}
nav ul li a {
text-decoration: none;
font-weight: bold;
padding: 6px 14px;
  color: white;
border-radius: 4px;
transition: color 0.3s ease, background-color 0.3s ease;
}

a:hover {
  color: #16213e;
  background-color: white ;
border-radius: 12px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
}

.colour {

  background-color: #0a0a0a
}


.Tennis-img {
  width: 500px;
  height: 400px;
  object-fit: cover;
  margin-right: 20px;  
  border-radius: 12px; 
  margin-top: 20px
}

.Football-img {
  width: 500px;
  height: 400px;
  object-fit: cover;
  margin-right: 20px;  
  border-radius: 12px; 
  margin-top: 20px
}

.Hockey-img {
  width: 500px;
  height: 400px;
  object-fit: cover;
  margin-right: 20px;  
  border-radius: 12px; 
  margin-top: 20px
}

.flex{
display: flex; 
  flex-direction: column;
padding: 60px 40px;
}
  

.Tennis-flex{
   display: flex;
    flex-direction: row;  
    align-items: center;  
    gap: 20px;   

}
  
.Football-flex{
  display: flex;
    flex-direction: row;  
    align-items: center;  
    gap: 20px; 
}
  
.Hockey-flex{
  display: flex;
    flex-direction: row;  
    align-items: center;  
    gap: 20px; 
}
  
.scroll-container {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; 
}

.text {
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  font-size: 16px;
}


.Tennispadgeflex{
  display: flex;
    flex-direction: row;
    align-items: flex-start; 
    gap: 20px;
}



footer {
  background-color: #0a0a0a;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 20px;
  font-size: 13px;
  border-top: 3px solid #e94560;
}


figcaption {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    text-align: center;
    margin-top: 6px;
}


.link {
    background-color: #0f3460;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
}

.link a {
    color: #e94560;
    font-weight: bold;
    font-size: 14px;
}



.sportstexts {
    padding: 0;
}


.sportsflex {
  display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 40px;
    align-items: flex-start;
}



.read-more {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 20px;
  background-color: #e94560;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  transition: background-color 0.3s ease;
  margin-bottom: 50px;
}

.read-more:hover {
  background-color: #c73652;
  color: white;
}


.logo {
    height: 69px;
    width: auto;
}

h2.text {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}



.bannerbar {
    background-color: #e94560;
    display: flex;
    justify-content: space-around;
    padding: 16px 40px;
  font-family: "Roboto", sans-serif;
}

.statistics {
    text-align: center;
}

.statnumber {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin: 0;
}

.stattext {
    font-size: 12px;
    color:white;
    margin: 4px 0 0 0;
}

#homeButton {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9999;
    background-color: blue;
    padding: 10px;
    border: 1px solid black;
    border-radius: 20px;
}