@import url("https://use.typekit.net/byn4sxx.css");

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital@0;1&display=swap');

@font-face {
    font-family: 'soup_of_justicesoupofjustice';
    src: url('../fonts/soupofjustice-webfont.woff2') format('woff2'),
         url('../fonts/soupofjustice-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
  scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.flex {
    display: flex;
}

.carrots-bg {
    background: url(../img/carrots-bg.png);
}

.container {
    margin: 0 auto;
    max-width: 60rem;
    width: 90%;
}

.socialicon:hover,
a:hover {
    opacity: 60%;
    -webkit-transition: opacity 0.25s 0s ease-in-out;
    -moz-transition: opacity 0.25s 0s ease-in-out;
    -o-transition: opacity 0.25s 0s ease-in-out;
    transition: opacity 0.25s 0s ease-in-out;
}

a:hover {
    cursor: pointer;
}

body {
    background: #FFF8F0;
    color: #845528;
    font: 300 1rem/1.5rem 'Source Sans 3', Helvetica, Arial, sans-serif;
}

nav {
    background: rgba(255, 250, 244, .7);
    font: 700 1.15rem/1.15rem hwt-artz, Helvetica, Arial, sans-serif;
    letter-spacing: .04rem;
    position: fixed;
    width: 100%;
    padding: .5rem;
    z-index: 999999999999999999999999999999999999992;
}

.menu-button {
        display: none;
    }

nav div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul li {
    margin-right: 2rem;
}

nav a {
    color: #845528;
}

.mobile-nav {
    text-align: center;
    position: fixed;
    top: 3.2rem;
    height: auto;
    padding: 2rem 0 1rem;
    background: rgba(255, 250, 244, .8);
    width: 100%;
    z-index: 999999999999999999999999999999999999993;
    font: 700 1.15rem/1.15rem hwt-artz, Helvetica, Arial, sans-serif;
    letter-spacing: .04rem;
    display: none;
}

/*
.mobile-nav.open {
    display: block;
}
*/

.menu-button.close::before {
    content: "close ";
}

.mobile-nav li {
    margin-bottom: 1rem;
}

.mobile-nav li a {
    color: #845528;
}

.closescreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999999999999999999999999999999999991;
    display: none;
}

.open {
    display: block;
}

.socialicon {
    width: 2rem;
}

header {
    width: 100vw;
    height: 120vh;
    background: url(../img/carrotsartwork.jpg) 10% / cover no-repeat;
    text-align: center;
}

.logo {
    max-width: 30rem;
    width: 85%
}

header div {
    position: relative;
    top: 20vh;
}

header .flex {
    flex-direction: column;
}

.yuh1 {
    font: 3.5rem/3rem 'soup_of_justicesoupofjustice',Helvetica, Arial, sans-serif;
    color: #FFF8F0;
    margin: 0 auto 1rem;
    width: 95%;
}

.yuh2 {
    font: 700 1.3rem/1.4rem hwt-artz, Helvetica, Arial, sans-serif;
    color: #845528;
    letter-spacing: .04rem;
    margin: 0 auto 2rem;
    width: 95%;
}

.btn {
    border: 4px solid #A5C946;
    background: #A5C946;
    font: 700 1.3rem/1.5rem hwt-artz, Helvetica, Arial, sans-serif;
    color: #FFF8F0;
    padding: 0.8rem 1rem;
    border-radius: .5rem;
    box-shadow: 4px 4px 0px 0px rgba(97, 126, 18, 1);
    -webkit-transition: all 0.25s 0s ease-in-out;
    -moz-transition: all 0.25s 0s ease-in-out;
    -o-transition: all 0.25s 0s ease-in-out;
    transition: all 0.25s 0s ease-in-out;
}

.btn:hover {
    border: 4px solid #A5C946;
    color: #A5C946;
    background: #FFFAF4;
    opacity: 100%;
    -webkit-transition: all 0.25s 0s ease-in-out;
    -moz-transition: all 0.25s 0s ease-in-out;
    -o-transition: all 0.25s 0s ease-in-out;
    transition: all 0.25s 0s ease-in-out;
}

.redbtn {
    background: #EC6E47;
    border: 4px solid #EC6E47;
    box-shadow: 3.7724552154541016px 3.7724552154541016px 0px 0px rgba(142, 47, 18, 1);
    font: 700 1.3rem/1.5rem hwt-artz, Helvetica, Arial, sans-serif;
    color: #FFF8F0;
    padding: 0.8rem 1rem;
    border-radius: .5rem;
    border: 4.03px solid #EC6E47;
    -webkit-transition: all 0.25s 0s ease-in-out;
    -moz-transition: all 0.25s 0s ease-in-out;
    -o-transition: all 0.25s 0s ease-in-out;
    transition: all 0.25s 0s ease-in-out;
}

.redbtn:hover {
    border: 4px solid #EC6E47;
    color: #EC6E47;
    background: #FFFAF4;
    opacity: 100%;
    -webkit-transition: all 0.25s 0s ease-in-out;
    -moz-transition: all 0.25s 0s ease-in-out;
    -o-transition: all 0.25s 0s ease-in-out;
    transition: all 0.25s 0s ease-in-out;
}

.heytherebuckaroo {
    margin-right: 1rem;
}

header br {
    display: none;
}

#wheretobuy {
    padding-top: 10rem;
}

