/* TABLET VIEW */
@media only screen and (max-width:768px) {

section {
    padding: 75px 40px;
}

h2 {
    font-size: 54.4px;
    margin-bottom: 30px;
}
    
h3 {
    font-size: 21px;
}

p {
    font-size: 17px;
}

.star {
    font-size: 40px;
}

.darkmode {
    top: 40px;
    left: 50px;
    position: absolute;
}

/* <!-- Main Navigation -->  */
.mobile-menu {
    background-image: url(images/hamburgerbutton.svg);
    width: 38.68px;
    height: 26.8px;
    background-color: transparent;
    padding-bottom: 100px;
    display: block;
    position: fixed;
    top: 40px;
    right: 50px;
    z-index: 999;
    background-repeat: no-repeat;
}

.mobile-menu-dark-mode {
    background-image: url(images/mobilemenudarkmode.svg);
}

.mobile-menu-popout {
    color: #232124;
    font-family: 'ClashDisplay';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
    display: block;
    position: fixed;
    top: 0;
    right: -280px;
    background-color: #6C7C49;
    z-index: 998;
    padding: 120px 40px;
    height: 100%;
    width: 200px;
    transition: all 300ms;
}

.mobile-menu-popout-dark-mode {
    color: #F4EBDC;
    background-color: #92A35B;
}

.mobile-menu-popout ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.open {
    right: 0;
}

.close {
    background-image: url(images/closeiconx.svg);
    background-repeat: no-repeat;
    width: 30.05px;
    height: 27px;
    margin-right: 5px;
}

.close-dark-mode {
    background-image: url(images/closeiconx-darkmode.svg);
    background-repeat: no-repeat;
    width: 30.05px;
    height: 27px;
    margin-right: 5px;
}

.home_button {
    margin-left: 48px;
    margin-bottom: 38px;
}

.nav_links {
    display: flex;
    justify-content: center;
    margin-bottom: 38px;
}

#main-nav {
    display: none;
}

/* <!-- Main Header -->  */

.column-container {
    display: flex;
    align-items: flex-start;
    padding-top: 180px;
}

.column-content {
    font-size: 72px;
}

.hello_mh {
    position: relative;
}

.right_mh {
    text-align: right;
    padding-top: 110px;
    position: relative;
    right: 22%;
}

.heidi_mh {
    line-height: 170px;
}

#mh_star {
    left: -13%;
    font-size: 50px;
}

/* <!-- About Section -->  */
.column-container-about {
    align-items: center;
    gap: 20px;
}

#about_star {
    left: 44%;
}

.aimage {
    width: 339px;
    max-height: 451px;
}

/* <!-- Skills Section -->  */
#skills {
    font-size: 19px;
    line-height: normal;
}

#skills_star {
    right: 25%;
}

.technical, .personal {
    font-size: 21.6px;
}

.tskills {
    width: 165px;
    height: 48px;
    margin-bottom: 15px;
    margin-right: 8px;
}

.personal {
    box-sizing: border-box;
    padding: 15px 30px;
    border-radius: 50%;
    border: 2px solid #232124;
    position: relative;
    left: -3.5%;
}

.pskills {
    width: 115px;
    margin-right: 42px;
    margin-bottom: 25px;
}

/* <!-- Gallery Section -->  */
.gallery-column-container {
    gap: 15px;
}

.work1 {
    margin-top: 0;
}

.image {
    width: 305.1px;
    height: 314.1px;
    margin-bottom: 15px;
}

/* <!-- FAQs Section -->  */
.faqs {
    line-height: normal;
    padding: 10px 50px;
    height: 85px;
}

.faq-open {
    padding-bottom: 25px !important;
}

/* <!-- Contact Section -->  */
#name, #email, #message {
    font-size: 17.1px;
    width: 45vw;
    margin-bottom: 8px;
}

#message {
    height: 275px;
}

.button-primary {
    font-size: 21px;
    line-height: 45px;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 27px;
}

#contact_star {
    right: 15%;
}

/* <!-- Footer -->  */
footer {
    padding: 30px;
}

.footer {
    gap: 27%;
}

.footer_star {
    font-size: 15px;
}
}

/* MOBILE VIEW */
@media only screen and (max-width: 390px) {

section {
    padding: 75px 30px;
}

h2 {
    font-size: 46.8px;
}

/* <!-- Main Navigation -->  */
.mobile-menu-popout {
    width: 115px;
}

.home_button {
    margin-left: 7px;
}

.darkmode {
    left: 40px;
}

/* <!-- Main Header Section -->  */
.column-container {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 205px;
}

.column-content {
    font-size: 57.6px;
}

.hello_mh {
   position: absolute;
   left: -27%;
   top: 30%;
}

.right_mh {
    right: 0%;
}

.heidi_mh {
    border: none;
    text-decoration: underline;
    line-height: 150px;
}

#mh_star {
    left: 83%;
    top: 10%;
}

/* <!-- About Section -->  */
.column-container-about {
    flex-direction: column;
}

#about_star {
    display: none;
    /* left: 83%; */
}

.about_text {
    text-align: center;
}

/* <!-- Skills Section -->  */
#skills_star {
    display: none;
    /* right: 7%; */
}

.technical_section, .personal_section {
    flex-direction: column;
}

.technical, .personal {
    font-size: 21.6px;
    transform: rotate(0deg);
    margin-bottom: 30px;
}

.tskills {
    width: 165px;
    height: 48px;
    margin-bottom: 20px;
    margin-right: 0;
}

.personal {
    left: 0%;
}

.pskills {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
}

/* <!-- Gallery Section -->  */
.gallery-column-container {
    flex-direction: column-reverse;
    gap: 0px;
}

.image {
    margin-bottom: 8px;
}

.lightbox-content {
    margin-top: 235px;
}

/* <!-- FAQs Section -->  */
.faqs {
    padding: 15px 50px;
    height: 143px;
}

.faq-open {
    padding-bottom: 30px !important;
}

#faqs_star {
    display: none;
}

/* <!-- Contact Section -->  */
#name, #email, #message {
    width: 77vw;
    border: 2px solid #232124;
}

#contact_star {
    display: none;
}

/* <!-- Footer Section -->  */
.footer {
    font-size: 12.6px;
    gap: 10%;
}

.footer_star {
    font-size: 15px;
}

}