@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,700&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*** GENERAL STYLING ***/
body {
    margin: 0px;        
}

/****************** GENERAL STYLING LAYOUT********************************/
.wrapper-styling {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-column-style {
    flex-direction: column;
    align-items: center;
}

/********** GENERAL TEXT AND COLOR STYLING **************************************/
.roboto {
    font-family: 'Roboto', sans-serif;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.reg {
    font-weight: 100;
}
.bold {
    font-weight: 700;
}

.grey-style {
    background: #F4F4F4;
}

.red-text-style {
    font-size: 21px;
    color: #E02041;
}

.red {
    color:#E02041;
}

.red-style-headline {
    font-size: 25px;
    color: #E02041;
    align-self: center;
}

.red-box-style {
    font-size: 22px;
    padding: 5px;
    background: #E02041;
    color: white;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

/************************ HEADER ************************************/
header {
    height: 500px;
    background-image: url('./assets/simon-berger-twukN12EN7c-unsplash.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.header-info-wrapper {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}
 .header-text {
     width: 50%;
 }

 .header-text p {
     margin: 5px;
 }

.header-images {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 50px;
}

h1 {
    font-size: 40px;
    color: #fff;
    margin: 0;
}

h2 {
    font-size: 24px;
    color: #fff;
    margin: 0;
}

.spacing {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.52px;
}

.header-p-tags {
    display: flex;
}
.header-icon-wrapper {
    align-self: flex-end;
    display: flex;
    margin-bottom: 10px;   
}

.header-icon-link {
    width: 45px;
    height: 45px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

.header-icon-link:hover {
    transform: scale(1.2);
    transition: all .5s ease-in-out;
}

.profile-pic {
    border: 3px solid #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: -15px;
}

/***************************** GENERAL MAIN SECTION STYLING***************************************************/
.main-section {
    padding: 50px 0;
    display: flex;
    justify-content: center;
}
/* BOTH INTRO AND TECH */
.text-styling {
    color: black;
    font-size: 17px;
}

/*************************** ONLY INTRODUCTION SECTION *****************************/
.line {
    display: inline-block;
    width: 70px;
    height: 3px;
    background-color: #E02041;
    padding: 0px;
    margin-bottom: 6px;
    border-radius: 2px;
}

.circle {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color:#E02041;
    margin-left: -10px;
    margin-right: 12px;
    padding: 0px;
}
/*************************** ONLY TECH SECTION *****************************/
.tech-text {
    text-align: center;
}

/****************************BOTH FEATURED PROJECTS AND MY THOUGHTS ABOUT CODE *****************/
.project-image {
    transition: 0.5s ease;
    position: relative;
    color: rgb(248, 248, 113);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.project-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s ease;
}

.project-image-title {
    position: absolute;
    
}

.project-image:hover {
  color: transparent;
}

.project-image-overlay:hover {
  background-color: transparent;
  color:transparent;
}

.links-more-info {
    text-decoration: none;
    color: black;
    margin-bottom: 15px;
}

.list-with-links {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.large-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-link {
    text-decoration: none;
    color: black;
    margin-bottom: 25px;
}

.card-image {
    width: 100%;
}

/*************************** ONLY FEATURED PROJECTS SECTION *****************************/
.tech-style {
    background: #f8d0d7;
    color: #000;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 5px;
    padding: 4px;
}

.card-tech-info {
    display: flex;
    flex-wrap: wrap;
}

/*************************** ONLY MY THOUGHTS ABOUT CODE SECTION *****************************/
 .thoughts-text p {
     margin-bottom: 0;
 }

 .thoughts-text h4 {
     margin: 0;
 }
/*************************** SKILLS SECTION *****************************/
.skills-outer-wrapper {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.skills-inner-wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.more {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -120px;
}

.more p {
    margin: 5px;
}

.skills-inner-wrapper p {
    margin: 5px;
}
/*************************** FOR MORE SECTION ***************************/
.for-more-icon-link {
    width: 60px;
    height: 60px;
    border: 3px solid #E02041;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

.for-more-icon-link:hover {
    transform: scale(1.2);
    transition: all .5s ease-in-out;
}

.image {
    height: 40px;
    width: 40px;
}

.icon-text {
    font-size: 11px;
    color: #E02041;
}

.icon-outer-wrapper {
    width: 200px;
    display: flex;
    justify-content: space-between;
}
.icon-inner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/**************** FOOTER ************************************************/
footer {
    height: 250px;
    background: #E02041;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact {
    color: white;
}

.footer-p {
    margin: 5px;
    color: white;
}

/************************** MEDIA QUERIES ***********************************/
@media (min-width: 667px) {

    header, .header-info-wrapper {
        height: 600px;
    }

    .profile-pic {
        width: 230px;
        height: 230px;
    }

    .header-icon-link {
        width: 65px;
        height: 65px;
        margin: 10px;
    }

    h1 {
        font-size: 62px;
    }

    h2 {
        font-size: 32px;
    }

    .spacing {
        font-size: 16px;
    }

    .thoughts-card {
        width: 80%;
    }
    
    .large-card-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .card-link {
        box-sizing: border-box;
        width: 50%;
    }

    .padding-right {
        padding-right: 20px;
    }
    .padding-left {
        padding-left: 20px;
    }
    
}

@media (min-width: 1024px) {

    .wrapper-styling, .header-info-wrapper {
        width: 60%;
    }

    .profile-pic {
        width: 270px;
        height: 270px;
        margin-bottom: -15px;
    }

    h1 {
        font-size: 72px;
        width: 400px;
    }

    .spacing {
        font-size: 20px;
    }

    .text-styling {
        font-size: 22px;
    }

    .red-box-style {
        font-size: 40px;
    }

    .tech-header {
        width: 150px;
    }

    .for-more-icon-link {
        width: 90px;
        height: 90px;
    }

    .image {
        height: 60px;
        width: 60px;
    }

    .icon-outer-wrapper {
        width: 300px;
    }

    .icon-text {
        font-size: 25px;
    }

    .skills-outer-wrapper {
        font-size: 25px;
        width: 80%;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .more {
        margin-top: 0;    
    }

    .red-style-headline {
        font-size: 38px;
    }
}