@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;
}

.bg-light{
opacity: 0.75 !important;
}

.navbar {
	padding: 1rem 0rem 0rem 0rem;
}

.social_padding{
padding-right: 30px;

}

.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{
padding-bottom: 20px;
font-weight: 900;
color: #fff;

}
.about-text a:link {
    text-decoration: none;
}


.below_about{

background-color: #F0CA4D;

}

.headshot {
width: 200px;
padding: 20px;
}

.work_padding{
	padding: 30px;
}

.padding_above{
padding-top: 80px;
}

.text_center {
text-align: center;

}

.about{
padding-left: 0;
padding-right: 0;
}
.form_local{
	margin: 200px 100px;
padding: 60px 10px 20px 10px;
background-color: #eee;
color: black;

}

.work_color {
font-family: 'Lato', sans-serif;
background-color: #F0CA4D;
color: white;
letter-spacing: .5rem;


}
.work_color h1{
font-size: 150%;
font-weight: 300;
margin-bottom: 0;
padding-bottom: 3px;
}
.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%;
	  }
		.impossible img {
			height: auto;
			width: 100px;
			padding: 15px;
			display: block;
    margin-left: auto;
    margin-right: auto
		}
.col-sm-2 {
	padding-right: 0;
    padding-left: 0;
}
.active {
	color: #F0CA4D !important;
}
