html, body {
  overflow-x: hidden;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    max-width: 100vw;
    width: 100vw;
}

html {
    height: -webkit-fill-available;
}

* {
    color: rgb(80, 80, 80);;
    text-decoration: none;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    scroll-behavior: smooth;
}

#home_grid {
    background: transparent;
}
.nothing{

    
    
    
    
}

#home_grid {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 5vh;
    z-index: 33;
}

#nodl {
    height: 560px;
    position: absolute;
    left: 0;
    right: 0;
}

#home_navbar {
    display: grid;
    grid-template-columns: 20% 80%;
    grid-template-rows: 100%;
    height: 10vh;
}

#home_navbar_left {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

#home_navbar_left > * {
    color: white;
}

#home_navbar_right {
    display: flex;
    align-items: center;
    /* margin-left: 16%; */
    margin-right: 20vw;
    justify-content: center;
    z-index: 3;
}

#home_navbar_right > div:nth-child(2) {
    margin: 0 5%;
}

#home_navbar_right > * > a {
    color: white;
}

#home_text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 8%;
    margin-left: 8%;
    margin-top: 5vh;
    z-index: 999;
}

#home_text > div > h1 {
    font-weight: normal;
    color: white;
    margin: 0 0 1% 0;
    padding: 0;
}

#home_text > div > h2 {
    font-weight: 300;
    color: white;
    margin: 0;
    padding: 0;
}


#home_text > div {
    display: flex;
    align-items: center;
}

#home_engine {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70vh;
    z-index: 999;
}


#home_engine > div {
    margin-left: 8%;
    height: 80%;
    width: 500px;
    background-color: white;
}

#home_engine_engine {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px;
}

#home_engine_engine_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 10%;
}

#home_engine_engine_top > div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    color: rgb(80, 80, 80);
    text-align: center;
}

#home_engine_engine_top > div:nth-child(2) {
    background-color: rgb(220, 220, 220);
    border-radius: 0 15px 0 15px;
}

#home_engine_engine_top > button {
    background-color: #EFEFEF;
}

#home_engine_engine_selectors {
    padding-top: 1.5em;
    padding-bottom: 0.5em;
    display: grid;
    grid-template-rows: repeat(4, 0px 5fr);
    grid-gap: 1px;
    height: 60%;
}

select {
    cursor: pointer;
}

#home_engine_engine_selectors > div {
    z-index: 99;
    margin-left: 6%;
    font-weight: bold;
}

#home_engine_engine_selectors > * {
    padding-top: 2%;
    padding-left: 2%;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
}

#home_engine_engine_buttons {
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: repeat(2, 50%);
    height: 20%;
    width: 90%;
    margin: auto;
}

#home_engine_engine_buttons > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#home_engine_engine_buttons > div > button {
    border-radius: 15px;
    height: 66%;
    width: 99%;
    border: none;
    padding: 1%;
}

#home_engine_engine_buttons > div:nth-child(1) {
    justify-content: start;
}

#home_engine_engine_buttons > div:nth-child(2) {
    justify-content: flex-end;
}

#home_engine_engine_buttons > div:nth-child(1) > button {
    background: transparent;
}

#home_engine_engine_buttons > div:nth-child(2) > button {
    background-color: rgb(21, 56, 36);
    color: white;
}

#concept {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
    min-height: 100vh;
}

#concept_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#concept_title > * {
    color: rgb(80, 80, 80);
    font-weight: normal;
}

#concept_text {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#concept_text > * {
    color: rgb(80, 80, 80);
    font-weight: 180;
    margin: 5% 0 0 0;
    padding: 0;
}

#advanced_engine {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 3%;
}

#advanced_engine_engine {
    width: 90%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 15px;
    background-color: rgb(245, 245, 245);
}

#advanced_engine_name {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15%;
}

#advanced_engine_name > .h2 {
    width: 80%;
    margin: auto;
    text-align: center;
}

#advanced_engine_name > .h2 > h2 {
    color: rgb(80, 80, 80);
    font-weight: normal;
}

