body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }

.section {
    padding-top: 41px;
    padding-bottom: 20px;
}

.section:nth-child(2n) {
    background: rgba(244, 244, 244, 0.5); 

}

.section:nth-child(2n + 1) {
	background-color: #fff;
}

.container {
	width: 375px;
	margin: 0 auto;
}


/* HEADER SECTION ---------------------------------------------------------- */

.header {
    position: relative;
    /* width: 100vw; */
    height: 520px;
}

.hero-img {
    background-image: url(./assets/pink-moon.jpg);
    background-size: cover;
    height: 520px;
    /* width: 100vw; */
    background-position: 5%;
    z-index: -1;
    overflow: hidden;
}

.header-links {
    position: absolute;
    top: 49px;
    right: 25px;
    display: flex;
    gap: 5px;
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .1));
}

.header-links img {
    height: 40px;
}

.header-text {
    position: absolute;
    top: 121px;
    left: 30px;
    right: 131px;
    bottom: 197px;
    color: white;
    max-width: 250px;
}

.header-text p {
    font-size: 13px;
    line-height: 18px;
    /* color: #555; */
}

.header-text p span {
    font-weight: 700;
}

.header-text h1 {
    font-size: 40px;
    margin: 0;
    text-shadow:  4px 5px 8px rgba(0, 0, 0, 0.308);
}

.header-text h2 {
    line-height: 18px;
    font-weight: 700;
    text-shadow:  4px 5px 8px rgba(0, 0, 0, 0.308);
}

.header-pic {
    position: absolute;
    top: 336px;
    right: 24px;
    border-radius: 50%;
    border: 3px solid white;
}

/* INTRO SECTION ---------------------------------------------------------- */

.intro-section {
    font-size: 17px;
    line-height: 29px;
    margin: 49px 24px 43px 24px;
}

/* TECH SECTION ---------------------------------------------------------- */

.tech-section h3 {
    font-size: 22px;
    text-align: center;
    color: #fff;
    /* background-color: red; */
    background-image: url(./assets/pink-moon.jpg);
    background-position: 44%;
    margin: 26px 155px; 
}

.tech-section p {
    font-size: 17px;
    line-height: 29px;
    text-align: center;
    margin: 33px 24px;
}

/* PROJECT SECTION ---------------------------------------------------------- */

.featured-projects {
    font-size: 22px;
    text-align: center;
    color: white;
    background-image: url(./assets/pink-moon.jpg);
    background-position: 44%;
    margin: 0px 61px; 
}

.project-image-group {
    position: relative;
}

.project-image {
    margin: 40px 24px 9px 24px;
}

.project-overlay {
    position: absolute;
    top: 0;
    margin: 40px 24px 9px 24px;
}

.project-overlay:hover {
    cursor: pointer;
    opacity: 0;
    transition: all ease-in 0.4s;
}

.repo-title {
    position: absolute;
    /* margin: 82px 44.68px 83px 46px; */
    color: white;
    top:42px;
    left: 46px;
    bottom: 83px;
    width: 236px;
    font-size: 28px;
    text-align: center;

}

.project-text-group {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    margin: 9px 24px;
    
}

.project-heading {
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #FA382F;
    margin: 10px;
  

}
/* Hides more projects in mobile */
.mobile-hide {
    display: none;
}

.project-description {
    margin: 10px;
    line-height: 29px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
}

.tag {
    margin: 5px 5px;
    font-weight: 500;
    font-size: 12px;
    background: #FDDFE7;
    padding: 7px;
}



.other-projects {
    color:#FA382F;
    width: 30vh;
    margin: 20px 0;
    text-align: center;
    font-size: 21px;
}

.project-description span {
    color: #FA382F;
    font-weight: 700;
}

.another {
    margin: 51px 0 0 0;
}

/* MY THOUGHTS SECTION ---------------------------------------------------------- */

.thoughts-section {
    margin: 0;
    padding: 0;
}

.my-thoughts {
    font-size: 22px;
    text-align: center;
    color: white;
    background-image: url(./assets/pink-moon.jpg);
    background-position: 44%;
    margin: 10px 99px; 
}

.thoughts-image {
    margin: 0 10px;
}

.thoughts-text-section {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    margin: 0px 24px 56px 24px;
}

.thoughts-text-section h5 {
    font-size: 17px;
    font-weight: 400;
    color: #FA382F;
    margin: 10px 0;
}

.thoughts-text-section h4 {
    font-size: 21px;
    letter-spacing: 0.01em;
    line-height: 30px;
    margin: 10px 0;
}

.thoughts-text-section p {
    line-height: 29px;
    margin: 10px 0;
}

.thoughts-text-section p span {
    color: #FA382F;
    font-weight: 700;
}

.more-thoughts {
    color:#FA382F;
    margin: 56px 60px;
    text-align: center;
    font-size: 21px;

}

.more-thoughts-section {
    font-family: Roboto;
    font-size: 17px;
    line-height: 29px;
    text-decoration-line: underline;
    margin: 0 24px 24px 24px;
}

.more-thoughts-section span {
    font-weight: 400;
    color: #FA382F;
    text-decoration-line: underline;
}

a:visited,
a:link {
    color: black;
    text-decoration: none;
}

/* SKILL SECTION ---------------------------------------------------------- */

.skills {
    font-size: 22px;
    text-align: center;
    color: white;
    background-image: url(./assets/pink-moon.jpg);
    background-position: 44%;
    margin: 0px 145px 10px 145px; 
}

.skill-boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
    text-align: center;
}



