/* Body */
body {
    background-color: #331708;
    background-image: url("https://www.transparenttextures.com/patterns/tileable-wood-colored.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    margin: 0;
    font-family: 'Darker Grotesque';
    font-size: 16px;
    text-align: center;
}

h1 {
    font-family: 'Birthstone';
    font-size: 40px;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    border-style: double;
    border-left: none;
    border-right: none;
    border-color: white;
    border-width: 6px;
    background-color: #a32f46;
    box-shadow: 2px 2px 4px black;
}

h2 {
    font-family: 'Arapey';
    font-size: 28px;
    color: white;
    text-align: center;
    font-style: italic;
    text-shadow: 2px 2px 2px #939fa3;
}

h3 {
    font-size: 18px;
    font-weight: 800;
    font-family: 'Darker Grotesque';
    text-align: center;
    margin-top: 20px;
}

p {
    font-family: 'Darker Grotesque';
    font-size: 18px;
    color: black;
}

img {
    justify-content: center;
    box-shadow: 2px 2px 4px #000000;
}

iframe {
    justify-content: center;
    border-color: white;
    border-width: 7px;
    border-style: double;
    box-shadow: 2px 2px 4px #000000;
}

/* Header */
header {
    background-color: #54d6b4;
    background-image: url("https://www.transparenttextures.com/patterns/natural-paper.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    /* background image sourced from Transparent Textures (transparenttextures.com) */
    width: 100%;
    margin: auto;
    display: flex;
    gap: 10%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    justify-content: center;

}

/* Logo */

header img {
    margin: auto;
    float: left;
    padding-right: 5%;
    border: none;
    box-shadow: none;
}

/* Nav Bar */

.words-nav {
    float: right;
}

nav ul {
    font-family: 'Birthstone';
    font-size: 36px;
    text-shadow: 2px 2px 4px #000000;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-family: 'Birthstone';
    font-size: 36px;
}

a {
    text-decoration: none;
}

/* Socials */
.socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 2px 2px 4px black;
    background-color: white;
}

.socials img {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    box-shadow: none;
}

/* Footer */
footer {
    clear: both;
    background-color: #596A70;
    background-image: url("https://www.transparenttextures.com/patterns/dust.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    /* background image sourced from Transparent Textures (transparenttextures.com) */
    height: 60px;
    padding-top: 30px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
}





/* HOME PAGE */

/* Works Grid */

.works_grid {
    padding-top: 4.5%;
    padding-bottom: 2%;
    background-color: #596a70df;
    margin-left: 20%;
    margin-right: 20%;
    border-style: solid;
    border-width: 8px;
    border-color: #bbc7caf0;
    box-shadow: 2px 2px 4px #000000;
}

.works_grid img {
    border-color: white;
    border-width: 7px;
    border-style: double;
}

.button {
    display: flex;
    justify-content: space-evenly;
    background-color: #a32f46;
    border-style: outset;
    border-color: white;
    border-width: 6px;
    margin-top: 2%;
    margin-left: 40%;
    margin-right: 40%;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas:
        "da_img ph_img"
        "ve_img wr_img";
    gap: 1%;
    justify-content: center;
}

.da_text {
    font-family: 'Arapey';
    font-size: 28px;
    font-style: italic;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    text-align: center;
    margin: 0;
    padding: 7px;
}

.ph_text {
    font-family: 'Arapey';
    font-size: 28px;
    font-style: italic;
    color: white;
    text-shadow: 2px 2px 4px black;
    text-align: center;
    margin: 0;
    padding: 7px;
}

.ve_text {
    font-family: 'Arapey';
    font-size: 28px;
    font-style: italic;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    text-align: center;
    margin: 0;
    margin: 0;
    padding: 7px;
}

.wr_text {
    font-family: 'Arapey';
    font-size: 28px;
    font-style: italic;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    text-align: center;
    margin: 0;
    padding: 7px;
}

/* Slogan */
.slogan {
    font-family: 'Birthstone';
    font-size: 36px;
    color: black;
    text-align: center;
    font-weight: 500px;
    text-shadow: 2px 2px 4px #939fa3;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
    background-color: white;
}

/* About Me */

.head-img {
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.head-img img {
    border-color: white;
    border-radius: 50%;
    border-style: solid;
    border-width: 12px;
}

.about {
    margin-top: 30px;
}

.about h1 {
    margin-bottom: 20px;
    margin-top: 30px;
    color: white;
    text-shadow: 2px 2px 2px black;
}

ul {
    margin-left: -40px;
    margin-top: -10px;
    text-decoration: none;
    list-style-type: none;
}

#acon {
    padding-left: 40px;
    padding-right: 40px;
}

.ar {
    display: flex;
    flex-direction: row;
}

.col1 {
    align-items: baseline;
    width: 50%;
    background-color: white;
    margin-top: 10px;
    margin-left: 110px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 15px;
    border-style: outset;
    border-color: #a32f46dc;
    border-width: 10px;
}

.col2 {
    align-items: baseline;
    width: 50%;
    background-color: white;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 110px;
    margin-bottom: 20px;
    padding: 15px;
    border-style: outset;
    border-color: #a32f46dc;
    border-width: 10px;
}





/* ABOUT PAGE*/

.space {
    padding: 3%;
}

/* Slogan Breakdown */

.sbd {
    display: grid;
    grid-template-columns: 25% 25% 25%;
    justify-content: center;
    gap: 40px;
    color: white;
    margin: auto;
}

.sbd h2 {
    text-shadow: 2px 2px 4px black;
}

.sbd p {
    color: white;
}

.slogan-part1 {
    background-color: #596A70;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.838);
    border-width: 10px;
    box-shadow: 4px 4px 4px black;
    padding-left: 8px;
    padding-right: 8px;
}

.slogan-part2 {
    background-color: #596a70;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.838);
    border-width: 10px;
    box-shadow: 4px 4px 4px black;
    padding-left: 8px;
    padding-right: 8px;
}

.slogan-part3 {
    background-color: #596a70;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.838);
    border-width: 10px;
    box-shadow: 4px 4px 4px black;
    padding-left: 8px;
    padding-right: 8px;
}

/* SKARP*/

#skarp {
    justify-content: center;
    margin: 0;
    height: 900px;
    padding: 2%;
}

#skarp h2 {
    color: white;
    text-shadow: 2px 2px 4px #596A70;
}

