/*
   ____      _ __   __               ____                   _     ___
  / ___| ___| |\ \ / /__  _   _ _ __/ ___| _ __   __ _  ___| | __/ _ \ _ __
 | |  _ / _ \ __\ V / _ \| | | | '__\___ \| '_ \ / _` |/ __| |/ / | | | '_ \
 | |_| |  __/ |_ | | (_) | |_| | |   ___) | | | | (_| | (__|   <| |_| | | | |
  \____|\___|\__||_|\___/ \__,_|_|  |____/|_| |_|\__,_|\___|_|\_\\___/|_| |_|

  snack.css
---
  Created by Cole Fortson on 1/7/2019 for GetYourSnackOn
  Copyright 2021 SNACKWORLD, Inc.
*/

:root {
  --border: 1px solid rgba(calc(255 / 5), calc(255 / 5), calc(255 / 5), 1);
  --album-inner-height: 1200;
  --album-scroll-speed: 100;
  /* Pixels per second */
}

* {
  margin: 0;
  padding: 0;
}

/* Links */
a {
  color: #000;
}

a:focus,
a:hover {
  color: #000;
}

a.dark,
a.dark:focus,
a.dark:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fafaf5;
  /* Prevent inheritance from `body` */
  background-color: #000;
  border: 0.05rem solid #000;
}

.back-button {
  bottom: 100px;
  left: 30px;
  z-index: 1000;
  position: absolute;
  font-size: 1.3em;
}

.bigger-head {
  font-size: 4.2rem;
  padding-bottom: 32px;
}

.info-bio {
  font-size: 3.3rem;
  line-height: 1.4;
}

/*
* Images
*/

.logo {
  width: 30%;
  height: auto;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.logo-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  /* opacity: 0; */
  pointer-events: none;

}

.logo-animation {
  opacity: 0;

  -webkit-transition: opacity 0.8s ease-in;
  -moz-transition: opacity 0.8s ease-in;
  -ms-transition: opacity 0.8s ease-in;
  -o-transition: opacity 0.8s ease-in;
  transition: opacity 0.8s ease-in;
}

.logo-animation.load {
  opacity: 1;
}

.about-image {
  max-width: 700px;
  min-width: 250px;
  width: 40%;
  height: auto;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  /* padding-bottom: 10%; */
  right: 0;
  opacity: 0.5;
  /* margin-left: 43px; */
  vertical-align: middle;
  top: 20%;
  /* max-height: 50%; */
}

.about-padding {
  padding: 6rem !important;
  padding-bottom: 8rem !important;
}

.album-art {
  /* width: 300px;
  height: auto; */

  transition: filter 0.3s ease-in-out;
  -webkit-filter: grayscale(100%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%);
  /* FF 35+ */
  opacity: 0.8;
}

.work-album-art {
  min-width: 100px;
  width: 78%;
  height: auto;
  margin: auto;
}

iframe {
  overflow: hidden;
  /* pointer-events: none; */
}

.jumbo-text {
  /* font-size: 2em; */
  font-size: 30px;
  /* general fallback */
  font-size: 6.5vm;
  /* IE9 fallback */
  font-size: 4vw;
  line-height: 1.4;
}

.row-margin {
  margin-bottom: 30px;
}

.connect-text {
  font-size: 1.5rem;
  line-height: 1.2;
}

.connect-title {
  opacity: 0.35;
  line-height: 40px;
}

.connect-action {
  text-decoration: underline;
}


@media (min-width: 768px) {

  .album-art.sm {
    width: 250px;
  }

  .album-art.md {
    width: 350px;
  }

  .album-art.lg {
    width: 400px;
  }

  .album-art.jb {
    width: 500px;
  }

  /* 
  .fullpage-wrapper {
    width: 100% !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .fullpage-wrapper .fp-section {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: all .7s ease-in-out;
  }

  .fullpage-wrapper .fp-section.active {
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }

  .fullpage-wrapper .fp-section .fp-slidesContainer {
    width: 100% !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: all .7s ease-in-out;
  }

  .fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide.active {
    visibility: visible;
    opacity: 1;
    z-index: 1;
  } */

}

