@import url(css/main.css);



*{
    box-sizing: border-box;
}
.mytop{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--purple);
    background-image: url(/images/workimages/header.png);
    background-size: cover;
    object-position: bottom;
}

body{
    background-color: var(--light-grey);
}
.mytop h1{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--white);
    padding-top: 18vh;
    padding-bottom: 12vh;
    padding-left: 13vw;
    padding-right: 13vw;
    font-size: 4vw;
}

.livenbrathework{
    padding-top: 10vh;
	padding-left: 6vw;
	padding-right: 6vw;
    margin-bottom: 0px;
    font-size: 2.25vw;

    background-color: var(--light-grey);

	color: var(--dark-grey);
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.orange-container h1{
    font-family: 'poppins';
    font-size: 40px;
    letter-spacing: 1.2px;
    }
    
    .orange-container h2{
    font-family: 'poppins';

        font-weight: 100;
        
    }

.worldmap{
    display: flex;
    flex-direction: column;
    height: 450px;
    width: 100%;
    margin-top: 10vh;
    justify-content: center;
	align-items: center;
    background-image: url(/images/workimages/map.gif);
}

.worldmap h1{
	padding-left: 6vw;
	padding-right: 6vw;
    font-size: 3.5rem;
	color: var(--white);
	text-align: center;
	font-weight: 600;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.c-img{
    display: flex;
    flex-direction: column;
    margin-top: 10vh;
    justify-content: center;
	align-items: center;
}

.c-img img{
    width: 100%;
}

.qoute-1{
    padding-bottom: 1vh;
}


@media only screen and (max-width: 1097px){
    .mytop h1{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: var(--white);
        padding-top: 18vh;
        padding-bottom: 12vh;
        padding-left: 3vw;
        padding-right: 3vw;
        font-size: 3rem;
    }   
      
    .livenbrathework{
        padding-top: 10vh;
        padding-left: 6vw;
        padding-right: 6vw;
        margin-bottom: -48px;
        font-size: 1.5rem;
        background-color: var(--light-grey);
    
        color: var(--dark-grey);
        text-align: center;
        font-weight: 600;
        line-height: 1.2;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
}


@media only screen and (max-width: 750px){

    .abc{

    }
   
    .mytop{
        background-color: var(--purple);
        background-image: url(/images/workimages/header.png);
        background-position: bottom;
        background-repeat: none;
    }
    
    body{
        background-color: var(--light-grey);
    }
    .mytop h1{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: var(--white);
        padding-top: 70px;
        padding-bottom: 25px;
        padding-left: 3vw;
        padding-right: 3vw;
        font-size: 10vw;
    }
    
    .livenbrathework{
        margin-bottom: -42px;
        font-size: 4vw;
        background-color: var(--light-grey);
        padding: 0px;
        padding-top: 12px;

        color: var(--dark-grey);
        text-align: center;
        font-weight: 600;
        line-height: 1.2;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .livenbrathework h1{
        padding-left: 2vw;
        padding-right: 2vw;
        margin: 0px;
    }
    
 
    .orange-container h1{
        font-family: 'poppins';
        font-size: 3vw;
        letter-spacing: 1.2px;
        }
        
        .orange-container h2{
        font-family: 'poppins';
        font-size: 3vw;

            margin-top: 12px;
            font-weight: 100;
            
        }
    
    .worldmap{
        display: flex;
        flex-direction: column;
        height: 450px;
        width: 100%;
        margin-top: 2px;
        justify-content: center;
        align-items: center;
        background-image: url(/images/workimages/map.gif);
    }
    
    .worldmap h1{
        padding-left: 6vw;
        padding-right: 6vw;
        font-size: 8vw;
        color: var(--white);
        text-align: center;
        font-weight: 600;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .c-img{
        display: flex;
        flex-direction: column;
        margin-top: 10vh;
        justify-content: center;
        align-items: center;
    }
    
    .c-img img{
        width: 90%;
    }
    
    .qoute-1{
        padding-bottom: 1vh;
    }
}
