/* 
About section stylesheet
*/
 
/* BUSINESS */
#about_business .plx_text_box {
    width: 100%;
    padding: 2rem 0;
	overflow-y: auto;
    color: white;
}
#about_business .plx_text_box h2 {
    padding-bottom: 1rem;
}
/* AUTHOR */
#about_author {
    padding: 0;
    min-height: 600px;
    max-height: 600px;
    background-attachment: fixed;
    background-size: cover;
}
#about_author .author_ct {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 0;
}
#about_author h2 {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
}
#about_author .image_ct,
#about_author .text_ct {
    min-height: 600px;
    max-height: 600px;
    background-color: white;
}
#about_author .image_ct {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#about_author .image_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	max-width: 450px;
	max-height: 450px;
	margin: 4rem 1rem 0;
}
#about_author .image_box picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#about_author .img_profile {
    border-radius: 50%;
    border: 2px solid var(--main-orange);
}
#about_author .text_ct {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.2rem;
}
#about_author .text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: .5rem;
    width: 80%;
    padding: 4rem 1rem 0;
    overflow-y: auto;
    overflow-x: hidden;
}
#about_author .text_box a {
    display: inline;
    text-decoration: underline;
    font-size: .8rem;
}
@media all and (max-width: 1150px) {
	#about_author .image_box {
		max-width: 425px;
		max-height: 425px;
    }
    #about_author .text_box {
        width: 90%;
    }
}
@media all and (max-width: 950px) {
    #about_business .plx_text_box {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    #about_author {
        min-height: unset;
        max-height: unset;
    }
    #about_author .author_ct {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #about_author h2 {
        top: 30px;
    }
    #about_author .text_ct,
    #about_author .image_ct {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
        width: 100%;
    }
    #about_author .image_ct {
        min-height: 550px;
        max-height: 550px;
		padding: 1rem;
    }
    #about_author .image_box {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
		max-width: 380px;
		max-height: 380px;
		margin: 6rem 1rem 0;
    }
    #about_author .text_ct {
        padding: 0 2rem;
        min-height: 250px;
        max-height: 250px;
    }
    #about_author .text_box {
        padding: 1rem;
        margin-top: 0;
    }
    #about_author .text_ct p {
        font-size: 1rem;
    }
}
@media screen and (max-width: 850px) {
    #about_author .image_ct {
        min-height: 500px;
        max-height: 500px;
    }
	#about_author .image_box {
		margin: 6rem 1rem 0;
    }
}
@media screen and (max-width: 800px) {
    #about_author .text_ct {
        min-height: 270px;
        max-height: 270px;
    }
}
@media screen and (max-width: 750px) {
    #about_author .text_ct {
        padding: 1rem 0;
    }
}
@media screen and (max-width: 700px) {
    #about_author .image_ct {
        min-height: 450px;
        max-height: 450px;
    }
	#about_author .image_box {
		max-width: 335px;
		max-height: 335px;
    }
}
@media all and (max-width: 650px) {
    #about_author .image_box {
		max-width: 305px;
		max-height: 305px;
		margin: 6rem 1rem 0;
    }
    #about_author .text_ct {
        min-height: 290px;
        max-height: 290px;
    }
}
@media all and (max-width: 600px) {
    #about_author .text_ct {
        min-height: 320px;
        max-height: 320px;
    }
}
@media screen and (max-width: 550px) {
    #about_author .text_ct p {
        text-align: center;
    }
	#about_author .image_ct {
        min-height: 420px;
        max-height: 420px;
    }
    #about_author .text_ct {
        min-height: 350px;
        max-height: 350px;
    }
}
@media all and (max-width: 480px) {
	#about_author .image_box {
		max-width: 305px;
		max-height: 305px;
    }
    #about_author .text_box {
        width: 100%;
    }
}
@media all and (max-width: 400px) {
    #about_author .image_box {
        min-height: 270px;
        max-height: 270px;
		margin: 5rem 0 0;
    }
	#about_author .text_ct {
        min-height: 380px;
        max-height: 380px;
    }
}