* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.mt120{
    margin-top: 120px !important;
}

.mt80{
    margin-top: 80px !important;
}

.mb80{
    margin-bottom: 80px !important;
}

.mt40{
    margin-top: 40px !important;
}

.mt20{
    margin-top: 20px !important;
}

.mt10{
    margin-top: 10px !important;
}

.standard-column{
    width: 100%;
    max-width: 780px;
    margin: auto;
    display: block;
    overflow: hidden;
    padding: 0px 20px;
}

.full-column, .full-column img{
    width: 100%;
}

.threetile-column{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
    padding: 0px 20px;
    text-align: center;
}

.project-details{
    margin-top: 40px;
    border-bottom: 1px solid #292929;
    display: block;
    overflow: hidden;
}

.project-details div{
    width: auto;
    margin-right: 40px;
    float: left;
}

.project-details div:last-child{
    margin-right: 0px;
}

.project-details .dp{
    border: 1px solid #404040;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    color: #999;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    line-height: 1.4em;
    margin-right: 4px;
}

.project-details .membername{
    margin-right: 16px;
}

.col1{
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.col2{
    width: 46%;
    height: auto;
    margin-left: 6%;
    margin-bottom: 40px;
}

.col3{
    width: 28%;
    height: auto;
    margin-left: 6%;
    margin-bottom: 80px;
}

.col3:first-child, .col3:nth-child(3n+1), .col2:first-child, .col2:nth-child(2n+1) {
    margin-left: 0px;
}

.width30{
    width: 30%;
    float: left;
}

.width70{
    width: 66%;
    float: left;
    margin-left: 4%;
}

/* font styles */

h1{
    font-size: 40px;
    letter-spacing: 0.2px;
}

h2{
    font-size: 20px;
    line-height: 1.4em;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 0;
    opacity: 1;
    text-transform: unset;
    margin-bottom: 20px;
}

.project-details p.small{
    margin-bottom: 6px;
}

p.big, ul, li{
    font-size: 16px;
    line-height: 1.5em;
    opacity: 0.8;
    margin-top: 20px;
}

p.big + p.big {
    margin-top: 10px;
}

p.quote{
    font-size: 32px;
    font-style: italic;
    opacity: 0.8;
    line-height: 1.4em;
}

p.list{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}

p.list + p.big {
    margin-top: -5px;
    padding-left: 20px;
}

ul{
    padding-left: 40px;
    color: #FFF;
    opacity: 80%;
}

ol{
    padding-left: 16px;
}

li{
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5em;
    opacity: 0.8;
    color: #FFF;
}

.desktopOnly{
    display: block;
}

.mobileOnly{
    display: none;
}


@media(max-width: 760px) {
    .col3, .col3:nth-child(3n+1) {
        width: 45%;
        height: auto;
        margin-left: 8%;
        margin-bottom: 80px;
    }

    .col3:nth-child(odd){
        margin-left: 0px;
    }

    .width30, .width70{
        width: 50%;
        padding-right: 20px;
        margin-left: 0px;
    }

    .width70{
        padding-left: 20px;
        padding-right: 0px;
        margin-left: 0px;
    }

    .col2{
        width: 100%;
        margin: 0px 0px 40px 0px;
    }

    .desktopOnly{
        display: none;
    }

    .mobileOnly{
        display: block;
    }


    
}

@media(max-width: 560px) {
    h1{
        font-size: 32px;
        letter-spacing: 0em;
    }

    .mt80{
        margin-top: 40px !important;
    }

    .project-details div{
        float: none;
        display: block;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .col1{
        margin-top: 20px;
    }

    .desktopOnly{
        display: none;
    }

    .mobileOnly{
        display: block;
    }
    
}
@media(max-width: 460px) {

    .col3, .col3:nth-child(3n+1), .col3:nth-child(odd) {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-bottom: 40px;
    }

    .width30, .width70{
        width: 100%;
        padding: 0px;
    }

    .width30 img, .width70 img{
        margin: 0px;
        margin-bottom: 40px;
    }

    .desktopOnly{
        display: none;
    }

    .mobileOnly{
        display: block;
    }
    
}