/*
====================================================================================================================================================================
                                                    Start Courses Page 
====================================================================================================================================================================
*/

div.course {
    width: 400px;
    max-height: 1000px !important;
    Height: auto;
    background: blue;
    border: 1px solid transparent;
    position: absolute;
    top: 300px;
    left: 400px;
}

h6 {
	font-size: 1em;
}

/*
====================================================================================================================================================================
                                                    End Courses Page 
====================================================================================================================================================================
*/

/*
====================================================================================================================================================================
                                                    Start Footer
====================================================================================================================================================================
*/

footer {
    width: 100%;
    height: 100px;
    background: #90f5f3;
    position: absolute;
    top: 1300px!important;
    left: 0;
}

p#footer {
    text-align: center;
    color: blue;
    margin-top: 32px;
    font-size: 1em;
}

/*
====================================================================================================================================================================
                                                    End Footer
====================================================================================================================================================================
*/


