
/*  general  */

html,
body {
  width: 100%;
  height: 100%;

}

body {
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.content-section{
  padding: 50px 0;
}

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


/*  nav bar  */
.navbar-kustom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: #000;

  padding: 20px 0;
  letter-spacing: 1px;
  background: 0 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.navbar-kustom .navbar-brand {
  font-weight: 800;
}

.navbar-kustom .navbar-brand .light {
  font-weight: 200;
}

.navbar-kustom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}

.navbar-kustom.top-nav-collapse {
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
  background: #000;
}

.offset-navbar {
  margin-bottom:30px;
}

.btn-portfolio {
  border-radius: 0;
  color: #fff;
  background-color: rgba(0,0,0,0.4);
}

.btn-portfolio:hover,
.btn-portfolio:focus,
.btn-portfolio:active {
  color: #fff;
  background-color: rgba(0,0,0,0.7);
}


/*  intro  */
.intro {
  display: table;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: url(../img/Desk-top.jpg) no-repeat bottom center scroll;
  background-color: #000;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.intro .intro-body .brand-heading {
  font-size: 40px;
}

.intro .intro-body .intro-text {
  font-size: 18px;
}


/*  about  */
.escher-img {
  width: 200px;
  height: 260px;
  background: url(../img/esher-mirror-ball.jpg) no-repeat bottom center scroll;
  color: #fff;
  background-color: #000;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.escher-anchor {
  margin-bottom:30px;
}

.escher .attribution {
  font-size: smaller;
  max-width: 200px;
}


/*  project title  */
.project-title {
  background: url(../img/iit.jpg) no-repeat center center scroll;
  width: 100%;
  height: 330px;
  line-height: 270px;

  color: #000;
  text-align: center;

  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.project-title h1 {
  font-size: 60px;
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
}


/* project items */
.project-item a:visited h3{
  color: #551A8B;
}

.project-item a:hover h3{
  color: #0000EE;
}

.img-project {
  background-size: cover;
  background-repeat: no-repeat;
  width: auto;
  height: 100px;
}

.img-project:hover {
  opacity: 0.8;
}

.maitre-dbc-img{
  background-image: url(../img/Maitre-DBC.png);
}

.cmm_tasks-img{
  background-image: url(../img/cmm_tasks-img.png);
}

.vending-machine-kata-img{
  background-image: url(../img/vending-machine-kata-img.png);
}

.java-rover-img{
  background-image: url(../img/java-rover-img.png);
}

.java-salesTaxCalculator-img{
  background-image: url(../img/java-salesTaxCalculator-img.png);
}

.jwt-auth-img {
  background-image: url(../img/jwt-auth-img.png);
}

.tic-tac-toe-img {
  background-image: url(../img/tic-tac-toe-img.png);
}

/*  contact  */
footer {
  padding: 200px 0;
}
