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

    #header{
        position: fixed;
        top: 0;
        z-index: 999;
        background-color:#f05833;
        padding:10px 20px;
    }

    #header a{
        margin-top: 15px;
        float: right;
        color:#ffffff;
        font-size: 16px;
        text-decoration: none;
        /* color: inherit; */
        transition: .3s ease;
        font-weight: bold;
    }

    #header a:hover{
        color:#2c4653;
    }

    #skuast-logo{
        width:60px;
    }

    #incubator-logo{
        width:150px;
    }

    #header>span{
        font-size: 16px;
        font-weight: bold;
        color:#ffffff;
    }

    #incubator-logo-container{
        padding-top: 0;
        text-align: center;
    }

    #home-body{
        padding: 20px 10px;
    }

    #body-content{
        padding: 0;
        border: 1px solid #2c4653;
    }

    #body-content-heading{
        padding: 10px;
        background-color: #2c4653;
        font-size: 21px;
        color: #ffffff;
        text-align: center;
        font-weight: bold
    }

    #imp-info{
        padding: 20px 10px;
    }

    #imp-info-heading{
        padding: 20px 10px;
        font-size: 21px;
        font-weight: bold;
        text-decoration: underline;
        text-align: center;
    }

    #imp-info-heading-2{
        padding: 20px 10px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: underline;
        text-align: center;
    }

    #imp-info-instructions{
        padding: 20px 10px;
        font-size: 18px;        
    }

    .instructions{
        padding: 0 0 10px 0;
    }

    #apply-btn-div{
        padding: 20px 10px;
        font-size: 18px;  
        text-align: center;
    }

    #apply-btn-div > a{
        border-radius: 0;
        font-size: 18px; 
        font-weight: bold;
        width:40%;
    }

    #notifications{
        padding: 0;
        /* background-color:#2c4653; */
    }

    #notifications-heading span i{
        color:#f05833;
    } 

    #imp-links{
        padding: 0;
    }

    .heading{
        padding:40px 40px;
        font-size: 21px;
        text-align: center;
        font-weight: bold;
    }

    .divider{
        margin-top: 10px;
        margin-bottom: 40px;
        width:100px;
        background-color: #f05833;
        height: 2px;
    }

    .notification{
        padding: 0;
        text-align: left;
        border:2px solid #f05833;
        font-size: 16px;
    }

    .notice,.date,.notification-desc{
        padding: 0;
    }

    .notice{
        padding: 10px;
    }

    .notice:not(:last-child){
        border-bottom: 1px dotted #f05833;
    }

    .date{
        font-weight: bold;
        text-decoration: underline;
    }
}

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

    .heading{
        font-size: 24px;
    }

    #incubator-logo{
        width:200px;
    }

    #notifications{
        min-height:100vh;
    }

    #imp-links{
        min-height:100vh;
    }

    #apply-btn-div > a{
        width:20%;
    }
}