  body{
    background-color: black;
    background-image: url(images/gradient-left-dark.svg), url(images/gradient-right-dark.svg);
    background-position: left -50% top 100%, right -55% top;
    background-repeat: no-repeat, no-repeat;
    background-size: 65% 65%;
    background-attachment: fixed;

  }

  * {
    box-sizing: border-box;
  }

  a {
    color: white;
    font-style: none;
    text-decoration: none;
  }

  p {
    color: #FFFFFF80;
    font-size: 18px;
    line-height: 150%;
  }

  h2 {
    color: white;
    font-size: 28px;
    line-height: 125%;
  }

  h3 {
    margin: 40px;
    font-size: 80px;
    font-weight: 450;
    font-family: 'Just Another Hand', cursive;
    background: -webkit-linear-gradient(45deg, #1106db, #00ff95 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  img {
    border-radius: 5px 5px 5px 5px;
  }

  #fordhamit p{
    color: #ffffff95;
  }
  
  /* Create two equal columns that floats next to each other */
  .column {
    float: left;
    width: 50%;
    padding: 10px;
    text-align: right;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .row{
    min-width: 780px;
  }

  .handwriting{
    font-family: 'Just Another Hand', cursive;
    font-size: 100px;
    font-weight: 400;
    margin: 40px;
    background: -webkit-linear-gradient(45deg, #1106db, #00ff95 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .handwritingsmall{
    font-family: 'Just Another Hand', cursive;
    font-size: 30px;
    font-weight: 400;
    color: white;
    margin-top: 0px;
    padding-top: 30px;
  }

  .right{
      text-align: center;
      width: 60%;
      background-color: #171717;
      height: 600px;
      border-radius: 0px 15px 15px 0px;
      min-width: 390px;
      max-width: 390px;

  }

  .mainimage{
    border-radius: 15px 0px 0px 15px;
  }

  #leftcol{
    padding-right: 0px;
  }

  #rightcol{
    padding-left: 0px;
  }

  .emoji img{
    margin: 6px;
  }
  .emoji p{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 10px;
    font-style: italic;
    color: #FFFFFF95;
  }

  .content{
    margin-top: 30px;
    text-align: center;
    border-radius: 15px 15px 15px 15px;
    background-color: #171717;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Raleway', sans-serif;
    padding: 0px;
    font-weight: 500;
    line-height: 1.5em;
    padding-bottom: 1px;
  }

  .heading{
    margin-top: 30px;
    text-align: center;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Raleway', sans-serif;
    padding: 0px;
    font-weight: bold;
    padding-top: 1px;
  }

  .contentleft{
    width: 60%;
    text-align: center;
    padding: 20px;
    float: left;
    padding: 10px;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .contentright{
    width: 40%;
    text-align: left;
    float: left;
    padding-right: 25px;
    padding-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .contentheading{
    color: white;
    font-size: 22px;
  }

  div.gallery {
    margin: 5px;
    float: left;
    width: 170px;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
    border: 1px solid rgb(158, 158, 158);
  }
  .photo{
    width: 100%;
    display: table;
    clear: both;
  }
  .step{
    width: 100%;
  }
  .heading{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }


  @media screen and (max-width: 780px) {
    
    h3 {
      margin: 10px;
      font-size: 55px;
    }

    .mainimage{
      width: 390px;
    }
    
    .row{
        min-width: 390px;
    }
    .column {
        width: 100%;
        text-align: center;
        padding: 0px;
    }
    .contentleft{
        width: 100%;
        text-align: center;
        float: left;
        padding: 10px;
        margin-bottom: 0px;
    }
    
    .contentright{
        width: 100%;
        text-align: center;
        float: left;
        padding: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
      }
    .right{
        text-align: center;
        width: 390px;
        background-color: #171717;
        height: 600px;
        border-radius: 0px 0px 15px 15px;
        margin: auto;
    }
    .mainimage{
      border-radius: 15px 15px 0px 0px;
    }
    #leftcol{
        padding-bottom: 0px;
        height: 600px;
        padding-left: 0px;
      }
    
    #rightcol{
      padding-top: 0px;
    }
    .content{
      margin-top: 30px;
      text-align: center;
      border-radius: 15px 15px 15px 15px;
      background-color: #171717;
      max-width: 780px;
      margin-left: auto;
      margin-right: auto;
      font-family: 'Raleway', sans-serif;
      padding: 0px;
      font-weight: 500;
      line-height: 1.5em;
      padding-bottom: 1px;
      width:390px;
    }
  }