/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  overflow-x: hidden;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 3em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


/* @media only screen and (min-width:1200px) {
  /* Style adjustments for viewports that meet the condition */



@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  height: 100%;
  margin: 0;
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
}

.Close-Menu {
  width: 100%;
  position: fixed;
  color: rgb(255, 255, 255);
  margin-right: 10%;
  font-size: 5em;
  z-index: 2;
  display: none;
}
#Container-Wrapper {
  padding: 2%;
  max-width: 100%;
}
/*=======================================
--------------LOGO LOTTIE--------------
=========================================*/

#home-animated-logo {
  float: left;
  width: 25%;
  margin-right: 2.5em;
}


#aboutme-animated-logo {
  position: absolute;
  height: 230px;
  margin: 0 auto;
  float: left;
  width: 100%;
  top: -12em;
  z-index: -5;
}

#render-animated-logo {
  position: absolute;
  height: 230px;
  width: 100%;
  top: 7em;
  z-index: -2;
}

/*=======================================
--------------NAVIGATION--------------
=========================================*/
#Wrapper-Rel {
  position: relative;
  width: 100%;
  float: left;
}

#nav-wrapper {
  padding: inherit;
  float: left;
  width: 100%;
  position: absolute;
  top: 25px;
  right: 50px;
}

#nav {
  width: 100%;
  position: absolute;
}

#nav ul {
  float: right;
  list-style-type: none;
  padding: 0;
}

#nav li {
  float: left;
  margin: 0 1.3em 0 1.3em;
  letter-spacing: .09em;
}

#nav li a {
  position: relative;
  text-decoration: none;
  color: rgb(236, 236, 236);
  font-weight: 700;
  text-transform: uppercase;
  padding: .4em 1em;
  border: 1px solid rgb(236, 236, 236);
  border-radius: 8px;
  transition: all .4s;
}

.onWhite li a  {
  color: rgb(179, 179, 179) !important;
  border: 1px solid rgb(179, 179, 179) !important;
}

#nav li a:hover {
  border-radius: 12px;
  color: rgb(131, 131, 131);
  border: 1px solid rgb(131, 131, 131);
}

#fixed-nav {
  width: 100%;
  position: fixed;
  float: left;
  z-index: 1;
  top: 0;
  display: none;
  background-color: rgb(20, 20, 20);
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .05);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .05);
}

#fixed-nav ul {
  position: relative;
  right: 81px;
  float: right;
  list-style-type: none;
  padding: 0;
}

#fixed-nav li {
  float: left;
  margin: 0 1.3em 0 1.3em;
  letter-spacing: .09em;
}

#fixed-nav li a {
  position: relative;
  text-decoration: none;
  color: rgb(235, 235, 235);
  font-weight: 700;
  font-size: .7em;
  text-transform: uppercase;
  padding: .4em 1em;
  border: 1px solid rgb(236, 236, 236);
  border-radius: 8px;
  transition: all .4s;
}

#fixed-nav li a:hover {
  border-radius: 12px;
  color: rgb(131, 131, 131);
  border: 1px solid rgb(131, 131, 131);
}



#Drop-Menu {
  width: 100%;
  height: 100%;
  background-color: rgb(20, 20, 20);
  position: fixed;
  left: -2000px;
  z-index: 1;
  padding-top: 1.5em;
  display: none;
}

.Sticky-Nav {
  position: sticky;
  height: 100vh;
}


label.hamburger {
  float: right;
  display: block;
  width: 50px; /* less width = square hamburger */
  height: 60px;
  position: relative;
  top: .5em;
  right: 1em;
}

input#hamburger {
 display: none;
}

.line {
  position: absolute;
  height: 5px;
  width: 100%;
  background: #969696;
  transition: 0.5s;
}
/* steps of 12 are optional, could also be 10, 13 etc */
.line:nth-child(1) { top: 13px; }
.line:nth-child(2) { top: 26px; }
.line:nth-child(3) { top: 39px; }

/* translateY must be same as */
#hamburger:checked + .hamburger .line:nth-child(1){
  transform: translateY(13px) rotate(-45deg);
}

#hamburger:checked + .hamburger .line:nth-child(2){
  opacity:0;
}

#hamburger:checked + .hamburger .line:nth-child(3){
  transform: translateY(-13px) rotate(45deg);
}

#Drop-Menu #nav ul{
  margin-top: 15%;
  width: 100%;

}
#Drop-Menu #nav li{
  margin: 1em 0 1em 0;
  font-size: 3em;
  width: 100%;
  text-align: center;
}

#Drop-Menu #nav li a{
  border: none;
}
#Home-Wrapper {
  float: left;
  width: 100%;
}