#wheretobuy {
    margin-top: -10rem;
}

#wheretobuy h2 {
    font: 700 2rem/2.5rem hwt-artz, Helvetica, Arial, sans-serif;
    letter-spacing: .04rem;
    background: #FFF8F0;
    text-align: center;
    width: 60%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.25rem 2rem;
    border-radius: 1rem;
}

#wheretobuy div {
    height: 18rem;
}

#wheretobuy div ul {
    z-index: 999999999;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-around;
    align-items: center
}

#wheretobuy ul li {
    text-align: center;
    flex-basis: 25%;
}

#wheretobuy ul li img {
    width: 75%;
}

.wood-divider {
    background: url(../img/wood.png);
    background-repeat: repeat-x;
    background-size: contain;
    height: 3rem;
    width: 100%;
    top: 0%;
    transform: translateY(-50%);
}

#gamephoto{ 
    background: #EAB480;
    text-align: center;
    padding: 5rem 0 4rem;
}

.boardgamephoto {
    width: 100%;
}

.circleblurb {
    background: #A5C946;
    box-shadow: 3.7724552154541016px 3.7724552154541016px 0px 0px rgba(97, 126, 18, 1);
    border-radius: 99999rem;
    width: 14rem;
    height: 14rem;
    padding: 2rem;
    text-align: center;
    color: #FFF8F0;
    font: 3rem/3rem 'soup_of_justicesoupofjustice',Helvetica, Arial, sans-serif;
    letter-spacing: 2%;
    flex-direction: column;
    justify-content: center;
    transform: rotate(13.15deg);
    top: 0;
    right: 2.5%;
}

.circleblurb h3.flex {
    flex-direction: column;
}

.yup {
    font: 2.5rem/2rem 'soup_of_justicesoupofjustice',Helvetica, Arial, sans-serif;
}

.yup2 {
    font: 1.5rem/1.5rem 'soup_of_justicesoupofjustice',Helvetica, Arial, sans-serif;
}

.woodboxes {
    justify-content: center;
    margin-top: 2rem;
}

.woodboxes img {
    width: 15rem;
    margin: 0 2rem;
}

#wheretoplay {
    padding: 5rem 0 8rem;
}

#wheretoplay h2 {
    font: 700 2rem/2.5rem hwt-artz, Helvetica, Arial, sans-serif;
}

#wheretoplay .flex {
    flex-direction: column;
    align-content: center;
    justify-content: center; 
}

#wheretoplay img {
    box-shadow: 8px 8px 0px 0px rgba(202, 84, 47, 1);
    border-radius: .5rem;
    height: 24rem;
}

