@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
	background-color: #303B3E;
	color: #fff;
	font-size: 1em;
	font-family: sans-serif;
}
a {
	color: #BACDDB;
}
article{
  margin-top: 4vh;
  margin-bottom: 4vh;
}
#wrapper{
  background-image: url('./patrick-lindenberg-191841-unsplash.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  border:1px solid #000;
	width: 100%;
	min-height: 100vh;
	padding-bottom: 200px;
}
.description h3{
  padding-top: 10vh;
  text-align: center;
  font-size: 2.8em;
  padding-bottom: 10vh;
}
.title{
  text-align: center;
  background-color: #fff;
  color: #414659;
  padding-top: 8vh;
  padding-bottom: 4vh;
  margin-bottom: 4vh;
}
.title h1{
	text-align: center;
  margin-bottom: 8vh;
}
.title img{
	width: 25vw;
}
#content {
	margin: 100px;
	text-align: center;
}
footer{
  display:block;
  width: 100%;
  min-height: 180px;
  padding: 20px 40px;
  border-top: 1px solid #cdcdce;
}
.contact{
  color: #fff;
  font-weight: 400;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.36),0 2px 10px 0 rgba(0,0,0,.32);
  margin-top: 5vh;
}
.contact-title{
  background-color: #5a9ba6;
  color: #fff;
  padding:20px 0px;
}
.contact-form{
  background-color: rgb(255,255,255,0.3);
  padding: 15px 25px;
}
.contact button[type=submit]{
  background-color:#303b3e;
  color:#fff;
}
.contact-form .help-block{
  font-weight: normal;
  font-style: italic;
}
.index-card{
  color: black;
}
.card-title{
  text-align:center;
  font-weight: bold;
}
.card-title h3{
  font-weight: bold;
}