.Welcome-container {
  position: absolute;
  height: 30vh;
  text-shadow: 3px 3px 7px rgba(37, 37, 37, 0.3);
  left: 20%;
  top: 40%;
  width: 100%;
  max-width: 800px;
}


#ShowClip {
  background-color: aqua;
  border-radius:20px;
  height:90vh;
  width: 100vw;  
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  -webkit-box-shadow: 2px 12px 20px 3px rgba(0,0,0,0.16);
  -moz-box-shadow: 2px 12px 20px 3px rgba(0,0,0,0.16);
  box-shadow: 2px 12px 20px 3px rgba(0,0,0,0.16);
}

.Logo-Home {
  float: left;
  width: 25%;
  margin-right: 2.5em;

}

.Title-Float {
  float: left;
  width: 60%;
}

.Hello-Title {
  color: rgb(238, 238, 238);
  font-size: 3em;
  margin-block-end: .6em;
}

.PlayReel-Btn a {
  cursor: pointer;
  color: rgb(240, 240, 240);
  font-size: 1.7em;
  text-decoration: none;
  padding: .3em .7em;
  border: 2px solid rgb(241, 241, 241);
  border-radius: 15px;
  transition: all .4s;
 
}

.PlayReel-Btn a:hover {
  color: rgb(236, 236, 236);
  border: 2px solid rgb(236, 236, 236);
  border-radius: 30px;
  transition: all .4s;
 
}
.hero-image {
  width: 4000px;
}



#Projects-Wrapper {
  float: left;
  width: 100%;
  margin-top: 4em;
}

.Projects-Thumbnail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 45px;
  
}

.Projects-Thumbnail img{
  width: 100%;
  border-radius: 10px;
  transition: all .4s; 
  -webkit-box-shadow: 5px 5px 8px 3px rgba(126, 126, 126, 0.16);
  -moz-box-shadow: 5px 5px 8px 3px rgba(126, 126, 126, 0.16);
  shadow: 5px 5px 8px 3px rgba(126, 126, 126, 0.16);
}

.Projects-Thumbnail img:hover{
  width: 100%;
  border-radius: 20px;
  opacity: .7;  
  transform: scale(1.01);
}


.video_responsive {
  width: 49% !important;


}

/*=======================================
--------------DEMO REEL--------------
=========================================*/

#center {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 3;
  background-color: rgb(17, 17, 17, .98);
}

#center video {
  position: absolute;
  padding: 0;
  width: 70% !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: 0 auto;
}

.closeDemo {
  cursor: pointer;
  position: absolute;
  left: 95%;
  color: #fff;
  font-size: 4em;
  font-weight: 100;
  margin: 0 auto;
}
#player1 {
  position: absolute;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  border: 0;
}


/*=======================================
--------------Project Pages--------------
=========================================*/

#Project-hero-header {

  border-radius:20px;
  height: 80vh;
  width: 100vw;  
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 5px 5px 5px rgb(90, 90, 90);
  -webkit-box-shadow: 2px 12px 20px 3px rgba(0,0,0,0.16);
  -moz-box-shadow: 2px 12px 20px 3px rgba(0,0,0,0.16);
  box-shadow: 2px 12px 20px 3px rgba(0,0,0,0.16);
}

.hero-image-header {
  width: 3000px;
}
#project-layout-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
#project-layout-wrapper img{
  width: 100%;
  padding: .8em 0;
}

#project-layout-wrapper article {
  width: 100%;
  float: left;
}

#project-layout-wrapper h1 {
  font-size: 3em;
  margin-bottom: .3em;
}
.section-content {
  margin: 8em 0 5em;
}
video {
  width: 100% !important;
  height: auto !important;
  clear: both;
  padding: .8em 0;
}
#project-layout-wrapper .img-third {
  width: 32%;
  padding: .5%;
}
#project-layout-wrapper .half-img {
  width: 49.8%

}

.casestudy-Btn a {
  width: 15px;
  color: rgb(36, 36, 36);
  font-size: .5em;
  text-decoration: none;
  font-weight: 500;
  padding: .5em .9em;
  border: 1px solid rgb(37, 37, 37);
  border-radius: 15px;
  transition: all .4s;
 
}

.casestudy-Btn  a:hover {
  color: rgb(78, 78, 78);
  border: 2px solid rgb(80, 80, 80);
  border-radius: 30px;
  transition: all .4s;
 
}


/*=======================================
--------------RENDERS-------------->>>
=========================================*/


.media-container {
  max-width: 100%;
  width: 90%;
  margin: auto;
  padding: 40px 0;
  margin-top: 20em;
}

