@import url(https://weloveiconfonts.com/api/?family=entypo);
@import url(https://weloveiconfonts.com/api/?family=brandico);
@import url(https://weloveiconfonts.com/api/?family=typicons);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::selection {
  background-color: #b4c718;
  color: white;
}

::-webkit-selection {
  background: #b4c718;
  color: white;
}

::-moz-selection {
  background-color: #b4c718;
  color: white;
}

html {
  font-size: 16px;
}

body {
  overflow-x: hidden;
  background: #FFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  transition: all .65s 0 ease;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
a {
  text-decoration: none;
}

@media only screen and (min-width: 460px) {
  .row {
    display: none;
  }
}
nav {
  position: fixed;
  margin: 20px auto 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 2em;
  overflow: visible;
  border: 1px solid #141414;
  border-radius: 6px;
  font-family: 'Lato', sans-serif;
  z-index: 3;
}
@media only screen and (max-width: 460px) {
  nav {
    margin-top: 0;
    border: 0;
    border-radius: 0;
  }
}
nav:before, nav:after {
  content: "";
  display: table;
  clear: both;
}
nav ul {
  margin: 0;
  padding: 30px 0 0 0;
  display: inline;
  width: auto;
  height: auto !important;
  list-style: none;
  font-family: 'Lato', sans-serif;
}
@media only screen and (max-width: 460px) {
  nav ul {
    display: none;
  }
}
nav ul li {
  float: right;
  margin: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 460px) {
  nav ul li {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media only screen and (max-width: 460px) {
  nav ul li:hover {
    background: #acbe17;
  }
}
nav ul li > a {
  padding: 0 20px;
  line-height: 2.2em;
  color: white;
  font-size: 0.875em;
  font-weight: 600;
  width: 100%;
  font-family: 'Lato', sans-serif;
}
nav ul li > a span {
  margin-right: 4px;
  color: #acbe17;
}
nav ul li > a:hover span {
  color: #acbe17;
}

.logo {
  float: left;
  padding: 0 15px 0;
  font-size: 1.25em;
  font-weight: 700;
  color: white;
}

#toggle-menu {
  position: fixed;
  display: none;
  cursor: pointer;
  font-size: 1.3em;
  color: white;
  background: black;
  opacity: 0.8;
  width: 100%;
  text-align: right;
  padding: 0 10px 0 0;
}
@media only screen and (max-width: 45em) {
  #toggle-menu {
    display: block;
    z-index: 3;
  }
}

.navigation {
  font-family: 'Lato', sans-serif;
  list-style: none;
  margin: 0;
  position: fixed;
  display: block;
  opacity: 0.8;
  z-index: 3;
  width: 100%;
  background: black;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

.navigation a {
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  display: block;
  padding: 1em;
  color: white;
}

.navigation a:hover {
  background: #acbe17;
  color: #4a4a4a;
}

#Hello {
  height: 100vh;
  min-height: 400px;
  max-width: 100%;
  background: url("https://www.jessrubenstein.com/images/Test/jumbotron150dpi.jpg") center center no-repeat;
  background-size: cover;
  padding: 0 0 0 0;
  z-index: 2;
}

.intro {
  padding-top: 13%;
  padding-left: 10%;
  z-index: 2;
}

h1 span {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.75rem;
  line-height: 300%;
  display: block;
  text-shadow: 1px 1px 1px #5d5d5d;
  z-index: 3;
}

.arrow {
  max-height: 100px;
}

h1 span.big {
  font-family: 'Vollkorn', serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 40%;
  display: block;
  text-shadow: 2px 2px 2px #5d5d5d;
  z-index: 3;
}

#Hello p {
  font-size: 1rem;
  color: white;
  font-family: 'Lato', sans-serif;
  background-color: none;
  border: white solid .2em;
  text-shadow: 0.5px 0.5px 0.5px #5d5d5d;
  box-shadow: 1px 2px 2px #5d5d5d;
  display: inline;
  padding: 4px 7px 7px 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.7;
}

[class*="typicons-"]:before {
  font-family: 'Typicons', sans-serif;
  font-size: 1rem;
  color: white;
  z-index: 3;
}

h2 {
  color: #F27B8A;
  font-size: 3em;
  font-family: 'Vollkorn', serif;
  width: 100%;
  padding-left: 10%;
  text-align: left;
  position: relative;
}

#portfolio {
  width: 100%;
}

.portspacer {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  width: 80%;
  height: .3em;
  margin-left: auto;
  margin-right: auto;
}

.portfolio {
  margin-top: 1em;
}

.filter {
  padding-left: 10%;
  z-index: 2;
}

.filter p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #939597;
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block;
  float: left;
  margin-right: 2em;
  text-decoration: underline;
}