#advanced_engine_selector {
    display: grid;
    grid-template-rows: repeat(8, 0px 1fr);
    grid-gap: 1px;
    grid-template-columns: 80%;
    justify-content: center;
    align-content: space-around;
    height: 100%;
}

#advanced_engine_selector > div {
    z-index: 99;
    margin-left: 5px;
    font-weight: bold;
}

#advanced_engine_selector > * {
    border-radius: 15px;
    background-color: transparent;
    padding-top: 2%;
    padding-left: 2%;
}

#benefitsLabel {
    position: absolute;
    right: 0;
    font-weight: bold;
    margin: 5px 5px 5px 0;
}

#lightLabel {
    position: absolute;
    right: 0;
    font-weight: bold;
    margin: 5px;
}

#advanced_engine_buttons {
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: repeat(2, 50%);
    height: 20%;
    margin: 5vh 10%;
}

#advanced_engine_buttons > * {
    display: flex;
    justify-content: center;
    align-items: center;
}

#advanced_engin_button_right {
    justify-content: flex-end;
}

#advanced_engine_button_left {
    justify-content: flex-start;
}

#advanced_engin_button_right > * {
    background-color: rgb(21, 56, 36);
    color: white;
    border: none;
}

#advanced_engine_button_left > * {
    background: transparent;
}

#advanced_engine_buttons > div > button {
    border-radius: 15px;
    width: 99%;
}

#result-container {
    background-color: rgb(21, 56, 36);
    display: grid;
    padding-top: 5%;
    grid-template-rows: 1fr;
    grid-template-columns: 5vw 90vw 5vw;
    padding-bottom: 5%;
}

#result {
    background-color: white;
    border-radius: 15px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
}


#result > * {
    padding: 5%;
}

#plant_name, #listingTable, #divPagination, #btn_prev, #btn_next, #result_button {
    z-index: 10;
}

#plant_name {
    padding: 5%;
    grid-column: 5 / span 4;
    text-align: center;
    color: rgb(80, 80, 80);
    font-weight: bold;
}

#result-image {
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-rows: 1fr 0.1fr;
    grid-template-columns: 1fr;
    grid-gap: 2%;
}

img {
    border-radius: 15px;
}

select {
    background: transparent;
    z-index: 9997;
}

#result-image > button {
    border: none;
    outline: none;
    background: transparent;
    visibility: hidden;
}

#listingTable, #result-image, #result_button {
    grid-row: 2;
    grid-column: span 4;
}

#listingTable {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    list-style: none;
}

#listingTable > li {
    margin-bottom: 2%;
}
.img-home-1 {
    position: absolute;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    border-radius: 0;
}
.img-home-gradient {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0));
}
#result_button {
    display: flex;
    justify-content: center;
    align-items: center;
}

#result_button > * {
    display: flex;
    padding: 1px 13%;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: rgb(31, 66, 50);
    color: white;
    border: none;
    width: 35%;
    height: 7vh;
}

#btn_next, #btn_prev {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: transparent;
    border: none;
    outline: none;
    justify-self: center;
    align-self: center;
}

#result-image > img {
    width: auto;
    height: auto;
    max-height: 300px;
    max-width: 100%;
    align-self: center;
    justify-self: center;
}

#hamburger {
    display: none;
}

@media screen and (min-width: 800px) {
    .link {
        display: block;
        color: white;
        text-decoration: none;
        position: relative;
    }

    .link::after {
        content: "";
        background: white;
        mix-blend-mode: exclusion;
        width: calc(100% + 20px);
        height: 0;
        position: absolute;
        bottom: -4px;
        left: -10px;
        transition: all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }

    .link:hover::after {
        height: calc(100% + 8px)
    }

    #home_engine_engine_buttons > div > button {
        width: 99%;
        height: 66%;
    }

    #advanced_engine_engine {
        width: 50%;
    }

}

@media screen and (min-width: 426px) and (max-width: 799px) {
    #advanced_engine_engine {
        width: 70%;
    }
}