.wheretoplayinfo {
    box-shadow: 8px 8px 0px 0px rgba(202, 84, 47, 1);
    border-radius: .5rem;
    width: 34rem;
    background: #FFFAF4;
    padding: 3.5rem 3.5rem 4.5rem;
    position: relative;
    z-index: 9999;
}

.wheretoplayinfo ul li a {
    color: #845528;
}

.wheretoplayinfo ul {
    margin: 1rem 0 2rem;
}

.wheretoplayinfo li {
    margin-bottom: .5rem;
}

.wheretoplayinfo .btn {
    color: #FFFAF4;
}

.tiltleft {
    transform: rotate(-5deg);
    margin-bottom: -2rem;
    align-self: flex-start;
}

.tiltright {
    transform: rotate(5deg);
    margin-bottom: -1.5rem;
    align-self: flex-end;
}


#reviews {
    background: #EAB480;
    padding: 5rem 0 2rem;
}

#reviews h2,
#contact h2 {
    font: 3rem/3rem 'soup_of_justicesoupofjustice',Helvetica, Arial, sans-serif;
    text-align: center;
}

.heyyyy {
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.writtenreviews {
    width: 49%;
}

.writtenreviews li {
    background: #FFFAF4;
    box-shadow: 8px 8px 0px 0px rgba(202, 84, 47, 1);
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    padding: 2rem;
    width: 100%;
}

.writtenreviews p {
    margin-bottom: .5rem;
}

.writtenreviews p span {
    color: #EAB480;
}

.morereviews {
    font: 700 2rem/2rem hwt-artz, Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 2rem;
}

.reviewlinks {
    justify-content: space-around;
/*    background: pink;*/
    padding: 0 6rem;
    width: 100%;
    margin-bottom: 5rem;
}

.videoreviews {
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
}

.videoreviews iframe {
    margin-bottom: 3rem;
    border: 5px solid rgba(255, 250, 244, 1);
    width: 560px;
    height: 315px;
}

#contact {
    padding: 4rem 0;
    text-align: center;
}

#contact .flex {
    align-items: center;
    justify-content: space-between;
}

.contactphoto {
    box-shadow: 8px 8px 0px 0px rgba(202, 84, 47, 1);
    border-radius: 14px;
    width: 45%;
}

.contactlink {
    width: 45%;
}

.contactlink h2 {
    margin-bottom: 1rem;
}

input, textarea {
    border: 1px solid #EAB480;
}

footer {
    background: #845528;
    text-align: center;
    padding: 3rem 0;
}

.qjaxlogo {
    width: 8rem;
    margin-bottom: 1.25rem;
}

.comingsoon {
    background: #EAB480;
    color: #FFF8F0;
}

.comingsoon img {
    width: 10rem;
    margin-bottom: 1rem;
}

.comingsoon h1 {
    font: 3.5rem/3.75rem 'soup_of_justicesoupofjustice',Helvetica, Arial, sans-serif;
}

.comingsoon h2 {
    font: 700 2rem/2rem hwt-artz, Helvetica, Arial, sans-serif;
    margin-bottom: 1rem;
}

