/**
 * CSSReset.com - How To Keep Footer At Bottom of Page with CSS
 *
 * Original Tutorial: http://www.cssreset.com/2010/css-tutorials/how-to-keep-footer-at-bottom-of-page-with-css/
 * License: Free - do whatever you like with it! Credit and linkbacks much appreciated.
 *
 * NB: Make sure the value for 'padding-bottom' on #content is equal to or greater than the height of #footer.
 */
html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #F7F7F7;
	font-size: 14px;
}



#wrapper {
	min-height:100%;
	position:relative;
}

#content {
	padding: 2rem 0 .5rem 0; 
}
#footer {
  color: black;
	width:100%;
	height:100px;

	left:0;
  text-align: center;
  padding: 10px 5px 30px 5px;
}

/**************************************
 *  Custom Styling
***************************************/

.vertical-portfolio-layout{
    margin-top: 20px;

}

@media (min-width: 1200px) {
	.vertical-portfolio-layout {
			margin-top: 30px;
	}
}


/**************************************
 *  Navigation
***************************************/
.navbar {
    background-color: #3FAAC8;
    border: 0;
    border-radius: 0;
    height: inherit;
    padding: 15px 0 15px 0;
		margin-bottom: 25px;
}

@media (min-width: 465px) {
	.navbar {
			margin-bottom: 45px;
	}
}

.navbar-inverse .navbar-brand {
    font-family: 'Roboto Slab', serif;;
    font-size: 1.5em;
    color: white;
		padding-bottom: 5px
}

.navbar-inverse .navbar-text {
	color: white;
	font-family: 'Robotos', sans-serif;
	font-weight: 300;
	/*margin-left: 0px;
	line-height: 50%*/
}

@media (min-width: 465px) {
	.navbar-inverse .navbar-brand {
	font-size: 2em;
	}
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: white;
}

.navbar-inverse .navbar-nav > li > a {
    font-family: "Roboto", sans-serif;
    color: white;
    font-weight: 300;
    font-size: 1.5em;
}

.navbar-inverse .navbar-nav > .active > a{
	  font-weight: bold;
    color: white;
    background: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover {
		color: white;
		text-decoration: underline;
}

.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
        color: white;
        background: transparent;
}

.navbar-toggle {
	border: 0px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #3FAAC8;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}

/**************************************
 *  jumboron
***************************************/

.jumbotron {
    background: transparent;
		padding: 0 0 5px 0;
}

.jumbotron p {
	line-height: 175%;
}

@media (min-width: 465px) {
	.jumbotron p {
		line-height: 175%;
		font-size: 2em
	}
}

/**************************************
 *  Homepage thumbnails
***************************************/

.homepageThumb {
    padding-left: 10px;
		padding-right: 10px;
}

.homepageThumb a:hover,
.homepageThumb a:focus,
 {
    text-decoration: none;
}

.thumbnail {
  border: 0 solid #fff;
  border-radius: 0px;
	background-color: #F7F7F7;

}

.thumbnail .caption h2 {
  margin-top: 0px;
	margin-bottom: 1px;
	font-size: 1.75rem;
	line-height: 125%
}

@media (min-width: 768px) {
	.thumbnail .caption {
	  height: 100px;
	}
}

@media (min-width: 993px) {
	.thumbnail .caption {
	  height: 110px;
	}
}

@media (min-width: 1202px) {
	.thumbnail .caption {
	  height: 95px;
	}
}

/**************************************
 *  Typography
***************************************/
p {
    font-family: "Roboto", sans-serif;
		font-size: 1.3em;
		line-height: 200%;
		margin-bottom: 20px;
}

li {
    font-family: "Roboto", sans-serif;
		font-size: 1.3em;
		margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Slab", sans-serif;
		color: #3FAAC8;
		line-height: 130%;
		font-weight: 400;
}

h1{ font-size: 2.5rem; }
h2{ font-size: 2.2rem; }
h3{ font-size: 2rem; }
h4{ font-size: 1.8rem; }
h5{ font-size: 1.6rem; }
h6{ font-size: 1.4rem; }

blockquote{
    font-family: "Roboto", sans-serif;
    border-left: solid 5px #3FAAC8;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 200%;
}

blockquote:before {
  color: #3FAAC8;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

.projectCategories {
	font-style: italic;
	font-size: 1.2rem;
	color: #545454;
	line-height: 150%;
}

.thumbnail .projectCategories {
	margin-top: 0px;
}

.social p{
    text-align: center;
    margin-bottom: 25px;
}

.social a {
    text-decoration: none;
}

@media (min-width: 990px) {
	.projectDescription {
	    padding-left: 30px;
	}
}

a {
    color: #18829B;
}

a:hover {
    color: #7ECCE1;
    text-decoration: none;
}

/**************************************
 *  Images
***************************************/

.footerSocialImg {
    height: 45px;
    padding: 3px;
    margin: 20px 0 10px 0;
}

.ContactSocialImg {
    margin-bottom: 5px;
}

.projectImg {
    margin: 10px 0 15px 0;
}

/*
.social img {
    margin-bottom: 20px;
}
*/

.profile {
    width: 50%;
    float: left;
    padding-right: 5%;
}




/**************************************
 *  About Page
***************************************/
.aboutSections {
	margin-top: 30px;
}

.aboutSections p {
	line-height: 140%;
}


/**************************************
 *  Under Construction 
***************************************/
.construction {
	text-align: center;
}

.construction img{
	width: 150px;
}