/**********************************************************************************************************************/
/* NavBar                                                                                                             */
/**********************************************************************************************************************/

/**********************************************************************************************************************/
/* Header                                                                                                             */
/**********************************************************************************************************************/
@media only screen and (max-width: 550px) {
    .header h1 {
        margin-top: 0
    }
    .header .site-title {
        margin-top: 20vw;
        margin-bottom: 10vw;
        font-size: 5vw;
    }
    .header #me {
        width: 40%;
        border-radius: 50%;
        border: 5px solid white
    }
    .header .site-description {
        font-size: 4vw;
        margin-top: 10vw;
        margin-bottom: 10vw;
    }
    .header .header-links {
        margin-bottom: 20vw;
    }
    .header-links .link {
        font-size: 4vw;
    }
    .header-icons {
        margin-top: 5vw;
    }
    .header-icons .icon {
        width: 35px;
        height: 35px;
        font-size: 35px;
    }
}
@media only screen and (orientation: landscape) and (max-height: 550px) {
    .header {
        width: 95%;
    }
    .header h1 {
        margin-top: 5vw;
        margin-bottom: 1vw;
    }
    .header .site-title {
        margin-bottom: 2vw;
    }
    .header .site-description {
        font-size: 2vw;
        margin-top: 1vw;
    }
    .header .header-links {
        margin-bottom: 0;
    }
}
/**********************************************************************************************************************/
/* Career                                                                                                             */
/**********************************************************************************************************************/
@media only screen and (max-width: 550px) {
    #career {
        width: 90%
    }
}
@media only screen and (orientation: landscape) and (max-height: 550px) {
    #career {
        width: 90%
    }
}
/**********************************************************************************************************************/
/* Skills                                                                                                             */
/**********************************************************************************************************************/
@media only screen and (max-width: 550px) {
    .skills {
        flex-wrap: nowrap;
        font-size: 16px
    }
    .skills h4 {
        font-weight: bold
    }
    .skills ul {
        width: 90%
    }
    .skills .icon-list {
        gap: 10px;
    }
    .skills .icon-list img {
        width: 35px;
        height: 35px
    }
    .skills ul li {
        margin-top: 10px
    }
}
/**********************************************************************************************************************/
/* Projects                                                                                                           */
/**********************************************************************************************************************/
@media only screen and (max-width: 550px), only screen and (orientation: landscape) and (max-height: 550px) {
    #projects {
        width: 95%
    }
    #projects h1 {
        white-space: nowrap
    }
    #projects p {
        margin-top: 0;
        text-align: center
    }
    .user-projects {
        display: flex;
        flex-direction: column !important;
        align-items: center;
        text-align: center;
        margin-bottom: 1vw;
    }
    .user-projects:nth-child(even) {
        flex-direction: column !important;
    }
    .contents-left,
    .contents-right,
    .images-left,
    .images-right {
        float: none !important;
        width: 100%;
        max-width: 500px;
        margin: 10px 0;
        text-align: center
    }
    .images-left img,
    .images-right img,
    .images-left iframe,
    .images-right iframe {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .images-left iframe,
    .images-right iframe {
        width: 100% !important;
        max-width: 100%;
        aspect-ratio: 1;
        border: none;
        margin: 0 auto;
    }
    .icon-list {
        justify-content: center
    }
    .plugin-card {
        min-height: 70vw !important;
        height: auto !important;
    }
}
@media only screen and (orientation: landscape) and (max-height: 550px) {
    #projects {
        width: 95%
    }
    .plugin-card {
        min-height: 36vw !important;
        height: auto !important;
    }
}
/**********************************************************************************************************************/
/* Contact                                                                                                            */
/**********************************************************************************************************************/
@media only screen and (max-width: 550px) {
    .form-columns {
        flex-direction: column
    }
}
/**********************************************************************************************************************/
/* Footer                                                                                                             */
/**********************************************************************************************************************/
