

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/

/* cormorant-infant-300 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant Infant';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/cormorant-infant-v17-latin-300.woff2') format('woff2'); 
}
/* cormorant-infant-300italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant Infant';
  font-style: italic;
  font-weight: 300;
  src: url('/fonts/cormorant-infant-v17-latin-300italic.woff2') format('woff2'); 
}
/* cormorant-infant-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant Infant';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/cormorant-infant-v17-latin-regular.woff2') format('woff2'); 
}
/* cormorant-infant-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant Infant';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/cormorant-infant-v17-latin-italic.woff2') format('woff2'); 
}
/* cormorant-infant-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant Infant';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/cormorant-infant-v17-latin-500.woff2') format('woff2'); 
}
/* cormorant-infant-500italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant Infant';
  font-style: italic;
  font-weight: 500;
  src: url('/fonts/cormorant-infant-v17-latin-500italic.woff2') format('woff2'); 
}

/* cormorant-garamond-300 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/cormorant-garamond-v16-latin-300.woff2') format('woff2'); 
}
/* cormorant-garamond-300italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  src: url('/fonts/cormorant-garamond-v16-latin-300italic.woff2') format('woff2'); 
}
/* cormorant-garamond-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/cormorant-garamond-v16-latin-regular.woff2') format('woff2'); 
}
/* cormorant-garamond-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/cormorant-garamond-v16-latin-italic.woff2') format('woff2'); 
}
/* cormorant-garamond-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/cormorant-garamond-v16-latin-500.woff2') format('woff2'); 
}
/* cormorant-garamond-500italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  src: url('/fonts/cormorant-garamond-v16-latin-500italic.woff2') format('woff2'); 
}
/* cormorant-garamond-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/cormorant-garamond-v16-latin-600.woff2') format('woff2'); 
}
/* cormorant-garamond-600italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 600;
  src: url('/fonts/cormorant-garamond-v16-latin-600italic.woff2') format('woff2'); 
}

/* cormorant-sc-300 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/cormorant-sc-v18-latin-300.woff2') format('woff2'); 
}
/* cormorant-sc-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/cormorant-sc-v18-latin-regular.woff2') format('woff2'); 
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
    
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}


/* For devices larger than 400px */

@media (min-width: 400px) {
    .container {
        width: 85%;
        padding: 0;
    }
}


/* For devices larger than 550px */

@media (min-width: 550px) {
    .container {
        width: 90%;
    }

    .column,
    .columns {
        margin-left: 4%;
    }

    .column:first-child,
    .columns:first-child {
        margin-left: 0;
    }

    .one.column,
    .one.columns {
        width: 4.66666666667%;
    }

    .two.columns {
        width: 13.3333333333%;
    }

    .three.columns {
        width: 22%;
    }

    .four.columns {
        width: 30.6666666667%;
    }

    .five.columns {
        width: 39.3333333333%;
    }

    .six.columns {
        width: 48%;
    }

    .seven.columns {
        width: 56.6666666667%;
    }

    .eight.columns {
        width: 65.3333333333%;
    }

    .nine.columns {
        width: 74.0%;
    }

    .ten.columns {
        width: 82.6666666667%;
    }

    .eleven.columns {
        width: 91.3333333333%;
    }

    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }

    .one-third.column {
        width: 30.6666666667%;
    }

    .two-thirds.column {
        width: 65.3333333333%;
    }

    .one-half.column {
        width: 48%;
    }

    /* Offsets */
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.66666666667%;
    }

    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17.3333333333%;
    }

    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 26%;
    }

    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34.6666666667%;
    }

    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 43.3333333333%;
    }

    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 52%;
    }

    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 60.6666666667%;
    }

    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 69.3333333333%;
    }

    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 78.0%;
    }

    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 86.6666666667%;
    }

    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 95.3333333333%;
    }

    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34.6666666667%;
    }

    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%;
    }

    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-left: 52%;
    }
}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

html,
body {
    height: 100%;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.5em;
    /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Cormorant Garamond', Garamond, Cochin, serif;
    color: #222;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300;
}

h1 {
    font-size: 3.5rem;
    line-height: 1.2;
}

.merch h1,
.merch h3,
.articles h1,
.article h1,
.article h5:first-of-type {
    text-align: center;
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25;
}

h3 {
    font-size: 3.0rem;
    line-height: 1.3;
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
}

h5 {
    font-size: 1.75rem;
    line-height: 1.5;
}

