@media(max-width:768px) {

    .vertical-center .row {
        display: inline;
    }

    #profile h3{font-size: 2rem;}
    #profile h4{font-size: 1.3rem;}
    #profile .text{margin-top: 20px;}

    #form-timeline-portal #submit-btn-home{width: 50px;}

    #portal-menu{
        margin: 10px 0;
    }

    #portal-menu li{
        width: 100%;
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid #ed25af;
    }

    #portal-menu li:not(:first-child){
        display: none;
    }

    /* Group Page */
    .height h2 {
        font-size: 1.6rem;
    }

    #student-portal .percent {
        margin-top: 2rem;
    }

    #tabs-group-portal{
        padding-bottom: 10px;
    }

    #tabs-group-portal li{
        width: 100%;
    }

    #tabs-group-portal a{
        width: 100%;
        padding-top: 15px;
        padding-bottom: 4px;
        font-size: 1.3rem;
        text-align: center;
    }

    footer#footer{
        margin-top: 30px;
    }

}