p:hover {
  background-color: #f5f500;
  color: #f17282;
  transition: all .65s 0 ease;
  cursor: pointer;
}

.tile img {
  float: left;
  display: inline;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 1.75%;
}

.caption {
  display: inline-block;
  float: left;
  align-self:center;
  text-align: left;
  font-family: 'Lato', sans-serif;
  padding-bottom: 2em;
  font-weight: 400;
  color: #939597;
  font-size: 1.2rem;
  text-decoration: none;
  position: relative;
  vertical-align: top;
  padding-left: 1.75%;
}

.tooltip {
  display: none;
  position: absolute;
  background-color: #000;
  opacity: 0.9;
  border-radius: 5px;
  padding: 2px 6px;
  max-width: 175px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.BLOCK:hover {
  opacity: .7;
}

.BLOCK {
  font-family: 'Lato', sans-serif;
}

.grid {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column; 
   flex-direction: row;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
  flex-flow: column wrap;
  padding-left: 10%;
  padding-right: 10%;

}
@media (min-width: 960px) {
  .grid {
    flex-flow: row wrap;
   display: -webkit-flex;
   display: flex;
   flex-direction: row;
   -webkit-flex-direction: row; 
   -webkit-align-items: flex-start;
   align-items: flex-start;
  }
}

[class*="col-"] {
  flex: 1;
/*  overflow: hidden;*/
  margin-bottom: 1.75%;
}
.grid [class*="col-"]:first-child {
  margin-left: 0;
}
.grid:last-child [class*="col-"] {
  margin-bottom: 0;
}

.col-1 {
  flex: 1;
  width: 100%;
}

.col-2 {
  flex: 2;
}

.col-3 {
  flex: 3;
}

.col-4 {
  flex: 4;
}

.col-5 {
  flex: 5;
}

.col-6 {
  flex: 6;
}

.col-7 {
  flex: 7;
}

.col-8 {
  flex: 8;
}

.col-9 {
  flex: 9;
}

.col-10 {
  flex: 10;
}

.col-11 {
  flex: 11;
}

.col-12 {
  flex: 12;
}

@media (min-width: 960px) {
  flex-flow: row wrap;
}
.bodycaption {
  text-align: left;
  font-family: 'Lato', sans-serif;
  padding-bottom: 2em;
  font-weight: 400;
  color: #939597;
  font-size: 1rem;
  text-decoration: none;
  line-height: 110%;
}

.bodycaption a {
  text-decoration: underline;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #b4c718;
  font-size: 1rem;
  height: auto;
}

.spacer {
  margin-top: 3em;
  margin-bottom: 3em;
  width: 80%;
  height: 3em;
  margin-left: auto;
  margin-right: auto;
  border-top: .18em solid #939597;
}

.spacer2 {
  margin-top: 3em;
  margin-bottom: 3em;
  width: 80%;
  height: 3em;
  margin-left: auto;
  margin-right: auto;
  border-top: .18em solid #fff;
}

#About h2 {
  color: #F27B8A;
  font-size: 3em;
  font-family: 'Vollkorn', serif;
  text-align: left;
  padding: 0;
}

#About span {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #939597;
  font-size: 1.2rem;
  height: auto;
  text-decoration: none;
}

.buttonsmobile{
    display: none;
}