.album-art:hover {
  -webkit-filter: grayscale(0%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%);
  /* FF 35+ */
}

/*
 * Menu
 */

.menu-item {
  padding-right: 0px;
  padding-left: 0px;
}

.menu-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 1rem !important;

  overflow-y: scroll;
  overflow-x: hidden;
}

.menu-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 1rem !important;
  overflow-y: scroll;
  overflow-x: hidden;
}

.menu-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 1rem !important;
  overflow-y: scroll;
  overflow-x: hidden;
}

/*
 * Body
 */

html,
body {
  height: 100%;
  overflow: hidden;
  background-color: #fafaf5;
}

.vertical-center {
  min-height: 80%;
  /* min-height: 80vh; */

  display: flex;
  align-items: center;
}

#mainContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.text-center.dark {
  /* background-color: #151515; */
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-family: "Circular-Book";
}

body.dark {
  color: #fff;
}

.fancy {
  font-family: "Canela-Thin";
}

.fancy.italic {
  font-family: "Canela-ThinItalic";
}

.inner-albums {
  position: relative;
  top: 0px;
}

.outer-albums {
  overflow: hidden;
}

.client-card-container {
  height: 150px;
  width: auto;
}

.grid-container div {
  float: left;
  width: 25%;
  height: 20%;
  border: 2px solid #aaa;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.border-override {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #eee;
}

.client-card {
  margin: auto;
  /* display: block; */
  max-width: 70%;
  max-height: 70%;
  width: auto;
  height: auto;
  vertical-align: middle;
  opacity: 0.5;
  /* transition: 0.s; */
}

.client-card:hover {
  opacity: 1;
}

