* {
    font-family: "Lucida Sans", Verdana, "sans-serif";
    font-size: 16px;
    color: black;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#wrapper {
    min-height: 100vh;
    background-color:  black;
    margin: 0 auto;
    display: grid;
    grid-template-areas:"banner"
                        "menu"
                        "content"
                        "footer";
grid-template-columns: 1fr;
grid-template-rows: 90px 50px minmax(650px, auto) 80px;
}

header {
    grid-area: banner;
    background-color: #fffcfd;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.socialmedia {
    display: flex;
    gap: 15px;
    align-items: center;
    position: absolute;
    left: 40px;
}

h1 {
    font-family: 'Franklin Gothic Heavy', 'Arial Narrow', Arial, sans-serif, serif;
    font-size: 400%;
    color: #ff0072;
    margin-bottom: -10px;
}

.logo {
    margin-bottom: 25px;
}

nav {
    grid-area: menu;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fffcfd;
    margin-top: 1px;
}

nav a {
    text-decoration: none;
    font-family: 'Franklin Gothic Heavy', 'Arial Narrow', Arial, sans-serif, serif;
    font-size: 150%;
}

nav ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    width: 100%;
}

nav a:hover {
    color: #ff0072;
}


#home {
    background-color: #fffcfd;
    margin-top: 1px;
}

#home h2 {
    font-family: 'Franklin Gothic Heavy', 'Arial Narrow', Arial, sans-serif, serif;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    margin-top: 25px;
    color: #ff0072;
 

}

#home p {
   text-align: left;
    margin-top: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    margin-left: 100px;
    margin-right: 100px;
    line-height: 2;
}

#home ol, #home li {
    list-style-type: decimal;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 2;
}

#home ol {
    margin-left: 130px;
    margin-top: 20px;
}

#home li {
    margin-bottom: 20px;
}

#link1 a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

#home a:hover {
    color: #ff0072;
}

#home h3, #link2 a {
    font-family: 'Franklin Gothic Heavy', 'Arial Narrow', Arial, sans-serif, serif;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 10px;
    color: #ff0072;
}

#gallery {
    background-color: #fffcfd;
    margin-top: 1px;
}

#row1, #row2, #row3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#row1 img, #row2 img, #row3 img {
    margin: 0;
    padding: 0;
}

#prices {
    background-color: #fffcfd;
    margin-top: 1px;
}

#prices h2 {
    font-family: 'Franklin Gothic Heavy', 'Arial Narrow', Arial, sans-serif, serif;
    font-size: 30px;
    color: #ff0072;
    text-align: center;
    margin-top: 30px;
}

#prices p {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 2;
    margin-left: 100px;
    margin-right: 100px;
}

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

.catalogue-section {
    margin: 40px 100px;
    padding: 20px;
    border-radius: 8px;
    background-color: #fffcfd;
}

.catalogue-section h3 {
    font-family: 'Franklin Gothic Heavy', 'Arial Narrow', Arial, sans-serif, serif;
    font-size: 24px;
    color: #ff0072;
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: left;
}


.catalogue-table th {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    text-align: left;
}

.catalogue-table td {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    padding: 12px 15px;
}

.catalogue-table .price {
    font-weight: bold;
    color: #ff0072;
    text-align: right;
}

#order {
    background-color: #fffcfd;
    margin-top: 1px;
}

form {
    width: 60%;
    margin: 0 auto;
    border: none;
}

#contactinfo {
    margin-top: 20px;
}

.names, .emph {
    padding: 1em;
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
}

legend {
    background: transparent;
    font-size: 22px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-left: 10px;
}

label {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    padding-right: 10px;
    padding-left: 10px;
}

.stiletto, .coffin, .almond, .oval, .squoval, .square, .round {
    padding: 1em;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.design {
    display: flex;
    flex-direction: column;
    padding: 1em;
    margin-top: 5px;
}



#indesign {
    height: 200px;
    width: auto;
    padding: 10px;
}

#inaddress {
    width: 80%;
}

.address, .post, .state {
    padding: 1em;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

input {
    background: transparent;
}

#submit {
    background-color:#EEA3B1;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: .5em;
}

.button {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.short, .medium, .med-long, .long, .xlong, .xxlong {
    padding: 1em;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #EEA3B1;
  color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  bottom: -30px;
  right: 90px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.error {
    color: red;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    display: inline-block;
}

.errorbox {
    padding: 5px;
}

#contact {
    background-color: #fffcfd;
    margin-top: 1px;
}

#contact h2 {
    font-family: 'Franklin Gothic Heavy', 'Arial Narrow', Arial, sans-serif, serif;
    font-size: 30px;
    color: #ff0072;
    text-align: center;
    margin-top: 25px;
}

#team {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

#contactp p {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 2;
    margin-left: 100px;
    margin-right: 100px;
}

#email p {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 2;
    margin-left: 100px;
    margin-right: 100px;
}

footer {
    background-color: #fffcfd;
    margin-top: 1px;
}

footer ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 30px;
}

footer a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: black;

}

footer a:hover {
    color: #ff0072;
}

@media screen and (max-width: 1000px) {
    .socialmedia {
        gap: 5px;
        right: 10px;
    }
    
    h1 {
        font-size: 300%;
    }

}

@media screen and (max-width: 800px) {
    

    .socialmedia {
        display: none;
    }

}

@media screen and (max-width: 600px) {
    #wrapper {
    grid-template-rows: 60px 20px minmax(650px, auto) 50px;
    }

    h1 {
        font-size: 270%;
    }

    .tk, .tw, .fb {
        display: none;
    }

    header img {
        display: none;
    }

    nav a {
        font-size: 100%;
    }


    #home h2 {
        font-size: 170%;
    }

    #home p {
        font-size: 100%;
        line-height: 1.5;
        margin-left: 50px;
        margin-right: 50px;
        text-align: center;
    }

    #home ol, #home li, #link1 a {
        font-size: 100%;
        line-height: 1.5;
    }

    #home ol {
        margin-left: 40px;
        margin-right: 40px;
    }

    #home h3, #link2 a {
        font-size: 25px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    #row1, #row2, #row3 {
        flex-direction: column;
        align-items: center;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #row1 img, #row2 img, #row3 img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #prices p {
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
    }

    form {
        width: 50%;
        padding: 10px;
    }

    textarea {
       padding-bottom: 10px;
    }

    footer ul {
        margin-top: 16px;
        text-align: center;
    }

    footer li {
        padding: 2px;
    }

    footer a {
        font-size: 10px;
    }

    form {
        margin: 0 auto;
        width: 98%;
    }

    #firstName, #lastName {
        width:  200px;
    }
}