@media (max-width: 1000px){
	#filters, #filters input, #filters button, #filters select{
		font-size: 20pt;
		margin-bottom: 10px;
		width: 100%;
	}

    #c-link{
        font-size: 30pt !important;
        width: 100%;
        text-align: center;
    }

    #c-link-d{
        width: 100%;
    }

	#search{
		height: 70px;
		font-size: 40pt !important;
	}

	#searchbutton{
		font-size: 40pt !important;
	}

	.tblind{
		zoom: 200%;
	}

	tbody{
    border: 2px groove #c4c4c4;
}

	#filter-form{
		width: 100%;
		max-width: 100%;
		display: inline-flex;
		flex-direction: column;
	}

	.table-row td{
		font-size: 14pt;
	}

    #college-name{
        font-weight: bold;
        width: 100%;
        font-size: 45px;
    }

    #college-address{
        font-size: 40px;
        width: 100%;
    }

    .button-6{
        font-size: 40px;
    }

    #href-button{
        width: 100%;
    }


    #filters select{
        font-size: 40px;
    }

    #uchr{
    	width: 100%;
    }

    .container{
    	width: 90%;
    	padding: 30px;
    }

    #college-address{
    	text-align: center;
    }
}