.link {
  text-decoration: underline;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #b4c718;
  font-size: 1.2rem;
  height: auto;
}

.link:hover {
  background-color: yellow;
  color: #F27B8A;
}

.grid2 {
  display: flex;
  flex-flow: column wrap;
  padding-left: 10%;
  padding-right: 10%;
}
@media (min-width: 750px) {
  .grid2 {
    flex-flow: row wrap;
  }
}

[class*="col2-"] {
  flex: 1;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.75%;
}
.grid [class*="col2-"]:first-child {
  margin-left: 0;
}
.grid:last-child [class*="col2-"] {
  margin-bottom: 0;
}

.col2-1 {
  flex: 1;
  width: 100%;
}

.col2-2 {
  flex: 2;
}
.col2-2 .col2-3 {
  flex: 3;
}
.col2-2 .col2-4 {
  flex: 4;
}
.col2-2 .col2-5 {
  flex: 5;
}
.col2-2 .col2-6 {
  flex: 6;
}
.col2-2 .col2-7 {
  flex: 7;
}
.col2-2 .col2-8 {
  flex: 8;
}
.col2-2 .col2-9 {
  flex: 9;
}
.col2-2 .col2-10 {
  flex: 10;
}
.col2-2 .col2-11 {
  flex: 11;
}
.col2-2 .col2-12 {
  flex: 12;
}
@media (min-width: 600px) {
  .col2-2 {
    flex-flow: row wrap;
  }
}

#Corgbee {
  height: auto;
  width: 100%;
}

#Corgbee .eyelids {
  animation: flick 2s 3s ease infinite;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: flick 2s 3s ease infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: flick 2s 3s ease infinite;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 10% 10%;
  -o-animation: flick 2s 3s ease infinite;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: flick 2s 3s ease infinite;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes flick {
  0% {
    transform: translateY(0px);
  }
  5% {
    transform: translateY(25px);
  }
  10% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}

#Corgbee .tongue {
  animation: lick 4s 6s ease infinite;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: lick 4s 6s ease infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: lick 4s 6s ease infinite;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 10% 10%;
  -o-animation: lick 4s 6s ease infinite;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: lick 4s 6s ease infinite;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}


@keyframes lick {
  0% {
    transform: translateY(0px);
  }
  5% {
    transform: translateY(3px);
  }
  10% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
#Corgbee .leftearbobber {
  animation: animationFrames linear 3s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 3s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 10% 10%;
  -o-animation: animationFrames linear 3s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px) scaleY(1);
  }
  2% {
    transform: translate(0px, 0px) scaleY(0.99);
  }
  50% {
    transform: translate(0px, 7px) scaleY(0.81);
  }
  100% {
    transform: translate(0px, 0px) scaleY(1);
  }
}
@-moz-keyframes animationFrames {
  0% {
    -moz-transform: translate(0px, 0px) scaleY(1);
  }
  2% {
    -moz-transform: translate(0px, 0px) scaleY(0.99);
  }
  50% {
    -moz-transform: translate(0px, 7px) scaleY(0.99);
  }
  100% {
    -moz-transform: translate(0px, 0px) scaleY(1);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px) scaleY(1);
  }
  2% {
    -webkit-transform: translate(0px, 0px) scaleY(0.99);
  }
  50% {
    -webkit-transform: translate(0px, 7px) scaleY(0.81);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scaleY(1);
  }
}
@-o-keyframes animationFrames {
  0% {
    -o-transform: translate(0px, 0px) scaleY(1);
  }
  2% {
    -o-transform: translate(0px, 0px) scaleY(0.99);
  }
  50% {
    -o-transform: translate(0px, 7px) scaleY(0.81);
  }
  100% {
    -o-transform: translate(0px, 0px) scaleY(1);
  }
}
@-ms-keyframes animationFrames {
  0% {
    -ms-transform: translate(0px, 0px) scaleY(1);
  }
  2% {
    -ms-transform: translate(0px, 0px) scaleY(0.99);
  }
  50% {
    -ms-transform: translate(0px, 7px) scaleY(0.81);
  }
  100% {
    -ms-transform: translate(0px, 0px) scaleY(1);
  }
}
.rightearbobber {
  animation: animationFrames linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px) scaleY(1);
  }
  2% {
    transform: translate(0px, 0px) scaleY(0.99);
  }
  50% {
    transform: translate(0px, 7px) scaleY(0.81);
  }
  100% {
    transform: translate(0px, 0px) scaleY(1);
  }
}
@-moz-keyframes animationFrames {
  0% {
    -moz-transform: translate(0px, 0px) scaleY(1);
  }
  2% {
    -moz-transform: translate(0px, 0px) scaleY(0.99);
  }
  50% {
    -moz-transform: translate(0px, 7px) scaleY(0.91);
  }
  100% {
    -moz-transform: translate(0px, 0px) scaleY(1);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px) scaleY(1);
  }
  2% {
    -webkit-transform: translate(0px, 0px) scaleY(0.99);
  }
  50% {
    -webkit-transform: translate(0px, 7px) scaleY(0.81);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scaleY(1);
  }
}
@-o-keyframes animationFrames {
  0% {
    -o-transform: translate(0px, 0px) scaleY(1);
  }
  2% {
    -o-transform: translate(0px, 0px) scaleY(0.99);
  }
  50% {
    -o-transform: translate(0px, 7px) scaleY(0.81);
  }
  100% {
    -o-transform: translate(0px, 0px) scaleY(1);
  }
}
@-ms-keyframes animationFrames {
  0% {
    -ms-transform: translate(0px, 0px) scaleY(1);
  }
  2% {
    -ms-transform: translate(0px, 0px) scaleY(0.99);
  }
  50% {
    -ms-transform: translate(0px, 7px) scaleY(0.81);
  }
  100% {
    -ms-transform: translate(0px, 0px) scaleY(1);
  }
}
.icons {
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}