@media screen and (min-width: 650px) and (max-width: 799px) {
    #result-image > img {
        height: 40vh;
        width: auto;
    }
}
@media screen and (max-height: 750px){
	#home_engine{
		height: 525px;
	}
	#home_text{
		height: 75px;
	}
	#home_navbar{
		height: 75px;
	}
}
@media screen and (max-width: 799px) {
    #result-image > img {
    	max-height: 40vh;
    }

    #home_engine_engine_buttons > div > button {
        padding: 0;
    }

    .underline--magical {
        background-image: linear-gradient(120deg, #563635 0%, #563635 100%);
        background-repeat: no-repeat;
        background-size: 100% 0.2em;
        background-position: 0 88%;
        transition: background-size 0.25s ease-in;
    }

    .underline--magical:hover {
        background-size: 100% 88%;
    }

    #hamburger {
        display: inline-block;
        z-index: 9999;
        border-color: transparent;
        top: 3%;
        right: 3%;
        background-color: transparent;
        outline: none;
    }

    .hamburger-closed {
        position: absolute;
    }

    .hamburger-open {
        position: fixed;
    }

    .hamburger-inner {
        background-color: white;
    }

    #home_navbar_left {
        position: absolute;
        right: 0;
        left: 0;
        top: 3%;
    }

    #home_navbar_right {
        position: fixed;
        z-index: 9998;
        left: 0;
        right: 0;
        background-color: #003a00f5;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        transition: all ease-in-out 1s;

    }

    #home_navbar_right > * {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    #home_navbar_right > * > * {
        color: white;
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .open {
        top: 0;
        bottom: 0;
    }

    .closed {
        top: -100vh;
        bottom: 100vh;
    }

    #home_text > div {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #home_engine {
        align-items: center;
        height: 400px
    }

    #home_engine > div {
        margin: 0;
        width: 70%;
        height: 80%;
    }
    #home_grid, .img-home-1 {
    	height: 100vh;
    }
    #plant_name {
        grid-column: 1/span12;
    }

    #result-image, #listingTable, #result_button {
        grid-row: 2;
        grid-column: 1/span12;
    }

    #result_button {
        grid-row: 3;
    }

    #result_button > * {
        border-radius: 100px;
        background-color: rgb(31, 66, 50);
        color: white;
        border: none;
        width: 66%;
        height: 100%;
    }

    #listingTable {
        grid-row: 5;
        align-items: center;
    }

    #listingTable > li {
        text-align: center;
    }


}

@media screen and (max-height: 799px) and (orientation: landscape) {
	#home_grid, .img-home-1 {
	height: auto;
	}
}

/*********************/
/******* Footer ******/
/*********************/
.footer {
    background-color: white;
    padding: 4% 2% 2% 6%;
    width: 92%;
    color: rgb(80, 80, 80);
    display: flex;
    font-weight: 300;
    position: relative;
}

@media (max-width: 1024px) {
    .footer {
        flex-wrap: wrap;
        text-align: left;
        padding: 5% 5% 5% 5%;
        width: 90%;
    }
}

@media (max-width: 768px) {
    .footer {
        flex-wrap: wrap;
        text-align: justify;
        padding: 5% 5% 5% 5%;
        width: 90%;
    }
}

@media (max-width: 425px) {
    .footer {
        flex-wrap: wrap;
        text-align: justify;
        padding: 5% 5% 5% 5%;
        width: 90%;
    }
}

@media (max-width: 375px) {
    .footer {
    }
}

.text-footer {
    padding: 0;
    margin: 0;
    font-weight: 300;
}

@media (min-width: 1441px) {
    .text-footer {
        font-size: 1.2rem;
    }
}

@media (max-width: 1440px) {
    .text-footer {
        font-size: 1.1rem;
    }
}

@media (max-width: 1280px) {
    .text-footer {
        font-size: 0.9rem;
    }
}

