body {
    margin: 0; 
    padding: 0;
    background-color: #0F1630;
}
.parHello2 {
    opacity: 0;
}
#cta-buttonAbout {
    opacity: 0;
}
.firstPage {
    height: 100vh;
    background-color: #0F1630;
    margin: 0;
    margin-top: -17px;
}

.menu {
    display: flex;
    justify-content: space-around;
}
.aMenu {
    text-decoration: none;
    list-style-type: none;
    color: white;
    font-family: "Roboto", sans-serif;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 10px;
}
.aMenu:hover {
    background: linear-gradient(to right, #4FB7DC, #471FBC);
    padding: 10px;
    border-radius: 4px;
    font-weight: bolder;
}
.hello {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 150px;
}
.title, .par, .btn {
    padding: 20px;
}
#title {
    font-size: 60px;
    margin: 0;
    text-align: center;
    color: white;
    padding-left: 20px; 
    padding-right: 20px;
}
.highlight,#title {
    font-family: Space Mono,monospace;
}

.highlight {
    color: transparent; 
    -webkit-background-clip: text;
	background-clip: text;
    background-image: linear-gradient(to right, #4FB7DC, #471FBC);
    font-weight: 700;
}

.parHello {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    text-align: center;
    color: white;
}
button {
    background: linear-gradient(to right, #4FB7DC, #471FBC);
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    font-family: Space Mono,monospace;
    font-weight: 700;
    padding: 15px;
}
button:hover {
    background: linear-gradient(to right, #471FBC, #4FB7DC);
}
.btnAbout {
    font-family: Space Mono,monospace;
    font-size: 20px;
}
.btnCheck {
    padding: 5px;
}
.btnProjects {
    margin-top: 40px;
}
.secondPage {
    height: auto;
    background-color: #0F1630;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aboutMe {
    margin-top: 20px;
}
h2 {
    font-family: Space Mono,monospace;
    font-size: 30px;
    color: white;
    text-transform: uppercase;
}
.experience {
    display: flex;
    justify-content: space-around;
    margin-left: 50px;
    margin-right: 50px;
    flex-wrap: wrap;
}
.getKnow, .toolkit {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    flex: 1;
}
h3 {
    font-family: Space Mono,monospace;
    font-size: 23px;
    color: white;
    text-align: center;
}
.indent {
    text-indent: 30px;
}
.parGetKnow {
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    color: white;
    text-align: justify;
}
.skills {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.skillsText {
    background-image: linear-gradient(to right, white, rgba(128, 128, 128, 0.373));
    border-radius: 5px;
    display: inline-block;
    font-family: Space Mono,monospace;
    font-weight: bold;
    padding: 12px;
    margin-right: 5px;
}
.skillsText:hover {
    background-image: linear-gradient(to right, rgba(128, 128, 128, 0.373), white);
}
.skill-block {
    color: transparent; 
    -webkit-background-clip: text;
	background-clip: text;
    background-image: linear-gradient(to right, #4FB7DC, #471FBC);
}
.skill-block:hover {
    color: transparent; 
    -webkit-background-clip: text;
	background-clip: text;
    background-image: linear-gradient(to right, #471FBC, #4FB7DC);
}
.thirdPage {
    background-color: #0F1630;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    padding-bottom: 80px;
}
.projectExample {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px;
    flex: 1;
    opacity: 0;
}    
.projectPic {
    display: flex;
    padding: 20px;
    flex: 1;
}
.projectPicOther {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
    flex: 1;
}
.borderLeft {
    border-radius: 7px;
    border: 8px solid #4FB7DC;
    margin-bottom: 70px;
}
.moneyBorder {
    margin-bottom: 100px;
}
.borderRight {
    border-radius: 7px;
    border: 8px solid #4FB7DC;
    margin-bottom: 70px;
}
.projectDescript {
    padding: 20px;
    flex: 1;
}
.imgWeb {
padding: 15px;
border-radius: 20px;
}
.webOne, .webThree, .webFive, .webSeven {
    margin-top: -50px;
    margin-right: -50px;
}
.webTwo, .webFour, .webSix {
    margin-top: -50px;
    margin-left: -50px;
}
.aboutWeb {
    color: white;
    font-family: Space Mono,monospace;
}
.circleContainer {
    display: flex;
    justify-content: space-between;
    margin: 0;
    background-color: #0F1630;
}
.circleLeft {
    height: 250px;
    width: 250px;
    background-color: #4fb6dc53;
    border-radius: 0 50% 0 50%;
    margin-bottom: -50px;
}
.circleRight {
    height: 250px;
    width: 250px;
    background-color: #461fbc42;
    border-radius: 50% 0 50% 0;
    margin-bottom: -50px;
}
.fourthPage {
    background-image: linear-gradient(to right,  #471FBC, #4FB7DC);
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    margin-top: -130px;
}
.containerContact {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    width: 100%;
    flex-wrap: wrap;
}
.dropMe {
    display: flex;
    flex-direction: column;
}
.dropMe, .contactMe {
    padding: 30px;
}
.contactMe {
    background-image: linear-gradient(to right, #4FB7DC, #471FBC);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    padding-top: 90px;
}

li {
    color: white;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    padding: 10px;
}
.liPhone {
    list-style-image: url(phone.png);
}
.liEmail {
    list-style-image: url(email.png);
}
.liCountry {
    list-style-image: url(country.png);
}
.headerContact {
    display: flex;
    justify-content: start;
    }
label {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: white;
    align-items: center;
    padding: 15px;
}

.text-input {
    background-color:#0F1630;
    border: none;
    border-radius: 5px;
    padding: 12px;
    width: 90%;
    font-family: Space Mono,monospace;
    color: white;
}
.btnContact {
    width: 100%;
    background: #0F1630;
}
.btnContact:hover {
    background: #4B61CA;
}


@media all and (max-width: 800px) {
    .menu {
        display: flex;
        justify-content: flex-start;
    }
    .aMenuLi {
        font-size: 12px;
        margin-top: 10px;
        padding: 5px;
    }
    .aMenuLi:hover {
        padding: 5px;
    }
    .hello {
        margin-top: 30px;
    }
    .title, .par, .btn {
        padding: 50px;
    }
    #title {
        font-size: 40px;
    }
    .parHello {
        font-size: 15px;
    }
    button {
        padding: 10px;
    }
    .btnAbout {
        font-size: 15px;
    }
    h2 {
        font-size: 20px;
    }
    .experience {
        display: flex;
        flex-direction: column;
        margin-left: 5px;
        margin-right: 5px;
    }
    .parAboutMe {
        padding: 10px;
    }
    .btnProjects {
        opacity: 0;
    }
    .getKnow, .toolkit {
        padding: 10px;
    }
    .toolkit {
        margin-top: -60px;
      }
    h3 {
        font-size: 20px;
    }
    .indent {
        text-indent: 50px;
    }
    .parGetKnow {
        font-size: 15px;
    }
    .skills {
        display: flex;
        justify-content: center;
    }
    .skillsText {
        padding: 8px;
    }
    .thirdPage {
        margin-top: 50px;
    }
    .container {
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .projectExample {
        display: flex;
        flex-direction:column;
        padding: 20px;
        border-bottom: inset 2px #0f163042;
        margin-top: 30px;
    } 
    .projectExampleOther {
        display: flex;
        flex-direction:column-reverse;
        padding: 20px;
    }  
    .projectDescript {
        margin-top: -60px;
    } 
    .projectPic, .projectPicOther {
        display: flex;
        justify-content: center;
    }
    .borderLeft {
        border-top-right-radius: 50%;
        border: 5px solid #4FB7DC;
    }
    .borderRight {
        border-top-left-radius: 50%;
        border: 5px solid #4FB7DC;
    }
    .imgWeb {
    padding: 15px;
    width: 300px;
    }
    .circleContainer {
        margin-bottom: 100px;
    }
    .circleLeft, .circleRight {
        height: 120px;
        width: 120px;
    }
    .fourthPage {
        border-top-left-radius: 80px;
        border-top-right-radius: 80px;
        height: auto;
    }
    .containerContact {
        display: flex;
        flex-direction: column;
        padding: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .dropMe, .contactMe {
        padding: 20px;
    }
    .dropMe {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 0;
    }
    .contactMe {
        background-image: linear-gradient(to right, #4FB7DC, #471FBC);
        border-radius: 5px;
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
    ul {
        margin-left: 10px;
    }
    li {
        font-size: 15px;
    }
    .aboutWebContact {
        text-align: center;
    }
    label {
        font-size: 15px;
    }
    
    .text-input {
        font-size: 10px;
    }

}
