body{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}
.main-about{
    width: 100%;
    min-height: 70vh;
    margin-top: 50px;
    position: relative;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.photo{
    width: 50%;
    float: left;
    height: 70vh;
    overflow: hidden;
    position: relative;
    padding-right: 30px;
    box-sizing: border-box;
}


.content{
    padding-left: 50px;
    width: 50%;
    height: 70vh;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}
.main-content-text{
    width: 50%;
    float: left;
}
.main-content-text h2{
    font-size: 40px;
    margin-right: 50px;
}
.main-content-text b{
    font-size: 30px;
}
.main-content-text label{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    
}
.main-content-text p{
    text-align: right;
    font-size: 20px;
    word-spacing: 2px;
    letter-spacing: 2px;
    font-weight: 700;
}

.main-content-text .end-text{
    font-size: 30px;
    word-spacing: 2px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-top: 30px;
    
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-flow: column;
}
.main-content-text .end-text a{
    margin-top: 5px;
}
.main-content-text .end-text{
    text-align: center;
}
.photo .img{
    width: 350px;
    height: 350px;
    position: absolute;
    top: 20%;
    right: -5%;
    transition: 0.5s;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
}
.photo .img img{
    
    
}
.photo .background{
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 80%;
    right: 100px;
    top: 40px;
    border: solid 15px #000;
}
/*
.background-main-about{
    position: absolute;
    top: 0px;
    right: 50%;
    width: 35%;
    height: 50vh;
    border: solid 15px #000;
    z-index: -1;
}
*/

.about-content{
    position: relative;
    width: 100%;

    padding-top: 100px;
    
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.about-content h2{

    text-align: center;
    font-size: 40px;
}
.about-content ul{
    
    max-width: 850px;
        width: 100%;
        
        list-style: none;
        box-sizing: border-box;
        
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    
    margin: auto;
    
}
.header-body{
    background-image: url(../../assets/rachel%20photo%20for%20website/bossit-plicosh.jpg);
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}
.about-content ul li{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 5px;
    
    box-shadow: 0px 30px 40px -20px hsl(229, 6%, 66%);
    
    box-sizing: border-box;
    padding: 10px 15px;
    
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 18px;
    
    text-align:center;
    
        
}
@media screen and (max-width: 1100px) {

    .main-content-text{
        width: 80%;
    }
    .about-content{
        width: 80%;
        padding-right: 10%;
    }
    
}
@media screen and (max-width: 600px) {

    .photo{
    width: 100%;
    height: 60vh;

    }
    .about-content{
        width: 100%;
        padding-top: 0px;
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    

    .about-content ul{
        width: 100%;
        
    }
    .about-content ul li{
        flex-basis: 60%;
        margin-left: 12%;
    }
/*
    .background-main-about{
        top: 20px;
        left: 20px;
        width: 90%;
        height: 48vh;
    }
*/
    .content{

        width: 100%;
        height: 60%;
        float: left;
    
}
    .photo img{
        bottom: 20px;
        right: 25%;
    }
    .main-content-text{
        width: 100%;
        float: none;
    }
    
}

@media screen and (max-width: 900px) {
    .about-content{
    
        padding-top: 250px;
    }
}

@media screen and (max-width: 1100px) {
    .about-content{
    
        padding-top: 200px;
    }
}
@media screen and (max-width: 1300px) {
    .about-content{
    
        padding-top: 200px;
    }
}