.icon {
    font-size: 75px;
    text-shadow: 2px 2px 4px #596A70;
    justify-content: center;
}

/* Icon Row 1 */
.scon1 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 15px;
    padding-bottom: 3%;
}

.skarp-cont1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: transparent;
    width: 450px;
    height: 190px;
    border-style: outset;
    border-color: white;
    border-width: 10px;
    box-shadow: 4px 4px 4px black;
    transition: 1.5s;
}

.skarp-cont1:hover {
    height: 250px;
    text-align: center;
    background-color: white;
}

.skarp-cont2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: transparent;
    width: 450px;
    height: 190px;
    border-style: outset;
    border-color: white;
    border-width: 10px;
    box-shadow: 4px 4px 4px black;
    transition: 1.5s;
}

.skarp-cont2:hover {
    height: 470px;
    background-color: white;
}

#t5t {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.scrollov {
    width: 200px;
    height: 200px;
    text-align: center;
    overflow: scroll;
    margin: auto;
    list-style-type: none;
}

.skarp-cont3 {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    width: 400px;
    height: 190px;
    border-style: outset;
    border-color: white;
    border-width: 10px;
    box-shadow: 4px 4px 4px black;
    transition: 1.5s;
    text-align: center;
}

.skarp-cont3:hover {
    height: 400px;
    background-color: white;
}


/* Icon Row 2 */
.scon2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 15px;
    padding-top: 3%;
}

.skarp-cont4 {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    width: 450px;
    height: 190px;
    border-style: outset;
    border-color: white;
    border-width: 10px;
    box-shadow: 4px 4px 4px black;
    transition: 1.5s;
}

.skarp-cont4:hover {
    height: 350px;
    background-color: white;
}