.skill-box h4 {
    font-family: roboto;
    font-weight: 700;
    font-size: 17px;
    line-height: 29px;
    color: red;
}

.skill-box p {
    font-weight: 500;
    font-size: 17px;
}

/* FOR MORE SECTION---------------------------------------------------------- */

.more-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.link-section {
    display: flex;
    gap: 25px;
}

.more {
    font-size: 22px;
    text-align: center;
    color: white;
    background-image: url(./assets/pink-moon.jpg);
    background-position: 44%;
    margin: 0px 21px 40px 21px;
}

.more-section-images {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.more-section-images img {
    height: 70px;
}

.more-text {
    font-family: roboto;
    font-weight: 700;
    font-size: 11px; 
    text-align: center;
    color: red;
}

/* FOOTER ----------------------------------------------------------*/


.footer {
    padding: 60px 24px 84px 24px;
    background-image: url(./assets/pink-moon.jpg);
    background-position: 10%;
    color: white;
    text-align: center;
    text-shadow:  4px 5px 8px rgba(0, 0, 0, 0.308);
}

.footer h3 {
    margin-bottom: 50px;
}

.footer p {
    line-height: 10px;
}

a[href^=tel] {
    text-decoration: inherit;
    color: white;
    }

/* TABLET LANDSCAPE ----------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.container {
		width: 768px;
	}

    .mobile-hide {
        display: block;
    }

    .header-text {
        top: 106px;
        left: 110px;
        height: 100%;
        
    }

    .header-text h1 {
        font-size: 65px;
    }

    .header-text p {
        font-size: 18px;
    }

    .header-pic {
        top: 298px;
        right: 150px;
        width: 250px;
    }

    .header-links {
        top: 102px;
        right: 150px;
        }

    .header-links img {
        height: 60px;
    }

    .tech-section h3 {
        font-size: 35px;
        letter-spacing: 0.01em;
        margin: 0px 330px; 
    }

    .featured-projects {
        font-size: 35px;
        letter-spacing: 0.01em;
        margin: 0 171px;
    }

    .desktop-section {
        display: flex;
        flex-wrap: wrap;
        margin: 0 50px;
        
    }

    .one-project {
        width: 50%;
    }

    .other-projects {
        font-size: 31px;
    }

    .my-thoughts {
        display: none;
    }

    .my-thoughts-desktop {
        font-size: 35px;
        text-align: center;
        color: white;
        background-image: url(./assets/pink-moon.jpg);
        background-position: 44%;
        /* margin: 0px 100px;  */
    }

    .desktop-thoughts-section {
        display: flex;
        flex-wrap: wrap;
        margin: 0 30px;
    }

    .one-article {
        width: 50%;
    }

    .one-article a {
        width: 0;
    }

    .more-thoughts {
        font-size: 31px;
    }

    .more-thoughts-section {
        margin: 0 50px;
    }

    .skills {
        font-size: 35px;
        margin: 0 300px;
    }

    .skill-boxes {
        gap: 90px;
    }

    .more {
        font-size: 35px;
    }

    .more-section-images {
        width: 120px;
    }

    .more-section-images img {
        height: 120px;
    }

    .more-text {
    font-size: 14px;
    }

    .footer h3 {
        font-size: 28px;
    }
    
    .footer p {
        font-size: 20px;

    }

}
/* Desktop LANDSCAPE ----------------------------------------------------------*/

@media screen and (min-width: 1200px) {
	.container {
		width: 1200px;
	}

    .section {
        padding-top: 61px;
        padding-bottom: 30px;
    }

    .header-text {
        top: 126px;
        left: 310px;
        height: 100%;
        
    }

    .header-text h1 {
        font-size: 65px;
    }

    .header-text p {
        font-size: 17px;
    }

    .header-pic {
        top: 298px;
        right: 350px;
    }

    .header-links {
        top: 102px;
        right: 350px;
    }

    .header-links img {
        height: 70px;
    }

    .intro-section {
        margin: 0px 250px 43px 250px;
    }

    .tech-section h3 {
        font-size: 35px;
        letter-spacing: 0.01em;
        margin: 0px 530px; 
    }

    .tech-section p {
        font-size: 25px;
        line-height: 40px;
        margin: 33px 124px;
    }

    .tech-section p span {
        color: red;
    }

    .featured-projects {
        font-size: 35px;
        letter-spacing: 0.01em;
        margin: 0 361px;
    }

    .desktop-section {
        display: flex;
        flex-wrap: wrap;
        margin: 0 200px;
        
    }

    .one-project {
        width: 50%;
    }

    .mobile-hide {
        display: block;
    }

    .other-projects {
        font-size: 31px;
        width: 80vh;
    }

    .my-thoughts {
        display: none;
    }

    .my-thoughts-desktop {
        font-size: 35px;
        text-align: center;
        color: white;
        background-color: red;
        margin: 20px 300px; 
    }

    .desktop-thoughts-section {
        display: flex;
        flex-wrap: wrap;
        margin: 0 200px;
    }

    .one-article {
        width: 50%;
    }

    .more-thoughts {
        font-size: 31px;
    }

    .more-thoughts-section {
        margin: 0 220px;
    }

    .skills {
        font-size: 35px;
        margin: 0 520px;
    }

    .skill-boxes {
        gap: 90px;
    }

    .more {
        font-size: 35px;
    }

    .more-section-images {
        width: 120px;
    }

    .more-text {
    font-size: 14px;
    }

    .footer h3 {
        font-size: 28px;
    }
    
    .footer p {
        font-size: 20px;

    }
}