.media-gallery {
  display: flex;
  gap: 40px;
}

.media-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.photo img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;

}

.mfp-figure figure {
  width: initial;
  transform: initial;
  -webkit-transform: initial;
  position: initial;

}


.mfp-figure figure:hover figcaption {
  opacity: 1;
  left: 0;
  transform: initial;
  -webkit-transform: initial;

}

.mfp-figure figure:hover img {
  transform: initial;


}

.mfp-figure figure figcaption {
  padding: 0;
  opacity: 1;

}

.mfp-bottom-bar {
  padding: 1em;
  
}

.mfp-content > .mfp-iframe-scaler > .mfp-bottom-bar {
  margin-top: 10px;
  
}

.mfp-title {
  color: #8c8c8c;
  font-size: .9em;
  margin-bottom: .5em;
}

.mfp-title p{
  color: #8c8c8c;
  font-size: .9em;
  margin-bottom: .5em;
}


.mfp-iframe-holder .mfp-content {
  max-width: 1440px;
  padding: 0;
  margin: 0;
}

.mfp-iframe-scaler {
  padding-left: 50%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  border-radius: 5px;
}






/*=======================================
--------------CONTACT--------------
=========================================*/

#contact-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 15em;

}

#contact-header {
  float: left;
  padding: 4em 8em 4em 8em;
  background-color: white;
  border-radius: 30px;
  margin-bottom: 10em;
  -webkit-box-shadow: 13px 13px 90px 5px rgba(0, 0, 0, .15);
  -moz-box-shadow: 13px 13px 90px 5px rgba(0, 0, 0, .15);
  box-shadow: 10px 15px 60px 2px rgba(0, 0, 0, .1);
}

.contact-h5 {
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: .4em;
  font-weight: 700;
}

.contact-p {
  font-size: 1.5em;
  line-height: 1.8em;
  font-weight: 700;
}

.contact-column {
  width: 49%;
  float: left;
}

.resume {
  padding: 0 1.6em 0 !important;
  margin: 2em 0 3em 0 !important;
  color: #1a1a1a;
}

#download-btn {
  font-family: "Quicksand", serif;
  height: 2.7em;
  margin: 2.5em 0 4em 0;
  padding: 0 1em 0 1em;
  border-radius: 100px;
  border: .1em solid #2C2C2C;
  font-size: 1.5em;
  font-weight: 700;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .2);
}



/*=======================================
--------------FOOTER---------------------
=========================================*/

footer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#footer-wrapper {
 
  float: left;
  margin: 15em 0 10em 0;
}

#footer-wrapper p {
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
}

.footer-logo {
  float: left;
  width: 100%;
  margin: 4em 0;

}
#footer-wrapper img {
  width: 120px;
}

.footer-column {

  float: left;
  margin-bottom: .2em;
  margin-right: 8em;
}

.footer-column h4 {
  font-size: 2.1em;
  margin: 0;
  margin-bottom: .5em;
}

/* <-----===MEDIA QUERIES===-------> */


@media only screen and (max-width: 3840px) {
  .hero-image {
    height: 3500px;
  }

}

@media only screen and (max-width: 2600px) {
  .hero-image {
    height: 1800px;
  }

}

@media only screen and (max-width: 1920px) {
  .hero-image {
    height: 1000px;
  }

}

@media only screen and (max-width: 1500px) {


  .hero-image{
    height: 1300px;
  }
  .Projects-Thumbnail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media only screen and (max-width: 1300px) {
    .hero-image {
      height: 1100px;
    }
    #ShowClip {
      background-color: red;
      border-radius: 30px;
      height: 80vh;
      width: 100vw;  
      max-width: 100%;
      overflow: hidden;
      display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
    }



}

@media only screen and (max-width: 1000px) {


#footer-wrapper {
  margin: 15% 0 10% 10%;

}
.footer-column {
    width: 100%;
    float: left;
    margin-bottom: .2em;
    margin-right: .7em;
}
.footer-column h4 {
  font-size: 1.9em;
  margin: 0;
  margin-bottom: .5em;
}

}


/*--------Tablets HORIZONTAL------------------*/
@media only screen and (width: 1368px) and (height: 912px), (width: 1366px) and (height: 1024px), 
(width: 1180px) and (height: 820px)
{

  #Drop-Menu #nav ul{
    margin-top: 10%;
    width: 100%;
  
  }
  #Drop-Menu #nav li{
    margin: 1em 0 1em 0;
    font-size: 1em;
    width: 100%;
    text-align: center;
  }

  .Close-Menu {
    display: initial;
  }
  
    #nav-wrapper #nav{
      display: none;
    }
    #Drop-Menu {
      display: initial;
    }
    .Hello-Title {
      font-size: 2em;
    }
  
    .PlayReel-Btn a {
      font-size: 1.2em;
    }
    .Welcome-container {
      left: 10%;
      width: 100%;
      max-width: 600px;
    }


    
}