@media (max-width: 1024px) {
    .text-footer {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .text-footer {
        font-size: 0.9rem;
    }
}

@media (max-width: 550px) {
    .text-footer {
        font-size: 0.9rem;
    }
}

@media (max-width: 425px) {
    .text-footer {
        font-size: 1rem;
    }
}

@media (max-width: 375px) {
    .text-footer {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .margin-bottom {
        margin: 5% 0 5% 0;
    }
}

.appearance-lang {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    color: rgb(80, 80, 80);
}

.fa {
    padding: 2% 0 0 0;
    font-size: 30px;
    width: 5%;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border-style: none;
}

.fa:hover {
    opacity: 0.7;
}

@media (min-width: 1441px) {
    .fa {
        width: 10%;
        padding: 5% 0 0 0;
    }
}

@media (max-width: 1440px) {
    .fa {
        width: 10%;
        padding: 4% 0 0 0;
    }
}

@media (max-width: 1280px) {
    .fa {
        width: 10%;
        padding: 0% 0 0 0%;
    }
}

@media (max-width: 1024px) {
    .fa {
        width: 12%;
        padding: 3% 0 0 0;
    }
}

@media (max-width: 768px) {
    .fa {
        width: 4.5%;
        padding: 2.5% 0 0 0;
    }
}

@media (max-width: 500px) {
    .fa {
        width: 4%;
        padding: 2% 0 0 0;
    }
}

@media (max-width: 425px) {
    .fa {
        width: 5%;
        padding: 2.5% 0 0 0;
    }
}

@media (max-width: 375px) {
    .fa {
        width: 6%;
        padding: 2.5% 0 0 0;
    }
}

@media (max-width: 320px) {
    .fa {
        width: 6%;
        padding: 2% 0 0 0;
    }
}

/************************/
/******* Copyright ******/
/************************/
.row-3 {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    background-color: white;
    font-weight: 300;
    position: relative;
}

.text-copyright {
    padding: 3% 0;
    margin: 0;
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
}

@media (min-width: 1441px) {
    .text-copyright {
        margin: 0;
        font-size: 1rem;
    }
}

@media (max-width: 1440px) {
    .text-copyright {
        margin: 0;
        font-size: 0.9rem;
    }
}

@media (max-width: 1280px) {
    .text-copyright {
        margin: 0;
        font-size: 0.8rem;
    }
}

@media (max-width: 1024px) {
    .text-copyright {
        margin: 0;
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .text-copyright {
        margin: 0;
        font-size: 0.8rem;
    }
}

@media (max-width: 425px) {
    .text-copyright {
        margin: 0;
        font-size: 0.8rem;
    }
}

@media (max-width: 375px) {
    .text-copyright {
        margin: 0;
        font-size: 0.8rem;
    }
}

@media only screen and (min-width: 1441px) {
    .col-md-2-f {
        flex: 0 0 50%;
        max-width: 45%;
        max-height: 400px;
        text-align: left;
    }
}

@media (max-width: 1440px) {
    .col-md-2-f {
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 0%;
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .col-md-2-f {
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 0%;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .col-md-2-f {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%;
        width: 100%;
        text-align: justify;
    }
}

@media (max-width: 425px) {
    .col-md-2-f {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%;
        width: 100%;
        text-align: justify;
    }
}

@media (max-width: 375px) {
    .col-md-2-f {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%;
        width: 100%;
        text-align: justify;
    }
}

.row-2 {
    flex-wrap: wrap;
    padding: 4% 0 4% 0;
}

@media only screen and (min-width: 769px) {
    .col-md-3-left {
        flex: 0 0 33%;
        max-width: 33%;
        margin: auto 0;
        text-align: left;
    }

    .col-md-3-middle {
        flex: 0 0 33%;
        max-width: 33%;
        text-align: center;
    }

    .col-md-3-right {
        flex: 0 0 33%;
        max-width: 33%;
        margin: auto 0;
    }
}

@media (max-width: 1440px) {
    .col-md-3-right {
        flex: 0 0 33%;
        max-width: 33%;
        margin: auto 0;
    }
}

@media (max-width: 1150px) {
    .col-md-3-right {
        flex: 0 0 33%;
        max-width: 33%;
        margin: auto 0;
    }

    .col-md-3-left {
        flex: 0 0 33%;
        max-width: 33%;
        margin: auto 0;
    }
}

@media (max-width: 1000px) {
    .col-md-3-right {
        flex: 0 0 33%;
        max-width: 33%;
        margin: auto 0;
    }

    .col-md-3-left {
        flex: 0 0 33%;
        max-width: 33%;
        margin: auto 0;
    }

    .col-md-4 {
        flex: 0 0 50%;
        max-width: 40%;
        margin-left: 10%;
        margin-bottom: 2%;
        text-align: left;
    }
}

@media (max-width: 900px) {
    [class*="col-"] {
        width: 100%;
    }

    .col-md-3-left {
        order: 3;
        text-align: center;
        padding-bottom: 3%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 5%;
    }

    .col-md-3-middle {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-3-right {
        order: 2;
        margin-top: 5%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }

    .col-md-3-left {
        order: 3;
        text-align: left;
        padding-bottom: 5%;
        margin-top: 2%;
    }

    .col-md-3-middle {
        order: 1;
    }

    .col-md-3-right {
        order: 2;
        padding-bottom: 5%;
        margin-top: 10%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 1441px) {
    .col-md-2-f {
        flex: 0 0 50%;
        max-width: 45%;
        max-height: 400px;
        text-align: left;
    }

    .col-md-4-f {
        flex: 0 0 25%;
        max-width: 20%;
        margin-left: 5%;
    }
}

@media (max-width: 1440px) {
    .col-md-4-f {
        flex: 0 0 25%;
        max-width: 20%;
        margin-left: 5%;
        text-align: left;
    }

    .col-md-2-f {
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 0%;
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .col-md-4-f {
        flex: 0 0 25%;
        max-width: 20%;
        margin-left: 5%;
        text-align: left;
    }

    .col-md-2-f {
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 0%;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .col-md-4-f {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%;
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
        text-align: justify;
    }

    .col-md-2-f {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%;
        width: 100%;
        text-align: justify;
    }
}

@media (max-width: 425px) {
    .col-md-4-f {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%;
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
        text-align: justify;
    }

    .col-md-2-f {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%;
        width: 100%;
        text-align: justify;
    }
}

@media (max-width: 375px) {
    .col-md-4-f {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%;
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
        text-align: justify;
    }

    .col-md-2-f {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%;
        width: 100%;
        text-align: justify;
    }
}

.btn_reset:hover {
    background: rgba(220, 220, 220) !important;
}

.btn_search:hover {
    background: rgba(0, 30, 0) !important;
}

b {
    font-weight: bold;
}

button {
    cursor: pointer;
}


button {
    height: 50px !important;
}
@media (min-width: 1441px) {
    h1 {
        font-size: 3.8rem;
    }
}
@media (max-width: 1440px) {
    h1 {
        font-size: 3.4rem;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 3rem;
    }
}
@media (max-width: 500px) {
    h1 {
        font-size: 2.6rem;
    }
}
@media (max-width: 435px) {
    h1 {
        font-size: 2.4rem;
    }
}
@media (max-width: 375px) {
    h1 {
        font-size: 2.2rem;
    }
}
@media (max-width: 350px) {
    h1 {
        font-size: 2rem;
    }
}
@media (max-width: 300px) {
    h1 {
        font-size: 2rem;
    }
}
h2 {
    font-weight: 300;
}
@media (min-width: 1441px) {
    h2 {
        font-size: 2.2rem;
    }
}
@media (max-width: 1440px) {
    h2 {
        font-size: 1.9rem;
    }
}
@media (max-width: 768px) {
    h2 {
        font-size: 1.9rem;
    }
}
@media (max-width: 500px) {
    h2 {
        font-size: 1.5rem;
    }
}
@media (max-width: 500px) {
    h2 {
        font-size: 1.5rem;
    }
}
@media (max-width: 435px) {
    h2 {
        font-size: 1.35rem;
    }
}
@media (max-width: 375px) {
    h2 {
        font-size: 1.3rem;
    }
}
@media (max-width: 340px) {
    h2 {
        font-size: 1.15rem;
    }
}
@media (max-width: 1440px) {
    #home_engine_engine_top {
        font-size: 1.1em;
        font-weight: 300;
    }
}
@media (max-width: 768px) {
    #home_engine_engine_top {
        font-size: 1em;
    }
}
@media (max-width: 425px) {
    #home_engine_engine_top {
        font-size: 0.9em;
    }
}
@media (max-width: 375px) {
    #home_engine_engine_top {
        font-size: 0.9em;
    }
}
@media (max-width: 320px) {
    #home_engine_engine_top {
        font-size: 0.8em;
    }
}
#home_engine_engine_selectors > div {
    font-size: 0.85rem;
    color: rgb(80,80,80);
    font-weight: bold;
}
@media (min-width: 1441px) {
    #home_engine_engine_selectors > div {
        font-size: 1rem;
    }
}
@media (max-width: 1440px) {
    #home_engine_engine_selectors > div {
        font-size: 1rem;
    }
}
@media (max-width: 1280px) {
    #home_engine_engine_selectors > div {
        font-size: 0.85rem;
    }
}
@media (max-width: 768px) {
    #home_engine_engine_selectors > div {
        font-size: 0.85rem;
    }
}
@media (max-width: 767px) {
    #home_engine_engine_selectors > div {
        font-size: 0.85rem;
    }
}
@media (max-width: 450px) {
    #home_engine_engine_selectors > div{
        font-size: 0.8rem;
    }
}
@media (max-width: 400px) {
    #home_engine_engine_selectors > div{
        font-size: 0.9rem; /*0.8*/
    }
}
@media (max-width: 350px) {
    #home_engine_engine_selectors > div{
        font-size: 0.7rem;
    }
}
#home_engine_engine_selectors > select {
    color: rgb(80,80,80);
    background: rgba(255, 255, 255, 0);
    cursor:pointer;
}
@media (min-width: 1441px) {
    #home_engine_engine_selectors > select {
        font-size: 1rem;
    }
}
@media (max-width: 1440px) {
    #home_engine_engine_selectors > select {
        font-size: 1rem;
    }
}
@media (max-width: 1350px) {
    #home_engine_engine_selectors > select {
        font-size: 0.8rem;
    }
}
@media (max-width: 1170px) {
    #home_engine_engine_selectors > select {
        font-size: 0.8rem;
    }
}
@media (max-width: 1024px) {
    #home_engine_engine_selectors > select {
        font-size: 0.8rem;
    }
}
@media (max-width: 1023px) {
    #home_engine_engine_selectors > select {
        font-size: 0.8rem;
    }
}
@media (max-width: 768px) {
    #home_engine_engine_selectors > select {
        font-size: 0.8rem;
    }
}
@media (max-width: 767px) {
    #home_engine_engine_selectors > select {
        font-size: 0.8rem;
    }
}
@media (max-width: 650px) {
    #home_engine_engine_selectors > select {
        font-size: 0.8rem;
    }
}
@media (max-width: 550px) {
    #home_engine_engine_selectors > select {
        font-size: 0.8rem;
    }
}
@media (max-width: 425px) {
    #home_engine_engine_selectors > select {
        font-size: 0.8rem;
    }
}
@media (max-width: 400px) {
    #home_engine_engine_selectors > select {
        font-size: 0.8rem;
    }
}
@media (max-width: 350px) {
    #home_engine_engine_selectors > select {
        font-size: 0.75rem;
    }
}
#home_engine_engine_buttons {
    font-size: 0.8rem;
    color:#1F1F1F;
    cursor:pointer;
}
#home_engine_engine_buttons:hover{
    background-color: rgba(220,220,220);
}
@media (min-width: 1441px) {
    #home_engine_engine_buttons {
        background-color: rgba(250,250,250);
        font-size: 1.2rem;
    }
}
@media (max-width: 1440px) {
    #home_engine_engine_buttons {
        background-color: rgba(250,250,250);
        font-size: 1.1rem;
    }
}
@media (max-width: 1280px) {
    #home_engine_engine_buttons {
        background-color: rgba(250,250,250);
        font-size: 1.1rem;
    }
}
@media (max-width: 768px) {
    #home_engine_engine_buttons {
        background-color: rgba(250,250,250);
        font-size: 1rem;
    }
}
@media (max-width: 700px) {
    #home_engine_engine_buttons {
        background-color: rgba(250,250,250);
        font-size: 1rem;
    }
}
@media (max-width: 600px) {
    #home_engine_engine_buttons {
        background-color: rgba(250,250,250);
        font-size: 1rem;
    }
}
@media (max-width: 550px) {
    #home_engine_engine_buttons {
        background-color: rgba(250,250,250);
        font-size: 1rem;
    }
}
@media (max-width: 350px) {
    #home_engine_engine_buttons {
        background-color: rgba(250,250,250);
        font-size: 1rem;
    }
}
@media (min-width: 1441px) {
    #home_navbar_left {
        font-size: 1.4rem;
    }
}
@media (max-width: 1440px) {
    #home_navbar_left {
        font-size: 1rem;
    }
}
@media (max-width: 1280px) {
    #home_navbar_left {
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
    #home_navbar_left {
        font-size: 1rem;
    }
}
@media (max-width: 600px) {
    #home_navbar_left {
        font-size: 1rem;
    }
}
@media (max-width: 500px) {
    #home_navbar_left {
        font-size: 1rem;
    }
}
@media (max-width: 425px) {
    #home_navbar_left {
        font-size: 1rem;
    }
}
@media (max-width: 320px) {
    #home_navbar_left {
        font-size: 1rem;
    }
}
#concept_title > h2{
    color:rgb(80,80,80);
    text-align:center;
    font-weight: normal;
    font-size: 1.9rem;
}
@media (min-width: 1441px) {
    #concept_title > h2 {
        font-size: 2.2rem;
    }
}
@media (max-width: 375px) {
    #concept_title > h2 {
        text-align:center;
        font-size: 1.8rem; /*1.6rem*/
    }
}
p {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    color: rgb(80,80,80);
    padding-top: 6%;
    margin: 0%;
    line-height: 160%;
}
p {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    color: rgb(80,80,80);
    padding-top: 6%;
    margin: 0%;
    line-height: 160%;
}
@media (min-width: 1441px) {
    p {
        line-height: 140%;
        font-size: 1.4rem;
    }
}
@media (max-width: 1440px) {
    p {
        line-height: 140%;
        font-size: 1.3rem;
    }
}
@media (max-width: 1280px) {
    p {
        line-height: 140%;
        font-size: 1.1rem;
    }
}
@media (max-width: 1024px) {
    p {
        line-height: 140%;
        font-size: 1.1rem;
    }
}
@media (max-width: 768px) {
    p {
        line-height: 140%;
        font-size: 1rem;
    }
}
@media (max-width: 425px) {
    p {
        line-height: 140%;
        font-size: 0.9rem;
    }
}
@media (max-width: 375px) {
    p {
        line-height: 140%;
        font-size: 0.85rem;
    }
}
#concept_text{
    color:rgb(80,80,80);
    text-align:center;
    font-weight: 180;
    font-size: 1rem;
}
@media (min-width: 1441px) {
    #concept_text {
        font-size: 1.2rem;
    }
}
@media (max-width: 375px) {
    #concept_text {
        text-align:center;
        font-size: 1rem;
    }
}
.h2{
    text-align: center;
    font-size:1.9rem;
}
@media (max-width: 375px) {
    .h2 {
        font-size:1.8rem;
    }
}
#advanced_engine_selector > div{
    font-weight: bold;
}
@media (max-width: 375px) {
    #advanced_engine_selector > div {
        font-size: 0.9rem;
    }
}
@media (max-width: 350px) {
    #advanced_engine_selector > div {
        font-size: 0.8rem;
    }
}
@media (max-width: 325px) {
    #advanced_engine_selector > div {
        font-size: 0.75rem;
    }
}
#advanced_engine_selector > form {
    font-size: 0.85rem;
    color: rgb(80,80,80);
    border-color:rgba(200, 200, 200);
    border-radius:15px;
    background: rgba(255, 255, 255, 0);
    cursor:pointer;
}
@media (min-width: 1541px) {
    #advanced_engine_selector > form {
        font-size: 1rem;
    }
}
@media (max-width: 1540px) {
    #advanced_engine_selector > form {
        font-size: 1rem;
    }
}
@media (max-width: 1350px) {
    #advanced_engine_selector > form {
        font-size: 1rem;
    }
}
@media (max-width: 1280px) {
    #advanced_engine_selector > form {
        font-size: 0.9rem;
    }
}
@media (max-width: 1170px) {
    #advanced_engine_selector > form {
        font-size: 0.9rem;
    }
}
@media (max-width: 1024px) {
    #advanced_engine_selector > form {
        font-size: 0.9rem;
    }
}
@media (max-width: 768px) {
    #advanced_engine_selector > form {
        font-size: 0.9rem;
    }
}
@media (max-width: 650px) {
    #advanced_engine_selector > form {
        font-size: 0.9rem;
    }
}
@media (max-width: 550px) {
    #advanced_engine_selector > form {
        font-size: 0.9rem;
    }
}
@media (max-width: 425px) {
    #advanced_engine_selector > form {
        font-size: 0.9rem;
    }
}
@media (max-width: 400px) {
    #advanced_engine_selector > form {
        font-size: 0.9rem;
    }
}
@media (max-width: 350px) {
    #advanced_engine_selector > form {
        font-size: 0.75rem;
    }
}
#advanced_engine_buttons {
    font-size: 0.8rem;
    color: #1F1F1F;
    background: rgb(245, 245, 245);
    cursor:pointer;
}
@media (min-width: 1441px) {
    #advanced_engine_buttons {
        font-size: 1.3rem;
    }
}
@media (max-width: 1440px) {
    #advanced_engine_buttons {
        font-size: 1.2rem;
    }
}
@media (max-width: 1280px) {
    #advanced_engine_buttons {
        font-size: 1.1rem;
    }
}
@media (max-width: 768px) {
    #advanced_engine_buttons {
        font-size: 1.1rem;
    }
}
@media (max-width: 375px) {
    #advanced_engine_buttons {
        font-size: 1.1rem;
    }
}
#listingTable {
    font-size: 1rem; /*0.9rem*/
}
@media (min-width: 1441px) {
    #listingTable {
        font-size: 1.1rem;
    }
}
@media (max-width: 1440px) {
    #listingTable {
        font-size: 1rem;
        font-weight: 140;
    }
}
#plant_name {
    font-size: 1.6rem;
    color: rgb(80,80,80);
    text-align: center;
}
@media (min-width: 1441px) {
    #plant_name {
        font-size: 1.6rem;
    }
}
@media (max-width: 1024px) {
    #plant_name {
        font-size: 1.6rem;
    }
}
@media (max-width: 768px) {
    #plant_name {
        font-size: 1.4rem;
    }
}
@media (max-width: 600px) {
    #plant_name {
        font-size: 1.2rem;
    }
}
@media (max-width: 375px) {
    #plant_name {
        font-size: 1.2rem;
    }
}
#buy-button{
    background-color: rgb(31, 66, 50); /*#003A00;*/
    text-align: center;
    font-size: 1.4rem;
}
#buy-button:hover {
    background-color: rgb(21,56,36);
    color: white;
}
@media (min-width: 1441px) {
    #buy-button {
        font-size: 1.4rem;
    }
}
@media (max-width: 1024px) {
    #buy-button {
        font-size: 1.4rem;
    }
}