@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    color: #F4EDDA;
}

html {
    font-size: 16px;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.custom-bg-1 {
    background: #151515;
}

.custom-bg-2 {
    background-color: #262626;
}

#big-header {
    margin-top: 6rem;
    z-index: 1;
}

header h1 {
    white-space: nowrap;
}

.custom-footer {
    margin-top: 2rem;
    padding: 1rem 6.75rem;
    background-color: #262626;
}

.custom-footer p {
    min-width: 217px;
}

h1, h2, h3 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
}

h1 {
    font-weight: 900;
    font-style: italic;
    font-size: 7rem;

}

h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
}

h5 {
    font-size: 0.95rem;
    font-weight: 500;
}

h6 {
    font-size: 0.95rem;
    font-weight: 400;
    font-style: italic;
    color: #697C63;
}

a {
    text-decoration: none;
    color: #697C63;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}

a h1 {
    color:#F4EDDA
}

#big-header a:hover {
    text-decoration: none;
}

#small-header a:hover {
    text-decoration: none;
}

.custom-sticky {
    position: fixed;
    top: 6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}



#big-about {
    width: 354px;
    float: right;
}

#big-gerard-photo {
    border-radius: 0.625rem;
    width: 85%;
    float: right;
}

#blurb {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 130%;
    clear: both;
    width: 85%;
    float: right;
}

.custom-padding-main {
    padding: 0 1.875rem;
}

#big-navbar {
    display: flex;
    align-items: center;
    margin-top: 3rem;
}

#big-navbar ul {
    list-style: none;
    padding-left: 0;
    margin-right: 1.8rem;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 12rem;
    justify-content: space-between;
}

#big-navbar ul li {
    text-align: right;
}

#big-navbar ul li a {
    color: #F4EDDA;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6rem;
}

#big-navbar ul li a.active {
    color: #697C63;
}

#big-navbar ul li a:hover {
    color: #697C63;
    text-decoration: none;
} 

.vl {
    border-left: 0.125rem solid #F4EDDA;
    height: 13rem;
}

.alt-big-navbar-container {
    display: flex;
    justify-content: space-between;
}

#alt-big-navbar-margin {
    margin-top: 2rem;
}

/* .small-header-positioning {
    display: flex;
    justify-content: center;
} */

.small-header-fixed {
    background-color: #151515;
    position: fixed;
    z-index: 1;
    /* padding: 0 5rem; */
}

#small-header {
    display: none;
    flex-direction: column;
    margin-top: 3rem;
}

#small-header h1 {
    font-size: 3.625rem;
}

#small-header h2 {
    font-size: 1.125rem;
}

#small-about {
    display: none;
    justify-content: center;
    /* margin: 0.5rem 0; */
    margin-top: 18.4375rem;
    margin-bottom: 0.5rem;
    margin-left: 0;
    margin-right: 0;
}

#small-gerard-photo {
    width: 44%;
    border-radius: 0.625rem;
    align-self: center;
    margin-left: 1rem;
    min-width: 10rem;
}

#small-blurb {
    font-size: 1rem;
    line-height: 130%;
    align-self: center;
    min-width: 11.25rem;
    overflow: scroll;
}

#small-navbar {
    display: none;
    justify-content: center;
}

#small-navbar ul {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 1rem 0;
    padding: 0;
}

#small-navbar ul li {
    text-align: center;
}

#small-navbar ul li a {
    color: #F4EDDA;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
}

#small-navbar ul li a.active {
    color: #697C63;
}

#small-navbar ul li a:hover {
    color: #697C63;
    text-decoration: none;
} 

main {
    display: flex;
    flex-direction: column;
}

main .portfolio img {
    width: 100%;
}

main .portfolio ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.portfolio-item {
    text-align: center;
    margin: 4.875rem 0;
}

.portfolio-item img {
    transition: opacity 0.3s ease;
}

.portfolio-item img:hover {
    opacity: 0.7;
}

