
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Teko:wght@300..700&display=swap');
@font-face {
    font-family: "HallofHeroes";
    src: url('../fonts/HallOfHeroes-BErn.ttf'),
    url('../fonts/HallOfHeroes-2ajK.otf');
}

/* .black-ops-one-regular {
    font-family: "Black Ops One", system-ui;
    font-weight: 400;
    font-style: normal;
  }

  
  .teko {
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  } */

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Teko", sans-serif;
    background-color: #4040b6;
    background-image: url("../images/Justiceleaguebackground.JPG");
    background-repeat: no-repeat;
    background-size: cover  ;
    background-position: 0px 50px;
}

.site-title {
    font-family: "Black Ops One", system-ui;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 32px;
    text-align: center;
    text-shadow: 1px 1px #b1a9a9;
    color:#0d129b
}

p {
    letter-spacing: 1.25px;
    font-size: 22px;
}


.nav {
background-color: rgb(6, 6, 6);
min-height: 50px;
margin: 0;
display: flex;
justify-content: center;
}

.nav ul {
    list-style-type: none;
}

.nav ul li {
    display: inline-block;
    padding-right: 3rem;
}

.nav-links  {
    text-decoration: none;
    font-size: 1.5rem;
    position: relative;
}

.nav-links:hover {
    color: #fcde47;
}

.nav-links::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    bottom: -4px;
    left: 0;
    background-color: #563636;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nav-links:hover::before {
    transform: scaleX(1);
}

.nav-links {
    color: rgb(116, 189, 253);
}

h3 a {
    font-size: 28px;
    text-decoration: none;
    
}

.logo-section {
    min-height: 100px;
}

.summary-section {
    margin: 0 20px;
    width: 800px;
    margin: 0 auto;
}

.summary-section .details {
    line-height: 1.5rem;
    color: wheat;
}

.details h4 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 28px;
}

.card-section {
    margin: 0 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.card-section .card {
   
    margin-top: 20px;
    
    
}

.card img {
    width: 320px;
    border-radius: 10px;
}

.card-content {
    padding: 0.5rem 0rem; 
    color:rgb(207, 214, 214)
}

.card-content h3 a{
    letter-spacing: 1px;
    font-size: 28px;
    color: rgb(244, 247, 248);
}

.card-content {
    text-align: center;
}

.card-content h3 {
    position: relative;
    top: -80px;
}


.about {
    text-align: center;
    margin: 0 30px;
    color: white;
}

.about h2 {
    font-family: "Black Ops One", system-ui;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 52px;
    text-align: center;
    text-shadow: 1px 1px #b1a9a9;
    color:#0d129b
}

.about p {
    width: 700px;
    text-align: left;
    margin: 0 auto;
    font-size: 28px;
}

main h1 {
    font-family: "Black Ops One", system-ui;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 56px;
    text-align: center;
    text-shadow: 1px 1px #b1a9a9;
    color:#0d129b
}

.version-summary {
    width: 800px;
    color: white;
    margin: 0 auto;
}

.version-container {
    margin-top: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.version-container a {
    font-size: 40px;
    display: block;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    background-color: rgb(77, 148, 196);
    min-width: 200px;
    color:rgb(199, 214, 230);
    text-align: center;
}

.version-container a:hover {
    color: #2f2c2c;
}

.version-container a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    bottom: -4px;
    left: 0;
    background-color: #563636;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}


.version-container a:hover::before {
    transform: scaleX(0);
}

.version-hero {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    color: rgb(41, 239, 246);
}

.version-hero h3 {
    font-size: 36px;
    text-align: center;
}

.version-hero div img {
    width: 300px;
}
.version-hero-img-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reading-title {
    text-align: center;
}

.reading-list {
    margin: 0 50px;
    display: flex;
    justify-content: space-between;
    color: bisque;
}

footer {
    margin-top: 100px;
}

.version-hero p {
    width: 1100px;
    margin: 0 auto;
    padding-top: 20px;
}


