* {
    box-sizing: border-box;
    max-width: 100%;
}
@font-face {
    font-family: 'Blew';
    src: url('./Blew Bold.tff');
    font-weight: normal;
    font-style: normal;
}



#html {
    color: #fff;    
    /* text-shadow: 0 0 2px #40291e,0 0 2px #40291e,0 0 2px #40291e,0 0 2px #40291e,0 0 2px #40291e,0 0 2px #40291e,0 0 2px #40291e,0 0 2px #40291e,
    1px 1px 5px #000, 1px 1px 5px #000; */
    margin: 0;
    padding: 0;
    font-family: 'Blew';
    font-size: 20px;
    -webkit-text-size-adjust: 100%;   
    text-shadow: 1px 1px 2px #000;
}
body {
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 32px;
    font-family: 'Blew';
    /* color: #fff;
    text-shadow: 0 0 2px #7E7154, 0 0 2px #7E7154, 0 0 2px #7E7154, 0 0 2px #7E7154,0 0 2px #7E7154,0 0 2px #7E7154, 0 0 5px #7E7154, 0 0 5px #7E7154,
            1px 1px 4px #000, 1px 1px 4px #000,1px 1px 4px #000,1px 1px 4px #000,1px 1px 4px #000,1px 1px 4px #000; */
    color: #fff;
    text-shadow: 1px 1px 2px #000,1px 1px 2px #000,1px 1px 2px #000,1px 1px 2px #000,1px 1px 2px #000,1px 1px 2px #000,1px 1px 2px #000;
    text-transform: uppercase;
    text-align: center;

}

#prinny-logo-wrapper {
    /* top: 500px; */
    width: 50%;
    min-width: 300px;
    max-width: 400px;
    margin: 0 auto;
}
#prinny-logo {
    width: 100%;
    height: auto;
}
#prinny-logo:hover {
    filter: brightness(120%);
    transition: .2s;
    cursor: pointer;
}

#landing {
    width: 100%;
    padding: 0;
    margin: 0;
}

.cover-image {
    width: 100%;
    height: auto;
}
.cover-option {
    flex: 1 1 400px;
    min-width: 30%;
    width: 30%;
    min-width: 250px;
    padding: 20px;
    margin: 20px;
    color: #fff;
    background-color: rgba(73, 33, 21, .2);
    /* background-color: rgba(50,50,50,.8); */
    text-align: center;
    border-radius: 10px;
}
.cover-option:hover {
    /* opacity: .9; */
    filter: brightness(115%);
    cursor: pointer;
}
input {
    cursor: pointer;
    font-family: 'Blew';
}
.cover-image-wrapper {
    width: 50%;
    margin: 0 auto;
}
.cover-image-section {
    display: flex;
    flex-wrap: wrap;
}
.selection-wrapper {
    border-top: 1px solid white;
    max-width: 80%;
    margin: 10px auto 0;
}

.content {
    text-align: center;
    width: 100%;
    padding: 100px;
}
.text {
    /* background-color: rgba(50,50,50,.8); */
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 20px;
}

.flex-row {
    width: 100%;
    display: flex;
}
@media screen and (max-width: 840px) {

    h2 {
        font-size: 28px;
    }

    #prinny-logo-wrapper {
        margin: 0 auto;    
        max-width: 100%;    
    }
    .content {
        padding: 10px;
    }
    .modal {
        min-height: 600px;
        margin: 0 auto;
    }
    .flex-row {
        flex-wrap: wrap;
    }
    #title {
        font-size: 36px
    }
    section {
        margin: 20px auto;
    }
    .form {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .form div input, .form div select {
        width: 90%;
        padding: 20px;
        margin: 5px auto;
        font-size: 24px;
        background-color: rgba(255,255,255, .8);
        font-family: 'Blew';        
    }
    .mobile {
        display: flex;
    }
    .desktop {
        display: none;
    }
}
@media screen and (min-width: 841px) {
    #title {
        font-size: 30px;
    }
    section {
        margin: 20px;
    }

    .form {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        max-width: 1600px;
    }
    .form div input, .form div select {
        width: 20%;
        padding: 20px;
        margin: 5px auto;
        font-size: 24px;
        background-color: rgba(255,255,255, .8);
    }
    #primary-form div input, #primary-form div select {
        width: 40%;
        padding: 20px;
        margin: 5px auto;
        font-size: 24px;
        background-color: rgba(255,255,255, .8);
        font-family: 'Blew';
    }
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
}
@media screen and (min-width: 1000px) {
    #title {
        font-size: 40px;
    }
}

