/*
    Page padding: padding: 30px 12%;

*/


html
{
    background-color: #e6b6aa;
}

body
{
    background-color: #e6b6aa;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

::selection {
    background-color: #e6b6aa;
}

header
{
    background-color: #e6b6aa;
    padding: 15px;
    text-align: center;
}

#menu a
{
    margin: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.3em;

    text-decoration: none;
    display: inline-block;
    position: relative;
    color: #221917;
}


#menu a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

#menu a:hover::after {
    color: #221917;
    transform: scaleX(1);
    transform-origin: bottom left;
}


#banner
{
    position: relative;
    width: 100%;
    height: 87vh;
    background-image: url("../images/banner_stars.png"), url("../images/banner_buns.png");
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: 50% 30%;
}

#banner img
{
    width: 75%;
    position: relative;
}


h1
{
    margin: 30vh 0;
    /*font-size: 130px;*/
    font-size: 8.5vw;
    font-family: 'Mermaid Swash Caps', sans-serif;
    color: white;

    position: absolute;
    width: 100%;
    left: 0;
}

h2
{
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

h3
{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    text-align: left;
}

h4
{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 20px;
    border: #e6b6aa 2px solid;
    border-radius: 50px;
    display: inline-block;
    margin: 0;
}

h5
{
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 20px;
}


#pfp
{
    height: 55vh;
    margin: 30px 0;
}


#intro
{
    padding: 30px 12%;
    background-color: white;
    color: #221917;
    text-align: center;

    display: flex;
}

#introduction
{
    padding: 30px;
}

#introduction p
{
    text-align: justify;
}

#introduction b
{
    color: #dc9388;
}

.button
{
    text-align: center;
    padding: 15px 25px;
    /*border-radius: 25px;*/
    font-weight: bold;
    text-decoration: none;
    color:white;

    display: inline-block;
    position: relative;
    border: none;
    cursor: pointer;
    background-color: #e6b6aa;

    transition: all 0.3s ease-in-out;
}

.button:hover
{
    color:black;
    background: rgba(230, 182, 170, 0.55);
}



.button_white
{
    background-color: white;
    color: black;
    text-align: center;
    margin: 3% auto;
    padding: 15px 25px;
    width: 180px;
    border-radius: 25px;
    border: none;
    font-weight: bold;
    text-decoration: none;

    font-family : inherit;
    justify-content: center;
}

.button_white:hover
{
    background-color: #e6b6aa;
}

.container
{
    font-family: 'Montserrat', sans-serif;
    display: flex;
    background-color: white;
}


.scale:hover
{
    transform: scale(1.1);
    color: white;
    background-color: rgb(154, 97, 86);
}

.scale
{
    transition: 0.5s;
}



*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button_anim::before, .button_anim::after{
    content:"";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #dc9388;
}

.button_span::before, .button_span::after{
    content:"";
    width:2px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #dc9388;
}

.button_anim:hover::before, .button_anim:hover::after{
    width: 100%;
}
.button_anim:hover span::before, .button_anim:hover span::after{
    height: 100%;
}

.button_anim::before, .button_anim::after{
    transition-delay: 0s;
}
.button_anim span::before, .button_anim span::after{
    transition-delay: 0.2s;
}
.button_anim::before{
    right: 0;
    top: 0;
}
.button_anim::after{
    left: 0;
    bottom: 0;
}
.button_anim span::before{
    left: 0;
    top: 0;
}
.button_anim span::after{
    right: 0;
    bottom: 0;
}
.button_anim:hover::before, .button_anim:hover::after{
    transition-delay: 0.2s;
}
.button_anim:hover span::before, .button_anim:hover span::after{
    transition-delay: 0s;
}



#skills
{
    background-color: #f6e4df;
    /*font-family: 'Montserrat', sans-serif;*/
    padding: 20px 12% 10px 12%;
    color: #221917;

    line-height: 1.5;
    text-align: center;
}

#skills i
{
    font-size: 32px;
    /*text-align: center;*/

    padding-top: 22px;

    color: white;
    background-color: #dc9388;

    border-radius: 50%;
    width: 76px;
    height: 76px;
}

#skills div
{
    margin-bottom: 20px;
}

#skills_list
{
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}




#creations
{
    padding: 20px 12% 40px 12%;
    color: #221917;
    background-color: white;

}

#showcase
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.img_example
{
    width: 50vh;
    display: block;
}

.example_desc
{
    background-color: #f6e4df;
    padding: 25px 20px 20px 20px;
    width: 50vh;
    text-align: justify;
}


.more_btn
{
    color: white;
    text-decoration: none;
    background-color: #dc9388;
    margin: 25px auto 10px auto;
    font-weight: bold;

    padding: 15px 25px;
    width: 180px;
    border-radius: 25px;

    display: block;
    text-align: center;
}






footer
{
    background-color: #221917;
    padding: 20px 12%;
    display: grid;
    grid-template-columns: 1fr 60% 1fr;
}

#social_media
{
    text-align: center;
    margin: auto;
}

#social_media *
{
    font-size: 1.2em;
    margin: 14px;
    color: #e6b6aa;
}

#social_media a
{
    width: 15px;
    height: 15px;
}

#bunny_icon
{
    width: 70px;
}

#creator
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    margin: auto;
    padding: 10px;
    color: white;
    text-align: right;
}

