@charset "utf-8";

.header {
	background-color:black;
	padding: 8px 0px;
}

.flex-container {
	display:flex;
	flex-direction: row;
	justify-content:center;
	align-items: center;
}

.footer {
	background-color:black;
}

.background1 {
    background-image: url(../images/homepage_background.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.background2 {
    background-image: url(../images/facultypage_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.background3 {
    background-image: url(../images/facultypage_background3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.background4 {
    background-image: url(../images/gallerypage_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.background5 {
    background-image: url(../images/TMCC-Campus2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-container2 {
	display:flex;
	flex-direction:row;
	justify-content:center;
	margin:3% 10% 5% 10%;
}

.flex-container3 {
	display:flex;
	flex-direction:row;
	justify-content:center;
	margin:6%;
}

.flex-container4 {
	display:flex;
	flex-direction:column;
	justify-content: center;
	margin:3%;
}

.flex-container5 {
	margin:5%;
}

.flex-container7 {
	display:flex;
	flex-direction:row;
	justify-content:center;
	margin:3%;
}

.flex-container8 {
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin:3%;
}

.about-paragraph {
	margin:0% 2%;
	font-size:1.5vw;
}

.headline1 {
	margin:3% 0% 0% 0%;
}

.faculty1{
	display:flex;
	flex-direction:row;
	justify-content:center;
	margin:5% 0% 3% 0%;
}

.faculty-text1{
	font-size:2vw;
	align-content:center;
	margin:0% 1%;
}

.gallery1 {
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	margin:5%;
	
}

.galleryimage {
	margin:0% 3%;
	
}

.gallery-paragraph {
	margin: 5% 15%;
	text-align:center;
	font-size:1.5vw;
}

.bodycopy1 {
	text-align:left;
	font-size:1.5vw;
}









