﻿#about
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../Assets/landing/bcg_b.jpg');
    background-size: cover;
}

#about > .cover
{
    background:rgba(38,38,38,0.88);
}

#about > .cover > .content
{
    margin-top: 205px;
    margin-left: 10%;
    width: 77%;
    height: calc(100% - 291px);
    overflow: auto;
}



#about > .cover > .content > .title
{
    margin-top: 30px;
    margin-bottom: 50px;
    color: rgb(245,160,67);
    font-size: 33px;
    font-weight: bold;
    font-family: Raleway;
}

#about > .cover > .content > .para
{
    margin-top: 30px;
    margin-bottom: 50px;
    color: white;
    font-size: 17px;
    line-height: 21px;
    font-family: Roboto;
    font-weight: normal;
}


@media only screen and (max-device-width : 680px)
{
    #about > .cover > .content > .para
    {
        margin-top: 30px;
        margin-bottom: 50px;
        color: white;
        font-size: 23px;
        line-height: 27px;
        font-family: Roboto;
        font-weight: normal;
    }
}

@media only screen and (max-device-width: 400px) 
{
    #about > .cover > .content > .title
    {
        margin-top: 30px;
        margin-bottom: 50px;
        color: rgb(245,160,67);
        font-size: 43px;
        font-weight: bold;
        font-family: Raleway;
    }

    #about > .cover > .content > .para
    {
        margin-top: 30px;
        margin-bottom: 50px;
        color: white;
        font-size: 26px;
        line-height: 30px;
        font-family: Roboto;
        font-weight: normal;
    }
}