#portfolio-first-item {
   margin: 2.5rem 0 4.875rem 0;
}

.portfolio-item a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio-item h3 {
    margin-bottom: 0;
}

.portfolio-item h3 a {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1.6rem;
    display: inline-block;
    width: fit-content;
}

.portfolio-item h3 a:hover {
    text-decoration: underline;
    color: #697C63;
}

.portfolio-item h4 a {
    font-size: 1.2rem;
    font-weight: 400;
    display: inline-block;
    width: fit-content;
}

#pinyin-lowercase {
    text-transform: none;
}

.portfolio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.portfolio-item-no-animation {
    text-align: center;
    display: block;
    /* margin: 4.875rem 0; */
}

.portfolio-item-no-animation {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio-item-no-animation h3 {
    margin-bottom: 0;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1.6rem;
    display: inline-block;
    width: fit-content;
}

.portfolio-item-no-animation h4 {
    font-size: 1.2rem;
    font-weight: 400;
    display: inline-block;
    width: fit-content;
}

.portfolio p {
    margin-top: 2rem;
    margin-bottom: 3.5rem;
    font-size: 1.2rem;
    line-height: 130%;
    width: 62%;
    display: inline-block;
    align-self: center;
}

.accolades {
    /* margin-top: 2rem; */
    margin-bottom: 3.5rem;
    font-size: 1.2rem;
    line-height: 130%;
    width: 65%;
    display: flex;
    flex-direction: row;
    align-self: center;
}

.accolades ul {
    margin-bottom: 0;
    align-self: center;
}

.accolades ul li {
    margin-bottom: 0.8rem;
}

.about-me {
    /* margin-top: 2rem; */
    margin-bottom: 3.5rem;
    font-size: 1.2rem;
    line-height: 130%;
    display: flex;
    flex-direction: row;
    align-self: center;
}

.about-me img {
    border-radius: 0.625rem;
    align-self: center;
    margin-left: 1rem;
    width: 33%;
}

.vertical-text {
    writing-mode: vertical-lr;
    text-orientation:sideways;
    transform: rotate(180deg);
    text-transform: uppercase;
    align-self: center;
    margin-inline-end: 0;
    font-size: 3.8rem;
    font-weight: 700;
    margin-block-end: 0;
    margin-block-start: 0;
}

#vertical-text-spacing {
    margin-left: 2rem;
}

.watch {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 65%;
    align-self: center;
    margin-bottom: 3.5rem;
}

.watch-text {
    text-transform: uppercase;
    font-size: 3.8rem;
    font-weight: 700;
    margin-bottom: 1.8rem;
}

.watch iframe {
    align-self: center;
    width: 85%;
}

.all-contact-div h2 {
    text-align: center;
    display: block;
}

.contact-and-socials-div {
    display: flex;
    justify-content: space-around;
    /* margin-top: 2.3125rem; */
    flex-wrap: wrap;
}

.contact-and-socials-div-single-column {
    display: flex;
    justify-content: center;
    margin-top: 2.3125rem;
    flex-wrap: wrap;
}

#contact-single-column-spacing {
    width: 5rem;
}

.contact-section {
    padding: 0 1rem;
    width: 378px;
}

.contact-section button {
    background-color: #4C655C;
    border: none;
    width: 6.67rem;
    height: 2.87rem;
}

.contact-section button:hover {
    background-color: #1f2926;
}

.custom-contact-form-styling input, .custom-contact-form-styling textarea {
    background-color: #151515;
    border-radius: 0;
    border: 1px solid #697C63;
    color: #F4EDDA
}

.custom-contact-form-styling input::placeholder, .custom-contact-form-styling textarea::placeholder {
    color: #697C63;
}

.custom-contact-form-styling input:focus, .custom-contact-form-styling textarea:focus {
    background-color: #151515;
    color: #F4EDDA;
}

.custom-button-position {
    float: right;
}

.socials-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3rem 0;
}

.nagu-email-address {
    display: inline-block;
    font-size: 1.2rem;
}

