/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 5, 2019, 10:11:24 AM
    Author     : Jim
*/

.row {
    margin-left: 15px;
    margin-right: 15px;
}

.media-body {
    padding: 0 1em;
}

/*.d-none .d-md-block {
    margin-top: 59px;
} */

.bg-light {
	background-color: #111;
}

body {
        background-color: #fafafa;
}

header {
    width: 100%;
    margin-bottom: 60px;
}

.nav-link:hover,.nav-link:focus{
    font-size: 0.75rem;
    color: #000;
}

.nav-link:active  {
    border-bottom: 5rem solid #000;
    color: #000;
    font-size: 0.75rem;
}

.carousel-caption {
    background: none repeat scroll 0 0 rgba(128, 128, 128, 0.7);
    position: absolute;
    right: 12%;
    top: 35%;
    left: 55%;
    bottom: auto;
    z-index: 10;
    padding: 1.5rem;
    margin:1.5rem;
    color: #fff;
    text-align: left;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width:60px;
    height:60px;
}

.carousel-indicators li{
    width:50px;
}

p {
    font-size: 1.25em;
}

.carousel-caption h3 {
	color: #fff;
	display: inline-block;
	font-size: 2em;
	font-weight: 300;
	margin: 1px 0;
	/* max-width: 600px; */
	/* padding: 10px 10px 0 10px; */
	width: 100%;
}
.carousel-caption p {
	color: #fff;
        display: inline-block;
	/* max-width: 600px; */
	/* padding: 10px 10px 0 10px; */
	width: 100%;
}

.col-sm-4 h4 {
        color: #3e668e;
}

#first-block {
	background: none repeat scroll 0 0 #dedede;
	padding: 1.5em;
	text-align: center;
}

#first-block h3 {
        color: #6f6f6f;
}

#first-block h1 {
	color: #959595;
	font-size: 2em;
	font-weight: 500;
	margin-top: 0;
}
#first-block p {
	color: #959595;
	font-size: 0.85em;
}

a.grey-btn {
	background: #ccc;
	border: 1px solid #959595;
	border-radius: 3px;
	color: #333;
	display: block;
	font-size: 1.25em;
	font-weight: 600;
	margin-top: 0.45em;
	padding: 0.5em 0.75em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.grey-btn:hover {
	background: none repeat scroll 0 0 rgba(85, 85, 85, 0.95);
	color: #fff;
        text-decoration: none;
}

.center {
  float:none;
  margin:0 auto;
  display:block;
}

#overview, #prior-work, #contact, #approach, #criteria {
	background: #fff none repeat scroll 0 0;
	padding: 6em 2em;
}

#prior-work h5 {
        font-weight: 900;
}

#overview h3 {
        text-align: center;
        color: #185578;
}

#footer {
	background: none repeat scroll 0 0 #bcbcbc;
	clear: both;
	padding: 6em 2em;
}

.spacer {
        height: 20px;
        width: 100%;
}

div.container.with-line:after {
        height:1px;
        background:#ccc;
        width:65%;
        display:block;
        margin:0px auto;
        content:""
}

div.row.headline {
        width: 100%;
        display: block;
        margin: 0px auto;
}

div.container.with-line {
        background: #fff;
}

#footer {
        text-align: center;
}

h2 {
	color: #6f6f6f;
	text-align: center;
	padding: 0 2rem 1rem 2rem;
    font-size: 36pt;
}

h3 {
        color: #a2a2a2;
}

h4 {
        color: #b7b7b7;
}

#criteria h3 {
        color: #185578;
}

#criteria h4 {
        color: #888;
}

h5 {
        color: #6f6f6f;
}

#carousel h3 {
        color: #fff;
}

.row.headline {
        display: flex;
        justify-content: center;
}

.carousel-caption.h3 {
        color: #fff;
}

div.container {
        padding-left: 0;
        padding-right: 0;
}

#contact a:after {
        height:50px;
        width:80%;
        display:block;
        content:""
}

#invalid-form {
        color: red;
        margin-bottom: 20px;
}

/* add css for margin fix -- this will not be needed after beta */

.card-deck .card {
    margin-left: 30px;
    margin-right: 30px;
}

.card-deck .card:not(:last-child) {
    margin-right: 15px;
}

.card-deck .card:not(:first-child) {
    margin-left: 15px;
}