/** Case Studies **/


.navbar {

      -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


#welcomedesktop {

         -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.thumbnails3 {

         -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



#gallery {

         -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-rendering: geometricPrecision
}


.btn:focus,.btn:active {
   outline: none !important;
}


body {
    font-family: europa, sans-serif;
    background-color: #0E0E18;
   
   
}

.jumbotron {
    background: linear-gradient(0deg,rgba(14,14,24,0.5),rgba(14,14,24,0.5)), url(https://media.tenor.com/images/7b572e399832bc7235c43aa8e908cf41/tenor.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0E0E18;
    margin: 0;
    padding: 0;
}

#bg {
  position: fixed; 
  top: 0; 
  left: 0; 

  /* Preserve aspect ratio */
  min-width: 100%;
  min-height: 100%;
}



.sr-only {
    background-color: transparent
}

.navbar-toggle {
    background-color: transparent!important;
    border: none!important;
    border-radius: 0px!important;
    height: 38px;
    padding-bottom: 40px;
    color: #333
}

#topRaccoonlogotext {
    font-family: "europa";
}

.example5 .navbar-brand {
    display: flex;
    align-items: center;
    color: black!important;
    font-family: europa;
    font-weight: 300;
    font-size: 30px
}

.example5 .navbar-brand:hover {
    color: #FB3640!important
}

.example5 .navbar-brand img {
    padding: 7px 14px
}

.navbar-custom {
    color: #FFF;
    background-color: transparent!important;
    border: none!important;
    padding-top: 30px;
    font-weight: 100
}

.navbar-custom li a {
    font-family: "rift";
    font-size: 20px;
    color: #fff!important;
    font-weight: 100
}

#gallerylink {
    font-weight: 600;
    border-bottom: 1px solid #727278;
    width: 54%;
    display: block;
    padding-bottom: 6px;
    margin: 0 16px auto;
    text-indent: -17px
}

#dribbblelink:hover {
    color: rgba(255,255,255,0.6)!important;
}


#bloglink:hover {
    color: rgba(255,255,255,0.6)!important;
}




#home:hover {
    color: rgba(255,255,255,0.6)!important;
}

#casestudies:hover {
    color: rgba(255,255,255,0.6)!important;
}

#contactlink {
    color: #EABA43;
    font-weight: 700;
    background-color: transparent;
}

.nav .navbar-nav .navbar-right {
    color: black!important
}

/**DESKTOP HEADER**/

#welcomedesktop {
   font-family: 'europa';
    font-size: 50px;
    color: rgba(255,255,255,0.5);
    font-weight: 100;
    text-align: left;
    line-height: 70px;
    padding-bottom: 20px;
    padding-top: 100px;
}

#welcomedesktop span {
    font-weight: 700;
    color: #fff;
}


.thumbnails3 {
    text-align: left;
    margin-bottom: 220px;
}

.thumbnails3 .thumbnail {
    display: inline-block;
    margin-right: 6px;
    border: none;
    height: 50px;
    width: 50px;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.0);
}






/**TABLET HEADER**/

#welcometablet {
    font-family: 'europa';
    font-size: 45px;
    color: rgba(255,255,255,0.5);
    font-weight: 100;
    text-align: left;
    line-height: 62px;
    padding-bottom: 20px;
    padding-top: 100px;
}

#welcometablet span {
    font-weight: 700;
    color: #fff;
}



/**MOBILE HEADER**/

#welcomemobile {
    font-family: 'europa';
    font-size: 40px;
    color: rgba(255,255,255,0.5);
    font-weight: 100;
    text-align: left;
    line-height: 57px;
    padding-bottom: 20px;
    padding-top: 75px;
}

#welcomemobile span {
   font-weight: 700;
    color: #fff;
}



#studytitle1 {
    /* Revv DUBLIN / 2014: */
font-family: "Europa";
font-weight: 100;
font-size: 32px;
color: #EABA43;
    padding-top: 120px;
    text-align: left;
}


#titlespan {
    padding-bottom: 10px;
    padding-top: 0px;
}

