/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html,
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
em {
  font-family: "Lato", sans-serif;
  font-style: oblique;
}

strong {
  font-weight: bold;
}

.media-wrapper {
  background-color: #eae7dc;
}

.site-header {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  z-index: 200;
  max-width: 100%;
}

.site-header-sub {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header-sub nav ul {
  text-transform: lowercase;
}

.site-header-sub nav ul li {
  display: inline-block;
  font-family: "Lato", sans-serif;
  padding: 0px 20px 10px 30px;
  font-size: 16px;
}

.site-header-sub nav ul li a {
  text-decoration: none;
  color: inherit;
}

.active-page {
  color: #ba503a;
}

.site-header nav ul {
  text-transform: lowercase;
}

.site-header nav ul li {
  display: inline-block;
  font-family: "Lato", sans-serif;
  padding: 0px 60px 10px 20px;
  font-size: 16px;
}

.site-header nav ul li a {
  text-decoration: none;
  color: inherit;
}

.site-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 90px;
  line-height: 75px;
  margin-right: 50px;
}

.site-title-subpage {
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  line-height: 75px;
}

#silverstein {
  letter-spacing: 0.3px;
}

/* email page  */
.subpage-main-container {
  height: 100vh;
  min-height: 600px;
  background-color: #eae7dc;
}

.intro-text {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  max-width: 90%;
  margin-top: 15vh;
}

.intro-text h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
}

.intro-text p {
  margin-top: 12px;
  line-height: 24px;
  font-size: 24px;
  font-family: "lato", sans-serif;
  opacity: 0;
  line-height: 30px;
  -webkit-animation: slide-up 1.5s ease-out 0.2s forwards;
  animation: slide-up 1.5s ease-out 0.2s forwards;
}

g {
  animation: subtle 10s ease-in-out infinite alternate;
  -webkit-animation: subtle 10s ease-in-out infinite alternate;
}

.home-main {
  height: 100vh;
  width: 100%;
  max-width: 100%;
  background-color: #eae7dc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 201;
}

.main-text {
  z-index: 30;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  width: 400px;
  max-width: 100%;
  padding-top: 30px;
}

.image-containers {
  -webkit-perspective: 600px;
  perspective: 600px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  background-color: #eae7dc;
}

.greeting {
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
}

.meet-me {
  font-size: 24px;
  font-family: "lato", sans-serif;
  margin-top: 12px;
  opacity: 0;
  line-height: 30px;
  -webkit-animation: slide-up 1.5s ease-out 0.2s forwards;
  animation: slide-up 1.5s ease-out 0.2s forwards;
}

@-webkit-keyframes slide-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.highlighted-text {
  border-bottom: 1px solid #e98074;
  font-weight: bold;
  -webkit-box-shadow: 0px -9px 0px #e98074 inset;
  box-shadow: 0px -9px 0px #e98074 inset;
}

@-webkit-keyframes subtle {
  0% {
    -webkit-transform: scale(1), translate3d(0px, 0px, 0px);
    transform: scale(1), translate3d(0px, 0px, 0px);
  }

  40% {
    -webkit-transform: translate3d(12px, 9px, 40px), scale(1.3);
    transform: translate3d(12px, 9px, 40px), scale(1.3);
  }

  70% {
    -webkit-transform: translate3d(-1px, 20px, -3px), scale(0.99);
    transform: translate3d(-1px, 20px, -3px), scale(0.99);
  }

  100% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}

@keyframes subtle {
  0% {
    -webkit-transform: scale(1), translate3d(0px, 0px, 0px);
    transform: scale(1), translate3d(0px, 0px, 0px);
  }

  40% {
    -webkit-transform: translate3d(12px, 9px, 40px), scale(1.3);
    transform: translate3d(12px, 9px, 40px), scale(1.3);
  }

  70% {
    -webkit-transform: translate3d(-1px, 20px, -3px), scale(0.99);
    transform: translate3d(-1px, 20px, -3px), scale(0.99);
  }

  100% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}

.avatar {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 450px;
  z-index: 3;
}

.icons-background {
  width: 800px;
  position: fixed;
  bottom: 0;
  right: -15%;
  z-index: 2;
}