.socials-button-list {
    margin-top: 1.2rem;
    display: flex;
}

.custom-button-socials {
    width: 3.07rem;
    height: 3.07rem;
    border-radius: 100%;
    border: 1px solid #697C63;
    fill:#697C63;
    background-color: transparent;
    margin: 0 0.5rem;
}

.custom-button-socials:hover {
    fill: #151515;
    background-color: #697C63;
    border: 1px solid #697C63;
}

.cv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
}

#cv-h2 {
    align-self: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.cv-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    margin: 0 1rem 2rem 1rem;
}

.cv-div img {
    /* width: 356px; */
    width: 300px;
    min-height: 169px;
    margin-bottom: 0.5rem;
}

#cv-div-3rd {
    align-self: center;
}

.cv-div-text {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.cv-div-text h5 {
    display: inline-block;
    text-transform: uppercase;
    color: #697C63;
}

.cv-div-text h6 {
    display: inline-block;
    color: #F4EDDA;
}

@media screen and (max-width: 1199px) {


.custom-tablet-breakpoint {
    display: none;
}

#big-header {
    display: none;
}

#big-about {
    display: none;
}

#big-navbar {
    display: none
} 

#alt-big-navbar-margin {
    display: none;
}

#small-header {
    display: flex;
}

#small-navbar {
    display: flex;
}


#small-about {
    display: flex;
}

.portfolio-item {
    margin: 2rem 0;
}

#portfolio-first-item {
   margin: 2rem 0 2rem 0;
}

.custom-disappear {
    display: none;
}

.portfolio p {
    width: 100%;
}

.accolades {
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.about-me {
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.vertical-text {
    writing-mode: horizontal-tb;
    text-orientation:sideways;
    transform: none;
    margin-inline-end: 0;
    font-size: 1.4rem;
    margin-block-end: 0;
    margin-block-start: 0;
    margin-bottom: 1rem;
}

#vertical-text-spacing {
    display: none;
}

.watch {
    width: 100%;
    align-items: center;
}

.watch-text {
    font-size: 1.4rem;
    margin-bottom: 3rem;
}

.watch iframe {
    width: 100%;
}

#contact-single-column-spacing {
    display: none;
}

.about-me img {
    margin-bottom: 1.6rem;
}

.cv {
    justify-content: center;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

.custom-padding-main {
    padding: 0 5rem;
}

#small-header h1 {
    font-size: 7rem;
}

#small-header h2 {
    font-size: 1.4rem;
}

#small-navbar ul li a {
    font-size: 1.6rem;
}

#small-about {
    padding: 0 5rem;
}

#small-header h1 {
    padding-right: 7.20125rem;
}

.about-me img {
    width: 70%;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

#small-header h1 {
    font-size: 6rem;
    padding-right: 4.57rem;
}

#small-header h2 {
    font-size: 1.4rem;
}

#small-navbar ul li a {
    font-size: 1.6rem;
}

#small-about {
    margin-top: 17.2783rem;
}

.about-me img {
    width: 70%;
}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {

#small-about {
    margin-top: 13.5118rem;
}

#small-header h1 {
    padding-right: 7.84rem;
}

.about-me img {
    width: 75%;
}
    
}

@media screen and (max-width: 575px) {
    
.small-header-fixed {
    left: 0;
    right: 0;
    padding: 0 1.8rem;
}

#small-header h1 {
    padding-right: 0;
    font-size: 3.4rem;
}

#small-navbar ul {
    /* justify-content: space-evenly; */
    width: 100vw;
}

#small-navbar ul li {
    margin: 0 0.5rem;
}

#small-navbar ul li a {
    font-size: 1rem;
}

.portfolio-item h3 a {
    font-size: 1rem;
}
        
.portfolio-item h4 a {
    font-size: 1rem;
}

.custom-footer p {
    text-align: center;
}
    
#small-about {
    margin-top: 13.5118rem;
}

.about-me img {
    width: 90%;
}

}