@import url(https://fonts.googleapis.com/css2?family=League+Spartan:wght@700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
html, body {
    overscroll-behavior: none;
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    overflow-x: hidden;
}
#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("https://docksidelive.com/main-background.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transform: translateZ(0);
    will-change: transform;
    pointer-events: none;
}

#home {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#home h1 {
    color: #8d3a06; /*#8d3a06;*/
    text-align: center;
    font-family: 'League Spartan', sans-serif;
    font-size: 3rem;
    letter-spacing: -.1rem;
    padding-top: 1rem;
    margin-top: 2rem;
    text-shadow: -1px -1px 0 #FBBB5B,
    1px -1px 0 #FBBB5B,
    -1px 1px 0 #FBBB5B,
    1px 1px 0 #FBBB5B;
}

#home p {
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}

#home .logoLink {
    cursor: pointer;
    width: 100%;
    margin: 0;
}

#home .logoLink:hover img:first-child {
    opacity: .6;
}

#home .logoLink:active img:first-child {
    opacity: .8;
}
.logo img {
    margin: 0 auto;
    text-align: center;
    height: 13.4rem;
    width: 20rem;
    padding-top: 1rem;
    z-index: 20;
}

.logo {
    display: flex;
    height: 14rem;
    border-bottom: 2px solid #20314c;
    background-color: #20314c;
    box-shadow: 1px 0 10px #20314caa;
}

.wide {
    position: relative;
    width: 100%;
}

.logo .background {
    padding-top: 0;
    position: absolute !important;
    z-index: 10;
    height: 13.8rem;
    width: 100%;
    object-fit: cover;
}
.manageButton {
    font-family: 'Oswald', sans-serif;
    color: #20314c;
}

.manageButton:hover {
    text-decoration: none;
}

.manageButton:last-child {
    margin-bottom: 8rem;
}
#homeMenu {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .5rem;
}

#homeMenu a {
    font-size: 1.25rem;
    margin: 1rem;
    padding: .5rem;
    border: 1px solid #20314c55;
    border-radius: .25rem;
    box-shadow: 1px 1px 5px #20314c55;
}

#homeMenu a.newsletter {
    background-color: #8d3a06;
}

#homeMenu a:hover {
    text-decoration: none;
    background-color: #F7C475 !important;
    color: #1E324D !important;
}

#homeMenu a.active {
    text-decoration: none;
    background-color: #F7C475 !important;
    color: #1E324D !important;
}

#homeMenu a {
    font-family: "League Spartan", sans-serif;
    letter-spacing: -.05rem;
    margin: .25rem;
    text-align: center;
    background-color: #1E324D;
    color: white;
}

#homeMenu a span {
    display: flex;
    flex-direction: row;
}
#sponsors {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    width: 100vw;
}

#sponsors > h1 {
    margin: 3rem 0 0;
}

#sponsors #thirdPartyLogos {
    margin-top: 0;
}

#sponsors #thirdPartyLogos img {
    margin: .5rem;
}

#sponsors.content {
    margin: 0 auto;
    padding: 0 .5rem 0 .5rem;
    max-width: 40rem;
}

#sponsors .text {
    width: 100%;
}

#sponsors .images {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

#sponsors a {
    cursor: pointer;
    margin: 1rem;
}

#sponsors img {
    padding: 1rem;
    max-height: 18rem;
    width: 16rem;
}

#sponsors img:hover {
    opacity: .6;
}

#sponsors img:active {
    opacity: .8;
}
#submission {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 40rem;
}

#submission input {
    min-width: 24rem;
    margin-bottom: 1rem;
    padding: .75rem;
    border: 1px solid #20314caa;
    border-radius: .25rem;
    font-size: 1.25rem;
}
#songRequest {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#songRequest input {
    min-width: 24rem;
    margin-bottom: 1rem;
    padding: .75rem;
    border: 1px solid #20314caa;
    border-radius: .25rem;
    font-size: 1.25rem;
}
.apps {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.apps a img {
    width: auto;
    height: 2.9rem;
}

.apps a {
    transition: .2s;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none;
    text-decoration: none;
    text-align: center;
}

.apps a:hover {
    opacity: 0.6;
}

.apps a:first-child:hover img {
    transform: rotateZ(5deg);
    transition: .2s;
}
.apps a:last-child:hover img {
    transform: rotateZ(-5deg);
    transition: .2s;
}

.apps a:active {
    opacity: 0.8;
}

.apps a p {
    margin-top: 1rem;
    font-family: 'Dela Gothic One', sans-serif;
    color: #8d3a06;
}

.apps a p {
    text-align: center !important;
}

@media (min-width: 992px) {
    .apps a {
        margin: 0 4rem;
    }

    .apps {
        justify-content: center;
    }

    .apps a img {
        width: auto;
        height: 3.5rem;
    }
}
#promo {
    max-width: 95%;
}