.email-section {
  background-color: #566c7d;
  padding: 80px 0px;
}
.fake-browser {
  border: 3px solid #f1f1f1;
  width: 1200px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.browser-nav {
  width: 100%;
  background-color: #f1f1f1;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 10px;
}

.circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.red-circle {
  height: 12px;
  width: 12px;
  background-color: #ed594a;
  border-radius: 50%;
  margin-right: 6px;
}

.yellow-circle {
  height: 12px;
  width: 12px;
  background-color: #fdd800;
  border-radius: 50%;
  margin-right: 6px;
}

.green-circle {
  height: 12px;
  width: 12px;
  background-color: #5ac05a;
  border-radius: 50%;
  margin-right: 6px;
}

.browser-input {
  height: 30px;
  width: 75%;
  background-color: white;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
}

.fake-browser-window {
  background-color: white;
  height: 600px;
  overflow: scroll;
  padding-bottom: 30px;
}
.fake-browser-window h3 {
  padding: 20px 30px;
  font-size: 22px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.email-icons {
  text-align: right;
  padding-right: 30px;
  font-family: "Lato", sans-serif;
  color: gray;
}

.icons {
  padding-left: 10px;
}

.messages {
  width: 100%;
  font-size: 18px;
  font-family: "Lato", sans-serif;
}

.email-message {
  background-color: #d9d4d0;
  padding: 10px 10px;
  cursor: -webkit-grab;
  cursor: grab;
}
.email-message:nth-child(odd) {
  background: #f1ecea;
}

.preview-text {
  line-height: 22px;
  color: gray;
}

/* arrow styles */
.scroll-arrow {
  text-align: center;
  margin-top: -130px;
}
.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  -webkit-transform: rotate(-90deg) translate3d(-300px, 0, 0);
  transform: rotate(-90deg) translate3d(-300px, 0, 0);
}
.link-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.link-arrow span {
  position: relative;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  overflow: hidden;
  background: #bebdbe;
  z-index: 2;
}
.link-arrow span:nth-child(1) {
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(45deg) translate3d(8px, -10px, 0);
  transform: rotate(45deg) translate3d(8px, -10px, 0);
}
.link-arrow span:nth-child(2) {
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.link-arrow span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: #e85a4f;
}
.link-line {
  position: relative;
  margin-left: -14px;
  margin-right: 30px;
  width: 150px;
  height: 2px;
  background: #bebdbe;
  overflow: hidden;
  z-index: 1;
}
.link-line:after {
  content: "";
  display: block;
  position: absolute;
  left: 80px;
  width: 70px;
  height: 2px;
  background: #e85a4f;
}
.arrow-text {
  color: #4a4a4a;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.link .link-line:after {
  -webkit-animation: animation-line 1.5s forwards;
  animation: animation-line 1.5s forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.link .link-arrow span:after {
  -webkit-animation: animation-arrow 1.5s forwards;
  animation: animation-arrow 1.5s forwards;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

@-webkit-keyframes animation-line {
  0% {
    left: 80px;
  }
  100% {
    left: 0;
  }
}

@keyframes animation-line {
  0% {
    left: 80px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes animation-arrow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes animation-arrow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* email styles */

.email-copy {
  padding-top: 10px;
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
.email-copy p {
  margin: 1em 0;
  font-size: 18px;
  font-family: "Lato", sans-serif;
}

.button-link {
  font-family: lato;
}

/* about page  */

.body-background {
  background-color: #eae7dc;
}

.full-width-image {
  height: 65vh;
  background: url("images/parallax-background.jpg");
  background-size: cover;
  background-position: center 18%;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.skillsandcert-wrapper {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  scrollbar-width: none;
  z-index: 10;
}

.resume-main {
  z-index: 30;
  margin-top: -125px;
  position: relative;
  padding: 10px 0;
  padding-bottom: 100px;
  background-color: #eae7dc;
  -webkit-box-shadow: 0px -6px 12px -1px rgba(40, 40, 38, 0.16);
  box-shadow: 0px -6px 12px -1px rgba(40, 40, 38, 0.16);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.resume-main-wrapper {
  z-index: 10;
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 0px 10px;
}

.about-intro {
  margin-top: 60px;
  line-height: 24px;
  font-size: 24px;
  font-family: "lato", sans-serif;
  max-width: 100%;
  opacity: 0;
  line-height: 30px;
  -webkit-animation: slide-up 1.5s ease-out 0.2s forwards;
  animation: slide-up 1.5s ease-out 0.2s forwards;
}

.jackfrank {
  border-bottom: 1px solid #8db3d0;
  position: relative;
}

.jackfrank-photo {
  display: none;
  width: 320px;
  color: #fff;
  text-align: center;

  position: absolute;
  right: 160px;
  z-index: 100000;
  border: 10px solid white;
}

.jackfrank:hover + .jackfrank-photo {
  display: block;
}

.jackfrank:hover {
  border-bottom: 3px solid #8db3d0;
}
.body-link {
  text-decoration: none;
  border-bottom: 1px solid #8db3d0;
  font-weight: bold;
  -webkit-box-shadow: 0px -9px 0px #8db3d0 inset;
  box-shadow: 0px -9px 0px #8db3d0 inset;
  color: black;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.body-link:hover {
  border-bottom: 1px solid #8db3d0;
  font-weight: bold;
  -webkit-box-shadow: 0px -24px 0px #8db3d0 inset;
  box-shadow: 0px -24px 0px #8db3d0 inset;
  color: black;
}

h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  margin-top: 60px;
}

h4 {
  font-family: "lato", sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin-top: 22px;
  line-height: 28px;
}

.body-text {
  font-family: "lato", sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.learn-more {
  color: #e98074 !important;
  text-decoration: none;
}

.resume-main-wrapper h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  margin-top: -50px;
  margin-left: -15px;
}

.resume-main-wrapper h2 span {
  background-color: #ed594a;
  padding: 10px 15px;
}

.trainings {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #e98074;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 50px 10px 50px 10px;
}

.trainings h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-grid-column-align: center;
  justify-self: center;
  text-align: center;
}

.training-block {
  text-align: center;
  padding: 20px 20px;
}

.training-block img {
  width: 200px;
}

.skills {
  background-color: #566c7d;
  padding: 100px 20px 100px 20px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.skills h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: white;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.skills-chart {
  width: 80%;
  max-width: 960px;
  height: 740px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
}

.lines {
  height: 100%;
  position: relative;
}

.line {
  height: inherit;
  width: 2px;
  position: absolute;
  background: rgba(65, 134, 237, 0.447);
}

.line.l-0 {
  left: 0;
}
.line.l-25 {
  left: 25%;
}
.line.l-50 {
  left: 50%;
}
.line.l-75 {
  left: 75%;
}
.line.l-100 {
  left: calc(100% - 1px);
}

.line-label {
  color: white;
  display: absolute;
  width: 140px;
  text-align: center;
  position: absolute;
  bottom: -30px;
  right: -50px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  font-family: "lato", sans-serif;
  font-size: 18px;
}

.charts {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.chart:not(:first-child) {
  margin-top: 10px;
}

.chart-label {
  padding-left: 10px;
  line-height: 30px;
  color: white;
  font-family: "lato", sans-serif;
  font-size: 18px;
  white-space: nowrap;
}

.chart-title {
  display: block;
  font-family: "lato", sans-serif;
  font-weight: 900;
  margin: 0 0 10px;
  font-weight: bold;
  color: white;
  line-height: 1.2em;
  font-size: 20px;
}

.chart-horiz {
  overflow: hidden;
}

.chart-bar {
  height: 30px;
  margin-bottom: 10px;
  background: -o-linear-gradient(right, #e98074, #e85a4f);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#e98074),
    to(#e85a4f)
  );
  background: linear-gradient(to left, #e98074, #e85a4f);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
}

.anim {
  opacity: 0;
  -webkit-animation: 1s grow ease forwards;
  animation: 1s grow ease forwards;
}

.chart-comms .anim:nth-of-type(4) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.chart-comms .anim:nth-of-type(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.chart-comms .anim:nth-of-type(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.chart-comms .anim:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.chart-design .anim:nth-of-type(5) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.chart-design .anim:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.chart-design .anim:nth-of-type(3) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.chart-design .anim:nth-of-type(2) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.chart-design .anim:nth-of-type(1) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.chart-web .anim:nth-of-type(5) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.chart-web .anim:nth-of-type(4) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.chart-web .anim:nth-of-type(3) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.chart-web .anim:nth-of-type(2) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.chart-web .anim:nth-of-type(1) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes grow {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* content page  */

.graphics-body {
  background-color: #eae8dd;
}

.image-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin-top: 24px;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lightbox-trigger {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-size: cover;
  margin: 20px 10px;
  opacity: 0;
  background-position: center center;
  -webkit-animation: appear 1s ease-out forwards;
  animation: appear 1s ease-out forwards;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.lightbox-trigger:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.lightbox-trigger:nth-child(1) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.lightbox-trigger:nth-child(2) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.lightbox-trigger:nth-child(3) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.lightbox-trigger:nth-child(4) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.lightbox-trigger:nth-child(5) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.lightbox-trigger:nth-child(6) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.lightbox-trigger:nth-child(7) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.lightbox-trigger:nth-child(8) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.lightbox-trigger:nth-child(9) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.lightbox-trigger:nth-child(10) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lightbox-trigger:nth-child(11) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.lightbox-trigger:nth-child(12) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.lightbox-trigger:nth-child(13) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.lightbox-trigger:nth-child(14) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.lightbox-trigger:nth-child(15) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.lightbox-trigger:nth-child(16) {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.lightbox-trigger:nth-child(17) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.lightbox-trigger:nth-child(18) {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.lightbox-trigger:nth-child(19) {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.lightbox-trigger:nth-child(20) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.lightbox-trigger:nth-child(21) {
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

.lightbox-trigger:nth-child(22) {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

@-webkit-keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

#pac-event-image {
  background-image: url("images/graphics/2018-pac-event.png");
}

#pompeo {
  background-image: url("images/graphics/2017-04-06-streettalk-pompeo.png");
}

#pac-email-1 {
  background-image: url("images/graphics/2018-11-21-pac-tg-img2.png");
}

#counter {
  background-image: url("images/graphics/2019-01-10-straw-poll.gif");
}

#event-photo {
    background-image: url("images/graphics/194945096_2646981438781098_1241934081395159555_n.png");
}

#heyer-act {
    background-image: url("images/graphics/heyer-act.png");
}

#uan-event {
    background-image: url("images/graphics/Square-1.png");
}




#no-annexation {
  background-image: url("images/graphics/2020-07-07-no-taxpayer-dollars-for-annexation.png");
}

#pac-email-2 {
  background-image: url("images/graphics/2020-10-23-pacfundraiser-2.png");
}

#occupation-end {
  background-image: url("images/graphics/11110591_10153085212843700_4888094658608777525_o.png");
}

#deal-whip {
  background-image: url("images/graphics/11928717_10153431310058700_6136070059667550417_o.jpg");
}

#poll-trump-iran {
  background-image: url("images/graphics/13123220_10154040953868700_2524411575974605578_o.png");
}

#sticker {
  background-image: url("images/graphics/69327392_10157465281558700_936322953795076096_o.png");
}

#conf-gif {
  background-image: url("images/graphics/conf-invite-2016-07-19.gif");
}

#defend-deal {
  background-image: url("images/graphics/defend-irandeal-streettalk.png");
}

#forward {
  background-image: url("images/graphics/forward-banner-ad.png");
}

#gala {
  background-image: url("images/graphics/gala-email.png");
}

#georgia {
  background-image: url("images/graphics/georgia-runoff-page-banner-1024x349.png");
}

#georgia {
  background-image: url("images/graphics/georgia-runoff-page-banner-1024x349.png");
}

#ginsburg {
  background-image: url("images/graphics/ginsburg.png");
}

