@charset "UTF-8";
/* CSS Document */

.logo {
	padding-top: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
}
nav {
	background-color: black;
	width: 100%;
	display: flex;
	color: #ffffff;
	font-size: 1.2em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: left;	
	float: right;
	margin-bottom:  auto;
	margin-top: auto;
	min-height: 75px;
}

nav ul {
	list-style-type: none;
	display: inline-flex;
}

nav ul li a {
	padding-right: 40px;
	padding-left: 40px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 600;
}

.hero_intro {
	background-image: url("../images/tmcc_campus.png");
	width: 100%;
	min-height: 700px;
}
	
h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 6em;
	color: white;
	font-size-adjust: auto;
	padding-top: 10%;
	margin: auto;
	padding-left: 5%;
}
	
h2 {
	font-size: 3em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding-top: 10%;
	padding-left: 5%;
	color: white;
}

p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.5em;
	color: white;
	padding-left: 5%;
}

.learn {
	min-width: 250px;
	height: 50px;
	border: solid, white;
	border-width: 5px;
	border-color: white;
	background: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.3em;
	font-weight: 500;
	margin: auto;
	color: white;
	justify-content: center;
	display: flex;
	border-radius: 22px;
}

.learn:hover {
	color: black;
	background: white;
	
}

.tmcc {
	width: 100%;
	
}
	
	
.academics {
	width: 50%;
	background-image: url("../images/academics.png");
	min-height: 400px;
	padding: 1px;
	flex-direction: row;
	
}

.courses {
	width: 50%;
	background-image: url("../images/courses.png");
	min-height: 400px;
	flex-direction: row;
}

.steps {
	margin-top: -15%;
	width: 100%;
	background-image: url("../images/next_step.png");
	min-height: 500px;
}

.request {
	min-width: 250px;
	height: 50px;
	border: solid, white;
	border-width: 5px;
	border-color: white;
	background: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.3em;
	font-weight: 500;
	margin-left: 5%;
	margin-top: 15%;
	color: white;
	justify-content: center;
	display: flex;
	border-radius: 22px;
	margin-bottom: 5%;
}

.request:hover {
	color: black;
	background: white;
}

.tour {
	min-width: 150px;
	height: 50px;
	border: solid, white;
	border-width: 5px;
	border-color: white;
	background: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.3em;
	font-weight: 500;
	margin-left: 25%;
	margin-right:auto;
	margin-top: -4%;
	color: white;
	justify-content: center;
	display: flex;
	border-radius: 22px;
	margin-bottom: 5%;
}

.tour:hover {
	color: black;
	background: white;
}

.apply:hover {
	color: black;
	background: white;
}

.apply {
	min-width: 150px;
	height: 50px;
	border: solid, white;
	border-width: 5px;
	border-color: white;
	background: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.3em;
	font-weight: 500;
	margin-left: 40%;
	margin-right:auto;
	margin-top: -4%;
	color: white;
	justify-content: center;
	display: flex;
	border-radius: 22px;
	margin-bottom: 5%;
}

	
.steps_h2 {
	padding-top: 25%;
}
.hero_h1 {
	padding-top: 30%;
	padding-left: auto;
	padding-right: auto;
	padding-bottom: 10%;
}

footer {
	min-height: 300px;
	background-color: #000000;
	padding-top: 20px;
	margin-top: -5%;
}

.hero_instructors {
	background-image: url("../tmcc_website-assets/chris_do_working.png");
	min-height: 700px;
	width: cover;
	background-repeat: no-repeat;
}

.instruct_h1 {
	padding-top: 35%;
	padding-left: 5%;
}

.chris_do {
	min-height: 500px;
	background-image: url("../images/courses.png");
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.instruct_para {
	width: 90%;
	min-height: 550px;
}

.instruct_p {
	color: black;
	line-height: 1.7em;
	padding-top: -5%;
	padding-bottom: 10%;
}

.instruct_h2 {
	color: black;
	padding-top: 5px;
	padding-bottom: -5%;
	font-size: 4em;
	line-height: 1em;
}

.hero_courses {
	background-image: url("../images/graphic_design.jpeg");
	min-height: 700px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.courses_h1 {
	padding-top: 40%;
	padding-left: 5%;
}

h3 {
	font-size: 2.25em;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding-left: 5%;
	margin-top: -5%;
}
.courses_p {
	color: black;
	line-height: 1.75em;
	margin-bottom: 10%;
}

.courses_select {
	width: 90%;
	margin-left: auto;
	margin-right:auto;
}

.graphic_pic {
	background-image: url("../images/graphic_design_room.jpeg");
	min-height: 350px;
	width: 100%;
	margin-top: -10%;
	margin-bottom: 10%;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero_degrees {
	background-image: url("../images/computer_room.jpeg");
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 700px;
}

.motion_pic {
	background-image: url("../images/motion_design.jpeg");
	min-height: 500px;
	width: 100%;
	margin-top: -10%;
	margin-bottom: 10%;
	background-size: cover;
	background-repeat: no-repeat;
}

.design_pic {
	background-image: url("../images/design_pic.jpeg");
	min-height: 500px;
	width: 100%;
	margin-top: -5%;
	margin-bottom: 10%;
	background-size: cover;
	background-repeat: no-repeat;
}

.web_pic {
	background-image: url("../images/web-design.jpeg");
	min-height: 500px;
	width: 100%;
	margin-top: -5%;
	margin-bottom: 10%;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero_work {
	min-height: 700px;
	background-image: url("../images/gallery.jpeg");
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}

.work_h1 {
	color: black;
	padding-top: 40%;
	padding-left: 5%;
}

.work {
	width: 100%;
	min-height: 723px;
	display: flex;
	flex-direction: row;
	margin-bottom: 10%;
}
.work_01 {
	min-height: 723px;
	width: 33.33%;
	float: left;
}

.work_02 {
	min-height: 723px;
	width: 33.33%;
	float: center;
}

.work_03 {
	min-height: 723px;
	width: 33.33%;
	float: right;
}



@media (max-width: 800px) {
	
	.work {
		flex-direction: column;
	}
	
	.work_01 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.work_02 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.work_03 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	h1 {
		font-size: 4em;
	}
	
	.instruct_h2 {
		font-size: 2.75em;
	}
	
	.instruct_p {
		font-size: 1em;
	}
	
	.courses_p {
		font-size: 1.25em;
	}
}
	
@media (max-width: 1115px){
	

	
	nav {
		font-size: .9em;
		float: center;
		
}
	nav ul li {
		text-align: center;
	}
	
	nav ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}

@media (max-width: 870px) {
	
	nav{
		font-size: .7em
	}
	
	
}