* {
    box-sizing: border-box;
}

a {
    color: black;    
}

h2 {
    color: white;
    padding: 30px 0;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';

}

h1 {
    color: white;
    text-align: center;
    margin-top: 4px;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-decoration: underline;
    text-decoration: overline;
    transition: width 2s;
}

h3 {
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-align: center;
    color: white;
    padding: 30px 0;
}

.moreInfo {
    text-align: center;
}

f1 {
    margin-top: 4rem;
    text-decoration: overline;
    text-align: center;
    color: rgb(166, 159, 159);
    background-position: 50%;
    background-color:black;
    align-items: center;
    font-size: small;

}

iframe {
    width: 100%;
    min-height: 750px;
}

p {
    text-indent: 2rem;
    font-size: 1.2rem;
}

.p-styling {
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    height: 350px;
    color: rgb(255, 255, 255);
}


.content {
    margin: 0 auto;
    width: 80%;
    /* background-color: #525252; */
}

.about {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.63);
    box-shadow: 0px 0px 10px 0px rgba(110, 106, 106, 0.465);
}

.team {
    margin-bottom: 4rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.team-member {
    margin-top: 15px;
    display: flex;
    width: 350px;
    height: 350px;
    /* font-size: 1.5rem; */
    flex-direction: column;
    align-items: center;
}

.layeredbox {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.docs {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 70%;
    margin: auto;
}

.trent-pic {
    height: auto;
    width: 300px;
    transition: width 2s, height 2s, transform 2s;
    margin-bottom: 20px;
  }
  
.trent-pic:hover {
    margin-bottom: 1rem;
    width: 350px;
    height: auto;
    transform: skew();
}

@media (max-width: 1120px){
    .special-class{
        margin-top: 10rem;
    }
}