/* CSS Document */

body {
	background-color: #323232;
	font-family: "Roboto", sans-serif;
	color: white;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

body h1 {
	font-weight: bold;
	margin: 0;
	color: #8FBA5D;
}

body h2 {
	color: #8FBA5D;
	padding: auto;
	margin-top: auto;
}

body h3 {
	color: #8FBA5D;
	margin: 8px 0 0 0;
}

body p {
	margin: 6px 0 12px 0;
}

body button {
	outline: none;
}

/* Remove border in Firefox */
button::-moz-focus-inner {
	border: 0;
}

a:active {
	outline: none;
}


/* ---- Header ---- */

#header {
	font-size: 36px;
	margin-top: 10px;
}

#header a {
	text-decoration: none;
	color: #8FBA5D;
	font-family: "Roboto";
}

/* ---- Navigation ---- */

#nav-container {
	margin-bottom: 10px;
	color: #8FBA5D;
}

#nav {
	display: inline-block;
	font-size: 36px;
	overflow: hidden;
}

.nav-button {
	color: white;
	font-family: inherit;
	font-size: inherit;
	background-color: inherit;
	border: none;
	margin: 0 7px 0 0;
	padding: 0 7px;
}

.nav-button:hover {
	text-decoration: underline;
}

/* ---- Content ---- */

#content {
	width: 100%;
	margin: auto;
	padding: 15px 0;
	overflow: hidden;
}

.content-center {
	width: 100%;
	margin: auto;
	font-size: 20px;
}

.content-sm {
	width: 100%;
	display: inline-block;
	padding: 0;
	text-align: center;
}

.content-lg {
	font-size: 18px;
	width: 90%;
	display: inline-block;
	text-align: justify;
	vertical-align: top;
}

.content-lg a {
	color: white;
}

.content-lg a:hover {
	color: #8FBA5D;
}

.content-button {
	font-size: 30px;
	width: 60%;
	min-width: 108px;
	height: 75px;
	border-style: solid;
	border-color: white;
	background-color: #323232;
	color: white;
	text-decoration: none;
	margin: 5px 0 5px 0;
	overflow: hidden;
}

.content-button:hover {
	background-color: #8FBA5D;
	color: #323232;
	text-decoration: none;
	border-style: none;
}

.divider-lg {
	height: 5px;
	background: #8FBA5D;
	margin: auto;
}

.divider-sm {
	height: 3px;
	width: 75%;
	margin: 10px auto 16px auto;
	background: #8FBA5D;
}

.view-more {
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 26px;
}

.view-more a {
	color:#8FBA5D;
	text-decoration: none;
}

.view-more a:hover {
	text-decoration: underline;
}

/* ---- Portfolio ---- */

.portfolio-button {
	width: 50%;
	min-width: 320px;
	max-width: 512px;
	height: 150px;
	overflow: hidden;
	margin: 5px 0 5px 0;
	border-style: solid;
	border-color: white;
	padding: 0;
	position: relative;
	display: inline-block;
}

.portfolio-button a {
	text-decoration: none;
}

.portfolio-button:hover {
	text-decoration: none;
	border-color: #8FBA5D;
}

.portfolio-button:hover .portfolio-text, .portfolio-button.hover .portfolio-text{
	border-color: #8FBA5D;
	background: #8FBA5D;
	color: #323232;
}

.portfolio-text {
	color: white;
	font-size: 30px;
	text-decoration: none;
	background-color: #323232;
	padding: 0 5px 0 5px;
	width: 100%;
	border-style: solid;
	border-width: 2px 0 2px 0;
	border-color: white;
	position: absolute;
	top: 55px;
}

.portfolio-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 20px;
}

/* ---- Footer ---- */

#footer {
	height: 25px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 16px;
	color: #8FBA5D;
}

/* ---- Responsiveness ---- */

@media only screen and (min-width: 768px) {
	#header {
		font-size: 55px;
	}

	#nav {
		font-size: 40px;
	}

	.content-lg {
		width: 80%;
	}

	.content-sm {
		width: 100%;
	}

	.content-button {
		width: 30%;
	}

	.portfolio-button {
		width: 45%;
	}

	#footer {
		font-size: 18px;
	}
}

@media only screen and (min-width: 1024px) {
	body p {
		padding-right: 8px;
	}

	#header {
		font-size: 45px;
	}

	#nav {
		font-size: 26px;
	}

	#content {
		width: 65%;
	}

	.content-sm {
		width: 108px;
		text-align: right;
		padding: 10px 10px;
	}

	.content-lg {
		font-size: 16px;
		width: 70%;
	}

	.content-center {
		font-size: 18px;
	}

	.content-button {
		font-size: 22px;
		height: 60px;
	}

	.view-more {
		text-align: right;
		font-size: 16px;
		padding-bottom: 0px;
		padding-right: 12px;
	}

	.portfolio-button {
		height: 100px;
		width: 30%;
		min-width: 200px;
	}

	.portfolio-text {
		font-size: 22px;
		top: 35px;
	}

	#footer {
		font-size: 14px;
	}
}

@media only screen and (min-width: 1400px) {
	#content {
		width: 50%;
		max-width: 1024px;
	}
}
