/* Space out content a bit */
body {
	padding-top: 20px;
	padding-bottom: 20px;
	background: url('/images/webb-dark.png');
	background-repeat: repeat;
        background-attachment: fixed;
	padding-left:20px;
	padding-right:20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom page header */
.header {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: none;
}

/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

.container {
	background-color:white;
	padding:10px;
	-moz-box-shadow:inset 0px 0px 8px #ccc;
	-webkit-box-shadow:inset 0px 0px 8px #ccc;
	box-shadow:inset 0px 0px 8px #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin:0px auto;
	border:1px solid #003366;
}

.container-narrow > hr {
	margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	background: url(https://s3.amazonaws.com/erisimages/bkgDark.jpg);
	background-repeat: no-repeat;
	-moz-box-shadow: 0px 0px 8px #666;
	-webkit-box-shadow: 0px 0px 8px #666;
	box-shadow: 0px 0px 8px #666;
	color:white;
	text-shadow: 1px 1px 2px #000;
}

.jumbotron .btn {
	padding: 14px 24px;
	font-size: 21px;
	border:1px solid #003366;
	color:white;
	background-color:#003355;
}

#portfolioContainer {
	margin:0 auto;
	width:100%;
}
.siteContainer {
	margin:30px 0;
	height:380px;
	-moz-box-shadow: 0px 0px 8px #ccc;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
	padding:10px;
	border:1px solid #ccc;
	color:white;
	background-color:#fff;
}
.siteImage {
	width:100%;
	height:85%;
	background-size:cover;
	margin-bottom:10px;
	border:1px solid #ccc;
}
.siteTitle {
	font-weight:bold;
	font-size:18pt;
	color:#000;
	text-shadow: 0px 0px 2px #fff;
}
.siteDescription {
	padding:5px;
	color:black;
}
.solutionsBlub p {
	padding:10px;
	text-indent: 10px;
}

.jumbotron .btn:hover {
	color:lightgreen;
}

.jumbotron h1 {
	font-size: 30pt;
}

/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}

.marketing p + h4 {
	margin-top: 28px;
}

.teamMember {
	padding:10px;
	width:270px;
	float:left;
	background-color:lightblue;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	min-width:150px;
	margin:10px;
	-moz-box-shadow: 0px 0px 4px #666;
	-webkit-box-shadow: 0px 0px 4px #666;
	box-shadow: 0px 0px 4px #666;	
}

.teamMemberIcon {
	float:left;
	width:80px;
	height:100px;
	border:5px solid #003366;
	border-top:none;
}

.teamMemberDescTitle {
	padding:5px;
	font-weight:bold;
	color:white;
	background-color:#003366;
}

.teamMemberBlurb {
	background-color:white;
	float:left;
	width:170px;
	height:100px;
	padding:5px;
}

.partners {

}
.partnerBox {
	width:188px;
	height:52px;
	margin:10px;
	box-shadow:1px 1px 5px #ccc;
	float:left;
}

.shortDesc {
	color:#f3ff54;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }
    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}