body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #666;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
  }

  .row {
    text-align: center;
  }

/*--------------------------------------------------------------
# Logo - Image
--------------------------------------------------------------*/
.logo{
	width: 40px;
	height: 40px;
}

/*--------------------------------------------------------------
# Navbar - 
--------------------------------------------------------------*/
.navbar-brand {
  padding-left: 15px;
}

.navbar {
  padding: 0px;
  background-color: #fff;
}

.nav-item {
  font-size: 14px;
  padding: 4px;
  padding-right: 12px;
}

.navbar-light .navbar-nav .nav-link { 
  display: block;
  position: relative;
  color:  #545454;
  transition: 0.3s;
}

.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav li:hover > .nav-link{
  color: #e96b56;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Navigation Buttons
----------------------------------------------------------------*/
.nav-btn-li {
  list-style: none;
}

.nav-btn {
  margin-top: 5px;
  background: #545454;
  color: #fff;
  border-radius: 4px;
  padding: 5px 8px 5px 8px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  border: 2px solid #cdd1d9;
  text-decoration: none;
  float: left;
}

.nav-btn:hover {
  background: #e96b56;
  color: #fff;
  border-color: #545454;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Carousel
----------------------------------------------------------------*/
.carousel-item img{
  height:200px;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-caption {
  color: black;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(100%);
}

.carousel-indicators li {
  background-color: #545454;
}

.carousel-indicators .active {
  background-color: #e96b56;
}

/*--------------------------------------------------------------
# Section
--------------------------------------------------------------*/
#home,
#portolio,
#technology,
#certification {
	margin-top:20px;
	padding:10px;
	text-align:center;
}

#home .quote {
	text-align:center;
  font-size:12px;
  font-style: italic;
	margin-bottom:0px;
}

#home .lead,
#portfolio .lead,
#technology .lead,
#certification .lead {
	text-align:center;
	font-size:18px;
	margin-bottom:20px;
}

#technology .lead-bold {
  text-align:center;
	font-size:18px;
	margin-bottom:0px;
  font-weight:bold;
}

#portfolio a img,
#portfolio img {
  height: 150px;
  width:  200px;
	border-radius:15%;
	margin-top:10px;
	margin-bottom:10px;
}

#connect {
	margin-top:20px;
	padding:10px;
	text-align:center;
}

#connect .lead {
	text-align:center;
	font-size:18px;
	margin-bottom:20px;
}

.connect-btn {
  margin-top: 5px;
  background: #545454;
  color: #fff;
  border-radius: 4px;
  padding: 5px 8px 5px 8px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  border: 2px solid #cdd1d9;
  text-decoration: none;
}

.connect-btn:hover {
  background: #e96b56;
  color: #fff;
  border-color: #545454;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background:  #545454;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 3px 0;
  font-size: 12px;
}

#footer .credits {
font-size: 13px;
padding-top: 0px;
color: #222222;
}

#footer .footer-links a {
color: white;
padding-left: 15px;
}

#footer .footer-links a:first-child {
padding-left: 0;
}

#footer .footer-links a:hover {
color: #e96b56;
text-decoration: none;
}