.article h5 {
    text-transform: uppercase;
}

h6 {
    font-size: 1.5rem;
    line-height: 1.6;
}

ul.more-articles {
    list-style-type: none;
}

ul.more-articles li {
    font-size: 1.15em;
}


/* Larger than phablet */

/*@media (min-width: 550px) {
    h1 {
        font-size: 5.0rem;
    }

    h2 {
        font-size: 4.2rem;
    }

    h3 {
        font-size: 3.6rem;
    }

    h4 {
        font-size: 3.0rem;
    }

    h5 {
        font-size: 2.15rem;
    }

    h6 {
        font-size: 1.875rem;
    }
}*/

p {
    margin-top: 0;
    font-size: 1.25em;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
    cursor: pointer;

}

a,
a:link,
a:visited {
    color: #222;
    border-bottom: 1px solid #000;
    text-decoration: none;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:hover,
a:active,
a:focus {
    /*    color: #0FA0CE;*/
    color: rgb(130 197 202);
    border-color: transparent;
}

.transition {
    transition: all .4s ease-in-out;
}

.amp {
    font-family: Baskerville, serif;
    /*font-style: italic;*/
    font-weight: normal;
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    height: 38px;
    /* padding: 0 30px; */
    padding: 0 5px;
    color: #555;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="file"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="file"].button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="file"].button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
    color: #FFF;
    background-color: #1EAEDB;
    border-color: #1EAEDB;
}

.nav button {
    padding: 0 5px;
    border: none;
}

.fileUpload,
input[type="submit"].donate-btn {
    /*position: relative;*/
    overflow: hidden;
    margin: 10px 10px 2.5rem 0;
    background-color: #0FA0CE1A;
    border: 1px solid lightgray;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


.submit-btn {
    /*background-color: transparent;*/
    border-radius: 4px;
    border: 1px solid #bbb;
    margin-top: 2em;
    font-size: 1.25em;
    padding: 1.5em 3em;
    line-height: .25em;
}

.submit-btn:hover {
    background-color: #a8e5f9;
}


.donate-btn:hover {
    border-color: #888;
}


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */


input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
select {
    height: 38px;
    padding: 6px 10px;
    /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 17em;
}

textarea {
    padding: 6px 10px;
    /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 22em;
}

input[type="text"] {
    max-width: 22em;
}


/* Removes awkward default styles on some inputs for iOS */

input[type="file"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="select"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="file"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #33C3F0;
    outline: 0;
}

label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    cursor: pointer;
    width: 1em;
    height: 1em;
}

label>.label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal;
}

.poohloves {
    display: none;
}

.p-2 {
    margin-bottom: 1em;
    font-size: 1.25em;
}

form input[name="the_year"]::-webkit-contacts-auto-fill-button,
form input[name="the_year"]:focus::-webkit-contacts-auto-fill-button,
form input[name="the_year"]:active::-webkit-contacts-auto-fill-button,
form input[name="author"]::-webkit-contacts-auto-fill-button,
form input[name="author"]:focus::-webkit-contacts-auto-fill-button,
form input[name="author"]:active::-webkit-contacts-auto-fill-button {
    display: none !important;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul {
    list-style: circle inside;
}

ol {
    list-style: decimal inside;
}

ol,
ul {
    padding-left: 0;
    margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}

li {
    margin-bottom: 1rem;
}


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */

code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}

pre>code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */

th,
td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

button,
.button {
    margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 2.5rem;
}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.u-pull-right {
    float: right;
}

.u-pull-left {
    float: left;
}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */

hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Self Clearing Goodness */

.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both;
}


/*Dropdown*/

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown .dropdown-menu {
    text-align: center;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -44px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 165px;
    padding: 12px 10px;
    margin: 0px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: rgb(225 233 234);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.show {
    display: block;
}

/*.open>.dropdown-menu {
    display: block;
}*/

.open>a {
    outline: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


/* Main
–––––––––––––––––––––––––––––––––––––––––––––––––– */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.no-break {
    white-space: nowrap;
}

.fourohfour {
    text-align: center;
    font-size: 2.5em;
    margin: 0 auto;
}

.page {
    max-width: 51em;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
}

#submit-page {
    text-align: center;
}

.mt-4 a {
    font-size: 1.5em;
    display: block;
    /* text-decoration: none; */
    border: none;
    color: darkcyan;
}

.center{
    margin-top: 2em;
    text-align: center;
}


.patronage {

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button,
    input[type=number] {
        -webkit-appearance: none;
        margin: 0;
        -moz-appearance: textfield;
    }

}

#to-top {
    /* margin-top: 2em; */
    text-align: center;
    position: fixed;
    right: 6px;
    bottom: 12px;
    width: 25px;
}

