@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: black;
    font-family: sans-serif;
}
p {
    font-family: 'questrial', sans-serif;
}

/* ----------------------- Navigation Bar ----------*/

header {
    width: 100%;
    height: 70vh;
    background-color: white;
    text-align: center;
}
header ul {
    text-align: right;
    background-color: white;
    padding-top: 14px;
}
header li {
    display: inline-block;
    padding: 19px;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 1px;
    z-index: 2;
}
header li:last-child {
    padding-right: 14px;
}
header img {
    margin-top: 28%;
    letter-spacing: 4px;
    width: 50%;
}
#mobileMenu:hover {
    color: #ff4e00;
}
.menuLink {
    display: block;
    display: none;
}
a:link {
    text-decoration: none;
    color: black;
}
a:visited {
    color: black;
}
a:hover {
    color: #ff5800;
}
#currentPage {
    font-weight: 600;
}
div#calendarHeaderDiv {
    position: relative;
}
div#calendarHeaderDiv img {
    margin-top: 45%;
}
h1#plantTitle {
    font-size: 3em;
    font-weight: 100;
    letter-spacing: 2px;
    position: absolute;
    bottom: 60px;
    left: 30%;
}

/* ----------------------- Image Strip ----------*/

.fullImgStrip {
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
}
#imgStripIndex {
    background-image: url("images/stuffBooksSM.JPG");
    background-position: center;
}
#imgStripRates {
    background-image: url("images/stuff1.jpeg");
    background-position: left;
}
#imgStripCalendar {
    background-image: url("images/artistSetupSM.png");
    background-position: center;
}
#imgStripPlants {
    background-image: url("images/gardenpots.jpg");
    background-position: center;
}

/* ------------------------------- About----------*/

#about {
    background-color: white;
    height: auto;
    overflow: hidden;
    position: relative;
}
#about article {
    width: 100%;
    height: auto;
}
article#aboutRight ul {
    text-align: center;
}

/* ---------- About Left ----------*/

#about h1,
#about p,
#aboutLeft ul {
    margin-left: 10%;
    margin-right: 10%;
}
#about h1 {
    margin-top: 20%;
    margin-bottom: 15px;
    font-size: 2em;
}
#aboutLeft {
    text-align: center;
}

/* ---------- About Right ----------*/

#about h2 {
    margin-top: 60px;
}
#aboutRight ul {
    margin: 20px auto 16%;
    text-align: left;
    width: 200px;
}
#about h2 {
    text-align: center;
}
#aboutRight li {
    list-style-type: none;
    line-height: 180%;
    margin-left: 14px;
}
#aboutRight i {
    margin-right: 10px;
}
#about p {
    line-height: 150%;
    letter-spacing: .1px;
    margin-bottom: 10px;
}

/* ------------------------ Calendar ---------- */

section#calendar {
    background-color: white;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 50px;
}
section#calendar img {
    width: 97%;
}

/* ------------------------ Image Gallery ---------- */

section#imgGallery {
    background-color: white;
    padding-bottom: 40px;
}
section#imgGallery div {
    width: 100%;
    overflow: hidden;
    height: 40vh;
    background-size: cover;
    margin-bottom: 10px;
}
section#imgGallery img {
    max-width: 100%;
    height: auto;
    margin-top: 5px;
}
#gallery1 {
    background-position: left;
    background-image: url(images/stuff4.jpeg);
}
#gallery2 {
    background-position: center;
    background-image: url(images/stuff.jpeg);
}
#gallery3 {
    background-position: center;
    background-image: url(images/stuff1.jpeg);
}

/* ------------------------ Contact ---------- */

section#contact {
    background: white;
    height: auto;
}
div#contactLeft {
    width: 80%;
    margin: 0 auto;
}
#contact h1 {
    margin-bottom: 12px;
    font-size: 2em;
}
#contactLeft p:first-of-type {
    margin-bottom: 18px;
    font-size: 1em;
    letter-spacing: .5px;
    line-height: 150%;
}
#contactLeft p {
    margin-bottom: 8px;
    font-size: .9em;
    letter-spacing: .8px;
}
i.fa-envelope {
    font-size: 80%;
}

/* ---------- Map ----------*/

#map {
    width: 100%;
    height: 200px;
    margin-top: 25px;
    background-color: white;
    border: 1px solid black;
}

/* ---------- Form ----------*/