#studytitle5 {
    /* Revv DUBLIN / 2014: */
font-family: "Europa";
font-weight: 100;
font-size: 32px;
line-height: 45px;
color: #EABA43;
    padding-top: 120px;
}


#what {
font-family: 'rift';
font-size: 24px;
color: #FFFFFF;
padding-top: 12px;
}

#whyhowbody {
font-family: "Europa";
font-weight: 100;
font-size: 20px;
color: #727278;
    text-align: center;
    left
}

#How {
text-align: center;
    padding-top: 20px;
    text-align: left;
}

#How h2 {
    color: #EABA43;
    margin-bottom: 25px;
    text-align: left;
}

#howbold {
    color: #fff;
}

#tagslist {
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    margin-right: 5px;
    margin-bottom: 9px;
    padding-top: 4px;
    border: 1px solid #2A2A32; 
    background-color: none;
    text-align: left;
    display: inline-block;
    font-family: Europa-Light;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    color: #4B4B52;
}


#intro {
    background-color: #14141D
}

#intro-text {
    margin-top: 240px;
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

#intro-text h2 {
    font-family: 'rift';
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    color: #fff
}

#intro-text p {
    font-size: 24px;
    font-family: "Europa";
    line-height: 39px;
    font-weight: 100;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #727278
}



hr {
    border-color: transparent;
    margin-left:16px;
    width: 97.5%;
    margin-bottom: 45px;
    margin-top: 100px;
    margin-bottom: 2.2em;
    border-style: inset;
    border-width: 0.5px;
    border-radius: 1px;
}

#gallery {
    background-color: #0E0E18;
}

#gallery1 {
    background-color: #13131C;
}

#links {
    background-color: #0E0E18
}

#griddy {
    margin-top: 50px;
    margin-bottom: 20px
}

#line {
    height: 2px;
    background-color: black
}


.item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, .45);
    -webkit-transition: background-color .55s ease-in-out;
    transition: background-color .55s ease-in-out
}

.item__overlay:focus,
.item__overlay:hover {
    background-color: rgba(17, 17, 17, .05)
}

.item__overlay:focus>button,
.item__overlay:hover>button {
    opacity: 1
}

.grid__sizer,
.grid__item {
    position: relative;
    width: 20%;
    min-width: 16.25rem
}

.grid__item {
    margin-bottom: .9375rem;
    border-radius: .25rem;
    overflow: hidden
}

.grid__item--high,
.grid__item--high img {
    height: 480px
}

img {
    width: 100%;
    max-width: 100%;
    height: auto
}

a,
.fa {
    color: #bbb;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

a:focus,
a:hover,
.fa:focus,
.fa:hover {
    text-decoration: none;
    color: #666
}

.active .fa {
    color: #f62459
}

.masonryImages {
    margin-bottom: 30px
}






#line {
    height: 5px;
    background-color: #333
}

#footer {
    background-color: #14141D;
    width: 100%;
    font-family: "europa";
    font-weight: 400;
    font-size: 20px;
    color: #676767;
    outline: none!important
}

.thumbnails {
    text-align: left;
    margin-bottom: 230px;
    margin-top: 30px
}

.thumbnails .thumbnail {
    display: inline-block;
    margin: 0 0 4px;
    background-color: rgba(255, 255, 255, 0)!important;
    border: none!important;
    height: 60px;
    width: 60px;
    margin-bottom: 0
}

.thumbnails2 {
    text-align: right;
    margin-bottom: 100px;
    margin-top: 100px
}

.thumbnails2 .thumbnail {
    display: inline-block;
    margin: 0 4px;
    background-color: rgba(255, 255, 255, 0)!important;
    border: none!important;
    height: 70px;
    width: 70px;
    margin-bottom: 0
}

#signoff {
    margin-top: 100px;
    margin-bottom: auto;
    font-weight: 500;
    line-height: 35px;
    color: #FBC010;
    font-family: 'rift';
}

#signoff span {
    font-weight: 500;
    color: #727278;
    padding-bottom: 4px
}

