body {
    padding: 0;
    margin: auto !important;
    width: 1920px;
    font-family: calibri;
}

h2 {
    font-weight: 350;
    font-family: Open Sans;
}

#welcome {
    margin: 40px 140px 0px 140px;
    width: 1640px;
    display: flex;
}

#welcomeTitle {
    font-family: Hammersmith One;
}

#text {
    display: flex;
    flex-direction: column;
}

#welcomeText {
    margin-bottom: 50px;
}

#keypoints {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
    margin-left: 10%;
}

.keypointFront {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.keypointFront h1 {
    font-size: 24pt;
    font-weight: normal;
    margin: 0px;
}

.keypointFront img {
    height: 125px;
}

.keypoint {
    position: relative;
    width: 240px;
    height: 240px;
    color: white;
    text-align: center;
    transition: transform 0.99s;
    transform-style: preserve-3d;
    margin-bottom: 6%;
}

.keypointFlip:hover .keypoint {
    transform: rotateY(180deg);
}

.keypointFront, .keypointText {
    position: absolute;
    width: 240px;
    height: 240px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fa-users {
    width: 100px;
    height: 75px;
    font-size: 52pt;
}

.keypointText {
    color: white;
    transform: rotateY(180deg);
    padding: 2%;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

#keypoint1, #keypointText1 {
    background-color: #DA614A;
}

#keypoint2, #keypointText2 {
    background-color: #A18FC4;
}

#keypoint3, #keypointText3 {
    background-color: #6ec6eC;
}

#keypoint4, #keypointText4 {
    background-color: #F6B76D;
}

#keypoint5, #keypointText5 {
    background-color: #F5D362;
}

#Us {
    margin-top: 275px;
    display: flex;
    justify-content: space-between;
}

#Us h2 {
    font-weight: bold;
    margin-bottom: 0px;
}

#Us h3 {
    margin: 0px;
}

.UsPic {
    width: 310;
    height: 447;
    object-fit: contain;
    background-image: url(http://tomorrowsstudio.com/villu/bgAboutUs.jpg);
    background-repeat: no-repeat;
    background-position: center top; 
    border-style: solid;
    border-width: 5px;
}

#usPic1 {
    border-color: #de1868;
}

#usPic2 {
    border-color: #2abfe4;
}

#usPic3 {
    border-color: #fac415;
}

#usPic4 {
    border-color: #4aa146;
}

@media only screen and (max-width: 1320px) {
    nav {
        width: 1320px;
    }
}


@media  only screen and  (max-device-width: 812px) {   
     body {
        width: 100%;
    }
    
    #welcome {
        text-align: center;
        width: 100%;
    }
    
    #welcomeTitle {
        text-align: center;
    }
    
    #welcomeText {
        padding-right: 5%;
        padding-left: 5%;
        text-align: left;
    }
    
    #keypoints {
        align-self: center;
    }
    
    .keypoint {
        width: 180px;
        height: 180px;
    }
    
    .keypointFront, .keypointText {
        width: 180px;
        height: 180px;
    }
    
    #Us {
        overflow-x: scroll;
    }
}