/**
 * Icon list
 */
 
/* Main heading */

.big-image-text{
  font-size:60px;
  line-height: 70px;
  font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 100;
  margin-bottom: 45px;
}

/* Glyphicons */
.glyphicons-list {
  list-style: none;
  padding: 0;
}

.glyphicons-list li {
  display: inline-block;
  float: left;
  width: 12.5%;
  height: 115px;
  background-color: #f8f8f8;
  border: 1px solid #fff;
  padding: 10px;
  transition: .3s ease;
}

.glyphicons-list li:hover {
  background-color: #eee;
}

.glyphicons-list .glyphicon {
  display: block;
  text-align: center;
  font-size: 25px;
  color: #222;
}

.glyphicons-list .glyphicon-class {
  display: block;
  text-align: center;
  margin-top: 10px;
  line-height: 16px;
  font-size: 13px;
}

/* Font Awesome */
.fa-page-header {
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.fontawesome-icon-list .fa-hover {
  margin-bottom: 5px;
  transition: .3s ease;
}

.fontawesome-icon-list .fa-hover:hover {
  background-color: #f8f8f8;
}

.fontawesome-icon-list .fa-hover .fa {
  width: 25px;
  color: #222;
}


@media (max-width: 767px) {
  .glyphicons-list li {
    width: 25%;
  }
}




/**
 * Prism supported languages
 */
.prism-languages {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.prism-languages li {
  width: 33.3333%;
  float: left;
}

.prism-languages li code {
  margin-left: 8px;
}

@media (max-width: 991px) {

  .prism-languages li {
    width: 50%;
  }

}


/**
 * Code window spacer
 */
.window-content .btn {
  margin-bottom: 6px;
}


.quoter {
  color: #E3E3E3 !important;
  padding-top: 3px;
}

section {
  display: inline-block;
}

a.side-nav {
  position: relative;
  top:-15px;
  display: block;
  height: 0;
  width:0;
}


@media (max-width: 1024px) {
  a.side-nav {
  position: relative;
  top:-65px;
  display: block;
  height: 0;
  width:0;
  }
}


@media (min-width:992px) {
  .sidenav a {
    max-width: 215px;
  }
}

@media (max-width: 991px ) and (min-width:768px) {
  .sidenav a {
    max-width: 160px;
  }

  .big-image-text{
    padding-top:50px;
    font-size: 50px !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 1050px ) and (min-width:990px) {

  .big-image-text{
    padding-top:50px;
    font-size: 60px !important;
    margin-bottom: 20px;
  }

}

/**
 * Image float control
 */

.img-float-left {
  width: 100%;
}

.img-float-right {
  width: 100%;
}

.profile-img-float-left {
  width: 100%;
  margin-bottom: 20px;
}

.profile-img-float-right {
  width: 100%;
  margin-bottom: 20px;
}


@media (min-width: 768px) {

  .img-float-left {
    float: left;
    margin-right: 30px;
    width: 50%;
  }

  .img-float-right {
    float: right;
    margin: 0px 0px 0px 20px;
    width: 50%;
  }

  .profile-img-float-left {
    float: left;
    margin: 0 20px 0px 0;
    width: 30%;
  }

  .profile-img-float-right {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
    width: 30%;
  }

  figure > img.bordered {
    padding: 3px;
    border-radius: 2px;
    border: 1px solid #e7e7e7;
  }

}

blockquote > h3 {
  margin: 5px 0 15px 0;
}

body {
  color: rgb(100,100,100);
}

/* Font sizes */

.main-content {
   font-size: 18px;
   line-height: 30px;
}

.sidenav > li > a {
  font-size: 18px;
}

.sidenav > li li {
  font-size: 16px;
}

p {
  margin-top: 0em;
  margin-bottom: 1.8em;
}

/**/

/* Hash link positioning */

a.side-nav {
  position: relative;
  top:-100px;
  display: block;
  height: 0;
  width:0;
}

header > a.hash-link {
  position: relative;
  top:-80px;
  display: block;
  height: 0;
  width:0;
}

/**/

section > h2 {
  margin: 20px 0 20px 0;
}

button.center {
  display: block;
  margin: 0 auto;
}

button.blue {
  background: #62a8ea;
}

p.old {
  color: red;
  display: none;
}

p.quote {
  text-align: center;
  font-style: italic;
  font-size: 19px
}

@media (min-width: 900px) and (max-width: 1000px) {
    ul.navbar-nav {
      font-size: 10px;
    }
}
@media (min-width: 1000px) and (max-width: 1070px) {
    ul.navbar-nav {
      font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

p.case-study-question {
    font-style: italic;
    color: rgb(60,60,60);
}

h3 {
  color: rgb(60,60,60);
}

h3.case-study-name > span {
  color:rgb(140,140,140);
  font-size:22px;
}

p > span.bold {
  color: rgb(80,80,80);
}
