* {
    margin: 0;
    padding: 0;
    font-size: 0;
}

@media only screen and (min-width: 0px) {

    #project-image {
        opacity: 0;
        width: 90%;
        height: 30vw;
        margin: 5% auto;
        border-radius: 10px;
        background-image: url(project-image.jpg);
        background-size: cover;
        background-position-y: 40%;
        transition: opacity 1s ease-in-out;
    }
    
    #project-introduction-wrapper {
        opacity: 0;
        display: inline-block;
        width: 80%;
        height: auto;
        margin: 3% 10% 0;
        vertical-align: top;
        transition: opacity 1s ease-in-out;
    }
    
    #project-introduction-title, #host-title {
        font-size: 22px;
        font-family:'Hind Siliguri', sans-serif;
        font-weight: 100;
    }
    
    #project-introduction-sub-header, .project-introduction, .host-desc {
        margin-top: 5%;
        font-size: 18px;
        font-family:'Hind Siliguri', sans-serif;
        font-weight: 500;
    }

    #project-introduction-sub-header {
        color: #600050;
        font-weight: 400;
    }
    
    .project-introduction, .host-desc {
        font-size: 14px;
        margin-top: 3%;
        line-height: 2em;
        font-weight: 100;
    }
    
    #project-decoration-div {
        display: none;
    }
    
    #host-wrapper {
        opacity: 0;
        display: inline-block;
        width: 80%;
        height: auto;
        margin: 10%;
        vertical-align: top;
        transition: opacity 1s ease-in-out;
    }
    
    #host-title {
        margin-bottom: 5%;
    }
    
    .host-desc {
        margin-top: 2%;
        line-height: 2em;
    }
    
    #host-img-wrapper {
        display: none;
    }
    
    }

@media only screen and (min-width: 996px) {

#project-image {
    opacity: 0;
    width: 78vw;
    height: 30vw;
    margin: 5% auto;
    border-radius: 10px;
    background-size: cover;
    background-position-y: 40%;
    transition: opacity 1s ease-in-out;
}

#project-introduction-wrapper {
    opacity: 0;
    display: inline-block;
    width: 68.3%;
    height: auto;
    margin: 3% 9% 0 11%;
    vertical-align: top;
    transition: opacity 1s ease-in-out;
}

#project-introduction-title, #host-title {
    font-size: 30px;
    font-family:'Hind Siliguri', sans-serif;
    font-weight: 100;
}

#project-introduction-sub-header, .project-introduction, .host-desc {
    margin-top: 5%;
    font-size: 20px;
    font-family:'Hind Siliguri', sans-serif;
    font-weight: 500;
}

.project-introduction, .host-desc {
    font-size: 15px;
    margin-top: 3%;
    line-height: 2.5em;
}

#project-decoration-div {
    opacity: 0;
    display: inline-block;
    width: 1vw;
    height: 34.8vw;
    margin: 3% 0 0%;
    background-color: #600050;
    transition: opacity 1s ease-in-out; 
}

#host-wrapper {
    opacity: 0;
    display: inline-block;
    width: 41%;
    height: auto;
    margin: 10% 9% 10% 11%;
    vertical-align: top;
    transition: opacity 1s ease-in-out;
}

#host-title {
    margin-bottom: 10%;
}

.host-desc {
    margin-top: 5%;
    line-height: 2.5em;
}

#host-img-wrapper {
    opacity: 0;
    display: inline-block;
    width: 30%;
    height: 35vw;
    background-image: url(host.jpg);
    background-size: cover;
    margin: 10% 9% 10% 0;
    border-radius: 10px;
    transition: opacity 1s ease-in-out;
}

}


@media only screen and (min-width: 1480px) {
    
    main {
        width: 1480px;
        margin: 0 auto;
    }

    #project-image {
        width: 1150px;
        height: 444px;
    }
    
    #project-introduction-sub-header, .project-introduction, .host-desc {
        margin-top: 5%;
        font-size: 18px;
        font-family:'Hind Siliguri', sans-serif;
        font-weight: 500;
    }
    
    #project-decoration-div {
        width: 10px;
        height: 670px;
    }
    
    #host-img-wrapper {
        width: 28%;
        height: 580px;
        background-position-x: 100%;
    }

}