@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
}

.navbar {
	padding: 1% 0;
	font-size: 1.2em;
}

.navbar-brand {
	min-height: 55px;
	padding: 0 15px 5px;
}

.navbar-default .navbar-nav li a {
	color: #00a797;
}

#home {
	background: url("images/peonies.jpg");
	display: table;
	height: 80%;
	position: relative;
	width: 100%;
	background-size: cover;
}

.landing-text {
	padding: 25px;
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.landing-text h1 {
	font-size: 5em;
	font-weight: 700;
}

.padding {
	padding: 80px 80px;
}

.padding img {
	width: 100%;
}

.img-circle {
	max-height: 300px;
	max-width: 300px;
}

.thumbnail {
	max-height: 200px;
	max-width: 200px;
}

#fixed {
	background: url("images/desk.jpg") no-repeat center center fixed;
	display: table;
	height: 60%;
	postition: relative;
	width: 100%;
	background-size: cover;
}

footer {
	width: 100%;
	padding: 5% 5% 10% 5%;
	color: #313131;
}

.fa {
	padding: 15px;
	font-size: 25px;
	color: #313131;
}

.fa:hover {
	color: #000;
	text-decoration: none;
}

.icon {
	max-width: 250px;
}

@media (max-width: 768px) {
	.landing-text h1 {
		font-size: 300%;
	}
	.fa {
		font-size: 25px;
		padding: 10px;	
	}
	.icon {
		padding-top: 5%;
		max-width: 100px;
	}
}