#to-top a {
    font-family: inherit;
    color: #636262;
    font-size: 2em;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    display: block;
    width: 24px;
}

.footer,
.push {
    height: 25px;
    padding-top: 3em;
}

.mark #mark {
    position: absolute;
    /*float: left;*/
    width: 60px;
    height: 60px;
    margin-top: 45px;
    border: 1px solid black;
    border-radius: 50%;
    opacity: .5;
    /*color:#000;*/
}

.mark {
    text-align: center;
}

.mark h1 {
    width: 40px;
    margin: .5em auto .25em;
    border: 1px solid black;
    border-radius: 50%;
    opacity: .5;
    background-color: white;
    color: #000;
    text-align: center;
    padding: 1px 1px 0 0;
    font-size: 2em;
}

.menu a:hover img {
    opacity: 1;
}

.mark a:hover h1 {
    opacity: 1;
    color:
        /*whitesmoke;*/
        black;
    background-color:
        /*#323232;*/
        rgb(201, 230, 232);
}

.mark a svg:hover img#mark {
    fill: #ffffff;
}

.menu img {
    position: absolute;
    right: 10px;
    top: 50px;
    width: 35px;
    height: auto;
    opacity: .5;
}

.nav ul {
    text-align: right;
    margin-bottom: 0;
}

nav.nav ul li {
    display: inline-block;
    padding: 0 .25em;
    margin-bottom: 0;
}

nav.nav ul li a {
    text-decoration: none;
    border: none;
}

.logo {
    font-family: 'Cormorant SC', 'Garamond', Serif;
    text-align: center;
    margin-bottom: 3em;
    /*padding-top: 3em;*/
    /*revert this if not using nav*/
}

.logo h1 {
    display: inline-block;
    border-bottom: 1px solid lightgrey;
    /* padding-bottom: .7em; */
    padding-bottom: 1em;
    margin-top: .2em;
}

.logo h1,
.bbig-ellipse {
    font-weight: 300;
    font-size: 4.5rem;
    /* font-size: 6rem; */
    text-transform: uppercase;
    letter-spacing: .07em;
}

.logo img {
    position: relative;
    display: block;
    margin: -66px auto 1em;
    background-color: white;
    opacity: .8;
    z-index: 1;
}

.logo h6 {
    font-family: "Cormorant Infant", Garamond, Serif;
    /*margin-bottom: 3em;*/
}

span.title-line {
    display: block;
    width: 100%;
    padding-top: 1em;
    border-bottom: black 1px solid;
}

.hamburgler-icon-wrapper {
    top: 2em;
    right: -5em;
}

.bbig-ellipse {
    /*font-size: 9rem;*/
    line-height: 0;
    margin-bottom: .85em;
}