.buttons {
  text-align: center;
}

.timeline {
  font-family: 'Lato', sans-serif;
  -moz-box-shadow: inset 0px 1px 0px 0px #f7c5c0;
  -webkit-box-shadow: inset 0px 1px 0px 0px #f7c5c0;
  box-shadow: inset 0px 1px 0px 0px #f7c5c0;
  background-color: #f27b8b;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 1em;
  padding: 6px 24px;
  text-decoration: none !important;
  webkit-font-smoothing: antialiased;
}

.timeline:hover {
  background-color: #e3687d;
}

.timeline:active {
  position: relative;
  top: 1px;
}

.res {
  text-decoration: none;
  color: white;
}

svg {
    vertical-align:top
}

.resume {
  font-family: 'Lato', sans-serif;
  -moz-box-shadow: inset 0px 1px 0px 0px #f7c5c0;
  -webkit-box-shadow: inset 0px 1px 0px 0px #f7c5c0;
  box-shadow: inset 0px 1px 0px 0px #f7c5c0;
  background-color: #f27b8b;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 1em;
  padding: 6px 24px;
  text-decoration: none;
  webkit-font-smoothing: antialiased;
}

.resume:hover {
  background-color: #e3687d;
}

.resume:active {
  position: relative;
  top: 1px;
}

.touch:hover {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
  color: #b4c718;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(0.8);
    transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.grid3 {
  display: flex;
  flex-flow: column wrap;
  padding-left: 10%;
  padding-right: 10%;
}
@media (min-width: 10px) {
  .grid3 {
    flex-flow: row wrap;
  }
}

[class*="col3-"] {
  flex: 1;
  overflow: hidden;
  margin-bottom: 2em;
}
.grid [class*="col3-"]:first-child {
  margin-left: 0;
}
.grid:last-child [class*="col3-"] {
  margin-bottom: 0;
}

.col3-1 {
  flex: 1;
  width: 100%;
}

@media (min-width: 10px) {
  flex-flow: row wrap;
}
/* fontawesome */
.fontawesome {
  font-family: 'FontAwesome', sans-serif;
  font-size: 3.5em;
  color: #F27B8A;
  text-decoration: none;
}

#About .mobileskills {
  display: none;
}

