    html {
      overflow-x: hidden;
    }

    #del {
      margin-top: 10px;
      border-color: white;
      text-align: left;
    }

    #del li {
      display: inline;
      list-style: none;
      font-size: 25px;
    }

    #del a {
      display: inline-block;
      width: 100%;
      height: 5px;
      margin: 0px;
      padding: 0px;
      color: white;
      text-decoration: none;
    }

    #del a:hover {
      opacity: 0.7;
      transition-duration: 0.1s;
    }

    #nav {
      padding: 0;
      margin-top: 60;
      text-align: center;
      border-radius: 5px;
      color: black;
    }

    #nav2 {
      padding: 0;
      text-align: center;
      border-radius: 5px;
      color: black;
      margin:auto;
    }

  #nav2 a {
    padding:10px;
  }

    .footer img:hover {
      opacity: 0.7;
      border-radius: 15px;
      transition-duration: 0.1s;
    }


        #nav2 li {
          display: inline;
          list-style: none;
        }


    #nav li {
      display: inline;
      list-style: none;
    }

    #nav li :hover {
      color: black;
      background: white;
      transition: 0.5s;
    }

    #nav a {
      display: inline-block;
      width: 150px;
      color: white;
      border-radius: 5px;
      text-decoration: none;
    }

    #ellie {
      padding: 0;
      margin-top: 90;
      margin-left: auto;
      margin-right: auto;
    }

    #ellie li {
      display: inline;
      list-style: none;
    }

    #ellie li :hover {
      transition: 0.3s;
      background-color: red;
    }

    #ellie a {
      display: inline-block;
      width: 100px;
      height: 120px;
      margin: auto;
      color: white;
      text-decoration: none;
    }

    * {
      box-sizing: border-box;
    }

    body, html {
      background-color: black;
    }

    body {
      text-align: center;
      font-size: 17px;
    }


    .mark {
      background-color: white;
      color: black;
      font-size: 30px;
      font-style: normal;
      font-family: 'Roboto Condensed';
      width:100%;
      text-align: center;
      margin-left:-10%;
      border-radius:15px;
      margin-top:-1px ;
    }


  .hello {
        height:520px;
        border-radius: 15px;
        width:95%;
        margin:auto;
        padding:1px;
        background-color: white;
      }

.footerbox {
    min-width:100%;
    max-width:100%;
    width:100%;
    padding:none;
}

.footer {
  margin-top:10px;
  height:70px;
  width:120%;
  margin-left: -10%;
  margin-bottom: -200px;
  background-color: white;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1700px) {
  .column {
    flex: 10%;
    max-width: 100%;
  } }

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  } }

  a {
    text-decoration: none;
  }

  .mark:hover {
    font-size: 35px;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }

  #nav2 img {
    height:50px;
    margin-bottom:-11px;
  }

#tyler {
  width: 120%;
  margin-left: -1%;
  background-image: url("images/insta.png");
  height:500px;
  border-radius: 15px;
  margin-top: 50px;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  margin-bottom: 1000px;
}


  #tyler h3 {
    font-variant: small-caps;
    font-style: italic;
    color:white;
    margin-top:7px;
    font-family: 'Sarabun';
    font-size: 120px;
    font-weight: bold;
    color:white;
    text-decoration: underline;
    right:0;
    position: absolute;
    margin-right: 3%;
  }

    #tyler h4 {
      font-variant: small-caps;
      color:white;
      font-family: 'Sarabun';
      font-size: 70px;
      font-weight: bold;
      color:white;
      line-height: 50px;
      right:0;
      position: absolute;
      margin-right: 3%;
      margin-top: 170px;
    }

    #tyler p {
      font-variant: small-caps;
      color:white;
      font-family: 'Roboto Condensed';
      font-size: 25px;
      font-weight: bold;
      color:white;
      line-height: 30px;
      width:20%;
      text-align: right;
      right:0;
      position: absolute;
      margin-right: 4%;
      margin-top: 260px;
    }

  	 #tyler2 img {
  	   border-radius: 8px;
  	 }
  	 #tyler2 A {
  	   display:inline-block;
  	   font-family: calibri;
  	   color: grey;
  	   padding-top: 10px;
  	 }

     html {
       overflow-x: hidden;
     }
