#casestudy .row {
    max-width:880px;
}

header{ 
    float:left;
    width:100%;
    padding:10em 0;
    background: url('../images/case_study/the_shark_group/background.jpg');
    background-size: cover;
    background-position: center center;
    text-align: center;
}

header h1 {
    color:#fff;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-serif;
    font-size:4em;
    font-weight:300;
    line-height: 1;
}

header h1 span {
    display: block;
    color:#f19134;
    font-size:0.5em;
}

header h3 {
    font-weight:300;
    color: #95aeb9;
    margin-bottom:0.3em;
    font-style: italic;
    font-size:1.3em;
}

section p, header p {
    color:#435a68;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, Sans-serif;
    font-size:1em;
    font-weight:300;
    line-height: 1.5;
}

div.images {
  margin: auto;
  width: 350px;
}

div.logo {
    float:left;
    background: url('../images/case_study/the_shark_group/logo_sharkgroup.png');
    background-size: 200px 96px;
    width: 200px;
    height: 96px;
    margin: 0em auto;
    margin-top: 20px;
    margin-right: 20px;
}

div.book {
    float:left;
    background: url('../images/case_study/the_shark_group/book2.jpg');
    background-size: 111px 165px;
    width: 111px;
    height: 165px;
    margin: 0em auto;
    box-shadow: 0 0 30px #182229;
    -moz-box-shadow:0 0 30px #182229;
    -webkit-box-shadow:0 0 30px #182229;
}

section h2 {
    font-weight: 300;
    color:#f19134;
}

section#challenge {
    float:left;
    width:100%;
    padding: 5em 0;
}

section#approach {
    float:left;
    width:100%;
    padding: 5em 0;
    background:#31424D;
}

section#approach h2 {
    color:#f19134;
}

section#approach ul {
    padding-left:6.5em;
    margin:0;
    margin-top:5px;
}

section#approach p {
    display:block;
    clear:both;
    color:#95aeb9;
}

section#approach li {
    color:#95aeb9;
    font-size:0.75em;
    margin:0;
    line-height: 1.2;
}

section#approach img {
    float:left;
    margin:0 10px 30px 0;
}

section#approach p strong {
    color:#fff;
    font-weight:300;
    display:block;
    font-size:1.7em;
    margin-bottom: 10px;
}

p.approach, li {
    font-size:0.75em;
    margin:0;
}

section#approach div.item {
    margin: 15px 0 0 0;
    padding:1.2em 1.2em;
    border: 1px solid #485c69;
    min-height: 155px;
}

section#results {
    float:left;
    width:100%;
    padding: 5em 0;
}

section#results h3 {
    text-align: center;
    font-size: 1.2em;
    line-height: 1;
    color:#f19134;
    margin:0;
    margin-top:15px;
    font-weight:300;
}

section#results ul {
    margin-top:10px;
    padding-left:1em;
}

section#results li {
    color:#435a68;
    font-size:1em;
    margin:0;
    line-height: 1.4;
}

h3 span {
    display:block;
}

h3 img {
    display: inline-block;
    margin:10px 5px 0 5px;
}


div#sharebuttons {
    position: fixed;
    left: 0;
    width: 65px;
    padding: 0.3em;
    background: #fff;
    z-index: 2000;
    border-top-right-radius:0.4em;
    border-bottom-right-radius:0.4em;
    -moz-border-top-right-radius:0.4em;
    -moz-border-bottom-right-radius:0.4em;
    -webkit-border-top-right-radius:0.4em;
    -webkit-border-bottom-right-radius:0.4em;
}
.resp-sharing-button {
  display: block;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  transition: background-color 25ms ease-out, border-color 25ms ease-out, opacity 250ms ease-out;
  margin: 0.2em;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.resp-sharing-button a {
  text-decoration: none;
  color: #FFF;
  display: block;
}

.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-bottom: -0.1em;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #FFF;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #FFF;
  stroke: none;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #FFF;
}

.resp-sharing-button--large .resp-sharing-button__icon svg {
  padding-right: 0.4em;
}

.resp-sharing-button__wrapper {
  display: inline-block;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--email {
  background-color: #444444;
  border-color: #444444;
}

.resp-sharing-button--email:hover
.resp-sharing-button--email:active {
  background-color: #2B2B2B;
  border-color: #2B2B2B;
}

.resp-sharing-button--linkedin {
  background-color: #0976b4;
  border-color: #0976b4;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #075683;
  border-color: #075683;
}


@media (max-width: 1000px) {

    div#sharebuttons {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height:60px;
        padding: 0.3em;
        background: #fff;
        z-index: 2000;
        border-top-right-radius:0;
        border-bottom-right-radius:0;
        -moz-border-top-right-radius:0;
        -moz-border-bottom-right-radius:0;
        -webkit-border-top-right-radius:0;
        -webkit-border-bottom-right-radius:0;
    }
    .resp-sharing-button {
      display: inline-block;
    }

}
@media (min-width: 1000px) {
    div#sharebuttons {
        top:25%;
    }
    section#approach div.item {
        min-height: 175px;
    }
}
