.p-txt{
    margin-bottom: 2.5vh;
    line-height: 1.7;
}

.p-quote{
    margin-bottom: 2vh;
    line-height: 1.7;
}




header{
    min-height: 15vh;
    border-bottom: #111 solid .15vh;
    padding-top: 1.5vh;
    flex-direction: column;
	position: static;
}

.Logo{
    max-height: 10vh;
    width: 100vw;
    font-size: 60rem;
    justify-content: center;
}

.Menu{
    height: 10vh;
    width: 100vw;
}


.item-1{
    height: 50%;
    width: 22%;
    font-size: 22.5rem;
    border-radius: 15rem;
}

.item-2{
    height: 50%;
    width: 22%;
    font-size: 22.5rem;
    border-radius: 15rem;
}

.item-3{
    height: 50%;
    width: 22%;
    font-size: 22.5rem;
    border-radius: 15rem;
}

.item-4{
    height: 50%;
    width: 22%;
    font-size: 22.5rem;
    border-radius: 15rem;
}

.item-1:hover{
    margin-bottom: 1.2vh;
    font-size: 25rem;
    border-radius: 15rem;
}

.item-2:hover{
    margin-bottom: 1.2vh;
    font-size: 25rem;
    border-radius: 15rem;
}

.item-3:hover{
    margin-bottom: 1.2vh;
    font-size: 25rem;
    border-radius: 15rem;
}

.item-4:hover{
    margin-bottom: 1.2vh;
    font-size: 25rem;
    border-radius: 15rem;
}






.Content{
    width: 90vw;
    border-radius: 25rem;
    border: double 15rem;
}

.Content:hover{
    transform: scale(1.02);
    box-shadow: none;
}

.Title{
    font-size: 50rem;
    max-width: 95%;
    min-width: 60%;
    padding: 1vh 1vw 2vh 1vw;
    border-bottom: #111 solid .3vh;
}

.ContentText{
    width: 90%;
    font-size: 27.5rem;
    margin: 1vh 0 1vh 0;
}

.image-ri img{
    height: 40vh;
}

.quote{
    width: 45vw;
    min-height: 30vh;
    border: double 10rem;
}

.wisdom{
    font-size: 24rem;
}

.wise{
    font-size: 30rem;
}

.image-ri.active img, .quote.active {
    box-shadow: none;
}

.quote.active{
    box-shadow: none;
}




.socialmedia-box{
    min-width: 70vw;
}

.socialmedia-yt:hover{
    background-color: red;
    transform: scale(1.05);
    box-shadow: 0rem 0rem 35rem rgba(255, 0, 0, .35);
    margin-bottom: .75vh;
}

.socialmedia-dc:hover{
    background-color: #5865F2;
    transform: scale(1.05);
    box-shadow: 0rem 0rem 35rem rgba(88, 101, 242, .35);
    margin-bottom: .75vh;
}

.socialmedia-tt:hover{
    background-color: #DD00FF;
    transform: scale(1.05);
    box-shadow: 0rem 0rem 35rem rgba(221, 0, 255, .35);
    margin-bottom: .75vh;
}