/*Hide Homapage All Courses Link and Canvas Opan Source Footer*/
.ic-Login-header__links .ic-Login__link:first-of-type {
    visibility: hidden;
}

.ic-Login-footer .ic-Login-footer__logo-link {
     visibility: hidden;
}

.ic-Login-footer .ic-Login-footer__links a, .ic-Login-footer .ic-Login-footer__links .menu-item__text {
    visibility: hidden;
}

/*Logged in Footer Instructure links & images hidden*/
#footer .footer-logo {
    visibility: hidden;
}

.ic-app-footer__links a {
    visibility: hidden;
}

/*Quiz and Assignment better look at feel*/
#assignment_show .description.teacher-version {
	height: fit-content;
}
#assignment_show .description.student-version {
	height: fit-content;
}
#quiz_show .description.teacher-version {
	height: fit-content;
}
#quiz_show .description.student-version {
	height: fit-content;
}

/*Desktop width change to viewpoint*/
@media only screen and (max-width: 1000px) {
	.ic-app-main-content {
		max-width: 1200;
	}
/*	.ig-list .ig-row a.ig-title {
		font-size: 12px;
		color: #00FF00;
	}*/
}

/*Tablet width change to viewpoint*/
@media only screen and (max-width: 600px) {
	.ic-app-main-content {
		width: 95vw;
	}
	.ig-list .ig-row a.ig-title {
		font-size: 12px;
	}
}

/*Mobile width change to viewpoint*/
@media only screen and (max-width: 450px) {
	.ic-app-main-content {
		width: 90vw;
	}
	.ig-list .ig-row a.ig-title {
		font-size: 12px;
	}
}