.grid {
   
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.mix {

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
}

button.vote-button {
    padding: 0;
    display: block;
    margin: 0 auto;
    width: 2em;
    /*    margin-bottom: 0;*/
    /*    max-height: 3em;*/
}

button.vote-button img {
    display: none;
    max-width: 2em;
    max-height: 2em;

}

.grid-item:hover button.vote-button img {
    display: block;
    max-width: 2em;
    max-height: 2em;
}

.grid.popularity-layout {

    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    margin: 0;
}

.grid.popularity-layout .grid-item {
    text-align: center;
    width: 100%;
    /* max-width: 75%; */
    margin: 1em auto;
}

.grid.popularity-layout .grid-item h5 {
    font-size: 1.5em;
}

/* Number styling for popularity layout */
.item-number {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    /* Space between number and grid item */
    color: #333;
    /* Adjust color as needed */
    margin-top: 1em;
}

.item-number img.golden-thumb-icon {
    width: 64px;
    /* Adjust size */
    height: auto;
    display: inline-block;
    vertical-align: middle;
    /* Aligns nicely with the grid items */
    padding: 1em 0 0;
    opacity: .7;
}

.grid-item {
    width: 95%;
    padding: 18% 10% 10%;
    margin: 2.5% auto;
    width: 100%;
    background-color: RGBA(225, 233, 234, 0.75);
    /* border: 1px solid black; */
    /* margin: 3% 0%; */
    /* padding: 10% 15%; */
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    /*        display: none;*/
    /*used for mixitup, revert to 'inline-block'*/
    /*    display: inline-block;*/
}



.grid-item:nth-child(3n) {
    background-color: RGBA(239, 239, 239, 0.75);
}

.grid-item:nth-child(4n) {
    background-color: RGBA(221, 221, 221, 0.75);
}

.grid-item:hover {
    background-color: RGBA(225, 233, 234, 1);
}

.grid-item:nth-child(3n):hover {
    background-color: RGBA(239, 239, 239, 1);
}

.grid-item:nth-child(4n):hover {
    background-color: RGBA(221, 221, 221, 1);
}


img.center {
    display: block;
    margin: 2em auto;
}

.pop-thumb {
    padding: 0;
    margin: 0;
    height: 3em;
    display: none;
    position: absolute;
}

.pop-thumb img {
    max-width: 2em;
    height: auto;
}

.grid-item:hover .pop-thumb {
    display: block;
}


.modal {
    display: none;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #e1e9ea;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    text-align: center;
    position: relative;
}

.modal-content {
    width: 95%;
    height: auto;
}

.modal-content p {
    font-size: 1.5em;
}

.close {
    position: absolute;
    width: 38px;
    height: 38px;
    /* border: 2px solid rgb(130 197 202); */
    /* background-color: transparent; */
    /* border-radius: 50%; */
    display: block;
    color: rgb(71 74 74);
    top: 13px;
    right: 13px;
    }
.close::before, .close::after {
    position: absolute;
    top: 16px;
    right: 1px;
    width: 28px;
    height: 3px;
    content: "";
    background-color: rgb(127 127 127);
    display: none;
    }
.close::before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;

    }
.close::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    }
.close:hover { 
    cursor: pointer; 
}

#voting-image-this {
    margin: 0 auto 2em;
    width: 75%;
    display: block;
}

.modal-content p {
    font-size: 1.5em;
}

.modal-content button {
    font-size: 1em;
    padding: 0 1em;
}

.modal-content h4 {}

.fl {
    font-family: "Cormorant Infant", Garamond, Serif;
    font-size: 9em;
}

footer {
    text-align: center;
}

.hidden {
    visibility: hidden;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (min-width: 400px) {}

@media (min-width: 550px) {}

@media (min-width: 670px) {

    .grid-item {
        width: 97.5%;
        padding: 15% 12% 12%;
        margin: 0% 1.25% 2.5%;
    }

    .logo {
        padding-top: 3em;
    }

    .logo h1 {
        font-size: 5.5rem;
        padding-bottom: .7em;
        margin-top: 0;
    }

    .mark h1 {
        position: absolute;
        width: 65px;
        margin-top: 45px;
        border: 1px solid black;
        border-radius: 50%;
        opacity: .75;
        background-color: white;
        /*rgba(153, 213, 216, 1);*/
        color: #000;
        text-align: center;
        padding: 1px 1px 0 0;
        font-size: 5rem;
    }
     p{
        font-size: 1.5em;
    }
    h1 {
        font-size: 5.0rem;
    }

    h2 {
        font-size: 4.2rem;
    }

    h3 {
        font-size: 3.6rem;
    }

    h4 {
        font-size: 3.0rem;
    }

    /*h5 {
        font-size: 3rem;
    }*/

    h6 {
        font-size: 1.75rem;
    }
}

@media (min-width: 870px) {
    /*h1{
        font-size: 4rem;
    }*/
   
    .grid {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .logo h1 {
        font-size: 6rem;
    }

    .pop-grid {
        margin: 2.5% 5%;
    }

    .grid.popularity-layout .grid-item {
        width: 75%;
    }

    .grid.popularity-layout .grid-item h5 {
        font-size: 2em;
    }

}



@media (min-width: 1080px) {


    .grid {
        flex: 1 1 calc(33.33% - 10px); /* Adjust for 3 columns, or modify as needed */
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .grid-item {
        padding: 18% 10% 6% 10%;
        margin: 0% 1.25% 2.5%;
    }

    #voting-image-this {
        width: 70%;
    }
}

@media (hover: none) {
    button.vote-button img {
        display: block;
        opacity: .5;
    }
    #to-top{
        right: 0px;
    }
}

@media (max-width: 780px) {
    .modal-content button {
        font-size: .65em;
        padding: 0 1em;
    }
}
