body {
  overflow-x: hidden; }

html {
  scroll-behavior: smooth; }

/* Back To Top Button */
#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e74c3c;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100; }

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff; }

#scroll:hover {
  background-color: #e74c3c;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

/* SHOWCASE */
#showcase {
  position: relative;
  background: url("../img/dw-create-profile-pic.jpg");
  min-height: 800px;
  background-position: center center;
  background-size: cover; }

.primary-overlay {
  background: rgba(61, 119, 131, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.showcase-h1 {
  font-family: "Bungee Shade", cursive;
  color: black; }

.showcase-row {
  margin-top: 240px; }

/* NAV */
.navbar {
  border-bottom: 3px black solid; }

.navbar-brand {
  font-family: "Bungee Shade", cursive;
  font-size: 34px; }

.nav-link {
  font-family: "Bungee", cursive;
  font-size: 23px; }

/*.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  background:rgba(255,255,255, 0.6);
}*/
/* SKILLS SECTION */
.skills-section {
  background: linear-gradient(rgba(255, 0, 0, 0.8), rgba(255, 0, 0, 0.8)), url("../img/code-pattern.png");
  border-bottom: 3px black solid; }

.skills-container {
  background-color: white; }

.skills-h2 {
  font-family: "Bungee", cursive; }

.skills-p {
  font-size: 20px; }

.skills-card {
  -webkit-box-shadow: 0px 0px 17px 6px #b8b8b8;
  -moz-box-shadow: 0px 0px 17px 6px #b8b8b8;
  box-shadow: 0px 0px 17px 6px #b8b8b8; }

/* WORK SECTION */
.work-section {
  background: linear-gradient(rgba(85, 26, 139, 0.9), rgba(85, 26, 139, 0.9)), url("../img/work-tools.jpeg");
  background-position: center center;
  border-bottom: 3px black solid; }

.work-container {
  background-color: white; }

.work-h2 {
  font-family: "Bungee", cursive; }

.work-p {
  font-size: 20px; }

.work-section-ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.work-text-flex {
  display: flex;
  align-items: center; }

.work-text-block {
  padding-right: 50px; }

.work-text-block-reverse {
  padding-left: 50px; }

.work-row {
  margin: 40px !important;
  -webkit-box-shadow: 0px 0px 17px 6px #b8b8b8;
  -moz-box-shadow: 0px 0px 17px 6px #b8b8b8;
  box-shadow: 0px 0px 17px 6px #b8b8b8; }

.mob-work-div {
  display: none; }

/* PRICE SECTION */
.price-section {
  background: linear-gradient(rgba(50, 205, 50, 0.9), rgba(50, 205, 50, 0.9)), url("../img/triangle-pattern.jpeg");
  background-position: center center;
  border-bottom: 3px black solid; }

.price-container {
  background-color: white; }

.price-h2 {
  font-family: "Bungee", cursive; }

.price-p {
  font-size: 20px; }

/* SOCIAL SECTION */
.social-contact-section {
  border-bottom: 3px black solid; }

.social-icon {
  font-size: 130px; }

.mob-social-div {
  display: none; }

/* EMAIL CONTACT SECTION */
.email-contact-section {
  background: linear-gradient(rgba(178, 178, 178, 0.9), rgba(178, 178, 178, 0.9)), url("../img/furr.jpeg");
  background-position: center center;
  border-bottom: 3px black solid; }

.email-contact-div {
  padding-top: 100px;
  padding-bottom: 100px; }

.email-h1 {
  font-family: "Bungee Shade", cursive; }

@media (max-width: 576px) {
  /* Showcase */
  #showcase {
    min-height: 400px; }
  .showcase-row {
    margin-top: 110px; }
  .showcase-h1 {
    font-size: 50px; }
  /* Skills Section */
  .skills-section {
    padding-left: 10px;
    padding-right: 10px; }
  /* Work Section */
  .work-row {
    display: none; }
  .work-section {
    padding-left: 10px;
    padding-right: 10px; }
  .mob-work-div {
    display: block;
    background-color: white;
    margin: 5px;
    margin-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 0px 0px 17px 6px #b8b8b8;
    -moz-box-shadow: 0px 0px 17px 6px #b8b8b8;
    box-shadow: 0px 0px 17px 6px #b8b8b8; }
  /* Price Section */
  .price-section {
    padding-left: 10px;
    padding-right: 10px; }
  .priceOne {
    margin-bottom: 14px; }
  .priceTwo {
    margin-bottom: 14px; }
  /* Social Section */
  .social-contact-div {
    display: none; }
  .mob-social-div {
    display: block;
    font-size: 40px;
    letter-spacing: 15px; }
  .social-div-1 {
    margin-bottom: 20px; }
  /* Email Contact Section */
  .email-contact-div {
    padding-top: 30px;
    padding-bottom: 30px; }
  .email-h1 {
    font-size: 36px;
    padding-top: 0;
    padding-bottom: 0; } }

@media (max-width: 468px) {
  /* --- Showcase --- */
  #showcase {
    min-height: 370px; }
  .showcase-row {
    margin-top: 60px; }
  .showcase-h1 {
    font-size: 45px; }
  /* --- Skills --- */
  .skills-card {
    margin-bottom: 14px; }
  /* --- Nav --- */
  .navbar-brand {
    font-size: 26px; }
  /* Email Contact Section */
  .email-h1 {
    font-size: 22px; } }

@media (max-width: 320px) {
  /* --- Showcase --- */
  #showcase {
    min-height: 350px; }
  .showcase-row {
    margin-top: 66px; }
  .showcase-h1 {
    font-size: 40px; }
  /* --- Nav --- */
  .navbar-brand {
    font-size: 25px; }
  /* --- Skills Section --- */
  .skills-section {
    padding-left: 7px;
    padding-right: 7px; }
  .skills-h2 {
    font-size: 24px; }
  .skills-p {
    font-size: 17px; }
  .skills-card {
    margin-bottom: 10px; }
  /* --- Work Section --- */
  .work-section {
    padding-left: 7px;
    padding-right: 7px; }
  /* --- Price Section --- */
  .price-section {
    padding-left: 7px;
    padding-right: 7px; }
  /* --- Email Contact Section --- */
  .email-contact-div {
    padding-top: 25px;
    padding-bottom: 25px; }
  .email-h1 {
    font-size: 17px; } }