#outpost {
  background-image: url("images/graphics/illegal-outpost-gif.gif");
}

#pac-poll {
  background-image: url("images/graphics/pac-poll.png");
}

#lewis {
  background-image: url("images/graphics/lewis.png");
}

#pride {
  background-image: url("images/graphics/pride-design-revised.png");
}

#iran2 {
  background-image: url("images/graphics/trump-iran.jpg");
}

#sanders {
  background-image: url("images/graphics/sanders-quote.png");
}

#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hide;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.866);
}

#content {
  text-align: center;
  height: 100%;
  width: 100%;
  margin: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#close-window {
  position: absolute;
  top: 5px;
  right: 40px;
  font-size: 24px;
  color: white;
  font-family: "lato", sans-serif;
  font-weight: bold;
}

#content img {
  -webkit-box-shadow: 0 0 25px #111;
  box-shadow: 0 0 25px #111;
  max-height: 80%;
  max-width: 80%;
}

/* contact page  */

.contact-wrapper {
  background-color: #eae8dd;
  min-height: 100vh;
  background-image: -webkit-linear-gradient(-80deg, #eae8dd 40%, #e85a4f 40%);
}

.site-title a,
.site-title-subpage a {
  color: black;
  text-decoration: none;
}

.contact-form {
  margin-top: 100px;
  width: 60%;

  max-width: 600px;
  background-color: white;
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}
input[type="text"] {
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  padding: 20px;
  margin: 5px 10px;
  font-family: "lato", sans-serif;
  font-size: 16px;
  border: 1px solid gray;
}

input:focus {
  border-bottom: 2px solid black;
  outline: none;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

textarea:focus {
  border-bottom: 2px solid black;
  outline: none;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
button[type="submit"] {
  border: 1px solid black;
  background-color: white;
  color: black;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: "lato", sans-serif;
  font-size: 22px;
  padding: 10px 50px;
  margin-top: 40px;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

button[type="submit"]:hover {
  color: white;
  background-color: #e85a4f;
  border: 1px solid #e85a4f;
}

.form-message {
  color: white;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  font-family: "lato", sans-serif;
  text-align: center;
  margin-top: 10px;
}

.follow-me {
  margin-top: 50px;
  width: 60%;
  padding: 20px;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.follow-me h2 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 24px;
  color: #eae8dd;
  text-transform: uppercase;
  font-family: "lato", sans-serif;
  font-weight: 900;
  margin-bottom: 30px;
}

.follow-me div {
  margin-bottom: 20px;
}

.follow-me div a {
  text-decoration: none;
  border-bottom: 1px solid #8db3d0;
  -webkit-box-shadow: 0px -9px 0px #8db3d0 inset;
  box-shadow: 0px -9px 0px #8db3d0 inset;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  font-size: 50px;
  color: #eae8dd;
  padding: 0px 15px;
}

.follow-me div a:hover {
  border-bottom: 1px solid #8db3d0;
  -webkit-box-shadow: 0px -50px 0px #8db3d0 inset;
  box-shadow: 0px -50px 0px #8db3d0 inset;
  font-size: 50px;
  color: #eae8dd;
}

form h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  margin-bottom: 25px;
  color: white;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-top: -38px;
}

form h2 span {
  background-color: black;
  padding: 10px 15px;
}

textarea {
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  border: none;
  padding: 20px;
  margin: 5px 10px;
  font-family: "lato", sans-serif;
  font-size: 16px;
  border: 1px solid gray;
  resize: vertical;
}

@media only screen and (max-width: 1270px) {
  .avatar {
    width: 350px;
  }
}

@media only screen and (max-width: 1000px) {
  .avatar {
    width: 300px;
    right: -5%;
  }
}

@media only screen and (max-width: 1071px) {
  .site-header-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .site-header-sub nav ul li {
    padding: 0px 10px 10px 0px;
  }

  .main-text {
    padding-top: 70px;
  }

  .site-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
  }

  .site-header nav ul li {
    padding: 20px 10px 10px 0px;
  }
}

@media only screen and (max-width: 804px) {
  .avatar {
    right: -10%;
  }

  .extraneous {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  .avatar {
    right: -13%;
    width: 250px;
  }

  .chart-label {
    font-size: 16px;
  }

  .line-label {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .media-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-center;
    -ms-flex-align: flex-center;
    align-items: flex-center;
  }

  .site-header {
    position: static;
    max-width: 100%;
  }
  .home-main {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: none;
  }
  .image-containers {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 100%;

    text-align: center;
  }

  .icons-background {
    display: none;
  }

  .avatar {
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: auto;
    z-index: 3000;
  }

  .main-text {
    padding-bottom: 30px;
  }

  .chart-label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 430px) {
  .site-title {
    font-size: 60px;
    line-height: 50px;
  }
  .main-text {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
  .meet-me {
    font-size: 20px;
    line-height: 26px;
  }

  .site-title-subpage {
    line-height: 45px;
    padding-bottom: 10px;
  }

  .avatar {
    position: static;
    bottom: -40px;
  }

  .chart-label {
    font-size: 12px;
  }

  .line-label {
    font-size: 14px;
    line-height: 18px;
    padding-top: 20px;
    bottom: -90px;
  }

  .contact-form {
    width: 95%;
  }

  .fake-browser {
    max-width: 95%;
  }
}

@media only screen and (max-height: 590px) {
  .media-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-center;
    -ms-flex-align: flex-center;
    align-items: flex-center;
  }

  .site-header {
    position: static;
    max-width: 100%;
  }
  .home-main {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: none;
  }
  .image-containers {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 100%;

    text-align: center;
  }

  .icons-background {
    display: none;
  }

  .avatar {
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    max-width: 500px;
    height: auto;
  }

  .main-text {
    padding-bottom: 30px;
  }
}

@media only screen and (max-height: 670px) {
  .main-text {
    margin-top: 100px;
  }
}

/* email page media queries */
@media only screen and (max-height: 800px) {
  .arrow-text {
    display: none;
  }

  .scroll-arrow {
    margin-top: -200px;
  }
}

@media only screen and (max-height: 600px) {
  .scroll-arrow {
    display: none;
  }
}