.skarp-cont5 {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: transparent;
    width: 450px;
    height: 190px;
    border-style: outset;
    border-color: white;
    border-width: 10px;
    box-shadow: 4px 4px 4px black;
    transition: 1.5s;
}

.skarp-cont5:hover {
    height: 550px;
    background-color: white;
}

.skarp-cont5 img {
    box-shadow: none;
    border: none;
}

.skarp-cont6 {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    width: 400px;
    height: 190px;
    border-style: outset;
    border-color: white;
    border-width: 10px;
    box-shadow: 4px 4px 4px black;
    transition: 1.5s;
}

.skarp-cont6:hover {
    height: 350px;
    background-color: white;
}





/* WORKS PAGE */

#works {
    padding-top: 5%;
    justify-content: center;
}

/* Images */

.polaroid {
    width: 80%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    padding-top: 30px;
}

.polaroid iframe {
    border: none;
}

.polaroid h2 {
    color: black;
    text-shadow: 2px 2px 4px #596A70;
}

.pcontainer {
    text-align: center;
    padding: 10px 20px;
}

#da-con {
    background-color: #596A70;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 5%;
    box-shadow: 2px 2px 4px black;
}

#ph-con {
    background-color: #939fa3;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 5%;
    box-shadow: 2px 2px 4px black;
}

#ve-con {
    background-color: #596A70;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 5%;
    box-shadow: 2px 2px 4px black;
}

#ve-con iframe {
    border: none;
}

#wr-con {
    background-color: #939fa3;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 5%;
    box-shadow: 2px 2px 4px black;
}

.contentcon {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

/* Tools & Info */

.workinfo1 {
    background-color: #bbc7caf0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    padding: 1%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 2%;
    margin-bottom: 2%;
    box-shadow: 2px 2px 4px black;
    border-style: outset;
    border-width: 10px;
    border-color: white;
}

.workinfo1 div {
    width: 50%;
}

.workinfo1 i {
    font-size: 35px;
    text-shadow: 2px 2px 4px black;
}

.workinfo1 h2 {
    text-shadow: 2px 2px 4px black;
}

.workinfo2 {
    background-color: #bbc7caf0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    padding: 1%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 2%;
    margin-bottom: 2%;
    box-shadow: 2px 2px 4px black;
    border-style: outset;
    border-width: 10px;
    border-color: white;
}

.workinfo2 div {
    width: 50%;
}

.workinfo2 i {
    font-size: 35px;
    text-shadow: 2px 2px 4px black;
}

.workinfo2 h2 {
    text-shadow: 2px 2px 4px black;
}




/* CONTACT PAGE */

#maininfo {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

/* Contact Information */

.info {
    background-color: #596a70df;
    width: 30%;
    margin: auto;
    border-style: outset;
    border-color: #939fa3;
    border-width: 10px;
    box-shadow: 2px 2px 4px black;
    padding-top: 75px;
}

.info p {
    color: white;
}

.details {
    display: flex;
    flex-direction: column;
    padding-bottom: 2%;
    align-items: center;
}

.details i {
    font-size: 36px;
    text-shadow: 2px 2px 4px black;
}

.details div {
    width: 33.3%;
}

/* Let's Get Social */

.sociallinks {
    background-color: #596a70df;
    width: 50%;
    margin: auto;
    color: white;
    padding-bottom: 3.5%;
    border-style: outset;
    border-color: #939fa3;
    border-width: 10px;
    box-shadow: 2px 2px 4px black;
    padding-top: 75px;
}

.sociallinks p {
    color: white;
}

.links1 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.links1 img {
    box-shadow: none;
}

.links1 a {
    color: white;
}

.links2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.links2 div {
    width: 33.3%;
}

.links2 img {
    box-shadow: none;
}

.links2 a {
    color: white;
}

/* FAQs */

.faq {
    margin: auto;
    width: 50%;
}

.faq div {
    background-color: #bbc7caf0;
    border-style: outset;
    border-color: white;
    border-width: 7px;
    padding: 6px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 4px black;
}