.heyheyhey {
    position: unset;
    top: unset;
    display: flex;
    height: 98vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.how2play {
    text-align: center;
    padding: 5rem 0 5rem;
    background: #EAB480;
}

.how2play h1 {
    font: 3.5rem/3.75rem 'soup_of_justicesoupofjustice',Helvetica, Arial, sans-serif;
    margin-bottom: 2rem;
    color: #FFF8F0;
}

.how2play img {
    max-width: 680px;
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 2rem;
}

.how2play .btn {
    font-size: 2rem;
}

.howtoplayvideo {
    width: 100%;
    max-width: 680px;
    height: 400px;
    margin-bottom: 3rem;
    border-radius: 5px;
    border: 5px solid rgba(255, 250, 244, 1);
}

@media only screen and (max-width: 940px) {
    
    .woodboxes {
        justify-content: space-between;
    }

    .woodboxes img {
        width: 75%;
        height: auto;
        margin: auto;
    }

}

@media only screen and (max-width: 930px) {
    
    header {
        height: 110vh;
    }
    
    .circleblurb {
        transform: rotate(13.15deg) scale(75%) translate(25%,-25%);
        top: 1%;
        right: 3%;
    }
}

@media only screen and (max-width: 890px) {
    
    nav ul li {
        margin-right: 1rem;
    }
    
    nav {
        font: 700 1rem/1rem hwt-artz, Helvetica, Arial, sans-serif;
    }

    header {
        background: url(../img/carrotsartwork.jpg) 50% 30% / cover no-repeat;
    }
    
    .yuh2 {
        color: #FFF8F0;
    }
    
    .bungo {
        text-shadow: 2px 2px 12px rgba(5,2,1,0.46);
    }

}

@media only screen and (max-width: 713px) {
    
    nav ul li {
        margin-right: 0rem;
    }
    
    .yuppers::after {
        content: "|";
        margin: .15rem;
    }
    
    .howtoplayvideo {
        height: 315px;
    }
    
    header br {
        display: block;
    }   
    
    .heytherebuckaroo {
        margin-right: 0;
        margin-bottom: 100000px;
    }
    
    header {
        height: 125vh;
    }


}

@media only screen and (max-width: 860px){
    .wood-divider {
        background-size: cover;
    }
    
    #wheretobuy h2 {
        font: 700 1.75rem/2rem hwt-artz, Helvetica, Arial, sans-serif;
        width: 75%;
    }
    
    #wheretobuy div {
        height: 70vw;
    }

    #wheretobuy div ul {
        z-index: 999999999;
        top: 50%;
        transform: translateY(-50%);
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }

    #wheretobuy ul li {
        text-align: center;
        flex-basis: 30%;
        margin: 1rem 0;
    }

    #wheretobuy ul li img {
        width: 60%;
    }
    
    #wheretoplay img {
        height: 20rem;
    }

    .wheretoplayinfo {
        box-shadow: 8px 8px 0px 0px rgba(202, 84, 47, 1);
        border-radius: .5rem;
        width: 28rem;
        background: #FFFAF4;
        padding: 2rem 2.25rem 3rem;
        position: relative;
        z-index: 999999;
    }
}

@media only screen and (max-width: 835px) {
    
    .reviewlinks {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        margin-bottom: 2rem;
    }
    
    .reviewlinks li {
        margin: 1.5rem;
    }
}

/*
@media only screen and (max-width: 665px) {
    .bunk {
        display: none;
    }
    
    .menu-button {
        display: block;
    }
}
*/

@media only screen and (max-width: 630px) {
    
    #wheretobuy h2 {
        width: 95%;
        padding: 1rem 1rem;
    }
    
    #wheretobuy div {
        height: 125vw;
    }

    #wheretobuy ul li {
        text-align: center;
        flex-basis: 50%;
        margin: 1rem 0;
    }
    
    .circleblurb {
        transform: rotate(13.15deg) scale(60%) translate(25%,-25%);
        top: -15%;
        right: 3%;
    }
    
    .woodboxes {
        flex-direction: column;
    }
    
    .woodboxes img {
        max-width: 12rem;
    }
    
    .heyyyy {
        display: block;
    }
    
    .writtenreviews {
        width: 100%;
    }
    
    .videoreviews iframe {
        margin-bottom: 3rem;
        border: 5px solid rgba(255, 250, 244, 1);
        width: 90vw;
        height: 55vw;
    }
    
    #contact {
        padding: 2rem 0 3rem;
    }

    #contact .flex {
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .contactphoto {
        box-shadow: 8px 8px 0px 0px rgba(202, 84, 47, 1);
        border-radius: 14px;
        width: 95%;
        margin-bottom: 2rem;
    }

    .contactlink {
        width: 95%;
    }

    .contactlink h2 {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 580px) {
    .bunk {
        display: none;
    }
    
    .menu-button {
        display: block;
    }
    
    .howtoplayvideo {
        height: 250px;
    }
}

