* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {   
    width: 100%;
    margin: auto; 
    background: #000;
    color: #faf7f2ee; 
    /* color: #e7bb0c; */
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    line-height: 1.5;
}
#logo {
    width: 100px;
    height: 100px;
}
.navbar-toggler {
    justify-content: flex-end;
    border: none;
}
#navbarNavDropdown {
    justify-content: flex-end;
}
.navbar-nav {
    align-items: flex-end;
}    
#demo {
    font-size: 4rem;
    font-family: 'Space Grotesk', arial;
    text-align: center;
}
.demo {
    padding: 6rem 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#div-2024 a, #prevCompetitionSection p a {
    text-decoration: none;
    box-shadow: inset 0 -2px 0 #BF953F, 0 2px 0 #BF953F;
    transition: box-shadow .3s;
    color: inherit;
    overflow: hidden;
    padding: 2px;
}
#div-2024 a:hover, #prevCompetitionSection p a:hover {
    box-shadow: inset 0 -30px 0 #BF953F, 0 2px 0 #BF953F;
    color: #fff;
}
mark {
    background-color: #f8db66;
    font-size: 13px;
}

.header {
    font-size: 4rem;    
    font-family: 'Oswald', arial;
    color: #FAF7F2;
    text-align: center;
    opacity: 1;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 40px;
    padding: 2rem 0;
}
#landingGif {
    max-width: fit-content;
    width: 50%;
    padding: 3rem 0;
}
@media screen and (max-width: 1235px) {
    #landingGif {
        max-width: fit-content;
        width: 100%;
        padding: 3rem 0;
    }
}

/* BODY */
#landing {
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 3rem 0 10rem 0;
    background-image: url("/images/grungeBackground-darker.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
#landing-secondary {
    align-items: center;
    display: flex;
}
.landing-header {
    font-family: 'Space Grotesk', sans-serif;
}
.brandName {
    font-size: 7rem;    
    display: flex;
    font-family: 'Bungee', arial;
    text-align: center;
    opacity: 1;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 40px;
}
.landing-text {
    max-width: 940px;
    margin: auto;
    text-align: center;
    font-size: 2rem;
    padding-top: 5rem;
}
.padding-2rem {
    padding-bottom: 3rem;
}
.dramatic {
    margin: 5.3rem 0 12rem 0;
}
img {
    width: 600;
    height: 600;
    display: block;
    margin: auto;
    overflow: clip;
}
.background-img {
    background-image: url("images/venue_bw.JPG");
    background-position: center;
    background-size: cover;
}
#div-2024 {
    padding: 2rem 0 1rem 0;
}
section {
    font-size: 1.5rem;
    text-align: center;
    line-height: 2;
    display: flex;
    justify-content: space-evenly;
}
.divs-header {
    font-size: 2.3rem;
    font-family: 'Bungee', arial;
    color: #BF953F;
}
#divs-table {
    display: flex;
    margin: auto;
    text-align: center;
    justify-content: center;
}
.table {
    max-width: 960px;
    font-size: 1.4rem;
}
#divs-table .table-borderless td, .table-borderless th {
    border: none;
}
#divs-table-tix .table-borderless td, .table-borderless th {
    border: none;
}

#tixSection {
    max-width: 960px;
    margin: auto;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 0;
}
#tixSection .sub-header {
    font-size: 2.3rem;
    font-family: 'Oswald', arial;
    color: #ffffff;
}
.grey-gradient {
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.onePx {
    padding-left: 34px;
}
#divs-table-tix {
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
    justify-content: space-around;
}
#divs-table-tix h2 {
    padding: 1.5rem 0;
    font-size: 2rem;
    color: #f8db66;
}
.wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
dt {
    text-align: right;
    color: #BF953F;
}
dd {
    text-align: left;
}
.tixSection-nowrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.btn {
    border-color: #d6d09b;
    color: #d6d09b;
    margin-top: 1rem;
}

