@charset "utf-8";
/* CSS Document */
.about {


background: #FF4E50;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #F9D423, #FF4E50);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #F9D423, #FF4E50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.about-container {
    display: flex;
    flex-direction: column;
}

/*.about-beauti {
    display: block;
    width: 23%;
    height: 110%;
    background-color: yellow;
}*/
.about-img {
    display: flex;
    flex-direction: row;
	align-items: end;
}
.about-img img {
    width: 250px;
	margin-left: 5%;
}
.his-name {
	
    font-size: 30px;
    font-weight: bold;
    color: var(--black);
    margin: 0 0 18px 0;
    line-height: 1.2;
}
.about-text {
    padding: 14px 0 20px 20px;
    justify-content: center;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.34);
    margin: 0 auto;
    width: 90%;
    background-color: #eee;
    border-radius: 8px;
    font-size: 14px;
}
#his-desig {
	border-right: 4px solid #000;
	padding-right: 16px;
}
/*#his-desig::after {
    display: block;
    content: "";
    width: 60px;
    height: 500px;
    position: absolute;
    right: 0;
	top: -20px;
    border-radius: 0 10px 0 0;
	border-top: 4px solid #8BC34A;
	border-right: 4px solid #8BC34A;
}*/

.bio-wrapper {
    width: 95%;
    margin: -1% auto 40px auto;
    position: relative;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    padding: 6% 4%;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.34);
}


@media (orientation: landscape) and (max-height: 414px) {

.about-container {
    flex-direction: row;
}
.about-img {
    height: calc(100vh - 50px);
	width: 40%;
}

.about-beauti {
        
}
.about-img img {
    margin-left: 3%;
}
.about-text {
    width: 60%;
	align-self: center;
	margin-right: 10px;
}
.bio-wrapper {
    width: 98%;
	margin: 0 auto 40px auto;
}


}







@media (min-width: 768px) {

.about-container {
    flex-direction: row;
}
.about-img {
    width: 45%;
}
.about-text {
    width: 55%;
    align-self: center;
    margin-right: 40px;
    margin-bottom: -12px;
}
.about-beauti {
    width: 33%;
}
.about-img img {
    width: 100%;
}
.bio-wrapper {
    width: 96%;
    margin: -2px auto 40px auto;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.34);
}




}