@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200..1000&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif;
}

a:link
{
	color:#3b9929;
	text-decoration:none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

h2 {
    color: #dfff6f;
    font-size: 24px;
}

h3 {
    font-size: 32px;
}

p,
li {
    font-size: 18px;
    line-height: 1.6;
}

/* HEADER */

#header {
    height: 86px;
    display: flex;
    align-items: center;
}

.header-inner {
    display: flex;
    align-items: center;
}

/* HERO */

#hero {
    min-height: 440px;
    background-image: url("images/hero-gradient.png");
    background-repeat: repeat-x;
    background-size: 1px 440px;
}

.hero-content {
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    background-image: url("images/Hero.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 1200px 440px;
}

.hero-content2 {
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#herotitle {
    max-width: 800px;
    color: white;
    font-size: 48px;
    font-weight:300;
}

#herosubtitle {
    max-width: 700px;
    color: white;
    font-size: 30px;
    margin-top: 10px;
}

.highlighted {
    color: #dfff6f;
}

#addtoshopify {
    margin-top: 30px;
}

#starburst {
    position: absolute;
    right: 40px;
    top: 420px;
}

/* TOP SECTION */

.top-section {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    padding: 80px 20px;
    flex-wrap: wrap;
}

#TopLeftPane {
    flex: 0 0 250px;
}

#TopRightPane {
    flex: 1;
    min-width: 300px;
}

/* SUBSCRIBE BAND */

#subscribeband {
    background: #d8d8d8;
    padding: 60px 0;
}

.subscribe-inner {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

#subscribebandleft,
#subscribebandright {
    flex: 1;
    min-width: 300px;
}

.subscribe-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.subscribe-form input {
    padding: 14px;
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
}

.subscribe-form button {
    background: #3b9929;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

/* FEATURES BAND */

#grayband {
    background: #2d2d2d;
    padding: 60px 0;
}

.grayband-inner {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

#graybandleft,
#graybandright {
    flex: 1;
    min-width: 300px;
}

.boxtext {
    color: white;
}

/* SCREENSHOTS */

#screenshots1,
#screenshots2 {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

/* AOV SECTION */

#lightgrayband1 {
    background: #d8d8d8;
    padding: 60px 0;
}

.aov-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.aov-info {
    flex: 1;
    min-width: 280px;
}

.AOVMain {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.AOVSub {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.aov-percent {
    width: 100px;
    font-size: 24px;
    font-weight: bold;
}

.aov-bar-wrap {
    flex: 1;
    min-width: 200px;
}

.aov-bar {
    height: 18px;
    border-radius: 999px;
}

.small {
    width: 35px;
    background: #cde6c8;
}

.medium {
    width: 90px;
    background: #9ecc94;
}

.large {
    width: 200px;
    background: #3b9929;
}

/* ABOUT */

#lightgrayband2 {
    background: #d8d8d8;
    padding: 60px 0;
}

.about-inner {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

#AboutLeftPane {
    flex: 1;
    min-width: 300px;
}

#AboutRightPane {
    flex: 0 0 140px;
}

/* FOOTER */

#charcoalband {
    background: #2d2d2d;
    padding: 60px 0;
}

.footer-inner {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

#FooterLeftPane,
#FooterCenterPane,
#FooterRightPane {
    flex: 1;
    min-width: 220px;
}

#charcoalband p {
    color: white;
}

/* RESPONSIVE */

@media (max-width: 720px) {

#hero {
    min-height: 237px;
    background-image: url("images/hero-gradient.png");
    background-repeat: repeat-x;
    background-size: 1px 237px;
}

#addtoshopify {
    margin-top: 8px;
}

#addtoshopify img
{
     width:50%;
     height:50%
}

    #herotitle {
		width:240px;
		padding-right: calc(100% - 940px);
		color:#FFF;
		font-family: "Nunito", sans-serif;
		font-size:1.3rem;
		float:left;
		display:inline;
		text-shadow: 0 0 10px #004d20, 0 0 20px #003314;
    }

    #herosubtitle {
        font-size: 1rem;
        width:240px;
		text-shadow: 0 0 10px #004d20, 0 0 20px #003314;
    }

    .hero-content {
        background-position: top right;
        justify-content: flex-start;

min-height: 237px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    background-image: url("images/Hero.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 630px 237px;
    }

.hero-content2 {
    min-height: 237px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #starburst {
        width: 100px;
        top: 280px;
        right: 20px;
    }

    .aov-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .aov-percent {
        width: auto;
    }
}