form {
    width: 80%;
    margin: 0 auto;
}
form h3 {
    margin: 60px 0 10px 0;
}
input[type=text] {
    line-height: 200%;
    padding-top: 3px;
    padding-bottom: 3px;
}
input[type=text],
textarea {
    width: 100%;
    padding-left: 8px;
    font-size: .9em;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid black;
}
textarea {
    height: 200px;
    resize: none;
    overflow-y: auto;
    padding-top: 10px;
}
input:focus,
textarea:focus {
    border: 2px solid orange;
    outline: none;
}
input[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: .9em;
    padding: 9px;
    background-color: white;
    border: 1px solid black;
    outline: none;
    width: 100%;
    margin-bottom: 50px;
}
input[type=button]:hover {
    background-color: black;
    color: white;
    border: none;
}

/* ------------------------- Sell Page -------------------------------------------- */
#shopTitle {
    letter-spacing: 1.5px;
    font-size: 3.1em;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 85%;
    left: 40%;
    font-weight: 100;
}
section#imgStripSell {
    background-image: url(images/stuff4.jpeg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: 40vh;
}
section#sell {
    height: 50vh;
    background-color: white;
    overflow: hidden;
}
section#sell h1{
    margin: 20px 0;
    font-size: 2em;
}
section#sell p {
    line-height: 130%;
    font-family: 'karla', sans-serif;
    font-size: 1.2em;
}
div#sellLeft {
    margin: 60px 10%;
    text-align: center;
    height: auto;
}
div#sellLeft a {
    color: #f74401;
    border-bottom: 2px solid #f74401; 
}
div#sellLeft a:visited {
    color: #f74401;
    border-bottom: 2px solid #f74401;
}
div#sellLeft a:hover {
    color: gray;
    border-bottom: 2px solid gray; 
}
div#sellRight {
    text-align: left;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
}
div#sellRight h2 {
    line-height: 130%;
    letter-spacing: 2px;
    margin: 10px 0 0px -4px;
    font-size: 2.5em;
}

div#sellRight ul {
    list-style-type: none;
    font-size: 1.1em;
    line-height: 140%;
    letter-spacing: 1.5px;
    text-align: right;
    margin: -8px 3% 0 0;
}

section#sellGallery {
    height: auto;
    text-align: center;
    background-color: white;
    padding-bottom: 70px;
}
section#sellGallery div{
    background-size: cover;
    display: inline-block;
    width: 80%;
    height: 40vh;
    margin: 0px 5px 0px 5px; 
    overflow: hidden;
}
#sellgallery1 {
    background-position: center;
    background-image: url(images/stufflabels.jpg);
}
#sellgallery2 {
    background-position: center;
    background-image: url(images/stuffplant.jpg);
    display:none;
}
#sellgallery3 {
    background-position: center;
    background-image: url(images/stuffsnake.jpg);
}

/* ---------------------------- Footer ---------- */

footer {
    height: auto;
    color: white;
    font-size: .8em;
    padding-top: 30px;
}
footer li {
    list-style-type: none;
}
footer ul {
    text-align: center;
}
footer ul#footerMenu {
    margin: 3% 10%;
}
footer ul#footerMenu li {
    margin: 10px 15px;
    font-size: 1.4em;
    letter-spacing: .7px;
    color: #ffffff;
    text-align: justify;
    display: inline-block;
    font-family: 'questrial', sans-serif;
}
footer ul#footerMenu li:first-child {
    font-size: 1.8em;
    padding-right: 10px;
}
footer ul#footerMenu li a:link {
    color: #3b3b3b;
}
footer ul#footerMenu li a:visited {
    color: #3b3b3b;
}
footer ul#footerMenu li a:hover {
    color: #ff4e00;
}

footer a:link {
    text-decoration: none;
    color: white;
}
footer a:visited {
    color: white;
}
footer a:hover {
    color: #ff4e00;
}

#plantHighlight {
    color: #52724e;
    font-weight: 500;
}
#plantHighlight:hover {
    color: #ff5800;
}

/* - Social Media Icons - */

footer ul#social li {
    text-align: center;
    width: 30%;
    display: inline-block;
}
ul#social {
    width: 90%;
    height: auto;
    margin: 50px auto 40px;
}
ul#social i {
    color: #ffffff;
}

/* -------------------------------------- rates.html ----*/

