/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  font-size: 12px;
}
h5 {
  font-weight:700;
  font-size: 12px;
}
h4 {
  font-size: 14px;
  display:block;
}

h5{
  font-size:21px;
}

h6{
  font-weight:900;
}

footer {
  padding: 30px 0;
}

.my-footer{
  height:150px;
}

p {
	font-size: 1.2em !important;
}


.vertical-divider
{
	border-left: 6px solid #e74c3c;
	padding-left:20px;
	margin-top:30px;
}

::selection {
  color: #fff;
  background: #e74c3c; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #fff;
  background: #e74c3c; /* Gecko Browsers */
}

.navbar {
  background-color: rgba(255,255,255,0.95);
}

.navbar-brand {
  margin-bottom: 20px;
  width: 190px;
}

/* .list-group {
  position: fixed;
}

.list-group li{
  text-decoration:none;
	list-style-type:none;
}


.list-group a{
  color: #333;
  font-size: 16px;
  margin-bottom: -8px;
}

.list-group a:hover, .list-group a:focus{
  color: #e74c3c;
  text-decoration: none;
}

.list-group li.active a{
  color: #e74c3c;
  text-decoration:none;
} */

/* .add-drop-shadow
{
  border-radius: 4px;
  box-shadow: 0px 2px 24px rgba(0,0,0,0.12);
} */

.name-link
{
  color:rgba(0,0,0,0.54);
  font-weight:700;
  text-decoration: none;
}

.my-link
{
  color:#e74c3c;
  font-weight:700;
  text-decoration: none;
}

a.my-link:hover, a.name-link:hover
{
  color:#B2B2B2;
  text-decoration:none;
}

#overview, #research, #process, #ideation, #iterations, #feedback, #next{
  outline:none;
}

.caption
{
  font-size:1em;
  color:rgba(0,0,0,0.54);
  margin-top:10px;
}

.people img {
  filter: gray; /* IE6-9 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(90%); /* Chrome 19+ & Safari 6+ */
}

.people img:hover {
    filter: none;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.course-heading{
  margin-top: 0px; !important
}

.carousel-control.left {
  background-image: none; !important
}

.carousel-control.right {
  background-image: none; !important
}

.profile {
  margin-bottom: 10px;
  display: inline;
}

.black {
  color: #333;
}

.red {
  color: #e74c3c;
}

.grey {
  color: #aaa;
}

.theoretical {
  margin-bottom: 25px;
}

#title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

#research-section{
  padding-bottom: 10px;
  margin-bottom: 15px;
/*  float:left;*/
}

#research-section span{
  border-left: 3pt solid #e74c3c;
  padding-left: 4px;
}

.brief {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.btn-primary {
  background-color: #e74c3c;
  border: none;
  border-radius: 0;
  padding: 4px 8px;
  z-index: 1;
  margin: 20px 0 0 10px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #e74c3c
}



.clearfix() {
  &:before,
  &:after {
    content: " ";
    display: table;
  }
  &:after {
    clear: both;
  }
}

// Usage as a mixin
.element {
  .clearfix();
}
/*
* Collapse
*/
.collapse-body {
  background: #F7f7f7;
  border: 1px solid #eee;
  border-radius: 2x;
  padding: 10px 20px;
}

/*
* Add right side scroll bar to avoid jumping between pages
*/
html {
  overflow-y: scroll;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .list-group {
  position: relative;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 60%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
    padding-right: 0px;
  }

}

@media(min-width:992px)
{

  .add-small-margin{
    margin-top:20px;
  }

  .add-medium-margin{
    margin-top:40px;
  }

  .add-large-margin{
    margin-top:80px;
  }

  .my-container{
    width:800px;
  }

  /* .main-content{
    width:800px;
  } */

  #process-header
  {
    display:none;
    position:fixed;
    top:0px;
    width:100%;
    height:48px;
    background-color:#FFFFFF;
    color: rgba(0,0,0,0.8);
    z-index:1;
    text-decoration:none;
  	box-shadow: 0px 2px 12px rgba(0,0,0,0.12);
  }

  .process-stuff
  {
    height:100%;
    position: absolute;
    top: 50%;
    left:50%;
    margin-right:-50%;
    transform: translate(-50%,-50%);
  }

  #process-header li {
      float: left;
      text-decoration:none;
      list-style-type:none;
      height:100%;
      width:150px;
  }

  #process-header a {
    padding-top:14px;
      display: block;
      width: 100%;
      height:100%;
      text-align: center;
      -webkit-transition: .5s all ease-out;
      -moz-transition: .5s all ease-out;
      transition: .5s all ease-out;
      border-bottom: 3px solid white;
      color: #aaa;
      text-decoration: none;
  }

  #process-header a:hover {
      color: #000;
  }

  #process-header li.active a {
      border-bottom: 3px solid #e74c3c;
      color: #333;
      font-weight:500;
  }

}