#promo h1 {
    font-family: 'League Spartan', sans-serif;
    font-size: 3rem;
    letter-spacing: -.1rem;
    text-shadow: -1px -1px 0 #FBBB5B,
    1px -1px 0 #FBBB5B,
    -1px 1px 0 #FBBB5B,
    1px 1px 0 #FBBB5B;
}

#promo section {
    width: 800px;
    max-width: 100%;
}

#promo video, #promo object {
    border-radius: .5rem;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border: 2px solid #F7C475;
    background-color: #20314c;
}

#promo object {
    min-height: 600px;
}

#promo p {
    text-align: center;
}
#thirdPartyLogos {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#thirdPartyLogos:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#thirdPartyLogos h1 {
    color: #8d3a06;  /*#8d3a06;*/
    text-align: center;
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 1.5rem;
    padding-top: 1rem;
    margin-top: 2rem;
}

#thirdPartyLogos img {
    margin: 1rem 3rem;
    max-width: 12rem;
}

#thirdPartyLogos img:last-child {
    max-width: 6rem;
}

#thirdPartyLogos a:hover {
    cursor: pointer;
    opacity: 0.6;
}

#thirdPartyLogos a > img {
    max-width: 10rem !important;
}
#bottomMenu {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .5rem;
    width: 100%;
}

#bottomMenu a {
    margin: 1rem 3rem;
    font-size: 1rem;
    padding: .5rem;
    color: white;
    text-shadow: none;
}

#bottomMenu a:hover {
    text-decoration: none;
    color: #1E324D;
}
/* Privacy Policy */
.privacy {
    font-family: 'Open Sans', sans-serif;
    margin: 2rem auto 0 auto;
    padding: 2rem;
    text-align: justify;
    flex-grow: 1;
    max-width: 800px;
}

.privacy h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
}

.privacy h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    padding: 1rem 0;
}

.privacy h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    padding: .5rem 0;
    color: #444;
}


.privacy p {
    font-family: 'Open Sans', sans-serif;
    color: #555;
}

.privacy p b {
    color: #444;
}

.privacy aside {
    width: 100%;
    padding: 2rem;
}

.privacy aside p {
    text-align: center !important;
}
/* Terms of Use */
.terms {
    padding: 2rem;
    margin: 2rem auto;
    flex-grow: 1;
    max-width: 800px;
    text-align: center;
}

.terms h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
}

.terms p {
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    color: #555;
}

.terms p b {
    color: #444;
}

.terms section {
    margin: 0;
}

.terms aside p {
    padding: 2rem;
    text-align: center;
}
#player {
    background-color: whitesmoke;
    max-width: 32rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: .5rem auto 1rem auto;
    border: 2px solid #20314c;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

#player h2 {
    color: #20314c;
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 1.4rem;
    word-wrap: break-word;
    max-width: 17rem;
    text-align: left;
}

#player h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    color: #8d3a06;
}

@media only screen and (max-width: 500px) {
    #player {
        margin: 0 auto 3rem auto;
        flex-direction: column;
    }
}

#player section {
    margin: 1rem;
}

#player section:first-child {
    vertical-align: baseline;
    align-items: center;
    display: flex;
    flex-direction: row;
    position: relative;
}

#player section:first-child>div {
    padding: 3.4rem;
    border: 0.1rem solid #333;
    border-radius: 0.5rem;
}

#player section:first-child div>.cover, #player section:first-child .cover>img {
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 1px;
}

#player .placeholder, #player section:first-child .cover>img {
    color: #333;
    background-color: #333;
}

@media only screen and (max-width: 500px) {
    #player section {
        text-align: center;
        margin: 1rem 0 0 0;
    }

    #player section:first-child>div {
        padding: 5.5rem;
    }
}

#player section>div {
    vertical-align: baseline;
    align-items: center;
    display: flex;
    flex-direction: row;
}

#player span {
    margin: .25rem;
    font-family: 'Chivo Mono', sans-serif;
}

#player .bar {
    min-width: 10rem;
}

#player .hidden {
    display: none;
}

#player button {
    width: 4rem;
    height: 4rem;
    position: relative;
    border: none;
    color: white;
    background: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0 auto;
}

#player button:active, #player button:focus, #player button:hover {
    outline: none;
}

#player button .circle, #player button img {
    width: 4rem;
    height: 4rem;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#player button .circle {
    background-color: #20314c88;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

#player button img {
    opacity: 0.8;
    padding: 0.15rem;
}

#player .play {
    opacity: 1;
    transition: 0.5s;
}

#player .stop {
    opacity: 0.7;
    transition: 1s;
}

#player .stop:hover, #player .stop:active {
    opacity: 1;
    transition: 1s;
}

#player .play:hover .circle {
    background-color: #20314c;
}

#player .play:active .circle {
    background-color: #20314c;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
}

#player .stop:hover .circle {
    background-color: #8d3a06;
}

