﻿body {
	padding-top: 50px;
	padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
	max-width: 280px;
}

.imgDiv {
	margin: 40px 0 40px 0;
}

li {
	list-style: none;
}

a.portfolioNav:hover {
	background-color: lightblue;
	text-decoration: none;
}

a.portfolioNav.active {
	background-color: lightblue;
}

.article {
	font-size: larger;
	padding: 10px;
}

.linkedInLink {
	float: left;
}

.mainlogo {
	background: url("../images/HYNES_DESIGN_LOGO.jpg") no-repeat;
	height: 100px;
	width: 430px;
}

.ctaBtn {
	width: 200px;
	height: 200px;
	background-color: lightblue;
	margin: 10px;
	padding: 50px;
}

.carousel-item {
	height: 100vh;
	min-height: 700px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