@media only screen and (max-width: 570px) {
    
    #wheretoplay img {
        height: 15rem;
    }

    .wheretoplayinfo {
        box-shadow: 8px 8px 0px 0px rgba(202, 84, 47, 1);
        border-radius: .5rem;
        max-width: 21rem;
        background: #FFFAF4;
/*        padding: .5rem 1rem 1rem;*/
        position: relative;
        z-index: 999999;
    }
    
    .tiltleft {
        transform: rotate(-5deg);
        margin-bottom: 0;
        align-self: center;
    }

    .tiltright {
        transform: rotate(5deg);
        margin-bottom: 0;
        align-self: center;
    }

}

@media only screen and (max-width: 540px) {
    
    .circleblurb {
        position: relative;
        transform: rotate(13.15deg) scale(75%) translateX(10%);
    }
    
    .yooo {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 2rem 0 1rem;
        margin-bottom: 0;
    }
    
    .woodboxes {
        margin: 0 auto
    }
    
    #gamephoto{ 
        padding: .25rem 0 3rem;
    }

}

/*
@media only screen and (max-width: 490px) {
    .heytherebuckaroo {
        margin-right: 0;
        margin-bottom: 100rem;
    }
    
}
*/

@media only screen and (max-width: 450px) {

    #wheretobuy h2 {
        width: 95%;
        padding: 1rem 1.25rem;
    }
    
    #wheretobuy div {
        height: 150vw;
    }

    #wheretobuy div ul {
        z-index: 999999999;
        top: 50%;
        transform: translateY(-50%);
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }

    #wheretobuy ul li {
        text-align: center;
        flex-basis: 45%;
    }

    #wheretobuy ul li img {
        width: 80%;
    }
    
    .boardgamephoto {
        display: none;
    }
}

@media only screen and (max-width: 420px) {
    
    #wheretoplay h2 {
        font: 700 1.5rem/1.5rem hwt-artz, Helvetica, Arial, sans-serif;
    }
    
    #wheretoplay img {
        height: auto;
        width: 95%;
    }

    .wheretoplayinfo {
        box-shadow: 8px 8px 0px 0px rgba(202, 84, 47, 1);
        border-radius: .5rem;
        width: 95%;
        background: #FFFAF4;
        padding: 1.5rem 1rem 2rem;
        position: relative;
        z-index: 999999;
    }

    .wheretoplayinfo ul li a {
        color: #845528;
    }

    .wheretoplayinfo ul {
        margin: 1rem 0 2rem;
    }

    .wheretoplayinfo li {
        margin-bottom: .5rem;
    }

    .wheretoplayinfo .btn {
        color: #FFFAF4;
    }

    .tiltleft {
        transform: rotate(0);
        margin-bottom: 1.5rem;
    }

    .tiltright {
        transform: rotate(0);
        margin-bottom: 1.5rem;
    }
    
    #wheretoplay {
    padding: 2rem 0 3rem;
}

}

@media only screen and (max-width: 400px) {
    
    .yuh1 {
        font: 2.8rem/3rem 'soup_of_justicesoupofjustice',Helvetica, Arial, sans-serif;
        color: #FFF8F0;
        margin: 0 auto 1rem;
        width: 95%;
    }
    
    #wheretobuy h2 {
        font: 700 1.25rem/1.5rem hwt-artz, Helvetica, Arial, sans-serif;
        width: 99%;
    }

    .heyyyy {
        display: block;
    }
    
    .writtenreviews {
        width: 100%;
    }
    
    .videoreviews iframe {
        margin-bottom: 3rem;
        border: 5px solid rgba(255, 250, 244, 1);
        width: 90vw;
        height: 55vw;
    }
    
    .writtenreviews li {
        padding: 1.25rem;
    }
    
    .videoreviews iframe {
        margin-bottom: 1.25rem;
    }
    
    .howtoplayvideo {
        height: 250px;
    }
    
}