#About .mobileskills {
  display: none;
}

#currentstatus h2 {
  float: left;
  display: block;
  z-index: 1;
  width: 100%;
  position: relative;
}

#group {
  display: relative;
  height: auto;
  width: 100%;
  margin-top: 0;
  text-align: bottom;
}

#instafeed img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

#igcaption {
  color: #939597;
  font-family: 'lato', sans-serif;
  text-align: left;
  position: relative;
  display: inline-block;
}

.controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  display: inline-block;
  color: #939597;
  padding-bottom: 1em;
  text-align: bottom;
  float: right;
}

.prev {
  font-family: sans-serif;
  color: #939597;
  display: inline;
  font-size: 0.6em;
}

.next {
  font-family: sans-serif;
  color: #939597;
  display: inline;
  font-size: 0.6em;
}

.prev:hover, .next:hover {
  cursor: pointer;
  color: #b4c718;
}

.prev:active, .next:active {
  cursor: pointer;
  color: #b4c718;
}

.col-1 {
  padding-right: 1.75%;
}

#footer {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-top: 2em;
  height: 3em;
  padding-top: .5em;
}

.footertext {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: white;
  font-size: .8rem;
}

#footer a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: white;
  font-size: .8rem;
  text-decoration: underline;
}

#footer span a:hover {
  color: #acbe17;
  transition: all .65s 0 ease;
}

@media all and (max-width: 875px) {
  .navigation {
    justify-content: space-around;
  }

  #About .skills {
    display: none;
  }

  #About .mobileskills {
    display: inline-block;
    text-align: center;
  }

  #About .mobileskills .mobilecamera {
    display: inline-block;
    text-align: center;
    padding-top: .7em;
  }

  #About p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #939597;
    font-size: 1.2rem;
    height: auto;
    text-decoration: none;
  }
}
@media all and (max-width: 660px) {
  .navigation {
    font-size: .7em;
  }

  h2 {
    font-size: 2rem;
  }

  #About h2 {
    font-size: 2rem;
  }

  #Hello {
    max-width: 100%;
    height: 500px;
    background: url("https://www.jessrubenstein.com/images/Test/jumbotrontablet.jpg") center center no-repeat;
    background-size: cover;
    padding: 0 0 0 0;
  }

  .intro {
    padding: 15% 0 0 0;
  }

  h1 span {
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    color: #fff;
    font-size: 1em;
    line-height: 80%;
    padding-top: 14px;
    text-align: center;
    display: block;
    text-shadow: 1px 1px 1px #5d5d5d;
  }

  h1 span.big {
    font-family: 'Vollkorn', serif;
    font-weight: 700;
    font-size: 1.7em !important;
    line-height: 110%;
    display: block;
    text-align: center;
    text-shadow: 2px 2px 2px #5d5d5d;
  }

  h1 span {
    line-height: 150%;
  }

  #Hello p {
    display: none;
  }

  .arrow {
    text-align: center;
  }

  .LEED {
    height: 350px;
  }

  .spacer {
    width: 80%;
    height: .5em;
    margin-left: 10%;
    margin-right: 10%;
    border-top: .2em solid #d7e4ed;
    margin-top: 0;
  }

  .fontawesome {
    font-family: 'FontAwesome', sans-serif;
    font-size: 2em;
    color: #F27B8A;
    text-decoration: none;
  }
    .buttonsmobile{
    display: inline;
}
    .buttons{
        display:none;
    }
}
@media all and (max-width: 460px) {
  .navigation {
    display: none;
  }

  #Hello {
    height: 455px;
    max-width: 100%;
    background: url("https://www.jessrubenstein.com/images/Test/jumbotronmobile.jpg") center center no-repeat;
    background-size: cover;
    padding: 0 0 0 0;
  }

  .intro {
    width: 100%;
  }

  .filter {
      display:none;
    }

}
@media all and (max-width: 946px) {
    .tile img {
     margin-top: 1em;   
     max-width: 100%;
     width:auto;
    }
}