.center-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.show-border>div {
  /* background: lightgrey; */
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.grid {
  height: 100%;
  /* display: grid; */
  grid-template-columns: repeat(5, calc(100% / 5));
  grid-template-rows: repeat(5, calc(100% / 5));
  overflow: hidden;
}

.child {
  height: 180px;
  height: 30vh;
  display: flex;
  align-items: center;
  align-content: center;
  color: var(--symbol-color);
  font-size: 2.5rem;
  border-bottom: var(--border);
  border-left: var(--border);
  margin-left: -2px;
  margin-bottom: -2px;
}

.first-row {
  border-left-width: 0px;
}

.full-width {
  width: 100%;
}

.full-cont {
  left: 0px;
  right: 0px;
  width: 100%;
}

.work-wrapper {
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 64px;
}

.padding-bottom {
  margin-bottom: 64px;
}

.black {
  font-family: "Circular-Black";
}

.fixed-scroll {
  overflow: auto;
  padding-top: 135px;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}

.gradient-full-top {
  z-index: 1;
  height: 145px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: fixed;
  overflow: hidden;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafaf5+0,fafaf5+100&1+28,0+100 */
  background: -moz-linear-gradient(top, rgba(250, 250, 245, 1) 0%, rgba(250, 250, 245, 1) 28%, rgba(250, 250, 245, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(250, 250, 245, 1) 0%, rgba(250, 250, 245, 1) 28%, rgba(250, 250, 245, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(250, 250, 245, 1) 0%, rgba(250, 250, 245, 1) 28%, rgba(250, 250, 245, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafaf5', endColorstr='#00fafaf5', GradientType=0);
  /* IE6-9 */

}

.gradient-full-bottom {
  z-index: 1;
  height: 145px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: fixed;
  overflow: hidden;
  pointer-events: none;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafaf5+0,fafaf5+100&0+0,1+72 */
  background: -moz-linear-gradient(top, rgba(250, 250, 245, 0) 0%, rgba(250, 250, 245, 1) 72%, rgba(250, 250, 245, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(250, 250, 245, 0) 0%, rgba(250, 250, 245, 1) 72%, rgba(250, 250, 245, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(250, 250, 245, 0) 0%, rgba(250, 250, 245, 1) 72%, rgba(250, 250, 245, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fafaf5', endColorstr='#fafaf5', GradientType=0);
  /* IE6-9 */
}

.gradient-full-top.dark {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#151515+0,151515+100&1+28,0+100 */
  background: -moz-linear-gradient(top, rgba(21, 21, 21, 1) 0%, rgba(21, 21, 21, 1) 28%, rgba(21, 21, 21, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(21, 21, 21, 1) 0%, rgba(21, 21, 21, 1) 28%, rgba(21, 21, 21, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(21, 21, 21, 1) 0%, rgba(21, 21, 21, 1) 28%, rgba(21, 21, 21, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151515', endColorstr='#00151515', GradientType=0);
  /* IE6-9 */
}

.gradient-full-bottom.dark {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#151515+0,151515+100&0+0,1+72 */
  background: -moz-linear-gradient(top, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 1) 72%, rgba(21, 21, 21, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 1) 72%, rgba(21, 21, 21, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 1) 72%, rgba(21, 21, 21, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00151515', endColorstr='#151515', GradientType=0);
  /* IE6-9 */
}


/*
 * Header
 */
.main-header {
  margin-bottom: 2rem;
}

.nav-main .nav-link {
  padding: 0.25rem 0;
  background-color: transparent;
  opacity: 1;
  transition: 0.2s;
  z-index: 1000;
  /* font-size: calc(8px + 0.6em); */
  font-size: calc(6px + 0.6em);

}

.menu-top .nav-link-text {
  margin: auto !important;
  padding-bottom: 8px !important;
}

.menu-bottom .nav-link-text {
  margin: auto !important;
  padding-bottom: 22px !important;
}

.nav-link-text.left {
  padding-left: 22px !important;
}

.nav-link-text.right {
  padding-right: 22px !important;
}

.top-logo {
  width: 90px;
  height: auto;
  display: block;
  margin: auto;
  opacity: 1;
}

.top-logo:hover {
  opacity: 0.55 !important;
}

.top-logo.flipped:hover {
  opacity: 1 !important;
}

.nav-main .nav-link:hover,
.nav-main .nav-link:focus {
  opacity: 0.55;
}

.nav-main .nav-link+.nav-link {
  margin-left: 1rem;
}

.nav-main .active {
  color: #000;
  opacity: 0.55;
  border-bottom-color: #000;
}

.nav-main .active.dark {
  color: #fff;
  opacity: 0.55;
  border-bottom-color: #fff;
}

.nav-main .flipped.active {
  color: #000;
  opacity: 1;
  border-bottom-color: #000;
}

.nav-main .flipped.active.dark {
  color: #fff;
  opacity: 1;
  border-bottom-color: #fff;
}

@media (max-width: 767.98px) {
  .mobile-center {
    margin: 0 auto;
    display: block;
  }

  .mobile-padding-top {
    padding-top: 10%;
  }

}

/*
 * Cover
 */

.album-left {
  padding-left: 0px;
  align-content: flex-start;
  left: 0;

}

.album-right {
  padding-right: 0px;
  align-content: flex-end;
  right: 0;
}

.cover {
  padding: 0 1.5rem;
}

.cover .btn-lg {
  padding: 0.75rem 1.25rem;
  font-weight: 700;
}

/*
 * Cards
 */

.about-page-1 {
  text-align: left;
}

.about-page-2 {
  text-align: left;
}

/*
 * Footer
 */
.mastfoot-light {
  background-clip: content-box;
}

.flex-menu-equal {
  flex-grow: 1;
  flex-basis: 0;
}

.mastfoot-dark {
  background-clip: content-box;
  /* background-clip: content-box; */
}

.home-animation {
  -ms-transform: translate(50px, 100px);
  /* IE 9 */
  -webkit-transform: translate(50px, 100px);
  /* Safari */
  transform: translate(50px, 100px);
}

/*
 * Album Scroll Animation
 *
 */


/* .Loop {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

section {
  position: relative;
  text-align: center;
} */

::scrollbar {
  display: none;
}


@keyframes albumScroll {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(calc(var(--album-inner-height) * -1px));
  }
}




.fader {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}

.nav-main .nav-link.flipped:hover,
.nav-main .nav-link.flipped:focus {
  opacity: 1;
}

.nav-main .nav-link.flipped,
.nav-main .nav-link.flipped {
  opacity: 0.55;
}

a.fill-div {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  margin: auto;
  padding: auto;
  position: relative;
  padding: 0.75rem;
}


.inner-albums {
  /*animation: albumScroll calc((1s / var(--album-scroll-speed)) * var(--album-inner-height)) linear infinite;*
  /* remember to use the reverse */
}

/*
 * Fonts
 */
/* @font-face {
  font-family: "Circular-Book";
  src: url("../fonts/lineto-circular-book.ttf") format("truetype");
}

@font-face {
  font-family: "Canela-Thin";
  src: url("../fonts/Canela-Thin.otf") format("opentype");
}

@font-face {
  font-family: "Canela-ThinItalic";
  src: url("../fonts/Canela-ThinItalic.otf") format("opentype");
}

@font-face {
  font-family: "Circular-BookItalic";
  src: url("../fonts/lineto-circular-bookItalic.ttf") format("truetype");
}

@font-face {
  font-family: "STIXGeneral-Regular";
  src: url("../fonts/STIXGeneral.otf") format("opentype");
} */

/* New font shit here */

@font-face {
  font-family: 'Circular-Book';
  src: url('fonts/Circular-Book.woff2') format('woff2'),
    url('fonts/Circular-Book.woff') format('woff'),
    url('fonts/Circular-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Circular-BookItalic';
  src: url('fonts/Circular-BookItalic.woff2') format('woff2'),
    url('fonts/Circular-BookItalic.woff') format('woff'),
    url('fonts/Circular-BookItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Circular-Black';
  src: url('fonts/Circular-Black.woff2') format('woff2'),
    url('fonts/Circular-Black.woff') format('woff'),
    url('fonts/Circular-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: bold;
}

@font-face {
  font-family: 'Canela-Thin';
  src: url('fonts/Canela-Thin.woff2') format('woff2'),
    url('fonts/Canela-Thin.woff') format('woff'),
    url('fonts/Canela-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Canela-ThinItalic';
  src: url('fonts/Canela-ThinItalic.woff2') format('woff2'),
    url('fonts/Canela-ThinItalic.woff') format('woff'),
    url('fonts/Canela-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Cooper';
  src: url('fonts/CooperBlack.woff2') format('woff2'),
    url('fonts/CooperBlack.woff') format('woff'),
    url('fonts/CooperBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}


.Loop {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.album__single {
  position: relative;
  text-align: center;
  /* min-height: 300px;
  max-height: 700px;
  height: 80%; */
}

::scrollbar {
  display: none;
}

.transition-fade {
  transition: .4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

/* Fade-Out Effect */
.fade-out-effect {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.6s, opacity 0.6s linear;
}

/* .fade-in-effect {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
} */

.next-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  pointer-events: auto;
  width: 90px;
}

.spotify-player {
  width: 100%;
  height: 80px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  max-width: 648px;
}

.scroll-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;

  /* important:  dimensions or positioning here! */
}

.work-row {
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.work-title {
  float: left;
  padding-right: 50px;
  text-decoration: none;
}


.work-title:hover {
  text-decoration: none;

}

.work-artist {
  overflow: hidden;
}

.work-artist:hover {
  text-decoration: none;

}

.work-inner-row {
  padding-left: 46px;
  padding-right: 46px;
  padding-top: 5px;
}

.work-container {
  padding-left: 8%;
}

.info-padding {
  padding-right: 15% !important;
}

.page-cover {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fafaf5;
  z-index: 100000;
}

.info-cover {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #151515;
  z-index: 0;
}

.work-text {
  font-size: 5.8vw;
  line-height: 1;
}

.about-margin {
  padding-right: 25% !important;
}

.about-header {
  font-size: calc(36px + 30 * ((100vw - 768px) / 952));
  line-height: calc(45px + 40 * ((100vw - 768px) / 952));
  letter-spacing: calc(-1.5px + -.5 * ((100vw - 768px) / 952));
}

.text-dynamic {
  /* font-size: calc(30px + 30 * ((100vw - 768px) / 952)); */
  line-height: calc(45px + 40 * ((100vw - 768px) / 952));
  letter-spacing: calc(-1.5px + -.5 * ((100vw - 768px) / 952));
}

p.dynamic {
  font-size: calc(25px + 25 * ((100vw - 768px) / 952));
  line-height: calc(35px + 30 * ((100vw - 768px) / 952));
}

/* html,
h5 {
  font-size: calc(15px + 11 * ((100vw - 768px) / 952));
  line-height: calc(25px + 11 * ((100vw - 768px) / 952));
} */

.credit-text {
  margin-bottom: 0;
  font-size: 2em;
}

.work-subtitle {
  font-size: 3vw;
}

.circular {
  font-family: "Circular-Book";
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {


  .spotify-player {
    width: 100%;
    height: 400px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    margin: 0;
  }

  .mobile-flex-fix {
    display: block;
  }

  .work-wrapper {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .about-image {
    margin-left: -30%;
  }

  .child {
    border: none;
  }

  .credit-text {
    font-size: 1.2em !important;

  }

  .full-width {
    width: -webkit-fill-available;
  }

  p.about-text {
    font-size: 1.7em;
    line-height: 1.2;
  }

  .about-mobile {
    top: 155px;
  }

  .mobile-margin {
    margin: 0 !important;
    padding: 16px !important;
  }

  .fixed-scroll {
    overflow: auto;
    padding-top: 125px !important;
  }

  .album-art {
    padding-top: 20px;
  }

  /* .section {
    height: 200px !important;
  } */

  .about-image {
    top: 0;
  }

  .work-title {
    padding-right: 25px;
  }

  .work-inner-row {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-text.left {
    padding-left: 4px !important;
  }

  .nav-link-text.right {
    padding-right: 4px !important;
  }

  .work-container {
    padding-left: 15px;
  }

  .jumbo-text {
    font-size: 2em;

  }

  .work-text {
    font-size: 5.2vw;
  }

  .info-padding {
    padding-right: inherit;
    padding: 16px !important;
  }

  .nav-main .nav-link {
    font-size: calc(8px + 0.5em);
    white-space: nowrap;
  }

  .bigger-head {
    font-size: 2.6rem;
    padding-bottom: 0px;
  }

  .connect-text {
    font-size: 1.2rem;
  }

  .connect-title {
    line-height: 25px;
  }

  .about-margin {
    padding-right: inherit;
  }

  .text-dynamic {
    font-size: 2.5em;
    line-height: 1;
    letter-spacing: inherit;
  }

  .about-header {
    font-size: 2.5em;
    line-height: 1;
    letter-spacing: inherit;
  }

  .work-text {
    font-size: 2.5em;
    line-height: 1.1;
    letter-spacing: inherit;
  }

  .gradient-full-bottom {
    height: 80px;
  }

  .gradient-full-top {
    height: 100px;
  }

  .work-subtitle {
    font-size: 2em;
  }

}

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

@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;
  }
}


a.underline {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-transition: color .2s ease-out, border-bottom-color .2s ease-out;
  transition: color .2s ease-out, border-bottom-color .2s ease-out;
  text-decoration: none;
  border-bottom-color: rgba(0, 0, 0, 0);
}

a.underline:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55) !important;
}

a.underline:hover.dark {
  border-bottom-color: rgba(255, 255, 255, 0.55) !important;
}

footer {
  pointer-events: none;
}

a {
  pointer-events: auto;
}


.admin-button {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.admin-button.blue {
  background-color: #008CBA;
}

/* Blue */
.admin-button.red {
  background-color: #f44336;
}

/* Red */
.admin-button.gray {
  background-color: #e7e7e7;
  color: black;
}

/* Gray */
.admin-button.black {
  background-color: #555555;
}

/* Black */