#logoDiv {
    position: relative;
}
img#rent {
    margin-top: -20px;
}
section#rates {
    background-color: white;
    text-align: center;
    padding-bottom: 50px;
}
#space {
    padding-top: 50px;
}
#equipment li {
    text-align: left;
}
section#rates h2 {
    margin: 50px 0 20px;
    letter-spacing: 3px;
    font-weight: 100;
}
section#rates li {
    padding: 10px 0;
    list-style-type: none;
    font-size: 15px;
}
section#rates div#equipment {
    width: 210px;
    margin: 0 auto; 
    border-bottom: 2px solid black;
}
section#rates div#price {
    width: 210px;
    margin: 0 auto;
}
section#rates ul#priceLeft {
    float: left;
    text-align: left;
}
section#rates ul#priceRight {
    float: right;
    text-align: right;
}
section#rates ul {
    clear: right;
    margin-bottom: 100px;
}
section#rates i {
    padding-right: 25px;
}
#peerspace {
    display: none;
    margin: 80px auto 0px;
    width: 70%;
    padding: 10px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-family: 'questrial', sans-serif;
    letter-spacing: .1em;
}

/* ------------------------ Plants ---------- */

section#plants {
    background-color: white;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 50px;
    overflow: auto;
}
div#LibraryInfo {
    width: 80%;
    margin: 0 auto 50px;
    text-align: center;
}
div#LibraryInfo p {
    line-height: 130%;
    letter-spacing: 1px;
}
section#plants aside {
    float: left;
    width: 25%;
    margin-left: 25px;
}
section#plants h1 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'karla', sans-serif;
}

section#plants h1 i {
    font-weight: 100;
    color: #698369;
}
section#plants aside h2 {
    font-size: em;
    margin-bottom: 20px;
}
section#plants aside ul {
    margin-top: 5px;
    margin-left: 21px;
    list-style-type: square;
    font-family: 'questrial', sans-serif;
    
}
section#plants aside li {
    line-height: 130%;
    margin-bottom: 7px;
}
section#plants aside p {
    margin-top: 15px;
}
p#listLetters {
    font-size: 1.5em;
    text-emphasis: bold;
    text-transform: uppercase;
    font-family: sans-serif;
}


article#rightGallery {
    float: right;
    width: 60%;
    margin-right: 5px;
}
#rightGallery div h4 {
    text-align: center;
    margin: 45% 0;
    font-family: sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase; 
    color: rgba(0,0,0,0);
}
#rightGallery h2 {
    margin: 6px 0 20px;
}
.plantGallery {
    width: 210px;
    height: 210px;
    background-color: blue;
    background-size: contain;
    display: inline-block;
    margin: 0 2px 4px;
}
#airplant {
    background-image: url(https://mobileimages.lowes.com/product/converted/022532/022532712923.jpg);
}
#anthurium {
    background-image: url(images/flamingo.jpeg);
}
#arrowhead {
    background-image: url(images/arrowhead.jpg);
}
#bunnyear {
    background-image: url(images/bunnyear.jpg);
}
#dracaena {
    background-image: url(https://i.shgcdn.com/978feadf-4910-4f05-ba70-76c7e09dd12b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}
#fiddleLeaf {
    background-image: url(https://images-na.ssl-images-amazon.com/images/I/41zfM9i3Y9L._SX425_.jpg);
}
#iresine {
    background-image: url(plantimages/iresineSQ.jpeg);
}
#peacock {
    background-image: url(images/peacock.jpg);
}
#peperomia {
    background-image: url(images/peperomia);
}
#polkadot {
    background-image: url(http://cdn.shopify.com/s/files/1/0838/7447/products/image_dc55c9ac-49b0-4687-aef6-06dde111a3f3_1200x1200.jpg?v=1518059572);
}
#prayer {
    background-image: url(images/prayerplantsq.jpg);
}
#silverpothos {
    background-image: url(images/silverpothos.jpg);
}
#snake {
    background-image: url(images/snake.jpg);
}
#zz {
    background-image: url(images/zz.jpg);
}


/* ------------------------ PLANT PAGES ---------- */

