.nimbus {
    padding-top: 150px;
    margin-top: -51px;
}

.nimbus .section__header {
	font-size: 63px;
	letter-spacing: 8px;
	color: white;
}
.nimbus .section__description {
	letter-spacing: 2px;
	font-style: italic;
	color: white;
}

.nimbus .nimbus-hero {
	width: 100%;
	height: 300px;
	background-image: url(../img/nimbus-hero-4.jpg);
	background-size: cover;
	background-position: 50% 65%;
	margin-bottom: 40px;
}

.nimbus .section__break {
}

.nimbus .section__paragraph { 
	font-size: 18px;
	font-family: arial, sans-serif;
	letter-spacing: inherit;
	margin-bottom: 15px;
}

.vert-bot {
	vertical-align: bottom;
}

.nimbus-header-img {
	padding: 7px 7px 0 7px;
}

.nimbus-header-holder {
    text-align: center;
}

.case-intro {
	background-color: #f0ac00;
	color: white;
	padding-top: 80px;
    padding-bottom: 80px;
}

.case-intro-content {
    padding-top: 60px;
}

.nimbus-sun {
	background-image: url('../img/nimbus-sun.png');
	background-repeat: no-repeat;
	padding-top: 143px;
	background-position: 50% 50%;
	position: relative;
}

.nimbus-3d {
	width: 80%;
}

.img-iphone {
    width: 184px;
    position: absolute;
    left: 0;
    bottom: -40px;
}

.img-imac {
	width: 565px;
}

.img-ipad {
    width: 263px;
    position: absolute;
    right: -81px;
    bottom: -40px;
}

.dashboard-img {
    padding-top: 100px;
    padding-bottom: 100px;
}

.dashboard-img img {
	max-width: 100%;
}

.dashboard-img-a {
    width: 280px;
    margin-right: 83px;
}

.dashboard-img-b {
    width: 773px;
}

.dashboard-img-c {
    width: 764px;
    margin-right: 73px;
}

.dashboard-img-d {
    width: 286px;
}

.dashboard-analysis {
	background: #f3f3f3;
}

.dashboard-header {
	font-size: 45px;
	font-family: 'Arsenal', arial;
    letter-spacing: 7px;
    padding-bottom: 45px;
}

.dash-yellow {
 	color: #f0ac00;
}

.dash-grey-dark {
 	color: #616161;
}

.dash-grey-light {
	color: #858585;
}

.dash-brown {
	color: #d29700;
}

.library-analysis {
	background: #f0ac00;
}

.library-title {
 	color: #fff;
}

.library-subtext-1 {
 	color: #616161;
}

.library-subtext-2 {
 	color: #858585;
}

.library-analysis .section__paragraph {
	color: #fff;
}

.library-img-subtext {
	color: #ffe7a3;
}

.additional-img img {
	width: 100%;
	filter: drop-shadow(2px 2px 2px #ccc);
}

.additional-col-1 {
	margin-bottom: 30px;
}

.additional-col-2 img {
	margin-bottom: 30px;
}

.back-home {
	position: fixed;
	right: 15px;
	top: 80px;
	z-index: 2;
}

.back-home a {
    color: #fff;
    padding: 15px;
    background-color: #ffd56b;
    transition: 0.3s;
    text-decoration: none;
}

.back-home .fa-chevron-left {
	padding-right: 12px;
}

.back-home a:hover {
    background-color: #e0a000;
    transition: 0.3s;
}

@-webkit-keyframes showcase-drop-in {
  0%   { bottom: -100px; opacity: 0; }
  100% { bottom: 0px; opacity: 1; }
}

@-webkit-keyframes showcase-right-in {
  0%   { left: -100px; opacity: 0; }
  100% { left: 0px; opacity: 1; }
}

.showcase-drop-in {
  animation-fill-mode: forwards;
  animation-name: showcase-drop-in;
  animation-duration: 1s;
}

.showcase-right-in {
  animation-fill-mode: forwards;
  animation-name: showcase-right-in;
  animation-duration: 3s;
  position: relative;
}

.nimbus-mobile {
    margin: auto;
    width: 100%;
}

.blueimp-gallery-carousel {
  display: block;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(3px 3px 3px #adadad);
}

.blueimp-gallery-carousel .title {
  display: none;
}

.case-studies-portal {
  padding-top: 0;
  background-color: #f3f3f3;
}

@media screen and (max-width: 768px) {
	.dashboard-img-c {
	    margin-right: 0;
		margin-bottom: 60px;
	}

	.dashboard-img-a {
		margin-right: 0;
		margin-bottom: 60px;
	}

	.dashboard-mobile-img {
		text-align: center;
	}

	.case-mobile {
		text-align: center;
	}

	.case-mobile-img {
		width: 50%;
		margin-bottom: 45px;
	}

	.case-intro {
		margin-top: -40px;
	}

	.case-intro-content {
		padding-top: 25px;
	}

	.nimbus-sun {
		background-image: none;
		padding-top: 0;
	}

	.nimbus-mobile {
		padding: 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.dashboard-img-c {
		padding-top: 8px;
	}
	.dashboard-img-b {
		padding-top: 10px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.dashboard-img-c {
		padding-top: 10px;
	}
}