body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 1rem;
	line-height: 1.75rem;
	height:100vh;
	color:#ffffff;
	background-image: url("../images/backgroundImage_blue.jpg");
	background-size: cover;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-position: center;
  	background-color:blue;
}

h1 {
	font-weight: bold;
}

/* Background Image */

/* Nav Bar */
.navbar {
	padding-top:1rem;
}

.nav-icon {
	height:3rem;
}

.nav-link {
	color: #7b7bff;
}

.nav-link.active {
	color:#ffffff;
}

/* Main Page Text */
.home-content {
	padding:2.5rem;
	margin: auto;
}

.home-content h1 {
	line-height:3.5rem;
	margin: 2rem 0 1rem;
	padding-right:30%;
}

@media screen and (max-width:1080px) {
	.home-content h1 {
		margin: 0 0 1rem;
		padding-right:0%;
	}
}

.social-icons {
	color:#ffffff;
	font-size: 2rem;
	margin-right:1rem;
}

/* Work Page */
.work-content {
	padding:3rem;
	margin: auto;
}

.video-reel {
	margin-bottom: 2rem;
}

.video-selects {
	width:100%;
}

#puppy-video {
	width:100%;
}

#fox-video {
	width:100%;
}

#cat-video {
	width:100%;
}

/* About Page */
.about-content {
	padding:3rem;
	margin: auto;
}

.about-heading {
	margin-bottom: 2rem;
}

.headshot {
	border-radius: 3%;
	width: 100%;
}

.about-text {

}

@media screen and (max-width: 1080px) {
	.about-content {
		margin:auto;
	}

	.about-heading {
		margin-bottom: 1rem;
	}

	.headshot {
		border-radius: 3%;
		width: 40%;
		margin-bottom:1rem;
		display: inline;
	}
}

/*Contact Page*/
.contact-content {
	padding:3rem;
	margin: auto;	
}

.contact-text {

}