@media screen and (min-width: 1200px) {
    #title {
        font-size: 58px;
    }
}
@media screen and (min-width: 1758px) {
    .cover-image-section {
        flex-wrap: nowrap;
    }
}

.gold {
    color: #E9C02B;
}

.disabled {
    cursor: not-allowed;
    filter: saturate(20%);
    display: block;
    width: 45%;
    margin: 3% auto 5%;
    position: relative;
    transition: transform 0.15s ease;  
}

.inner960 {
    height: auto !important;
}

#see-results {
    cursor: pointer;
}
#see-results:hover {
    color: #FFD230;
}
#learn-more {
    text-decoration: none;
}
#learn-more:hover {
    /* color: #E9DBD6; */
    text-decoration: underline;
}
#steam {
    text-decoration: none;
}
#steam:hover {
    /* color: #E9DBD6; */
    text-decoration: underline;
}

.results-item {
    display: flex; 
    align-items: center;
    margin: 10px;
}

.vote-bar {
    max-width: 80%;
    background-color: #6BB3EF;
    color: #fff;
    height: 70px;
    font-size: 24px;
    text-align: left;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
}


.store-link {
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    margin: 20px;
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    width: 250px;
    text-shadow: none;
}
.store-link:hover {
    transition: 0.5s;
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
}

/* Modal Stuff */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.modal {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0,0,0,.8);
    z-index: 3;
    opacity: 1;
	animation-name: fadein;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
    animation-duration: .5s;
    color: #fff;
    font-size: 18px;
}
.modal-content {
    padding: 20px;
    width: 80%;
    margin: 100px auto;
    text-align: center;
    background-color: rgba(0,0,0,0.7)
}
#modal-x {
    margin: auto 0 auto auto;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    text-align: right;
}
#purchase-modal-x {
    margin: auto 0 auto auto;
    font-size: 22px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    text-align: right;
}
.visible {
    display: block;
}
.invisible {
    display: none;
}






.video-wrapper {
    max-height: 400px;
    max-width: 400px;
    /* margin: 0 auto; */
    /* padding-top: 56.25%;     */
}

video {
    height: auto;
    width: 100%;    
}

section {
    max-height: 400px;
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
}


@keyframes slide-in-right {
    from {transform: translateX(5000px)}
    to {transform: translateX(0px)}
}
@keyframes slide-in-left {
    from {transform: translateX(-5000px)}
    to {transform: translateX(0px)}
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


#copy-1, #copy-2, #copy-3, #copy-4, #copy-5, #copy-6 {
    display: inline-block;    
}
#copy-1 {
    animation: fadein .25s both .5s;
}
#copy-2 {
    animation: fadein .25s both .6s;
}
#copy-3 {
    animation: fadein .25s both .7s;
}
#copy-4 {
    animation: fadein .25s  both .8s;
}
#copy-5 {
    animation: fadein .25s  both .9s;
}
#copy-6 {
    animation: fadein .25s both 1s;
}

#contest-rules {
    padding: 40px;
}

#rules a {
    color: #709DF0;
    text-decoration: none;
}
#rules a:hover {
    color: #8EB7FF;
}

.transparent-section {
    background-color: rgba(0,0,0, .4);
    color: #fff;
    background: linear-gradient(#350A00, #D79409);
    box-shadow: 0px 0px 2px #F1DD60,0px 0px 2px #F1DD60,0px 0px 2px #F1DD60,0px 0px 2px #F1DD60,0px 0px 2px #F1DD60,0px 0px 2px #F1DD60,0px 0px 2px #F1DD60,0px 0px 2px #F1DD60,0px 0px 2px #F1DD60;
    opacity: .8;
    border-radius: 5px;
}




span {
    /* color: #968343; */
    color: #A9A9A9;
    text-shadow: 1px 1px 3px #000,1px 1px 3px #000,1px 1px 3px #000,1px 1px 3px #000,1px 1px 3px #000,1px 1px 3px #000;
    /* text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff, 0 0 5px #fff, 0 0 5px #fff,
            1px 1px 5px #000, 1px 1px 5px #000,1px 1px 5px #000, 1px 1px 5px #000; */
}

.twitter-button {
    display: block;
    color: #fff;
    background-color: #1DA1F2;
    border-radius: 10px;
    text-decoration: none;
    padding: 20px;
    max-width: 250px;
    font-family: sans-serif;
    margin: 0 auto;
}
.twitter-button:hover {
    filter: brightness(120%);
}