
h1, h2, a{
    font-family: nba-lakers;
}

p {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

@font-face {
  font-family: 'nba-lakers';
  src: url('resources/Fonts/Team Fonts/NBA\ Lakers.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1 {
  text-align: center;
}

.icons img {
  margin: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgb(253, 203, 39);
  transition: transform 0.5s;
  background-color: rgb(177, 177, 177);
}

.icons img:hover {
  transform: scale(1.05);
}

.icons img{
    display: inline;
    width: 20%;
    height: auto;
  }

footer{
  background-color: #000000;
  color: white;
  height: 50px;
  padding: 40px;
}

body {
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;

}



.icons {
    text-align: center;
    background-color: #000000;
    padding: 20px;
    color: rgb(253, 203, 39);
}



iframe {
  display: block;
  margin: 40px auto;
  width: 90%;                /* responsive size */
  height: 500px;             /* default height */
  border: 4px solid rgb(253, 203, 39);
  border-radius: 12px;       /* rounded corners */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
  background-color: #000;
}




nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000000;
  padding: 10px 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

nav a {
  color: rgb(253, 203, 39);
  text-decoration: none;
  margin: 0 15px;
  transition: color 0.3s ease;
  font-size: xx-large;
  letter-spacing: 2px;
}

nav a:hover {
  color: #fff;
}

nav a {
  border: #fff;
}


.icons p {
  padding: 15px;
}

footer {
  text-align: center;
}

.lebron-sections {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 40px;
}

.lebron-text {
  flex: 1; /* all sections equal width */
  background-color: #000;
  color: rgb(253, 203, 39);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column; /* keeps text stacking properly */
  text-align: center;
}

.lebron-text p {
  margin-top: auto;
  margin-bottom: auto;
}

.lebron-header {
  text-align: center;
  padding-top: 20px;
}

section {
  padding: 40px;
}

section a {
    margin-top: auto;
    margin-bottom: auto;
}

.nba-sections {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 40px;
}

.nba-text {
  flex: 1; /* all sections equal width */
  background-color: #5c5c5c;
  color: rgb(253, 203, 39);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column; /* keeps text stacking properly */
  text-align: center;
}

.nba-text p {
  margin-top: auto;
  margin-bottom: auto;
}

.nba-header {
  text-align: center;
  padding-top: 20px;
}

