@font-face {
    font-family: "Canela Web";
    src: url("/font/Canela-Regular-Web.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Canela Deck Web";
    src: url("/font/CanelaDeck-Regular-Web.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "GT America Bold";
    src: url("/font/GT-America-Standard-Bold.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "GT America Medium";
    src: url("/font/GT-America-Standard-Medium.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "GT America Regular";
    src: url("/font/GT-America-Standard-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Albertus Medium";
    font-style: normal;
    font-weight: 400;
    src: url('/font/Albertus-Medium.ttf') format('truetype');
  }

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: rgb(243, 244, 244);
}

#navbar-container-president {
    height: 100px;
    background-color: rgb(0, 0, 0);
    position: relative;
}

.president-message-header {
    background-color: #e3e5e5;
    overflow: hidden;
    margin: 0;
}

.president-message-header h1 {
    /* font-family: "Canela Deck Web"; */
    font-family: "Albertus Medium";
    font-size: 50px;
    line-height: 1.05;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.2px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 24px;
    text-align: center;
    /*background-color: black;*/
	background: linear-gradient(180deg, rgba(17, 17, 17, 0.40) 0%, #141414 100%), url('https://www.harvard.edu/wp-content/uploads/2021/01/072220_Features_SM_03.jpeg');
    color: rgb(243, 244, 244);
}

.president-message-container {
    display: flex;
    padding: 64px 72px;
}

.president-message-content {
    width: 676px;
    padding-right: 24px;
    padding-left: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.vision-message-content {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.president-message-about {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.president-message-about .president-quote .quote-svg {
    position: relative;
}

.president-message-about span {
    /* font-family: "Canela Deck Web"; */
    font-family: "Albertus Medium";
    font-size: 48px;
    line-height: 1.15;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.1px;
}

.president-message-about .president-quote .quote-svg img {
    position: absolute;
    height: 97px;
    left: -35px;
    top: -62px;
    width: 110px;
}

.president-message-about h2 {
    font-family: "GT America Bold";
    font-size: 24px;
    line-height: 1.5;
    font-style: normal;
    letter-spacing: -0.1px;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
}

.president-message-designation {
    font-size: 18px;
    line-height: 1.5;
    font-style: normal;
    letter-spacing: -0.1px;
    font-family: "GT America Regular";
    font-weight: 400;
    margin: 0;
}

.president-message-image {
    width: 624px;
    padding-left: 24px;
    padding-right: 24px;
}

.president-message-image img {
    width: 100%;
}

.president-message-text {
    padding: 54px 0;
}

.president-message-text p {
    margin: 0 366px;
    font-family: "GT America Regular";
    font-size: 20px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.1px;
    color: #1e1e1e;
    text-align: justify;
}

.president-message-link-item {
    padding: 0 366px 24px;
    margin-bottom: 64px;
}

.president-message-link-item p {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin: 0;
    text-decoration: none;
}

.president-message-link-item p span {
    font-family: "GT America Medium";
    font-size: 20px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.1px;
    color: #1e1e1e;
}

.president-message-arrow-container {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(153, 39, 40);
}

.president-message-link-item p:hover .president-message-arrow-container {
    background-color: #1e1e1e;
}

/* Mobile Responsiveness */
@media (max-width: 450px){

    :root{
      --heading-size: 32px;
    }
    .president-message-header h1{
        height: 100px;
        font-size: 38px;
        padding-top: 120px;
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .president-message-about .president-quote .quote-svg img {
        position: absolute;
        height: 60px;
        left: -20px;
        top: -31px;
        width: 74px;
    }
    .president-message-container{
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
    }
    .president-message-image{
        order: 1;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .president-message-content{
        order: 2;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .president-message-about{
        padding-top: 30px;
    }
    .president-message-about span{
        font-size: 2.5rem;
        line-height: 1.3;
        text-align: justify;
    }
    .president-message-text{
        padding: 0;
    }
    .president-message-link-item{
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .president-message-text p{
        margin: 0;
        padding: 30px 20px;
        font-size: 18px;
        line-height: 1.3;
    }
    .president-message-arrow-container{
        width: 50px;
    }
    

}
