*{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
    max-width: 1400px;
    height:auto;
    margin:auto;
}
.content{
    width:80%;
    margin:auto;
    padding: 10px;
    background-color:#ffa6d275;
    box-shadow: 0px 10px 10px #333;
}
#aboutMe{
    background-image: url(images/logos/1x/Artboard\ 2_1.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position:55%;
    width: 90%;
    height:auto;
    margin:auto;
    display: flex;
    flex-direction: column;
    justify-content:center ;
    padding: 20px;    
}
.textBox h1{
    font-size: 3.5em;
    color:#fff;
}

#resumes{
    width: 90%;
    height:auto;
    margin:auto;
    margin-top:20px;
}

#resumes.content{
    width:80%;
    margin: auto;
    padding: 10px;
}

.header img{
    width:100%;
    height:auto;
}

.header{
    width:80%;
    height: auto;
    padding:auto;
    margin: auto;
    align-content: center;

}
.picOfMe img{
    width:100%;
    height:auto;
}

.picOfMe{
    width:60%;
    height:auto;
    margin: auto;
    padding: 10px;
}
.textBox_container{
    width: 100%;
    height:auto;
    margin:auto;
    align-items: center;

}
 
.textBox{
    background-color: rgba(255,255,255,.5);
    width:90%;
    height:auto;
    margin:auto;
    font-size: .89rem;
}
.skills_container{
    border-top: 20px solid transparent;
    background-image: url(images/gray-torn-paper-edge-template-ripped-horizontal-strips-with-shadows-border-texture-design-vector.png);
    background-repeat: inherit;
}
#skills{
    display: flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
    width:100%;
    height:auto;
    margin:auto;
    background: #9e9e9e;
    color: #fff;
}

#skills h3 {
    color:#FF69B4;
}

.line{
    width:90%;
    height:auto;
    margin:auto;
}

.TextFormContainer{
    width:80%;
    height:auto;
    margin:auto;
}
.child_img, .adult_img{
    width:70%;
    height: auto;
    margin:auto;
    padding: 5px;
}
.child_img img, .adult_img img{
    width:100%;
    height: auto;
    margin:auto;
}

button{
    margin:auto;
    padding: 15px;
}
h1{
    text-align: center;
}

p{
    width: 100%;
    margin:auto;
    padding: 10px 50px;

}
.main{
    width:70%;
}

@media(min-width: 700px){
    .line{
        padding:5px;
    }
    .child_img {
        width:30%;
        height: auto;
        margin:auto;
        align-content: center;
    }

    .picOfMe{
        width:20%;
        height: auto;
        padding:auto;
        margin: auto;
        align-content: center;
    }


    .adult_img{
        width:30%;
        height: auto;
        margin:auto;
        align-content: center;
    }

    .child_img img, .adult_img img{
        width:100%;
        height: auto;
        margin:auto;
    }

    .text1{
        width:80%;
        height:auto;
        margin:auto;
    }
    .text2{
        width:70%;
        height:auto;
        margin:auto;
    }
    .text3{
        width:70%;
        height:auto;
        margin:auto;
        padding:2px;
        
    }

    .line{
        width: 90%;
        height:auto;
        margin:auto;
        display: flex;
        flex-direction: row;
    }
    .line2{
        flex-direction:  row-reverse;
       
    }

   

    .skills {
        width:90%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; 
        justify-content: space-around;
        padding:10px;
    }

}