html {
    box-sizing: border-box;
}

*, ::before, ::after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayrotate;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/woff2/Muli-Regular.woff2') format('woff2'),
        url('fonts/woff/Muli-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/woff2/Muli-Italic.woff2') format('woff2'),
        url('fonts/woff/Muli-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/woff2/Muli-Bold.woff2') format('woff2'),
        url('fonts/woff/Muli-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/woff2/Muli-ExtraBold.woff2') format('woff2'),
        url('fonts/woff/Muli-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/woff2/Muli-Black.woff2') format('woff2'),
        url('fonts/woff/Muli-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

::selection {
    background: #62C23F;
    color: #fff;
    text-shadow: none;
}

.srOnly {
    position: absolute!important;
    /* clip: rect(0,0,0,0); */
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
}

body {
    font-family: "Muli", sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #F2F1F1;
    margin: 0;
}

a {
    color: #62C23F;
    text-decoration: none;
    /* text-shadow: 0px 0px 20px rgba(0,0,0,0.1); */
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: 800;
}

figcaption {
    font-size: 0.8em;
    line-height: 1.4em;
    text-align: center;
}

span.required {
    color: #D4422F;
}

.textCenter {
    text-align: center;
}

.adContainer {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    overflow-y: hidden !important;
}


/* start heading styles */

.banner h1, h1.formPageTitle {
    color: #E5E5E5;
    font-weight: 900;
    line-height: 0.7em;
    letter-spacing: 0.02em;
    z-index: 10;
    text-align: center;
}

h1.formPageTitle {
    color: #000;
}

.commentsWrapper h1, .commentsWrapper h2 {
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.banner h1 span {
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.01em;
}

.errorPage h1 {
    color: #000;
    letter-spacing: 0.02em;
    font-weight: 700;
}

.plantDetails h2, .contentPage h2 {
    font-weight: 800;
    letter-spacing: 0.02em;
}

h1.largeHeading {
    font-weight: 800;
    letter-spacing: 0.02em;
    text-align: center;
}

/* end heading styles */

/* start paragraph styles */

p, .contentPage li {
    line-height: 1.6em;
}

.intro p.details {
    text-align: center;
    letter-spacing: 0.01em;
}

a.climateLink {
    font-style: italic;
}

.calendarIndexRow, span.calendarLocation {
    color: #717070;
    font-style: italic;
    letter-spacing: 0.01em;
    margin: 0;
}

span.calendarLocation {
    margin: 0 auto 10px auto;
    text-align: center;
}

.plantGlance p:last-child {
    margin-bottom: 0;
}

.plantDetails p, .errorPage p {
    margin-bottom: 0.8em;
}

.plantDetails p:not(:first-of-type) {
    margin-top: 0px;
}

.loveAndCopy p {
    font-size: 14px;
    margin: 0;
    font-style: italic;
    color: #717070;
}

p.commentsParagraph {
    text-align: center;
}

/* end paragraph styles */

header.pageHeader {
    border-bottom:1px solid #E4E3E3;
}

.headerWrapper, .footerWrapper {
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.logo a {
    width: 100%;
    height: 100%;
    display: block;
}

nav ul {
    list-style: none;
}

/* start home styles */

.intro select {
    display: inline-block;
    font-family: "Muli", sans-serif;
    letter-spacing: 0.01em;
    text-align: center;
    color: #000;
    background-color: #F2F1F1;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    background: #F2F1F1 url(../img/dropdown.svg) 98% 65% no-repeat;
    background-size: 12px 8px;
}

select::-ms-expand {
    display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}

.allProduceLink, .plantProduceLink, .allArticlesLink {
    display: inline-block;
    margin-bottom: 20px;
    border: 2px solid #62C23F;
    border-radius: 40px;
    padding: 8px 20px;
    transition: all 0.15s ease-in-out;
}

.allProduceLink:hover, .plantProduceLink:hover, .allArticlesLink:hover {
    text-decoration: none;
    color: #F2F1F1;
    background: #62C23F;
}

.plantProduceLink {
    margin-bottom: 0;
}

/* .growNow and friends are the selectors for the index plant list */

.roundedRect {
    background: #F9F7F7;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    overflow: hidden;
}

.growNowRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.growNowRow.hasAd {
    justify-content: center;
}

.growNowTitleWrapper, .resultRow a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.growNowRow:nth-child(even), .resultRow:nth-child(even) {
    background: #F4F2F2;
}

.growNowThumb {
    width: auto;
    border-radius: 50%;
    overflow: hidden;
}

.growNowThumb img {
    width: 100%;
    height: 100%;
}

.growNowTitle span, .resultRow span.aka, ul.plantLetterList span.aka {
    font-style: italic;
    color: #706F6F;
}

.growNowRow.loading {
    justify-content: center;
}

.loadImg {
    display: block;
    width: 50px;
    height: 50px;
    animation-duration: 1.6s;
    animation-name: loading;
    animation-iteration-count: infinite;
}

/* end home styles */

/* start form styles */

.flashWarning, .flashMessage {
    text-align: center;
    letter-spacing: 0.02em;
    color: #D4422F;
    border: 2px solid #D4422F;
    border-radius: 8px;
    margin: 20px auto;
    line-height: 1.4em;
}

.flashMessage {
    color: #62C23F;
    border: 2px solid #62C23F;
}

.formErrorMessage {
    margin-top: 10px;
    letter-spacing: 0.02em;
    color: #D4422F;
}

.formWrapper:not(.profileForm) {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    letter-spacing: 0.02em;
}

form, .field {
    width: 100%;
}

.field.checkbox {
    width: auto;
    display: flex;
    flex-flow: row;
    align-items: center;
}

.formWrapper label {
    display: inline-block;
    color: #000;
    font-weight: 700;
}

.formWrapper label.checkLabel {
    font-weight: 400;
}

.formWrapper label.remember {
    display: flex;
    flex-flow: row;
    align-items: center;
    font-weight: 400;
    cursor: pointer;
}

.formWrapper input[type="email"], .formWrapper input[type="password"], .formWrapper input[type="text"], .formWrapper textarea {
    display: block;
    width: 100%;
    background-color: #DDDFDD;
    /* color: #949594; */
    color: #525151;
    font-family: "Muli", sans-serif;
    border-radius: 8px;
    border: none;
    transition: background-color 0.15s ease-in-out;
}

.formWrapper textarea {
    resize: vertical;
}

.formWrapper input[type="email"]:focus, .formWrapper input[type="password"]:focus, .formWrapper input[type="text"]:focus, .formWrapper textarea:focus {
    background-color: #D8DAD8;
}

/* this styles safari's autofill icon */
input::-webkit-credentials-auto-fill-button {
    background-color: #000;
}

.formWrapper input[type="submit"] {
    width: 100%;
    background: #62C23F;
    background: linear-gradient(to bottom right, #9DC23F, #62C23F);
    color: #F9F7F7;
    font-family: "Muli", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: opacity 0.15s ease-in-out;
}

.formWrapper input[type="submit"].negative {
    background: #C23F58;
    background: linear-gradient(to bottom right, #C15F3F, #C23F58);
}

.formWrapper input[type="submit"]:hover {
    opacity: 0.8;
}

input#email {
    display: none !important;
}

.otherWrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.formWrapper a.forgot {
    text-align: right;
    text-decoration: none;
    font-style: italic;
}

/* end form styles */

/* start plant styles */

.banner {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

.banner::after {
    content: "";
    display: block;
    width: 100%;
    height: inherit;
    background: rgba(9, 27, 5, 0.25);
    background: linear-gradient(to bottom right, rgba(14, 43, 8, 0.25), rgba(9, 27, 5, 0.25));
    position: absolute;
    top: 0;
    left: 0;
}

.plantSnippet {
    display: flex;
}

/* start snippet calendar styles */

.calendarWrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    flex-shrink: 0;
}

.calendarRow {
    display: flex;
    flex-flow: row wrap;
}

.calendarMonth {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.calendarMonth:last-child {
    margin-right: 0;
}

.calendarMonthTitle {
    display: block;
    width: 100%;
    text-align: center;
}

.calendarImgCont, .calendarMonth img {
    display: block;
}

.calendarIndex {
    display: flex;
    flex-flow: row wrap;
}

.calendarIndexRow {
    display: flex;
    flex-flow: row-wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}

/* end snippet calendar styles */


/* start comment styles */

#cancelReply {
    font-size: 0.7em;
}

.commentsWrapper ol {
    list-style-type: none;
    padding-inline-start: 0;
}

.commentContainer {
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
}

.commentAvatar {
    width: 80px;
}

.commentAvatar img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.commentBody {
    width: 100%;
}

.commentMeta {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.commentAuthor {
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 0.3em;
}

.authorLocation, .commentMeta time {
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #706F6F;
}

.authorLocation {
    font-style: italic;
}

.commentActions {
    width: 150px;
    padding-top: 10px;
}

.commentActions a {
    margin: 5px 0;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #F9F7F7;
    background: #f00;
    border-radius: 8px;
    transition: opacity 0.15s ease-in-out;
}

.commentActions a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.commentActions a.commentReply {
    background: #62C23F;
    background: linear-gradient(to bottom right, #9DC23F, #62C23F);
}

.commentActions a.commentReply.negative {
    background: #C23F58;
    background: linear-gradient(to bottom right, #C15F3F, #C23F58);
}

ul.children {
    list-style-type: none;
}

.double {
    display: flex;
    justify-content: space-between;
}

.commentForm select, .commentAreaSelect, .contactForm select {
	font-family: "Muli", sans-serif;
    letter-spacing: 0.01em;
    color: #525151;
    background-color: #F2F1F1;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
	border-radius: 8px;
    background: #DDDFDD url(../img/dropdown.svg) 97% 55% no-repeat;
    background-size: 12px 8px;
}

.commentAreaSelect {
    width: auto;
}


/* end comment styles */


/* end plant styles */




/* start produce styles */

.searchContainer {
    position: relative;
}

.searchResults {
    position: absolute;
    left: 0;
    overflow: auto;
}

.resultRow a {
    flex-flow: row;
}

.resultRow img {
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

input.produceSearch {
    display: block;
    background-color: #DDDFDD;
    color: #525151;
    font-family: "Muli", sans-serif;
    border-radius: 8px;
    border: none;
    transition: background-color 0.15s ease-in-out;
}

input.produceSearch:focus {
    background-color: #D8DAD8;
}

input.produceSearch::placeholder {
    color: #939292;
    font-style: italic;
}

.plantIndex {
    display: flex;
    flex-flow: row wrap;
}

span.letter {
    font-weight: 800;
}

ul.plantLetterList {
    list-style-type: none;
}

ul.plantLetterList a {
    line-height: 1.3em;
}

/* end produce styles */



/* start profile styles */

.profileWrapper, .profileNav ul, .profileContent {
    display: flex;
}

.profileWrapper ul {
    list-style-type: none;
}

.profileNav li {
    border-bottom: 1px solid #E3E2E1;
}

.profileNav a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #000;
    transition: all 0.15s ease-in-out;
    position: relative;
    z-index: 1;
}

.profileNav a#delete {
    color: #D4422F;
}

.profileNav a.active, .profileNav a:hover {
    /* background: #62C23F; */
    color: #F9F7F7;
    text-decoration: none;
}

.profileNav a::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #62C23F;
    background: linear-gradient(to bottom right, #9DC23F, #62C23F);
    z-index: -1;
    transition: opacity 0.15s ease-in-out;
    opacity: 0;
}

.profileNav a.active::after, .profileNav a:hover::after {
    opacity: 1;
}

.profileNav a#delete:hover, .profileNav a#delete.active {
    color: #F9F7F7;
}

.profileNav a#delete::after {
    background: #D4422F;
    background: linear-gradient(to bottom right, #C15F3F, #C23F58);
}

.profileContent {
    flex-flow: column;
    justify-content: center;
}

.profileContent li {
    margin: 20px 0;
    letter-spacing: 0.02em;
}

.profileForm .radioRow {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.profileForm .field.radio {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

.profileForm img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.profileForm input[type="radio"] + label {
    width: 80px;
    height: 80px;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
}

.profileForm input[type="radio"]:checked + label:before {
    height: 80px;
    width: 80px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 5px solid #202120;
}

/* end profile styles */


/* start terms styles */

ul.termsList {
    position: relative;
    left: 1em;
}

/* end terms styles */


/* start about styles */

ul.regionList {
    list-style: none;
    margin-top: 1em;
}

p.intro {
    text-align: center;
}

p.intro input[type="number"], p.intro button.tempButton {
    display: inline-block;
    font-family: "Muli", sans-serif;
    letter-spacing: 0.01em;
    color: #000;
    text-align: center;
    background-color: #F9F7F7;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    max-width: 80px;
}

p.intro button.tempButton:not(#selected) {
    border: none;
    color: #000;
    opacity: 0.4;
    transition: opacity 0.2s ease-in-out;
}

p.intro button.tempButton:not(#selected):hover {
    border-bottom: 2px solid #000;
    opacity: 1;
}

p.intro button.tempButton:not(#selected) {
    cursor: pointer;
}

p.intro input[type="number"] {
    -moz-appearance: textfield;
}

p.intro input[type="number"]::-webkit-inner-spin-button,
p.intro input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* end about styles */



/* start articles page styles */

.articles {
    display: flex;
}

article.preview img {
    width: 100%;
}

article.preview h1 {
    font-weight: 800;
    margin-bottom: 0.2em;
}

article.preview span:has(time), main.article span:has(time) {
    font-style: italic;
    font-size: 0.9em;
    opacity: 0.7;
}

a.readMore {
    font-weight: 700;
}

/* end articles page styles */



/* start article styles */

.breadcrumb ul {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li:not(:first-child)::before {
    content: "»";
    margin: 0 5px 0 2px;
}

h1.articleTitle {
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    text-align: left;
}

main.article span:has(time) {
    font-size: 14px;
}

.contentPage.article p {
    margin: 2em 0;
}

ul.articleList, ol.articleList {
    margin-left: 1em;
}

.articleList li {
    margin-bottom: 0.5em;
}

figure {
    margin: 40px 0;
}

figure img {
    max-width: 800px;
    max-height: 500px;
    display: block;
    margin: 0 auto;
}

figure figcaption {
    margin-top: 1em;
}

/* end article styles */

footer {
    background: #F9F7F7;
    letter-spacing: 0.01em;
}

footer nav li {
    display: inline-block;
    margin-right: 20px;
}

footer nav li:last-child {
    margin-right: 0;
}

footer nav a {
    text-decoration: none;
    font-size: 14px;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}

.loveAndCopy span {
    font-style: normal;
    color: #000;
    font-size: 12px;
}

@media (prefers-color-scheme: dark) {

    body {
        color: #E5E5E5;
        background-color: #1B1C1B;
    }

    .allProduceLink:hover, .plantProduceLink:hover, .allArticlesLink:hover {
        color: #1B1C1B;
    }

    .growNowTitle span, .authorLocation, .commentMeta time {
        color: #B8B8B8;
    }

    .intro select, p.intro input[type="number"], p.intro button.tempButton, p.intro button.tempButton:not(#selected), h1.formPageTitle, .formWrapper label, .errorPage h1, .errorPage p, span.calendarLocation, .calendarIndexRow, .loveAndCopy p, .loveAndCopy span {
        color: #E5E5E5;
    }

    .formWrapper input[type="email"], .formWrapper input[type="password"], .formWrapper input[type="text"], .formWrapper textarea {
        color: #B9B9B9;
        background-color: #1B1C1B;
    }

    .formWrapper input[type="email"]:focus, .formWrapper input[type="password"]:focus, .formWrapper input[type="text"]:focus, .formWrapper textarea:focus {
        background-color: #191919;
    }

    input.produceSearch {
        background-color: #212221;
        color: #B9B9B9;
    }

    input.produceSearch::placeholder {
        color: #959695;
    }

    input.produceSearch:focus {
        background-color: #252625;
    }

    /* this styles safari's cancel icon */
    input[type="search"]::-webkit-search-cancel-button {
        color: #B9B9B9;
    }

    header.pageHeader {
        border-bottom:1px solid #494949;
    }

    p.intro input[type="number"], p.intro button.tempButton {
        border-bottom: 2px solid #E5E5E5;
        background-color: #212221;
    }

    p.intro button.tempButton:not(#selected):hover {
        border-bottom: 2px solid #E5E5E5;
    }

    .intro select {
        border-bottom: 2px solid #E5E5E5;
        background: #1B1C1B url(../img/dropdownLight.svg) 98% 65% no-repeat;
        background-size: 12px 8px;
    }


    .roundedRect {
        background: #212221;
    }

    input::-webkit-credentials-auto-fill-button {
        background-color: #949594;
    }

    .growNowRow:nth-child(even), .resultRow:nth-child(even), footer {
        background: #202120;
    }

    .formWrapper input[type="submit"], .commentActions a {
        color: #212221;
    }

    .profileNav li {
        border-color: #373837;
    }

    .profileNav a {
        color: #E5E5E5;
    }

    .profileNav a.active, .profileNav a:hover, .profileNav a#delete.active, .profileNav a#delete:hover  {
        color: #212221;
    }

    .profileForm input[type="radio"]:checked + label:before {
        border: 5px solid #F9F7F7;
    }

    .commentForm input[type="text"], .commentForm textarea {
        background-color: #292A29;
    }

    .commentForm input[type="text"]:focus, .commentForm textarea:focus {
        background-color: #272827;
    }

	.commentForm select, .commentAreaSelect {
		color: #E5E5E5;
		background: #292A29 url(../img/dropdownLight.svg) 95% 55% no-repeat;
        background-size: 12px 8px;
	}

    .contactForm select {
        color: #E5E5E5;
		background: #1B1C1B url(../img/dropdownLight.svg) 97% 55% no-repeat;
        background-size: 12px 8px;
    }

    .contactForm select:focus {
        color: #E5E5E5;
		background: #191919 url(../img/dropdownLight.svg) 97% 55% no-repeat;
        background-size: 12px 8px;
    }

	.commentForm select:focus, .commentAreaSelect:focus {
		background: #272827 url(../img/dropdownLight.svg) 95% 55% no-repeat;
        background-size: 12px 8px;
	}
}


@media screen and (max-width: 926px) {
    /* general phone styles + landscape phone accomodations */

    section.intro .adContainer {
        margin-bottom: 10px;
    }

    .pageAd, .growNowAd, .plantAd {
        min-width: 300px;
        height: 50px;
    }

    .pageAd {
        width: 300px;
    }

    .produceAd {
        width: 100%;
        min-height: 250px;
        /* max-height: 500px !important; */
    }

    /* .adContainer:has(> .produceAd) {
        max-height: 500px !important;
    } */

    /* accomodate for notches */
    header.pageHeader, section, footer {
        padding: 0 15px;
        padding-left: calc(15px + env(safe-area-inset-left));
        padding-right: calc(15px + env(safe-area-inset-right));
        text-align: center;
    }

    /* start heading styles */

    h1.formPageTitle, .errorPage h1 {
        font-size: 28px;
        line-height: 1.2em;
    }

    .banner h1, h1.largeHeading {
        font-size: 36px;
    }

    .banner h1 span {
        font-size: 16px;
    }

    .plantDetails h2, .contentPage h2 {
        font-size: 28px;
        margin-top: 40px;
    }

    .commentsWrapper h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .commentsWrapper h2 {
        font-size: 28px;
        margin: 40px 0 20px 0;
    }

    /* end heading styles */

    /* start paragraph styles */

    .intro p.details, p.intro {
        font-size: 18px;
        line-height: 1.8em;
        margin: 10px 20px;
    }

    p.intro.results {
        margin-top: 30px;
    }

    a.climateLink {
        font-size: 14px;
    }

    .growNowTitle a, .growNowStage, p.errorMessage, .resultRow span.resultName {
        font-size: 18px;
    }

    span.calendarLocation {
        font-size: 14px;
        line-height: 1.4em;
        margin-bottom: 15px;
    }

    .calendarIndexRow {
        font-size: 12px;
    }

    .plantGlance p, .errorPage p {
        font-size: 16px;
        margin: 0 0 8px 0;
    }

    .plantDetails p, .contentPage {
        font-size: 18px;
    }

    span.copyright {
        line-height: 3em;
    }

    p.commentsParagraph {
        font-size: 18px;
    }

    /* end paragraph styles */

    .headerWrapper, .footerWrapper {
        flex-flow: column wrap;
        padding: 20px 0;
    }

    .logo {
        width: 110px;
        height: 25px;
        position: relative;
        bottom: 3px;
    }

    .menuToggle, .menuClose {
        width: 40px;
        height: 40px;
        display:block;
        position: absolute;
        top: 13px;
        right: 13px;
    }

    .navImage {
        display: block;
        width: 100%;
        height: 100%;
        background-size: contain;
    }

    .navImage.menu {
        background: url(../img/menu.svg) top left no-repeat;
    }

    .navImage.close {
        background: url(../img/closeMenu.svg) top left no-repeat;
    }

    .menuClose {
        right: calc(13px + (15px + env(safe-area-inset-right)));
    }

    .mainMenu {
        top: 0;
        right: -100vw;
        background: #F2F1F1;
        min-height: 100vh;
        transition: right 0.15s ease-in-out;
        z-index: 1000;
    }

    .mainMenu ul {
        position: relative;
        top: 51px;
        width: 100vw;
    }

    .mainMenu li {
        border-bottom:1px solid #E4E3E3;
    }

    .mainMenu li:last-child {
        border: none;
    }

    .mainMenu li.signUp {
        background: #62C23F;
    }

    .mainMenu li a {
        display: block;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        letter-spacing: 0.05em;
        transition: all 0.15s ease-in-out;
    }

    .mainMenu li.signUp a {
        color: #F2F1F1;
    }

    /*mobile menu toggled styles*/

    .mainMenu[aria-expanded="true"] {
        display: block;
        right: 0;
        outline: none;
    }

    .mainMenu[aria-expanded="true"] .menuClose {
        z-index: 1001;
    }

    .mainMenu[aria-expanded="true"] ul {
        position: relative;
        z-index: 1000;
    }

    .mainMenu[aria-expanded="true"] + .backdrop {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 998;
        cursor: default;
    }

    @supports (position: fixed) {
        .mainMenu, .mainMenu[aria-expanded="true"] + .backdrop {
            position: fixed;
        }
    }

    /* start home styles */

    .intro select, p.intro input[type="number"] {
        font-size: 18px;
        padding: 0 15px 0 3px;
        border-bottom-width: 1px;
    }

    .growNow {
        margin-bottom: 20px;
    }

    .growNowRow {
        padding: 20px 40px;
        flex-flow: row wrap;
    }

    .growNowTitleWrapper {
        flex-flow: row wrap;
    }

    .growNowThumb {
        width: 60px;
        height: 60px;
        margin-right: 40px;
        transition: all 0.15s ease-in-out;
    }

    .growNowTitle span, .resultRow span.aka {
        font-size: 14px;
    }

    /* end home styles */

    /* start form styles */

    .flashWarning, .flashMessage {
        padding: 10px;
    }

    .formWrapper {
        width: 100%;
        margin: 20px 0;
        padding: 20px;
        text-align: left;
    }

    .field {
        margin-bottom: 20px;
    }

    .field.checkbox {
        width: 100%;
        margin-bottom: 10px;
    }

    .formWrapper label {
        width: auto;
        display: block;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .formWrapper label.remember {
        font-size: 18px;
        margin: 0;
    }

    .formWrapper label.checkLabel {
        margin: 0;
    }

    .formWrapper input[type="email"], .formWrapper input[type="password"], .formWrapper input[type="text"] {
        height: 40px;
        font-size: 18px;
        padding-left: 10px;
    }

    .formWrapper textarea {
        height: 200px;
        font-size: 18px;
        padding-left: 10px;
    }

    .formWrapper input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .formWrapper input[type="submit"] {
        height: 50px;
        font-size: 20px;
    }

    .formWrapper input[type="email"], .formWrapper input[type="password"], .formWrapper input[type="text"], .formWrapper input[type="submit"], .formWrapper textarea, input.produceSearch {
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .otherWrapper {
        flex-flow: column wrap;
        margin-bottom: 20px;
    }

    .formWrapper a.forgot {
        display: block;
        align-self: flex-end;
        font-size: 18px;
    }

    /* end form styles */



    /* start plant styles */

    .banner {
        height: 120px;
    }

    .plantSnippet {
        margin: 15px 0;
        padding-top: 15px;
        padding-bottom: 15px;
        flex-flow: row;
        align-items: center;
        justify-content: center;
    }

    /* start snippet calendar styles */

    .calendarWrapper {
        width: 260px;
        justify-content: center;
        margin-bottom: 15px;
    }

    .calendarRow {
        margin-bottom: 5px;
    }

    .calendarMonth {
        width: 35px;
        margin-right: 8px;
        font-size: 14px;
    }

    .calendarMonthTitle {
        margin: 0 0 4px 0;
    }

    .calendarMonth img {
        width: 35px;
        height: 35px;
    }

    .calendarIndex {
        margin-top: 5px;
    }

    .calendarIndexRow {
        width: 230px;
        margin-bottom: 5px;
    }

    .calendarIndexRow img {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

    /* end snippet calendar styles */

    .plantGlance {
        padding: 0 15px 0 30px;
        text-align: left;
    }

    .plantDetails {
        text-align: left;
        margin-top: 50px;
    }

    .plantProduceLink {
        display: block;
        width: 145px;
        margin-top: 20px;
    }

    /* start comment styles */

    .commentContainer {
        flex-flow: column;
        text-align: left;
    }

    .commentsWrapper {
        margin-top: 40px;
    }

    main:has(.plantArticles) + .commentsWrapper {
        margin-top: 0;
    }

    .commentContainer {
        padding: 20px;
    }

    .commentAvatar img {
        width: 70px;
        height: 70px;
    }

    .commentMeta {
        margin-top: 10px;
    }

    .commentAuthor {
        font-size: 18px;
    }

    .authorLocation, .commentMeta time {
        font-size: 14px;
    }

    .commentContent p {
        font-size: 16px;
    }

    .commentContent {
        margin: 30px 0;
    }

    .commentActions a {
        width: 100px;
        height: 40px;
        font-size: 16px;
    }

    ul.children {
        margin: 10px 0 20px 40px;
    }

    li.comment:not(.reply) {
        margin-bottom: 20px;
    }

    .double {
        flex-flow: column;
    }

    .formWrapper.commentForm {
        margin-top: 0;
        padding: 20px 0;
    }

	.commentForm select, .commentAreaSelect, .contactForm select {
		width: 100%;
		height: 40px;
		font-size: 18px;
		padding-left: 10px;
	}

    .commentAreaSelect {
        margin-top: 10px;
    }

    .commentForm select:first-child, .contactForm select:first-child {
        margin-bottom: 20px;
    }

    /* end comment styles */

    /* end plant styles */

    /* start produce styles */

    input.produceSearch {
        width: 100%;
        height: 40px;
        font-size: 18px;
        padding-left: 10px;
    }

    .searchResults {
        width: 100%;
        top: 40px;
    }

    .resultRow a {
        padding: 20px;
    }

    .resultRow img {
        width: 40px;
        height: 40px;
    }

    .resultName {
        padding-left: 10px;
        text-align: left;
    }

    .noResults {
        padding: 10px;
    }

    .noResults span {
        font-size: 18px;
    }

    .plantIndex {
        margin-top: 20px;
        text-align: left;
    }

    .plantLetter {
        width: 50%;
    }

    span.letter {
        font-size: 32px;
    }

    ul.plantLetterList {
        margin: 20px 0;
    }

    ul.plantLetterList li {
        margin: 10px 0;
    }

    ul.plantLetterList a {
        font-size: 18px;
    }

    ul.plantLetterList .required {
        font-size: 24px;
    }

    ul.plantLetterList span {
        font-size: 14px;
    }

    /* end produce styles */

    /* start profile styles */

    .profileWrapper {
        flex-flow: column;
        margin-bottom: 20px;
    }

    .profileNav ul {
        flex-flow: column;
    }

    .profileNav a {
        width: 100%;
        padding: 15px 0;
    }

    .profileContent {
        justify-content: center;
        font-size: 18px;
        padding: 0 20px;
    }

    .formWrapper.profileForm {
        padding: 0;
    }

    .profileForm .field.radio {
        width: 50%;
    }

    /* end profile styles */


    /* start terms styles */

    .contentPage section {
        text-align: left;
    }

    /* end terms styles */


    /* start about styles */

    p.intro {
        font-size: 22px;
    }

    p.intro select, p.intro input[type="number"] {
        font-size: 22px;
    }

    p.intro input[type="number"] {
        padding: 0 5px;
    }

    p.intro button.tempButton {
        font-size: 22px;
        padding: 0 5px;
        border-bottom-width: 1px;
    }

    p.intro button.tempButton:not(#selected):hover {
        border-bottom-width: 1px;
    }

    /* end about styles */


    /* start articles page styles */

    .articles {
        flex-flow: row wrap;
        justify-content: space-between;
        margin-top: 30px;
    }

    article.preview {
        width: calc(50% - 40px);
        margin-bottom: 40px;
    }

    article.preview .articlePreviewText {
        text-align: left;
    }

    article.preview h1 {
        font-size: 24px;
    }

    .plantArticles {
        margin-top: 40px;
    }

    .plantArticles article.preview:last-child {
        margin-bottom: 0;
    }

    /* end articles page styles */



    /* start article styles */

    h1.articleTitle {
        font-size: 36px;
        margin-bottom: 5px;
    }

    figure {
        margin: 40px 0;
    }

    figure img {
        max-width: 100%;
        max-height: 300px;
        display: block;
    }

    figure figcaption {
        margin-top: 1em;
    }

    /* end article styles */

    footer nav {
        margin-bottom: 10px;
        line-height: 1.6em;
    }

    @media (prefers-color-scheme: dark) {
        .mainMenu {
            background: #1B1C1B;
        }

        .mainMenu li {
            border-bottom:1px solid #494949;
        }

        .mainMenu li a {
            color: #E5E5E5;
        }

        .mainMenu li.signUp a {
            color: #1B1C1B;
        }

        .navImage.menu {
            background: url(../img/menuLight.svg) top left no-repeat;
        }

        .navImage.close {
            background: url(../img/closeMenuLight.svg) top left no-repeat;
        }
    }
}

@media screen and (max-width: 320px){
    /* small phones portait */

    ul.children {
        margin: 10px 0 20px 20px;
    }

}

@media screen and (max-width: 667px) {
    /* most phones portait */

    /* start paragraph styles */

    .growNowStage {
        font-size: 18px;
        margin: 10px 0 0 0;
    }

    /* end paragraph styles */

    /* start home styles */
    .growNowRow {
        flex-flow: column wrap;
        padding: 20px;
    }

    .growNowTitleWrapper {
        flex-flow: column wrap;
    }

    .growNowThumb {
        width: 80px;
        height: 80px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .growNowTitle a {
        font-size: 18px;
        line-height: 1.2em;
    }

    .growNowTitle span {
        display: block;
        font-size: 14px;
    }

    /* end home styles */


    /* start plant styles */


    .plantSnippet {
        flex-flow: column;
    }

    .plantGlance {
        padding: 0 15px;
        text-align: center;
    }

    /* end plant styles */

    /* start produce styles */

    .plantLetter {
        width: 100%;
    }

    .plantLetter.hasAd {
        margin: 20px 0;
    }

    /* end produce styles */


    /* start articles page styles */

    .articles {
        flex-flow: column wrap;
        justify-content: space-between;
    }

    article.preview {
        width: 100%;
    }


    article.preview .articlePreviewText {
        text-align: left;
    }

    /* end articles page styles */
}

@media screen and (min-width: 927px) {
    /* general desktop sizes */

    .adContainer:has(> .pageAd) {
        margin-bottom: 20px;
    }

    .growNowAd, .plantAd {
        width: 1080px;
        height: 90px;
    }

    .pageAd {
        width: 728px;
        height: 90px;
    }

    .produceAd {
        width: 100%;
        min-height: 250px;
        max-height: 500px;
    }

    .allProduceLink {
        display: none;
    }

    .articleLinkHolder {
        text-align: center;
    }

    .allArticlesLink {
        margin-bottom: 40px;
        font-size: 1.5em;
        font-weight: 700;
        padding: 16px 40px;
    }

    /* start heading styles */

    h1.formPageTitle {
        font-size: 48px;
    }

    .banner h1 {
        font-size: 72px;
    }

    .banner h1 span {
        font-size: 24px;
    }

    .errorPage h1 {
        font-size: 42px;
    }

    .plantDetails h2, .contentPage h2 {
        margin-top: 50px;
        font-size: 30px;
    }

    h1.largeHeading {
        font-size: 64px;
        margin: 40px 0;
    }

    .commentsWrapper h1 {
        font-size: 52px;
        margin-bottom: 80px;
    }

    .commentsWrapper h2 {
        font-size: 32px;
        margin: 40px 0 20px 0;
    }

    /* end heading styles */

    /* start paragraph styles */

    .intro p.details, p.intro {
        font-size: 30px;
        margin: 20px 40px;
    }

    p.intro.results {
        margin-top: 30px;
    }

    a.climateLink {
        font-size: 14px;
    }

    .growNowTitle a, .growNowStage, p.errorMessage, .resultRow span.resultName {
        font-size: 20px;
    }

    .calendarIndexRow, span.calendarLocation {
        font-size: 14px;
    }

    .plantGlance p {
        font-size: 20px;
        line-height: 1.8em;
        margin: 0 0 10px 0;
    }

    .plantDetails p, .errorPage p, .contentPage {
        font-size: 20px;
    }

    .loveAndCopy p {
        text-align: center;
    }

    .flashWarning , .flashMessage , .formErrorMessage {
        font-size: 18px;
    }

    p.commentsParagraph {
        font-size: 20px;
    }

    .profileContent p {
        max-width: 390px;
    }

    /* end paragraph styles */

    header.pageHeader {
        height: 100px;
    }

    .headerWrapper, .footerWrapper {
        justify-content: space-between;
    }

    .headerWrapper, footer, section {
        padding: 0 20px;
    }

    .logo {
        width: 167px;
        height: 40px;
        position: relative;
        bottom: 6px;
    }

    .menuToggle, .menuClose {
        display: none;
    }

    .mainMenu li {
        display: inline-block;
        margin-left: 50px;
    }

    .mainMenu li:first-child {
        margin-left: 0;
    }

    .mainMenu li.signUp {
        margin-left: 30px;
    }

    .mainMenu li a {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        letter-spacing: 0.05em;
        transition: all 0.15s ease-in-out;
    }

    .mainMenu .signUp a {
        color: #62C23F;
        border: 2px solid #62C23F;
        padding: 8px 20px;
        border-radius: 40px;
    }

    .mainMenu a:hover {
        color: #62C23F;
    }

    .mainMenu .signUp a:hover {
        color: #F2F1F1;
        background: #62C23F;
    }

    /* start home styles */


    .intro select, p.intro input[type="number"] {
        font-size: 30px;
        padding: 0 20px 0 3px;
    }

    p.intro input[type="number"] {
        padding: 0;
    }

    p.intro button.tempButton {
        font-size: 30px;
        padding: 0 5px;
    }

    .growNow {
        margin-bottom: 50px;
    }

    .growNowRow, .plantSnippet {
        padding: 20px 40px;
        flex-flow: row wrap;
    }

    .growNowTitleWrapper {
        flex-flow: row wrap;
    }

    .growNowThumb {
        width: 80px;
        height: 80px;
        margin-right: 40px;
        transition: all 0.15s ease-in-out;
    }

    .growNowThumb:hover {
        opacity: 0.9;
    }

    .growNowTitle span, .resultRow span.aka {
        font-size: 16px;
    }

    /* end home styles */


    /* start form styles */

    .flashWarning, .flashMessage {
        width: 600px;
        padding: 20px 40px;
    }

    .formWrapper:not(.profileForm) {
        width: 600px;
        margin: 40px auto;
        padding: 20px 40px;
    }

    .field {
        margin-bottom: 20px;
    }

    .field.checkbox {
        margin-bottom: 20px;
    }

    .formWrapper label {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .formWrapper label.remember {
        font-size: 18px;
        margin: 0;
    }

    .formWrapper label.checkLabel {
        margin: 0;
    }

    .formWrapper input[type="email"], .formWrapper input[type="password"], .formWrapper input[type="text"] {
        height: 50px;
        font-size: 18px;
        padding-left: 20px;
    }

    .formWrapper textarea {
        height: 200px;
        font-size: 18px;
        padding: 20px;
    }

    .formWrapper input[type="checkbox"] {
        width: 15px;
        height: 15px;
        margin-right: 10px;
    }

    .formWrapper input[type="submit"] {
        height: 70px;
        font-size: 20px;
    }

    .otherWrapper {
        margin-bottom: 20px;
    }

    .formWrapper a.forgot {
        font-size: 18px;
    }

    /* end form styles */


    /* start plant styles */

    .banner {
        height: 250px;
    }

    .plantSnippet {
        margin: 30px auto;
        flex-flow: row;
        align-items: center;
    }

    /* start snippet calendar styles */

    .calendarWrapper {
        width: 290px;
        margin-right: 80px;
    }

    .calendarRow {
        margin-bottom: 10px;
    }

    .calendarMonth {
        width: 40px;
        margin-right: 10px;
        font-size: 16px;
    }

    .calendarMonthTitle {
        margin: 0 0 8px 0;
    }

    .calendarMonth img {
        width: 40px;
        height: 40px;
    }

/*
    .calendarMonthInfo {
        width: 40px;
        height: 40px;
    }
*/

    .calendarIndex {
        margin-top: 5px;
    }

    .calendarIndexRow {
        width: 265px;
        margin-bottom: 5px;
    }

    .calendarIndexRow img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    /* end snippet calendar styles */


    .plantDetails {
        margin-top: 50px;
    }

    .plantProduceLink {
        margin-top: 40px;
    }

    /* start comment styles */

    .commentContainer {
        flex-flow: row;
    }

    .commentsWrapper {
        margin-top: 80px;
    }

    main:has(.plantArticles) + .commentsWrapper {
        margin-top: 0;
    }

    .commentContainer {
        padding: 20px 40px;
    }

    .commentAvatar img {
        width: 80px;
        height: 80px;
    }

    .commentMeta {
        height: 80px;
    }

    .commentBody {
        margin: 0 40px;
    }

    .commentAuthor {
        font-size: 20px;
    }

    .authorLocation, .commentMeta time {
        font-size: 16px;
    }

    .commentContent p {
        font-size: 18px;
    }

    .commentActions a {
        width: 150px;
        height: 50px;
        font-size: 20px;
    }

    ul.children {
        margin: 20px 0 0 120px;
    }

    li.comment:not(.reply) {
        margin-bottom: 40px;
    }

    .double {
        flex-flow: row;
    }

    .formWrapper.commentForm {
        width: 800px;
        margin-top: 0;
        padding: 20px 0;
    }

	.commentForm select, .commentAreaSelect, .contactForm select {
		width: 50%;
		height: 50px;
		font-size: 18px;
		padding-left: 20px;
        margin: 0 10px 0 0;
	}

    .contactForm select {
        width: 100%;
    }

    .commentAreaSelect {
        width: auto;
        padding-right: 40px;
        margin-left: 10px;
    }

    .commentForm select:last-child{
        margin: 0 0 0 10px;
    }

    /* end comment styles */


    /* end plant styles */

    /* start produce styles */

    .searchContainer {
        width: 800px;
        margin: 0 auto;
    }

    input.produceSearch {
        width: 100%;
        height: 50px;
        font-size: 18px;
        padding-left: 20px;
    }

    .searchResults {
        width: 800px;
        top: 50px;
        z-index: 999;
    }

    .resultRow a {
        padding: 20px;
    }

    .resultRow img {
        width: 60px;
        height: 60px;
    }

    .resultName {
        padding-left: 20px;
    }

    .noResults {
        padding: 20px;
    }

    .noResults span {
        font-size: 20px;
    }

    .plantIndex {
        margin-top: 40px;
    }

    .plantLetter {
        width: 33%;
    }

    .plantLetter.hasAd {
        padding: 0 20px;
    }

    span.letter {
        font-size: 52px;
    }

    ul.plantLetterList {
        margin: 20px 0;
        padding-right: 20px;
    }

    ul.plantLetterList li {
        margin: 10px 0;
    }

    ul.plantLetterList a {
        font-size: 20px;
    }

    ul.plantLetterList .required {
        font-size: 24px;
    }

    ul.plantLetterList span {
        font-size: 16px;
    }

    /* end produce styles */

    /* start profile styles */

    .profileWrapper {
        width: 800px;
        margin: 0 auto 40px auto;
        transition: all 0.15s ease-in-out;
    }

    .profileNav {
        width: 250px;
        border-right: 1px solid #E3E2E1;
    }

    .profileNav ul {
        flex-flow: column;
        height: 100%;
        transition: all 0.15s ease-in-out;
    }

    .profileNav li:last-child {
        border: none;
    }

    .profileNav li {
        display: flex;
        flex-grow: 1;
        min-height: 80px;
        transition: all 0.15s ease-in-out;
    }

    .profileNav a {
        min-height: 80px;
        flex-grow: 1;
        transition: all 0.15s ease-in-out;
    }

    .profileNav a#first::after {
        border-radius: 8px 0 0 0;
    }

    .profileNav a#delete::after {
        border-radius: 0 0 0 8px;
    }

    .profileContent {
        padding: 40px 80px;
        font-size: 20px;
    }

    .formWrapper.profileForm {
        width: 390px;
    }

    .profileForm .field.radio {
        width: 50%;
    }

    /* end profile styles */



    /* start articles page styles */

    .articles {
        flex-flow: row wrap;
        justify-content: space-between;
        margin-top: 60px;
    }

    article.preview {
        width: calc(50% - 40px);
        margin-bottom: 80px;
    }

    .homePage article.preview {
        margin-bottom: 40px;
    }

    .plantArticles {
        margin-top: 80px;
    }

    .plantArticles article.preview {
        margin-bottom: 40px;
    }

    /* end articles page styles */



    /* start article styles */

    h1.articleTitle {
        font-size: 48px;
        margin-bottom: 10px;
    }

    /* end article styles */

    footer nav {
        margin-bottom: 10px;
    }

    .footerWrapper {
        flex-flow: column wrap;
        padding: 20px 0;
    }

    @media (prefers-color-scheme: dark) {

        .mainMenu li a {
            color: #e5e5e5;
        }

        .mainMenu .signUp a {
            color: #62C23F;
            border: 2px solid #62C23F;
        }

        .mainMenu a:hover {
            color: #62C23F;
        }

        .mainMenu .signUp a:hover {
            color: #1B1C1B;
            background: #62C23F;
        }

        .growNowThumb:hover {
            opacity: 0.8;
        }

        .profileNav {
            border-color: #373837;
        }
    }

}

@media screen and (min-width: 1120px) {
    /* wider screens, full container */
    .headerWrapper, section, .footerWrapper {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0;
    }

    .footerWrapper {
        flex-flow: row wrap;
        align-items: flex-start;
        padding: 40px 0 20px 0;
    }

    .loveAndCopy p {
        text-align: right;
    }

    /* start articles page styles */

    .articles {
        justify-content: flex-start;
    }

    article.preview {
        width: calc(33.3333% - 40px);
        margin: 0 20px 80px 20px;
    }

    .plantArticles article.preview {
        margin: 0 20px 40px 20px;
    }

    /* end articles page styles */

}

/* animations */



@keyframes loading {
	0% {
		transform: rotate(0deg);
	}

	4% {
		transform: rotate(0deg);
	}

	8% {
		transform: rotate(0deg);
	}

	18% {
		transform: rotate(-3.6deg);
	}

	20% {
		transform: rotate(0deg);
	}

	28% {
		transform: rotate(7.2deg);
	}

	30% {
		transform: rotate(7.2deg);
	}

	38% {
		transform: rotate(-32.4deg);
	}

	40% {
		transform: rotate(-43.2deg);
	}

	60% {
		transform: rotate(403.2deg);
	}

	62% {
		transform: rotate(392.4deg);
	}

	70% {
		transform: rotate(352.8deg);
	}

	72% {
		transform: rotate(352.8deg);
	}

	80% {
		transform: rotate(360deg);
	}

	82% {
		transform: rotate(356.4deg);
	}

	90% {
		transform: rotate(360deg);
	}

	92% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(360deg);
	}

}