section.plantPages {
    background-color: white;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: 'karla', sans-serif;
}
section.plantPages div#mainInfo {
    margin: 60px 7% 50px;
}
section.plantPages h1 {
    font-size: 2.3em;
    letter-spacing: 1px;
    text-overflow: ellipsis;
}
section.plantPages h2 {
    font-weight: normal;
    font-style: italic;
    margin-bottom: 50px;
    font-size: 1em;
}
section.plantPages p {
    line-height: 1.4em;
    letter-spacing: .5px;
    margin-bottom: 15px;
}
section.plantPages b {
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 1.1em;
}
section.plantPages li {
    list-style-type: square;
    font-family: 'questrial', sans-serif;
    line-height: 1.4em;
    margin: 0 0 5px 15px;
}
div#troubleShooting {
    margin: 0 7% 50px;
}
div#troubleShooting p {
    margin-bottom: 10px;
}
div.poisonous {
    margin: 0 0 50px 10%;
    font-family: 'questrial', sans-serif;
}


#airplantStrip {
    background-image: url(https://static1.squarespace.com/static/580abd984402436a4fed69f7/t/59b2c0c4f9a61eed0e8cfdd9/1504887472232/How+to+water%2C+soak+and+care+for+air+plants);
}
#alocasiaStrip {
    background-image: url(http://yastlblog.com/wp-content/uploads/2018/06/alocasia-plant-care-velvety-dark-and-green-plant-how-to-grow-care-tips-houseplant-elephant-ear-grow-care-alocasia-regal-shield-plant-care.jpg);
    background-size: cover;
    background-position: center;
}
#anthuriumStrip {
    background-image: url(http://riversidegardencentre.com/userfiles/product/581e0710519db-anthurium.jpg);
}
#arrowheadStrip {
    background-image: url(../plants/images/arrowhead.jpeg);
    background-size: cover;
    background-position: center;
}
#dracaenaStrip {
    background-image: url(https://images.wagwalkingweb.com/media/articles/dog/dracaena-poisoning/dracaena-poisoning.jpg);
}

#cactusStrip {
    background-image: url(https://cff2.earth.com/uploads/2017/10/25084937/cactus-plant.jpg);
}
#fernStrip {
    background-image: url(http://tgesbiogeek.weebly.com/uploads/2/4/9/5/24950579/6088216_orig.jpg);
}
#fiddleStrip {
    background-image: url(https://mk0gardengoodsd3tst9.kinstacdn.com/wp-content/uploads/2017/07/Ficus-lyrata.jpg);
    background-position: bottom;
    background-size: cover;
}
#goldDustStrip {
    background-image: url(https://mk0gardengoodsd3tst9.kinstacdn.com/wp-content/uploads/2016/09/oth_3288-1_vbig-1024x400.jpg);
    background-position: center;
    background-size: cover;
}
#iresineStrip {
    background-image: url(http://horticulturefrancoeur.com/wp-content/uploads/2014/12/Iresine-herbstii-Aureo-Reticulata.jpg);
}
#jasmineStrip {
    background-image: url(http://www.plantmaster.com/PlantMaster/FullSize/321e.jpg);
    background-position: center;
}
#monsteraStrip {
    background-image: url(https://www.bhg.com.au/media/17178/031418-monstera2.jpg);
}
#philoStrip {
    background-image: url(https://www.healthline.com/hlcmsresource/images/1296x728_Air-Purifying_Plants-3-Golden_Pothos.jpg);
}
#pothosStrip {
    background-image: url(https://cdn.shopify.com/s/files/1/1881/4693/products/20170621-P1040191_2048x.jpg?v=1499289708);
}
#polkadotStrip {
    background-image: url(http://3.bp.blogspot.com/-5aiHAKcxX8w/T3ctva946NI/AAAAAAAAGVA/UmBp6_Y-ZeA/s1600/IMG_8185.jpg);
}
#prayerStrip {
    background-image: url(https://pixfeeds.com/images/20/505198/1200-586371184-prayer-plant-leaves.jpg);
}
#radiatorStrip {
    background-image: url(images/peperomiaStrip.jpg);
}
#snakeStrip {
    background-image: url(images/snakeStrip.jpg);
}
#succulentStrip {
    background-image: url(images/hangingsucculents.jpg);
    background-position: top;
}
#zzStrip {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/9/90/ZZ_Plant_%28Zamioculcas_zamiifolia%29_1.jpg);
}
#calatheaStrip {
    background-image: url(https://static1.squarespace.com/static/599ca6a3e4fcb572c84c0670/t/59dfed46cd39c3246953a32b/1507847495948/IMG_0723.JPG);
}

/* ------------PET FRIENDLY
---------------- PLANT PAGES ---------- */

#petStrip {
    background-image: url(https://mulhalls.com/wp-content/uploads/2018/10/102418-Plants-Pets-post1.jpg);
}