#player .stop:active .circle {
    background-color: #8d3a06;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
}
#newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100vw;
    margin: 0 auto;
    padding: 0 .5rem 0 .5rem;
    max-width: 40rem;
}

#player {

    max-width: 32rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: .5rem auto 1rem auto;

}

#newsletter > h1 {
    margin: 3rem 0 0;
}

#newsletter .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

#newsletter button {
    width: 12rem;
    text-align: center;
    font-size: 1.25rem;
    font-family: "League Spartan", sans-serif;
    letter-spacing: -.05rem;
    margin: .25rem auto;
    padding-top: .4rem;
    background-color: #8d3a06;
    color: white;
    border: 1px solid #20314c55;
    border-radius: .25rem;
    box-shadow: 1px 1px 5px #20314c55;
    text-transform: uppercase;
}

#newsletter button:hover {
    background-color: #F7C475;
    color: #1E324D;
}

#newsletter button:hover.disabled {
    background-color: #8d3a06;
    color: white;
}

#newsletter button.success {
    background-color: #0F5E0F;
    color: white;
}

#newsletter input {
    width: 100%;
    margin: 0 auto 1rem;
    padding: .75rem;
    border: 1px solid #20314caa;
    border-radius: .25rem;
    font-size: 1.25rem;
}

#newsletter input.error {
    border: 1px solid #8d3a06;
}

#newsletter input.success {
    border: 1px solid #0F5E0F;
}

#newsletter section {
    display: flex;
    flex-direction: row;
    padding: 1rem;
    justify-content: center;
    background-color: whitesmoke;
    border: 2px solid #20314c;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 550px) {
    #newsletter section {
        flex-wrap: wrap;
    }
}

#newsletter section > aside {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    justify-content: end;
    align-items: end;
    width: 100%;
}

#newsletter section > aside > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#newsletter p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    padding: .25rem;
}

#newsletter img {
    max-width: 15rem;
    object-fit: contain;
    padding: .5rem;
    margin-right: auto;
}

@media (max-width: 550px) {
    #newsletter img {
        margin: 0 auto;
    }
}

#newsletter span img {
    width: 70px;
    height: 70px;
    padding: .75rem;
    border-radius: 50%;
    background-color: #8d3a06;
}

#newsletter span {
    padding-bottom: 1rem;
}

#newsletter section > aside .disabled {
    filter: grayscale(100%);
}

#newsletter h2 {
    font-size: 1.25rem;
    font-family: "League Spartan", sans-serif;
}

#newsletter section > aside > div {
    margin: 2rem auto;
    text-align: center;
}

.error-404 {
    font-family: Oswald, sans-serif;
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
    max-width: 50rem;
    padding: 2rem;
}

.error-404 section {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}
.error-404 div {
    padding: 2rem;
}

.error-404 h1 {
    padding: 1rem 0;
    font-size: 6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

.error-404 h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #005E80;
}

@media all and (max-width: 500px) {

    /* CSS rules here for screens lower than 350px */
    .error-404 h1 {
        font-size: 4rem;
    }

    .error-404 h2 {
        font-size: 1.5rem;
    }

    .error-404 section {
        flex-direction: column-reverse;
    }
}

.error-404 p {
    font-family: Merriweather, sans-serif;
    color: #666;
    text-align: center;
    padding: 0.5rem;
    max-width: 20rem;
    margin: 0 auto;
    font-size: 0.8rem;
}

.error-404 img {
    border-radius: 1rem;
    max-width: 300px;
    max-height: 300px;
    min-width: 200px;
    margin-top: 2rem;
}

.error-404 a {
    color: #005E80;
}
#bottomNav {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    border-top: 2px solid #20314c;
    box-shadow: 0 -8px 8px -5px #20314caa;
    background-color: #20314c;
    font-family: "Montserrat", sans-serif;
    color: #F7C475;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100vw;
}

#bottomNav img {
    height: 4em;
    margin: .5rem 1em;
}
#bottomNav h4 {
    color: #F7C475;
}
#bottomNav h5 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1rem;
    color: #F7C475;
}
#bottomNav a {
    display: flex;
    flex-direction: row;
    margin: 0;
    font-size: 1.25rem;
    text-shadow: -1px -1px 0 #F7C475,
    1px -1px 0 #F7C475,
    -1px 1px 0 #F7C475,
    1px 1px 0 #F7C475;
}




#copyrights {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem;
    flex-wrap: wrap;
}

#copyrights span {
    margin: 0 .25rem;
}

#copyrights a {
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
    color: #8d3a06;
    padding-top: .1rem;
    font-weight: bold;
}

#copyrights a:hover {
    text-decoration: none;
    text-shadow: 0 0 4px #f0f8ff;
}

#slogan {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem;
    flex-wrap: wrap;
}

#slogan span {
    margin: 0 .25rem;
    color: white;
}

