body {
  position: relative;
  font-size: 16px;
  color: #262626;
  background-color: #ffffff;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
}
body.has-navbar {
  padding-top: 70px;
}
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px inset #eee;
    border-top: none;
}
/* HEADER */
#header-nav {
  border-radius: 0;
  border: 0;
}
.navbar-brand {
  padding-top: 10px;
}
.navbar-brand h1 { /* My name */
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-brand a:hover, .navbar-brand a:focus {
  text-decoration: none;
}
#nav-list {
  margin-top: 10px;
}
#nav-list a {
  text-transform: uppercase;
}
/* END HEADER */
/* FOOTER */
.panel-footer {
  margin-top: 30px;
  padding-top: 35px;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  background-color: #1b1d1f;
  border-top: 0;
}
footer .footer-last section {
  padding-top: 27px;
  padding-bottom: 27px;
  letter-spacing: 1px;
  font-weight: 400;
}
footer .row {
  padding-left: 10%;
  padding-right: 10%;
  font-size: 75%;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
}
div.to-top-button {
  display: block;
  position: fixed;
  bottom: 22px;
  right: 22px;
  box-sizing: border-box;
  padding: 0;
  color: #777777;
  z-index: 10;
}
div.to-top-button a {
  padding: 0;
  border: 0;
}
div.to-top-button span {
  color: #ededed;
  border: 2px solid #c0c0c0!important;
  background-color: #303133!important;
  border-color: #303133!important;
  border-width: 1px!important;
  border-radius: 2px;
  width: 2em;
  height: 2em;
  line-height: 2em;
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  box-sizing: initial;
  text-align: center;
}
/* END FOOTER */
a.list-group-item:hover,
a.list-group-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  /*border-color: #337ab7;*/
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #555;
  cursor: not-allowed;
  background-color: #fff;
}

/************* ALL SECTIONS *******************/
.section-padding {
    padding: 5em 10%;
}
.page-header h1 {
  text-transform: capitalize;
  text-align: center;
}
.bg-1 {
    background-color: #141618;
    color: #ffffff;
}
.bg-2 {
    background-color: #1b1d1f;
    color: #ffffff;
}
.bg-3 {
    background-color: #ffffff;
    color: #262626;
}
.bg-4 {
    background-color: #f4f6f8;
    /*background-color: #0cb4ce;*/
    color: #262626;
}
/*********** HOME SECTION *********************/
#home {
  padding-top: 0;
}
#home-title {
  text-transform: capitalize;
  margin: 2em 0px;
}
#home-tiles .thumbnail:hover {
  box-shadow: 0 1px 5px 1px #337ab7;
}
#home .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
}
#home .caption h3 {
  text-transform: uppercase;
  text-align: center;
  padding: .5em 0;
  margin: 0;
}
/*********** SIMULATION SECTION *********************/
#simulation div span {
  color: #303133;
  font-size: 3em;
}
#simulation .btn {
  text-transform: uppercase;
  text-align: center;
  color: #303133;
  background-color: #ffffff;
  border-color: #303133;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  padding: 8px 25px;
  letter-spacing: 1px;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
}
#simulation .btn:hover {
  background-color: #303133;
  color: #ffffff;
}
.simulationItem {
  margin-top: 3em;
}
/*********** GAME INDUSTRY *********************/
.game-cover {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
  max-width: 100%;
  height: auto;
}
.game-cover:hover {
  -webkit-box-shadow: 0 2px 5px 3px #337ab7;
          box-shadow: 0 2px 5px 3px #337ab7;
}

/********** PROJECTS *********************/
.project-header {
  padding-top: 4em;
}
.project-footer {
  margin-top: 3em;
  padding-bottom: 4em;
}
.project-nav {
  text-align: center;
  margin-bottom: 1em;
}
.project-nav a {
  display: inline-block;
 	text-align: center;
 	padding: 0;
 	line-height: 24px;
 	font-size: 24px;
 	color: #303133;
 	border: 2px solid rgba(48, 49, 51, 0.2);
 	cursor: pointer;
 	border-radius: 50%;
}
.project-nav a:hover {
  color: #ffffff;
  background-color: #303133;
  border-color: transparent;
}
.project-nav span {
  padding: 8px;
}
.detail-container {
  display: table;
  table-layout: fixed;
  line-height: 1.7;
}
.detail-container .detail-label {
  min-width: 108px;
  display: table-cell;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
}
.detail-container .detail-value {
  display: table-cell;
  font-weight: 400;
  font-size: 15px;
  color: rgb(110, 110, 110);
  line-height: 1.7;
}
.embed-responsive {
  margin: 30px 0;
}
#carousel-pbm {
  max-width: 512px;
  margin: auto;
  border: 1px solid #888888;
}
#carousel-pbm .carousel-indicators {
  bottom: 40px;
}
#carousel-pbm .carousel-control {
  background-image: none;
}
#hotel-scene {
  max-width: 1024px;
  margin: auto;
  display: block;
}
span.chair-roll::before {
  content: url(../images/image_chair.jpg);
  vertical-align: middle;
  margin: 15px;
  width: 240px;
  height: 171px;
}
span.chair-roll:hover::before {
  content: url(../images/image_chair_roll.jpg);
  width: 240px;
  height: 171px;
}
span.door-roll::before {
  content: url(../images/image_door.jpg);
  vertical-align: middle;
  margin: 15px;
  width: 240px;
  height: 171px;
}
span.door-roll:hover::before {
  content: url(../images/image_door_roll.jpg);
  width: 240px;
  height: 171px;
}
/********** MEDIA QUERIES ****************/
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    max-height: 100%
  }
}
/********** Large devices only **********/
@media (min-width: 1200px) {

}
/********** Medium devices only **********/
@media (min-width: 992px) and (max-width: 1199px) {

}
/********** Small devices only **********/
@media (min-width: 768px) and (max-width: 991px) {
  /* Header */
  .navbar-brand h1 { /* My name */
    font-size: 3.2vw;
  }
  #nav-list a {
    padding-left: 12px;
    padding-right: 12px;
  }
  /* End Header */
  #home-tiles .caption h3 {
    font-size: 20px;
  }
  #simulation h4 {
    font-size: 16px;
  }
}
/********** Extra small devices only **********/
@media (max-width: 767px) {
  /* Header */
  .navbar-brand h1 { /* My name */
    font-size: 1.5em;
  }
  /* End Header */

  /* Footer */
  .panel-footer section {
    /*margin-bottom: 30px;*/
    text-align: center;
  }
  .panel-footer section:nth-child(3) {
    margin-bottom: 0; /* margin already exists on the whole row */
  }
  .panel-footer section hr {
    width: 50%;
  }
  #copyright {
    padding-bottom: 7px;
  }
  #linked-in {
    padding-top: 7px;
  }
  /* End Footer */
  #home-tiles .caption h3{
    font-size: 3vw;
  }
}
/********** Super extra small devices Only :-) (e.g., iPhone 4) **********/
@media (max-width: 479px) {
  /* Header */
  .navbar-brand h1 { /* My name */
    padding-top: 5px;
    font-size: 6vw;
  }
  /* End Header */
  .col-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
  }
}
