/* SPLASH PAGE CSS */

.splash-page {
    background-color: rgb(10,10,10);
    position: relative;
}


svg{
    margin-left: 40%;
    margin-top: 35vh;
    width: 20%;
}

svg:hover {
    cursor: pointer;
}


.screen-flicker{
    animation-name: screen-flicker;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}


@keyframes screen-flicker{
    0%{fill: rgb(235,235,235);}
    15%{fill: rgb(235,235,16);}
    30%{fill: rgb(16,235,235);}
    45%{fill: rgb(16,235,16);}
    60%{fill: rgb(235,16,235);}
    75%{fill: rgb(235,16,16);}
    90%{fill: rgb(16,16,235);}
    100%{fill:rgb(235,235,235);}
}


/* MAIN CONTENT CSS */

body{
    background-color: rgb(240,240,240);
}

.main-title {
    background: black;
    border: 20px solid black;
}
iframe {
    width: 100%;
    height: 100%;
}

.main-title h1 {
    font-family: 'Fugaz One', cursive;
    font-size: 10em;
    text-align: center;
}



.rainbow-text {
    animation-name: rainbow-text;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes rainbow-text {
    0%{color: #de3923;}
    12%{color: #de9f0d;}
    24%{color: #ede134;}
    36%{color: #5fed34;}
    48%{color: #66e3d2; }
    60%{color: #4a9fe0;}
    72%{color: #963fd9;}
    84%{color: #d921b4;}
    100%{color: #de3923; }
}

/* INTERLUDE */

.subject-line h2{
    font-family: 'Roboto', 'Helvetica', sans-serif;
    letter-spacing: 0.2px;
    font-size: 0.875rem;
    padding-left: 10px;
}

.align-c{
    text-align: center;
}
.align-l{
    padding-left: 50%;
}

.subject-line{
    
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    background-color: rgb(250,250,250);
    display: grid;
    grid-template-columns: 3rem 36vw 1fr;
    padding-left: 2em;
    padding-top:5px;
    padding-bottom:5px;
}

.sl-1{
    grid-column: 1/2;
    color: rgb(100,100,100);
}
.sl-2{
    grid-column: 3/4;
}

.subject-line:hover{
    border: 1px solid #b8b8b8;
    box-shadow: 0px 1px 5px 0px rgba(150,150,150,1);
    cursor: pointer;
}

.email-motif{
     margin-top: 30vh;
    margin-bottom: 30vh; 
}

.interlude {

    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    background-color: rgb(250,250,250);
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 40px;
    line-height: 30px;
}

.interlude:hover{
    border: 1px solid #b8b8b8;
    box-shadow: 0px 1px 5px 0px rgba(150,150,150,1);
    cursor: pointer;
}

.interlude p{
    font-family: 'Roboto', 'Helvetica', sans-serif;
    font-size: 0.9rem;
    padding-left: 2rem;
}

/* END INTERLUDE */

/* ------------------------------------------------------------ */

/* BIRTHDAY */

.birthday {
    margin-bottom: 50px;
}
/* END BIRTHDAY */

/* ------------------------------------------------------------ */


/* IDENTITY CAROUSEL */

.clothes {
    background-color: #ebbc3d;
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
    border-top: 10px solid rgb(81, 189, 235);
    border-bottom: 10px solid rgb(81, 189, 235);
    padding-top: 50px;
}

.clothes h2 {
    color: white;
    text-align: center;
    padding-top: 20px;

    color: rgb(81, 189, 235);
    font-size: 2.5em;
    font-family: 'Fugaz One',Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
}
.clothes-container {
    display: flex;
    justify-content: space-evenly;
}

.clothes-container img {
    width: 20%;
    transition: 0.5s;
}

.clothes-container img:hover {
    filter: invert(41%) sepia(89%) saturate(1834%) hue-rotate(164deg) brightness(99%) contrast(101%);
}

.clothes-text {
    background-color: white;;
    border: 4px solid black;
    text-align: center;
    position: absolute;
    top: 40%;
    padding: 5px;
}

.pos-left {
    left: 5%;
}

.pos-middle {
    left: 35%;
}

.pos-right {
    left: 65%;
}

/* END IDENTITY CAROUSEL */

/* ------------------------------------------------------------ */

/* SELF CARE FOR ASSHOLES */

.self-care-container{
    min-height: 100vh;
    background-color: rgb(245, 245, 245);
    padding-left: 10%;
    padding-right: 10%;
    border-top: solid 10px pink;
    border-bottom: solid 10px pink;
    min-height: 150vh;
    line-height: 30px;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.sc-header h1{
    font-family: 'Sansita Swashed', cursive;
    font-size: 5em;
    text-align: center;
    color: pink;
    padding-bottom: 20px;
}

.sc-nav{
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid rgb(207, 207, 207);
}

.sc-nav p, .sc-sidebar h3{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(94, 94, 94);
    font-weight: 700;
}

.sc-nav p:hover{
    cursor: pointer;
    color: pink;
}

.sc-sidebar h3 {
    border-bottom: 2px solid rgb(207, 207, 207);
    padding-bottom: 10px;
}
.sneaky-grid{
    display: grid;
    grid-template-columns: 1fr 300px;
}

.sc-main{
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 50px;
    grid-column: 1/2;
}

.sc-main h2{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.sc-main p, .sc-sidebar-profile figcaption p {
    font-family: 'Karla',Verdana, Geneva, sans-serif;
    font-weight: 400;
}

.sc-main img{
    max-width: 100%;
    transition: 0.3s;
    margin-bottom: 1em;
}

.sc-main img:hover{
    filter: sepia(40%);
}

.sc-sidebar{
    grid-column: 2/3;
    margin-top: 50px;
}

.sc-sidebar-profile img{
    border-radius: 50%;
}

.advice-button, .stop-advice{
    
    color: white;
    cursor: pointer;
 
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: 500;

    padding: 15px 32px;

    border-top: none;
    border-right: none;
    

    margin-left: 0 auto;
    
}

.advice-button{
    background-color: 	rgb(255,192,203);
    border-left: 3px solid rgb(222, 155, 161);
    border-bottom: 3px solid rgb(222, 155, 161);
}

.stop-advice{
    background-color: 	rgb(201, 32, 72);
    border-left: 3px solid rgb(133, 12, 40);
    border-bottom: 3px solid rgb(133, 12, 40);
}

.advice-button:active {
background-color: rgb(243, 161, 175);
}

.stop-advice:active {
background-color: rgb(102, 7, 30);
border-left: 3px solid rgb(83, 4, 24);
    border-bottom: 3px solid rgb(83, 4, 24);
}

#advice-output{
    font-size: 1.5em;
}

.red {
    color: red;
}


/* END SELF CARE FOR ASSHOLES */

/* ------------------------------------------------------------ */

/*ON WORK*/

#work-fig{
    display: grid;
    grid-template-columns: 1fr 500px 1fr;
    grid-template-rows: 40% 15% 40% 1fr;

    cursor: pointer;
    user-select: none;
}

#work-fig-heading{
    grid-row: 2/3;
    grid-column: 1/4;
    z-index: 1;

    text-align: center;
    font-family: 'Secular One', Helvetica, sans-serif;
    font-size: 150px;
    margin-top: -70px;
}

#work-fig-img{
    grid-row: 1/4;
    grid-column: 2/3;
    z-index: 0;
}

.work-fig-caption{
    grid-row: 4/5;
    grid-column: 1/4;
    z-index: 0;
    text-align: center;
    font-style: italic;
   
}

section.on-work{
    margin-bottom: 50px;
}

.text-flicker{
    animation-name: text-flicker;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
}

@keyframes text-flicker{
    0%{color: white;}
    49%{color: white;}
    50%{color: black;}
    99%{color: black;}
    100%{color:white;}
}

/*END ON WORK*/