body {
    background-color: #efeff4;
}

.outercontainer{
    width: 1200px;
    height: auto;
    margin: auto;
    position: relative;
    align-items: center;
    
}

.logo{
    margin: 40px;
    float: left;
}

.menu{
    font-family: Outfit, sans-serif;
    float: left;
    margin: 10px;
    font-size: 23px;
    font-style: bold;
}

.menu li{
    float: left;
    position: relative;
    list-style: none;
    margin: 20px;
    text-align: center;
}

.menu li a{
    width: 70px;
    height: 20px;
    display: block;
    text-decoration: none;
    color: #202020;
    margin: 20px;
    font-weight:  medium;
    font-family: Outfit, sans-serif;
    line-height: 20px;
    transition: 0.15s;
}

.menu li a:hover{
    font-weight: bold;
}


.mavis{
    width: 100px;
    display: block;
    position: relative;
    font-family: Outfit, sans-serif;
    font-size: 75px;
    line-height: 65px;
    float: left;
    margin: 50px;
    color: #151515;
}

.mavis h3{
    width: 400px;
    font-size: 50px;
    margin: 0px;
    font-weight: lighter;
    color: #151515;
}
.mavis h2{
    font-size: 32px;
    font-family: Noto Sans SC, sans-serif;
    margin: 0px;
    font-weight: bold;
    color: #151515;
}

.title{
    display: block;
    width: auto;
    margin-left: 50px;
    font-family: Outfit, sans-serif;
    font-size: 36px;
    font-weight: lighter;
    line-height: 36px;
    float: left;
    color: #151515;
    text-align: right;
}

.mainDisplayBox{
    display: inline-block;
    position: relative;
    width: 480px;
    margin: 30px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 20px 25px -5px, rgba(0, 0, 0, 0.03) 0px 10px 10px -5px;
    padding: 20px;

}

.projectCoverImg{
    display: block;
    position: relative;
    margin: 10px;
}

.projectCoverImg img{
    display: block;
    border-radius: 15px;
    width: 460px;
    margin: auto;
    height: 280px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 20px 25px -5px, rgba(0, 0, 0, 0.03) 0px 10px 10px -5px;
    transition: 0.2s;
}

.projectCoverImg img:hover{
    transform: scale(1.04);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 20px 25px -5px, rgba(0, 0, 0, 0.03) 0px 10px 10px -5px, rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
}

.projectName{
    font-family: Outfit, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #000000c2;
    text-align: left;
    display: block;
    float: left;
    margin: 20px;
}

.projectDescription{
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-weight: light;
    color: #3B4463;
    text-align: left;
    clear: both;
    display: block;
    margin: 20px;
}

.projectLabel{
    width: auto;
    height: 30px;
    float: right;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: light;
    color: #000000;
    background-color: rgba(207, 216, 255, 0.6);
    border-radius: 10px;
    text-align: center;
    display: block;
    line-height: 1.9;
    padding: 0px 15px;
    margin: 22px;
}


.footer{
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-weight: light;
    color: #3B4463;
    text-align: center;
    display: block;
    margin: 20px;
}



@media all and (max-width: 760px){
    .outercontainer{
        width: 100%;
        padding: auto;
    }
    .menu{
        width: 100%;
        float: none;
        font-size: 18px;
    }

    .logo{
        width: 90%;
        float: none;
        text-align: center;
    }
    
    .hometext p{
        width: 100%;
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        display: block;
        clear: both;
        margin: 30px;
    }
    #homeimage img{
        width: 320px;
        margin-top: 0px;
    }
}