#signoff span a {
    color: #333
}

#footertextmob {
    text-align: center;
    margin-top: color: #FBC010;
    font-family: 'rift';
}

#signoffmob {
    margin-top: 40px;
    margin-bottom: 150px;
    font-weight: 300;
    line-height: 35px;
    color: #FBC010;
    font-family: 'rift';
}


#signoffmob span {
    font-weight: 500;
    padding-bottom: 4px;
    color: #727278
}

.thumbnails2mob {
    text-align: center;
    margin-bottom: 0;
    margin-top: 100px
}

.thumbnails2mob .thumbnail {
    display: inline-block;
    margin: 0 4px;
    background-color: rgba(255, 255, 255, 0)!important;
    border: none!important;
    height: 70px;
    width: 70px;
    margin-bottom: 0
}

#rights {
    font-family: 'rift';
    font-weight: 100
}



#formbackground {
    background-color: #0E0E17 ;
    border: none;
    margin-top: 140px;
    margin-bottom: 120px;
}

.form-control {
    width: 100%;
}

#name {
    background-color: rgba(255,255,255,0.05);
    padding-top: 28px;
    padding-bottom: 30px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    font-family: 'europa';
    padding-left: 20px;
    border-radius: 3px;
}

#email {
    background-color: rgba(255,255,255,0.05);
    padding-top: 28px;
    padding-bottom: 30px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    font-family: 'europa';
    padding-left: 20px;
    border-radius: 3px;
}

#message {
    background-color: rgba(255,255,255,0.05);
    padding-top: 18px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    font-family: 'europa';
    padding-left: 20px;
    border-radius: 3px;
    resize: none;
}

.form-control {
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

#submit {
    background-color: rgba(255,255,255,0.05);
    font-family: 'rift';
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 3px;
    color: #fff;
    border: none;
    
}



#call {
    padding-top: 15px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 3px;
    border: 1px solid #FBC010;
    font-weight: 300;
    background-color: #0E0E17;
    font-size: 16px;
    color: #727278;
    font-family: 'europa';
    
}

#call:hover {
    color: #fff;
}

#call a {
    color: #fff;
}


#call2 {
    padding-top: 15px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 3px;
    border: 1px solid #0FB197;
    margin-top: 20px;
    font-weight: 300;
    background-color: #0E0E17;
    font-size: 16px;
    color: #727278;
    font-family: 'europa';
    
}


.hvr-sweep-to-right1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-sweep-to-right1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FBC010;
    border-radius: 0px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right1:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right1:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.hvr-sweep-to-right2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-sweep-to-right2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0FB197;
    border-radius: 0px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right2:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right2:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.hvr-sweep-to-right3 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-sweep-to-right3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EABA43;
    border-radius: 3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right3:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right3:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


#call2 a {
    color: #fff;
}

#whyhowbody1 {
font-family: "europa";
font-weight: 100;
font-size: 20px;
color: #727278;
    margin-bottom: 30px;
}

li {
    list-style: none;
}

#callbold {
    font-weight: 500;
    color: #fff;
}

/* Outline In */
.hvr-outline-in-1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-outline-in-1:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #fff solid 1px;
  border-radius: 5px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in-1:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -0px;
  right: -0px;
  bottom: -0px;
  left: -0px;
  opacity: 1;
}




/* Outline In */
.hvr-outline-in-2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-outline-in-2:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #fff solid 1px;
  border-radius: 5px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in-2:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -0px;
  right: -0px;
  bottom: -0px;
  left: -0px;
  opacity: 1;
}




/* Outline In */
.hvr-outline-in-3 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-outline-in-3:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #fff solid 1px;
  border-radius: 5px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in-3:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -0px;
  right: -0px;
  bottom: -0px;
  left: -0px;
  opacity: 1;
}




/* Outline In */
.hvr-outline-in-4 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-outline-in-4:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #fff solid 1px;
  border-radius: 5px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in-4:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -0px;
  right: -0px;
  bottom: -0px;
  left: -0px;
  opacity: 1;
}
