:root{
    --yellow: #ffbb1c;
    --org-red: #ff491c;
    --dk-red: #870000;
    --magenta: #d86be6;
}

.niconne-regular {
    font-family: "Niconne", cursive;
    font-weight: 400;
    font-style: normal;
}

.rye-regular {
    font-family: "Rye", serif;
    font-weight: 400;
    font-style: normal;
}

html, 
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
}

body{
    margin: 0;
}

header{
    background-image: linear-gradient(to bottom, var(--yellow), var(--org-red));
    width: 100%;
    padding: 2rem 0;
    font-family: "Niconne", san-serif;
}

#headersect{
    max-width: 1200px;
    margin: 0 auto;
}

#woodtitle{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    justify-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 1rem;
}

h1{
    font-size: 250%;
    text-align: center;
    margin: 0;
}

#woodtitle img{
    width: 65%;
    height: auto;
}

#woodtitle a {
    display: flex;
    justify-content: center;
}

#woodtitle a{
    text-decoration: none;
    color: black;
}

#woodtitle a:hover{
    text-decoration: none;
    color: white;
}

#woodtitle a:focus{
    text-decoration: none;
    color: black;
    background-color: white;
}

nav{
    width: 100%;
    margin: 0 auto;
}

nav ul{
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    padding: 1rem 0.5rem;
    font-size: 150%;
}

nav a{
    text-align: center;
    display: block;
    padding: 0.5rem;
    text-decoration: none;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
}

nav a:hover{
    text-align: center;
    display: block;
    padding: 0.5rem;
    text-decoration: none;
    color:  var(--org-red);
    background-color: white;
    border: 2px solid white;
    border-radius: 50px;
}

main{
    background-color: var(--dk-red);
}

#currentshow{
    color: white;
}

h2{
    text-align: center;
    font-size: 200%;
    padding-top: 2rem;
}

#currentshow h2{
    font-family: "Niconne", serif;
    color: white;
    font-size:  300%;
    text-align: center;
}

#showgrid{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 1rem;
}

#showgrid img{
    width: 70%;
    height: auto;
}

#showgrid div{
    text-align: center;
}

#showgrid a{
    font-family: "Rye", serif;
    text-decoration: none;
    color: var(--dk-red);
    background-color: var(--yellow);
    margin: 2rem;
    padding: 1rem;
    border: 1px solid var(--org-red);
    border-radius: 30px;
}

#showgrid div a:hover{
    font-family: "Rye", serif;
    text-decoration: none;
    color: var(--yellow);
    background-color: var(--dk-red);
    margin: 2rem;
    padding: 1.25rem;
    border: 1px solid var(--org-red);
    border-radius: 50px;
    transition: 300ms;
}

@media (max-width: 768px) {
    #aboutjackson {
        flex-direction: column;
        padding: 2rem 1.5rem;
        gap: 1.5rem;
    }

    #aboutjackson img {
        width: 70%;
        margin: 0 auto;
    }

    #aboutjackson div {
        width: 100%;
    }
}

#aboutjackson {
    display: flex;
    align-items: flex-start;
    gap: 2rem;                 
    padding: 3rem 2rem;        
    max-width: 1100px;        
    margin: 0 auto; 
    overflow: auto;
    background-color: var(--dk-red);
    justify-items: center;
}

#aboutjackson h2{
    color: white;
    background-color: var(--dk-red);
}

#aboutjackson p{
    color: white;
    overflow: auto;
    width: 70%;
    margin: 2rem;
    text-indent: 20px;
}


#aboutjackson img{
    justify-items: center;
    overflow: auto;
    width: 70%;
    margin: 2rem;
}

h2{
    font-family: "Niconne", serif;
    font-size: 300%;
    color:  var(--org-red);
}

h3{
    color: white;
    text-align: center;
    padding: 3rem;
}

#form{
    padding-bottom: 3rem;
}

#form a{
    display: block;
    width: fit-content;      
    text-decoration: none;
    text-align: center;
    color: var(--yellow);
    margin: 2rem auto;
    padding: 1rem 2rem;
    border: 1px solid var(--org-red);
    border-radius: 50px;
}

#form a:hover{
    display: block;
    width: fit-content;      
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: var(--org-red);
    margin: 2rem auto;
    padding: 1rem 2rem;
    border: 1px solid var(--org-red);
    border-radius: 50px;
}

h4{
    color: white;
    text-align: center;
    padding: 3rem;
}

#tgwdlm{
    align-items: center;
    background-image: url("tgwdlmposter50.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-color:  darkgreen;
    border: 16px solid darkgreen;
}




#tgwdlm h3{
    margin: 5rem;
    align-content: center;
    border: dashed black 5px;
    padding: 1rem 2rem;
    border-radius: 100px;
    background-color: darkgreen;
    font-family: Creepster, system-ui;
}


#h2tg h2{
    text-align: left;
    padding-left: 2rem;
    padding-bottom: 1rem;
    margin: 0;
}

#h2tg a{
    text-decoration: none;
    color: black;
    border: dashed white 3px;
}

#h2tg a:hover{
    text-decoration: none;
    color: white;
    border: dashed white 3px;
    background-color: var(--org-red)
}

#tgwdlmpg h1{
    background-color:  darkgreen;
    grid-column: 1/-1;
    font-family: "Creepster", system-ui;
    color: white;
    font-size: 350%;
    display: block;
    align-content: center;
    margin: 0 auto;
    padding: 3rem;
    border-top: 10px solid black;
    border-bottom: 10px solid black;
}

#tgwdlm a{
    text-decoration: none;
    color: white;
}

#tgwdlmpics{
    background-color:  darkgreen;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 10px solid black;
    border-bottom: 10px solid black;
    
}

#tgwdlmpics{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#tgwdlmpics img{
    width: 100%;
    border: solid darkgreen 5px;
}

#tto{
    align-items: center;
    background-image: url("ttoposter50.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-color:  var(--magenta);
    border: 16px solid var(--magenta);
}


#ttopg h1{
    background-color:  var(--magenta);
    grid-column: 1/-1;
    font-family: "Rye", sans-serif;
    color: white;
    font-size: 200%;
    display: block;
    align-content: center;
    margin-bottom: -50px;
    margin: auto;
    padding: 2rem;
    border-top: 10px solid white;
    border-bottom: 10px solid white;
}


#tto h3{
    margin: 5rem;
    align-content: center;
    font-family: "Rye", sans-serif;
    border: dashed black 5px;
    padding: 1rem 2rem;
    border-radius: 100px;
    background-color: var(--magenta);
    opacity: 100%;
}

#tto a{
    text-decoration: none;
    color: white;
}

#ttopics{
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color:  var(--magenta);
    border-top: 10px solid white;
    border-bottom: 10px solid white;
}

#ttopics{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#ttopics img{
   width: 100%;
   border: solid var(--magenta) 5px;
}

footer{
    background-image: linear-gradient(to top, var(--yellow), var(--org-red));
    width: 100%;
    padding: 2rem 0;
    font-family: "Niconne", san-serif;
}

#woodfooter{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    justify-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 1rem;
}

#woodfooter img{
    width: 65%;
    height: auto;
}

#woodfooter a {
    display: flex;
    justify-content: center;
}

#woodfooter a{
    text-decoration: none;
    color: black;
}

#woodfooter a:hover{
    text-decoration: none;
    color: white;
}

#woodfooter a:focus{
    text-decoration: none;
    color: black;
    background-color: white;
}