#creator i
{
    color: #e6b6aa;
}

.scale_text:hover
{
    transform: scale(1.3);
    opacity: 0.5;
}

.scale_text
{
    transition: 0.5s;
}



#commissions_closed
{
    margin-bottom: 40px;
    padding: 25px;
    width: 450px;
    border-radius: 25px;

    text-align: center;
    background-color: #f6e4df;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

#commissions_closed i
{
    margin-top: 18px;
    font-size: 40px;
    color: #e6b6aa;
}

#commission_info
{
    font-family: 'Montserrat', sans-serif;
    padding: 50px 12%;
    background-color: white;
    color: #221917;

    line-height: 1.5;
}

#experiences
{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

ul
{
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1rem;
}

ul li
{
    display: grid;
    grid-template-columns: 0 1fr;
    gap: 1.75em;
    align-items: start;

    /*padding-left: 2em;
    text-indent: -.7em;*/
}

ul li::before
{
    content: "✦ ";
    color: #e6b6aa;
    font-family: 'Arial Black', sans-serif;
    font-weight: bolder;
    margin-left: 0.3em;
}




#price_list
{
    margin: 60px 0;
}

#commission_tiers
{
    display: flex;
    flex: 3;
    justify-content: space-between;
}

.comm_tier
{
    background-color: #f6e4df;
    border-radius: 20px;
    position: relative;
    width: 31%;
    padding: 0 20px;
}

.comm_tier img
{
    height: 40vh;
    margin: 30px auto 15px auto;

    display: block;

    pointer-events: none; /* prevent download */
}

.comm_price
{
    z-index: 2;

    background-image: linear-gradient(#e6b6aa, #dc9388);
    height: 70px;
    width: 70px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    color:white;

    position: absolute;
    top: 3%;
    left: 73%;

    display: flex;
    align-items: center;
    justify-content: center;
    -moz-border-radius: 50%; /* or 50% */
    border-radius: 50%; /* or 50% */
}



.collapsible_label
{
    cursor: pointer;
    background-image: linear-gradient(to right, #e6b6aa, #f6e4df);
    color: white;
    padding: 15px;
    display: block;
    width: 100%;

    font-weight: bold;

}

.collapsible_input
{
    display: none;
    width: 100%;
}


.collapsible .collapsible_content
{
    max-height: 0;
    transition: max-height 0.4s;
    overflow: hidden;
    margin-bottom: 15px;
}

.collapsible input:checked ~ .collapsible_content
{
    max-height: 800px;
}


form
{
    margin: 30px 0;
}

form button
{
    font-family: 'Montserrat', sans-serif;
}

.form_row
{
    display: grid;
    grid-template-columns: 1fr 3fr;
    margin: 20px 0;
}

.form_row label
{
    margin: 0 20px;
}





/* GALLERY */

#gallery_wrap
{
    background-color: white;
    padding: 30px 12%;

    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    flex-wrap: wrap;
}


.img_thumbnail
{
    max-height: 250px;
    margin: 20px 10px;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    transition: 0.3s;
}

.img_thumbnail:hover
{
    transform: scale(1.075);
}


#fullscreen_wrap
{
    background-color: rgba(0, 0, 0, 0.6);

    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */

    margin-left: auto;
    margin-right: auto;

    display: grid;
}

#fullscreen_wrap img
{
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}


#close_fullscreen
{
    right: 0;
    position: fixed;
    font-size: 40px;
    color: white;
    margin: 10px;
    padding: 10px 15px;

    /*background-color: #dc9388;
    border-radius: 50%;
    width: 60px;
    height: 60px;*/
}


.loader {
    position: fixed;
    margin: auto;
    top: calc(50% - 50px);
    left: calc(50% - 50px);

    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid dimgrey; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}





