@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {

	background-color: #46B29D;
	font-family: 'Lato', sans-serif;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
	}

.navbar-brand img {
	height: auto;
	width: 100px;
}

.navwrap ul{

	width: 30%;
	margin: 0 auto;
  border: red 0px solid;
}
.navwrap li{
	padding-left: 0px;
	padding-right: 10px;
  border: red 0px solid;
}
.social_padding{
padding-right: 30px;

}

.bg-light{
opacity: 0.75 !important;
}

.navbar {
	padding: 1rem 0rem 0rem 0rem;
}

.homepage_img{
	  /* Ensure the html element always takes up the full height of the browser window */
    min-height:100%;
    /* The Magic */
    background-size:cover;
}

.about-text {
	padding: 25px 75px;
letter-spacing: .175rem;
color: #fff;
background-color: #46B29D;
}
.about-text h1{

font-weight: 900;
color: #fff;

}
.below_about{

background-color: #F0CA4D;
margin-bottom: 0px;
}

.headshot {
width: 200px;
padding: 20px;
}

.work_padding{
	padding: 20px;
}

.padding_above{
padding-top: 85px;
}
.padding_above h1{
padding-top: 10px;
}

.text_center {
text-align: center;

}

.about{
padding-left: 0;
padding-right: 0;
}
.form_local{
	margin: 20px 0px 100px 0px;
padding: 60px 40px 20px 40px;
background-color: #eee;
color: white;

}

.work_color {
font-family: 'Montserrat', sans-serif;
background-color: #F0CA4D;
color: white;
letter-spacing: .5rem;

}
.work_color h1{
font-size: 200%;
}
.bg-img {
	padding-top: 5rem;
   background-image: url("images/about_hero.jpg");
   background-color: #cccccc;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   height: 100%;
  }

	.contact-bg-img {
		 padding-top: 5rem;
	   background-image: url("../images/tumblr_nlqcb32e3B1qdp82do1_1280.jpg");
	   background-color: #cccccc;
	   background-size: cover;
	   background-position: center center;
	   background-repeat: no-repeat;
	   height: 100%;
		 border-width: 5px;
		 border-style: solid;
		 border-color: #F0CA4D;
		 box-shadow: 0 0 30px #333;
	  }
		.impossible img {
			height: auto;
			width: 100px;
			padding: 15px;
			display: block;
		margin-left: auto;
		margin-right: auto
		}
		.contact-text {
			text-align: center;
			padding: 100px 0 0 0;
		  letter-spacing: .175rem;
		  color: #fff;
     font-weight: 300;
		}
.contact-text a:link, a:visited {

    color: white;

    text-decoration: none;

}
.thank_you {
	padding-top: 5px;
	font-size: 10px;
	text-align: center;
	letter-spacing: .175rem;
	color: #000;
	background-color: #F0CA4D;
}
