@import "main.css";

/* the css that is common for all social media posts */
.soc-cmn-slide-grid {
    height: 100vh;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.soc-cmn-slide1 {
    height: 100%;
    width: 100vw;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.soc-cmn-slide2 {
    /* height: 100%; */
    width: 100vw;
    background-color: white;
}

.soc-cmn-slide3{    
    background-color: var(--main-color);
    display: flex;
    color: white;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
}

.soc-cmn-slide4 {
    background-color: white;
    color: black;
    display: flex;
    align-items: center;

}

/* slide 1: heading logo */

.soc-cmn-logo-wrap {  
    width: 30%;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.soc-cmn-logo-subtext {
    width:100%;
    margin-top: 7vh;
    text-align: center;
    color: white;
    font-weight: 200;
    line-height: 3ch;
}

.soc-cmn-logo-img  {
    width: 100%;
}

/* slide 2 : intro content */
.soc-cmn-bk-dual-wrap {
    width:100vw;
    height:100%;
    position: absolute;
    display: flex;
    z-index: 0;
    left: 100vw;
    top: 0vh;
}

.soc-cmn-bk-white {
    width:90vw;
    height:100vh;
}

.soc-cmn-bk-dark {
    /* width: 20vw; */
    height:100vh;
    background-color: var(--main-color);
}

.soc-cmn-foregrnd-wrap {
    width:100vw;
    height:100%;
    position: absolute;
    display: flex;
    z-index: 1;
    /* left: 100vw; */
    justify-content: space-evenly;
    align-items: center;
    top: 0;
}

.soc-cmn-mid-txt-wrap {
    /* width: 40%; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.soc-cmn-mid-head {
    width:100%;
    font-size: 5em;
    padding-top: 5vw;
    font-weight: 500;
    height: 40%;
}

.soc-cmn-mid-body {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 2ch;
    display:flex;
    justify-content: center;
    align-items: flex-start;
    text-align: justify;
    height: 50%;
}

/* miscellaneous picture frames */
.soc-cmn-sqtile-wrap {
    height: 100%;
    width: 35vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.soc-cmn-nonsqtile-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.soc-cmn-sqtile-img {
    width: 95%;
    height: auto;
    transition: 0.7s ease-out;
}

.soc-cmn-sqtile-img:hover {
    width: 97%;
    height: auto;
}

.soc-cmn-sqtile-bottom {
    width: 95%;
    padding-top: 20px;
    height: 5%;
    text-align: center;
    font-weight: 200;
    font-size: 1.1em;
    font-family: josephine_it;

}

.soc-cmn-2im-long-wrap {
    /* width: 25%; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.soc-cmn-2im-long {
    width: 95.5%;
    transition: 0.7s ease-out;
}

.soc-cmn-2im-long:hover {
    width: 100%;
}

/* reel and videos*/
.soc-cmn-reel-wrap {
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.soc-cmn-reel {
    width: 95%;
    transition: 0.7s ease-out;
}

.soc-cmn-reel-bottom {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-weight: 200;
    font-size: 1.1em;
    font-family: josephine_it;
}


@media (max-width: 600px) {
    .soc-cmn-slide-grid {
        height: max-content;
        width: 100vw;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
    }
    
    .soc-cmn-slide1 {
        height: 100vh;
        width: 100vw;
    }
    
    .soc-cmn-slide2 {
        /* height: calc(1.8*var(--fix-mob-height)); */
        width: 100vw;
        background-color: white;
    }
    
    .soc-cmn-slide3{
        padding-left: 0;
        padding-right: 0;
        flex-direction: column;
    }
    
    .soc-cmn-slide4 {
        flex-direction: column;
    }

    /* --------------------------------------------- */

    .soc-cmn-logo-wrap {
        width: 60%;
        height: 60%;
    }

    .soc-cmn-bk-dual-wrap {
        display: none;
    }
    
    .soc-cmn-foregrnd-wrap {
        height: calc(1.7*var(--fix-mob-height));
        flex-direction: column;
        position: relative;
    }
    
    .soc-cmn-mid-txt-wrap {
        width: 100%;
        /* margin-left: 20%; */
        height: auto;
        z-index: 2;
    }
    
    .soc-cmn-mid-head {
        width: 93%;
        font-size: 3.5em;
    }
    
    .soc-cmn-mid-body {
        height: auto;
        font-size: 1.1em;
        margin-top: 30px;
    }

    /* --------------------------------------- */

    .soc-cmn-sqtile-wrap {
        width: 100vw;
        height: auto;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    
    .soc-cmn-nonsqtile-wrap {
        height: auto;
        /* display: flex; */
        flex-direction: column;
        /* justify-content: center; */
        /* align-items: center; */
    }
    
    .soc-cmn-sqtile-img {
        width: 90%;
    }

    .soc-cmn-sqtile-img:hover {
        width: 93%; 
    }
    
    .soc-cmn-sqtile-bottom {
        width: 90%;
        height: auto;
        font-size: 1em;
    }
    
    .soc-cmn-2im-long-wrap {
        height: auto;
        /* display: flex; */
        /* flex-direction: column; */
        /* justify-content: space-evenly; */
        /* align-items: center; */
    }
    
    .soc-cmn-2im-long {
        width: 97%;
    }

    .soc-cmn-2im-long:hover {
        width: 100%;
    }

     /* ----------------------------------- */

    .soc-cmn-reel-wrap {
        height: auto;
        margin: 1vh;
    }
    
    .soc-cmn-reel {
        width: 95%;
    }
    
    .soc-cmn-reel-bottom {
        width: 100%;
    }


    


}
