body {
    padding-top: 70px;
	background-color: white;
	font-family: 'Roboto', Arial, sans-serif;
}

header{
	
}

.starter-template {
	color: #605E5E;
	padding: 30px 15px 0px 15px;
    text-align: center;
}

.name {
	margin-top: 0px;
	line-height: 30px;
	color: #000;
	font-weight: 700;
	font-size: 70px;
}

.job-title{
	margin-bottom: 20px;
}

#carosel-gallery{
	padding-top: 10px;
	padding-bottom: 20px;
}

#thecarousel{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.text-link{
	color: #605E5E;
}

.text-link:hover{
	color: #3276C8;
	text-decoration: none;
}

.gallery{
	padding: 10px 0;
	background-color: white;
}
.gallery-title{
	color: black;
	font-weight: 700;
	font-size: 50px;
}
.gallery-thumb{
	margin-top: 10px;
	margin-bottom: 10px;
}

#artwork {
	background-color: #FFF;
}
.gallery-thumb img:hover{
	opacity: .7;
	-webkit-transition: opacity 200ms linear, opacity 200ms linear;
	-moz-transition: opacity 200ms linear, opacity 200ms linear;
	-o-transition: opacity 200ms linear, opacity 200ms linear;
	-ms-transition: opacity 200ms linear, opacity 200ms linear;
	transition: opacity 200ms linear, opacity 200ms linear;
}
.section-title{
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
}
.section-underline{
	display:block;
	width:100%;
	height:2px;
	background-color: black;
	margin-bottom: 20px;
}

.resume-name{
	margin-top: 0px;
	font-size: 50px;
	font-weight: 700;
	color: #000;
}

.resume-download{
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	color: #fbae17;
	background-color: #5f5da9;
	border-radius: 5px;
	font-weight: 700;
}

.resume-download:hover, .resume-download:focus{
	color: #fff;
	text-decoration: none;
}

.resume-download:active{
	color: #fff;
	text-decoration: none;
	background-color: #000;
}
.resume-right{
	display:block;
	float: right;
	text-align: right;
}

.resume-bold{
	font-weight: 700;
}


.project-title{
	font-size: 16px;
	font-weight: 700;
}

.resume-indent{
	margin-left: 20px;
}
.after-right{
	clear:right;
}

.section-last{
	margin-bottom: 40px;
}

.project-name{
	margin-top: 20px;
}

.project-hz{
	text-align:center;
}

.hz-bottom{
	margin-bottom: 20px;
}
.port-image{
	margin-top: 80px;
	margin-bottom: 30px;
}

.navbar{
	height: 70px;
	background-color: rgba(255, 255, 255, .8);
}

.navbar-brand{
	padding: 0;
}
.nav-logo{
	margin: 0 20px;
	height: 70px;
}

.navbar-inverse .navbar-nav > li > a {
  font-size: 1.285714285714286em; /* 18px / 14px */
  font-weight: 400;
  color: #000;
  margin: 20px 5px 0;
  line-height: 30px;
}

.navbar-inverse .navbar-nav > li > a:hover{
  color: #3276C8;
}

.navbar-inverse .navbar-nav > li > a:focus{
	color: #5d749b;
}

.navbar-inverse .navbar-nav .active a{
	background-color: transparent;
	border: 2px solid #5d749b;
	border-radius: 10px;
	color: black;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #5f5da9;
}

.yellow-foot{
	background-color: #FFF;
	padding: 10px;
}

.footer-text{
	text-align: left;
	font-weight: 700;
	color: #5f5da9;
}

@media (max-width: 768px) {

	body{
		padding-top: 40px;
	}
	
	.name {
		margin-top: 0px;
		font-weight: 700;
		font-size: 40px;
	}
	
	.job-title{
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.resume-email{
		font-size: 16px;
	}
	
	.resume-download{
		font-size: 14px;
	}
	
	
	.project-name{
		margin-top: 10px;
		text-align: center;
	}
	
	.port-image{
		margin-top: 10px;
	}
	
	.port-text{
		margin-top: 10px;
	}
	
	.hz-bottom-two{
		margin-bottom: 20px;
	}
	
	.navbar{
		height: 50px;
	}
	
	.nav-logo{
		margin: 0;
		height: 50px;
	}
	
	.navbar-nav{
		background-color: rgba(255, 255, 255, .8);
		margin-top: 0px;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		margin-top: 0px;
		padding: 10px 40px;
		text-align: center;
		background-color: white;
	}
	
	.navbar-collapse{
		background-color: #FFF;
	}
	
	.footer-text{
		text-align: center;
	}

}