@media only screen and (max-width: 1024px)

{ 
  #Drop-Menu #nav ul{
    margin-top: 10%;
    width: 100%;
  
  }
  #Drop-Menu #nav li{
    margin: 1em 0 1em 0;
    font-size: 1em;
    width: 100%;
    text-align: center;
  }

  .Close-Menu {
    display: initial;
  }
  
  #nav-wrapper #nav{
      display: none;
  }
  #Drop-Menu {
      display: initial;
  }
  #Sticky-Nav {
    display: none;
  }
  #fixed-nav {
    opacity: 0;
    z-index: -9;
  }

  .Hello-Title {
    font-size: 2em;
  }
  
  .PlayReel-Btn a {
    font-size: 1.2em;
  }
  .Welcome-container {
    left: 10%;
    width: 100%;
    max-width: 600px;
  }

  #player1 {
  width: 85%;
  }



  #project-layout-wrapper .img-third {
    width: 48%;
    padding: .5%;
  }

  #Project-hero-header {
    border-radius:20px;
    height: 50vh;
    width: 100vw;  
    max-width: 100%;

  }
  .section-content {
    margin: 0;
  }

  #render-animated-logo {
    position: absolute;
    height: 150px;
    width: 100%;
    top: 3em;
    z-index: -2;
  }
  .media-container {
    max-width: 100%;
    width: 95%;
    margin: auto;
    padding: 20px 0;
    margin-top: 13em;
  }
  .media-gallery {
    display: flex;
    gap: 5px;
  }
  
  .media-column {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .contact-column {
    width: 100%;
    float: left;
  }
  #aboutme-animated-logo {
    position: absolute;
    height: 150px;
    margin: 0 auto;
    float: left;
    width: 100%;
    top: -12em;
    z-index: -5;
  }
  
}

@media only screen and (max-width: 670px)

{ 

  .closeDemo {
    left: 90%;
  }
  .Welcome-container {
    left: 10%;
    top: 25%;
    width: 100%;
    max-width: 400px;
  }

  #contact-header {

    padding: 4em 2em 4em 2em;

  }
    
}


/*--------=Mobile------------ */
@media only screen and (max-width: 500px) {

  .line {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #969696;
    transition: 0.5s;
  }

  .line:nth-child(1) { top: 10px; }
  .line:nth-child(2) { top: 20px; }
  .line:nth-child(3) { top: 30px; }
  
  #hamburger:checked + .hamburger .line:nth-child(1){
    transform: translateY(10px) rotate(-45deg);
  }
  
  #hamburger:checked + .hamburger .line:nth-child(2){
    opacity:0;
  }
  
  #hamburger:checked + .hamburger .line:nth-child(3){
    transform: translateY(-10px) rotate(45deg);
  }
  


  label.hamburger {
    width: 40px; /* less width = square hamburger */
    top: .4em;
    right: .5em;
  }
  #Drop-Menu #nav li{
    margin: 1em 0 1em 0;
    font-size: 1.5em;
    width: 100%;
    text-align: center;
  }

  .Welcome-container {
    height: 30vh;
    left: 10%;
    top: 20%;
    width: 100%;
    max-width: 350px;
  }
  
  .Logo-Home {
    max-width: 350px;
  }
  
  .Title-Float {
    float: left;
    width: 100%;
  }
  
  .Hello-Title {
    color: rgb(238, 238, 238);
    font-size: 2em;
    margin-block-end: .4em;
    margin-block-start: .4em;
  }
  
  .PlayReel-Btn a {
    font-size: 1.4em;
    text-decoration: none;
    padding: .3em .7em;
   
  }
  #render-animated-logo {
    position: absolute;
    height: 90px;
    width: 100%;
    top: 3em;
    z-index: -2;
  }
  .media-container {
    max-width: 100%;
    width: 95%;
    margin: auto;
    padding: 10px 0;
    margin-top: 8em;
  }
}

@media only screen and (max-width: 400px) {

  #Drop-Menu #nav li{
    margin: 1em 0 1em 0;
    font-size: 2em;
    width: 100%;
    text-align: center;
  }

  .Welcome-container {
    height: 30vh;
    left: 10%;
    top: 15%;
    width: 100%;
    max-width: 300px;
  }
  
 

}