/* (NON-COMPREHENSIVE) TO DO:
ASK ABOUT SCOOTING IN NAV TEXT/SEARCH BAR 
PARAGRAPHS: ORGANIZE TEXT PVERFLOW INTO BLOCK*/

body {
    font-family: 'Cormorant Garamond', serif;
    font-family: 'Tenor Sans', sans-serif;
    background-color: #EDF7F6;
}

::-webkit-scrollbar {
    display: none;
}

nav {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
    padding: 7px 7px;
    top: 0%;
    left: 0%;
    background-color: rgba(237, 247, 246, .5);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 999;
}

nav div {
    display: flex;
    flex-direction: row;
    width: 48%;
    justify-content: space-between;
}

#nav a {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 2rem;
    color: #0F3232;
    text-decoration: none;
    padding-right: 1%;
}

#nav a:hover {
    color: #73856B;
    transition: all .3s linear;
}

#nav input {
    display: flex;
    background-color: rgba(76, 89, 71, .6);
    border-radius: 20px;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 2rem;
    color:#0F3232;
    border: none;
}

#hero {
    position: relative;
    height: 100vh;
    background-image: url(../img/bouquethero.jpg);
    background-size: cover;
    background-position: center; 
}

#hero div {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.25);
}

h1 {
    font-family: 'Tenor-Sans', sans-serif;
    font-size: 8rem;
    color:#0F3232;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#properties {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 10%;
}

#behavior {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 10%;
    margin-top: 0px;
}

#materials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 10%;
    margin-top: 0px;
}

#paragraphs h2 {
    font-size: 2.25rem;
    font-family: 'Tenor Sans', sans-serif;
    color:#A20E32;
}

#paragraphs p {
    font-size: 1.5rem;
    font-family: 'Cormorant Garamond bold', serif;
    color: #0F3232;
}

.figure {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

figcaption {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 1rem;
    color:#0F3232;

}

.forms {
    font-size: 1.5rem;
    font-family: 'Cormorant Garamond bold', serif;
    color: #0F3232;
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 10%;
}

#unordered-list {
    font-family: 'Cormorant Garamond bold', serif;
    color: #0F3232;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 10%
}

#unordered-list h3 {
    font-size: 2.25rem;
    font-family: 'Tenor Sans', sans-serif;
    color: #A20E32;
}

ul {
    list-style: disc;
    columns: 2;
    column-width: 150px;
    column-rule: 2px solid #0F3232;
    width: 503px;
    flex: 1;
}

ul li {
    margin-left: 25px;
    margin-bottom: 10px;
}

li::marker {
    color:#0F3232;
  }

table {
    width: 80%;
    margin-right: 10%;
    margin-left: 2%;
}

table #heading {
    font-size: 2.25rem;
    font-family: 'Tenor Sans', sans-serif;
    color: #A20E32;
    border-bottom: 2px solid #0F3232;
}

table td {
    padding: 2% 5% 2% 5%;   
    border-bottom: 2px solid #0F3232; 
}

#contact {
    font-size: 2.25rem;
    font-family: 'Tenor Sans', sans-serif;
    color:#A20E32;
    display: flex;
    padding-bottom: 7%;
}

#contact form {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0% 10%;
}

#contact form div {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-left: 30px;
    justify-content: space-evenly;
}

#contact input {
    background-color: rgba(141, 177, 144, 0.5);
    border-radius: 20px;
    border: none;
    font-family: 'Cormorant Garamond bold', serif;
    font-size: 1.5rem;
    color:#0F3232;
    padding: 5px 0px 5px 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(32, 19, 19, 0.3) 0px 3px 7px -3px;
}

#contact #submit {
    align-self: flex-end;
    background-color: #A20E32;
    border: none;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    font-size: 1.5rem;
    font-family: 'Cormorant Garamond bold', serif;
    color: #EDF7F6;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#contact #question {
    padding-bottom: 280px;
    width: 503px;
    vertical-align: top;
    word-wrap: break-word;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

footer p {
    align-items: center;
    position: absolute;
    width: 30%;
}

footer #return-to-top{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0F3232;
    padding-bottom: 30px;
}

footer #media-icons {
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 15px;
}

footer a:link {
   color: #A20E32;
}

footer a:hover {
    color: #73856B;
    transition: all .3s linear;
}

footer a:visited {
    color: #4C5947;
}

@media only screen and (max-width: 1023px) {
body {
    box-sizing: border-box;
    min-width: 400px;
}

h1 {
    font-size: 4rem;
}

nav {
    flex-direction: row-reverse;
}

#nav a {
    display: none;
}

#nav input {
    width: auto;
}

#hero {
    width: 100%;
}

#hero-caption {
    padding-bottom: 50px;
    font-size: .8rem;
}

h2 {
    font-size: 1.25rem;
    padding-bottom: 15px;
}

#properties {
    flex-direction: column;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 5%;
    padding-bottom: 50px;

}

#behavior {
    flex-direction: column;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 5%;
    padding-bottom: 50px;
}

#materials {
    flex-direction: column;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 5%;
    padding-bottom: 50px;
}

figure {
    box-sizing: border-box;
}

figcaption {
    font-size: .8rem;
}

img {
    max-width: 100%;
    object-fit: cover;

}

.forms {
        flex-direction: column;
        margin-bottom: 3%;
}

#unordered-list {
    margin: 0% 5%;
}

#unordered-list h3 {
    font-size: 1.8rem;
    padding: 3% 0%;
}

ul {
    columns: 1;
    width: auto;
}

li { 
    flex-direction: column;
    flex-wrap: wrap;
    width: auto;    
}

table {
    box-sizing: border-box;
    margin: 5%;
    width: auto;
    max-width: 90%;
}

th {
    font-size: 1.6rem;
}

td {
    font-size: 1.25rem;
    text-align: left;
}

#contact form {
    flex-wrap: wrap;
    margin: auto;
}

section #contact {
    font-size: 1.6rem;
    padding: 5%;
}

#contact form div {
    margin: auto;
    margin-top: 5%;
}

#contact form div input {
    margin-bottom: 5%;
}

label {
    display: none;
}

footer {
    margin: 3% 5%;
}

footer p {
    font-size: .8rem;
    position: relative;
    width: 100%;
    text-align: center;
}

footer #media-icons {
    padding-top: 5%;
}

}