#wrapper-sponsors {
    max-width: 960px;
    margin: auto;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 5rem;
}
#wrapper-sponsors .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 4rem;
}
#wrapper-sponsors .sponsors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
} 
#wrapper-sponsors img {
    border-radius: 5%;
    max-width: 250px;
}
#prevCompetitionSection {
    padding: 5rem 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(191,149,63,1) 100%);    
}
#prevCompetitionSection .header {
    font-size: 3rem;
}
.w-100 {
    border-radius: 5%;
    max-width: 35%;
}
#prevCompetitionSection p {
    padding: 3rem 0;
    text-align: center;
}
#photographyFlyer {
    padding: 2rem 0;
    text-align: center;
}
.img-fancy {
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .5s ease-in-out; 
}
.img-fancy:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    }
#aboutSection {
    padding: 3rem 0;
    background-image: url("/images/grungeBackground-darker.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
#aboutPhoto h2 {
    text-align: center;
    padding: 3rem 0;
}
#aboutPhoto {
    position: relative;
}
#familyPhoto {
    max-width: 80%;
    /* width: 100%; */
}
.bottom-right {
    position: absolute;
    bottom: 70px;
    right: 500px;
    opacity: .8;
  }
.bg-clip-text {
    -webkit-background-clip: text;
}
.yellow-gradient {
    background-image: linear-gradient(125deg, #BF953F, #d6d09b, #B38728);
}
.text-transparent {
    color: transparent;
}
footer {
    max-width: 960px;
    padding-top: 3rem;
    margin: auto;
    font-size: 12px;
    text-align: center;
    opacity: .7;
}

@media screen and (max-width: 1235px) {
    .bottom-right {
        font-size: 12px;
        padding-top: 1rem;
        text-align: center;
        position: inherit;
        bottom: 0;
        right: 0;
    }
}
@media screen and (max-width: 960px) {
    body {
        font-size: 16px;
    }
    .brandName {
        width: 100%;
        justify-content: center;
    }
    #landing-secondary {
        flex-direction: column-reverse;
    }
    section {
        font-size: 1.3rem;
        padding: 0 2rem;
        flex-wrap: wrap;
    }
    #div-2024 {
        background-position: top;
    }
    .tix-title {
        font-size: 1.5rem;
    }
    .wrapper {
        flex-direction: column;
        margin: 1rem;
    }
    .tix-category {
        font-family: 'Oswald', arial;
        margin:auto;
        padding-bottom: 1.4rem;
        color: #acecaf;
    }
    .table thead th {
        border-bottom: none;
    }
    .onePx {
        padding: inherit;
    }
    dt {
        text-align: center;
        font-size: 20px;
        padding: 1rem 0;
    }
    dd {
        text-align: center;
        padding-right: 1rem;
    }
    .tix-title {
        font-size: 1.5rem;
    }
    #prevCompetitionSection {
        padding: 0 1rem 8rem 1rem;
    }
    .w-100 {
        max-width: 420px;
    }
    #wrapper-sponsors .header {
        text-align: center;
        font-size: 3rem;
    }
    #wrapper-sponsors img {
        margin: 1em 0;
    }    
    #aboutSection {
        padding: 5rem 1rem 0 1rem;
    }
    #familyPhoto {
        padding: 0 1rem;
        max-width: 100%;
    }
}
@media screen and (max-width: 460px) {
    #logo {
        width: 70px;
        height: 70px;
    }
    .header, .brandName {
        font-size: 3rem;   
    }
    #demo {
        font-size: 2rem;
    }
    .landing-text {
        font-size: 1rem;  
    }
    .btn {
        font-size: 11px;
    }
    .background-img {
        background-repeat: no-repeat;
        background-size: auto;
    }
    #divs-table {
        display: block;
        padding-top: 3rem;
    }
    #divs-table-tix {
        display: block;
        padding-top: 1rem;
    }
    #prevCompetitionSection .header {
        font-size: 2rem;
    }
    #wrapper-sponsors .header {
        text-align: center;
        font-size: 2rem;
    }
    footer {
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 8px;
    }
}