.button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: ""; clear: both; height: 0;}



/* 940 and up - desktops */

  body {
    background-color: #E9F1F7;
  }

  header {
    width: 100%;
    margin: 0 auto;
    /* height: 100vh; */

  }

  h1 {
      font-family: 'Source Code Pro', monospace;
      font-size: 3em;
      margin-top: 50px;
      letter-spacing: 1px;
  }

    ul, p {
      width: calc(100% - 50px);
    }

      ul {
          text-transform: uppercase;

      }

  .number, ul li {
    list-style-type: none;
    margin: 15px 0 15px 0;
    border: 3px solid #2274A5;
    padding: 5px;
    min-height: 50px;
    line-height: 50px;
    font-size: 0.8em;
    font-weight: bold;
    background-color: white;

  }

  ul li {
    box-shadow: 2px 4px;
    cursor: pointer;
  }

  .number {
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-family: 'Source Code Pro', monospace;
    text-transform: uppercase;
  }


  .heading {
    width: 70%;
    margin: 0 auto;
    text-align: center;

  }

  .timer {
    font-size: 7em;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 0  px;
    text-align: center;
    font-family: 'Source Code Pro', monospace;

  }

  .mins {
    font-size: 2em;
    width: 70%;
    margin: 0 auto;
    margin-top: 0;
    text-align: center;
    font-family: 'Source Code Pro', monospace;
    font-weight: bold;
    display: none;
  }

  .box {
    display: flex;
    justify-content: space-around;
    align-items:center;
    margin: 0 auto;
    font-family: 'Source Code Pro', monospace;
  }

  .box p {
    font-size: 2em;
    font-family: 'Source Serif Pro', serif;
    height: calc(100% - 20px);
   
  }
  
  .box a {
   color: black;
   }

  .wrapper {
      border: 10px solid #2274A5;
      width: 60%;
      /* height: calc(100% - 50px); */
      margin: 0 auto;

  }




  /* 940px-768px - Portrait tablet and small desktops */
  @media (max-width: 940px) {

    body {
      background-color: #E9F1F7;
      border: 5px solid #2274A5;
    }

    header {
      width: 100%;
      margin: 0 auto;


    }

    h1 {
        font-family: 'Source Code Pro', monospace;
        font-size: 3em;
        margin-top: 50px;
        letter-spacing: 1px;
    }

      ul, p {
        width: 100%;
      }

        ul {
            text-transform: uppercase;
            padding-left: 0;

        }

    .number, ul li {
      list-style-type: none;
      margin: 15px 0 15px 0;
      border: 3px solid #2274A5;
      padding: 5px;
      min-height: 50px;
      line-height: 50px;
      font-size: 0.8em;
      font-weight: bold;
      background-color: white;

    }
  /* //940px-768px// */

    ul li {
      box-shadow: 2px 4px;
      cursor: pointer;
    }

    .number {
      width: 100%;
      text-align: center;
      margin-top: 0;
      font-family: 'Source Code Pro', monospace;
      text-transform: uppercase;
    }


    .heading {
      width: 95%;
      margin: 0 auto;
      text-align: center;

    }

    .timer {
      font-size: 8em;
      width: 50%;
      margin: 0 auto;
      margin-bottom: 50px;
      text-align: center;
      font-family: 'Source Code Pro', monospace;

    }

    /* 940px-768px  */

    .box {
      display: block;
      width: 100%;
      margin: 0 auto;
      font-family: 'Source Code Pro', monospace;
    }

    .box p {
      font-size: 2em;
      font-family: 'Source Serif Pro', serif;
      height: calc(100% - 20px);
    }

    .wrapper {
      border: 0px;


    }

    footer div {
        margin-top: 20px;
    }
    }


    /* 768px - 480px landscape phones and small tablets*/
    @media (max-width: 768px) {

      body {
        background-color: #E9F1F7;
        border: 5px solid #2274A5;
      }

      header {
        width: 100%;
        margin: 0 auto;


      }

      h1 {
          font-family: 'Source Code Pro', monospace;
          font-size: 3em;
          margin-top: 50px;
          letter-spacing: 1px;
      }

        ul, p {
          width: 100%;
        }

          ul {
              text-transform: uppercase;
              padding-left: 0;

          }

      .number, ul li {
        list-style-type: none;
        margin: 15px 0 15px 0;
        border: 3px solid #2274A5;
        padding: 5px;
        min-height: 50px;
        line-height: 50px;
        font-size: 0.8em;
        font-weight: bold;
        background-color: white;

      }
  /*768 to 480px*/

      ul li {
        box-shadow: 2px 4px;
        cursor: pointer;
      }

      .number {
        width: 100%;
        text-align: center;
        margin-top: 0;
        font-family: 'Source Code Pro', monospace;
        text-transform: uppercase;
      }


      .heading {
        width: 95%;
        margin: 0 auto;
        text-align: center;

      }

      .timer {
        font-size: 8em;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: center;
        font-family: 'Source Code Pro', monospace;

      }

  /* <!--768 to 480--> */

      .box {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-family: 'Source Code Pro', monospace;
      }

      .box p {
        font-size: 2em;
        font-family: 'Source Serif Pro', serif;
        height: calc(100% - 20px);
      }

      .wrapper {
        border: 0px;


      }

      footer div {
          margin-top: 20px;
      }
  }




    /* 480px and smaller - smartphones and down */
    @media (max-width: 480px) {


        body {
          background-color: #E9F1F7;
          border: 5px solid #2274A5;
        }

        header {
          width: 100%;
          margin: 0 auto;


        }

        h1 {
            font-family: 'Source Code Pro', monospace;
            font-size: 2em;
            margin-top: 50px;
            letter-spacing: 1px;
        }

          ul, p {
            width: 100%;
          }

            ul {
                text-transform: uppercase;
                padding-left: 0;

            }

        .number, ul li {
          list-style-type: none;
          margin: 15px 0 15px 0;
          border: 3px solid #2274A5;
          padding: 5px;
          min-height: 50px;
          line-height: 50px;
          font-size: 0.8em;
          font-weight: bold;
          background-color: white;

        }
  /*480px on down */

        ul li {
          box-shadow: 2px 4px;
          cursor: pointer;
        }

        .number {
          width: 100%;
          text-align: center;
          margin-top: 0;
          font-family: 'Source Code Pro', monospace;
          text-transform: uppercase;
        }


        .heading {
          width: 95%;
          margin: 0 auto;
          text-align: center;

        }

        .timer {
          font-size: 5em;
          width: 50%;
          margin: 0 auto;
          margin-bottom: 50px;
          text-align: center;
          font-family: 'Source Code Pro', monospace;

        }

  /* <!--480px and down--> */

        .box {
          display: block;
          width: 100%;
          margin: 0 auto;
          font-family: 'Source Code Pro', monospace;
        }

        .box p {
          display:none;
        }

        .wrapper {
          border: 0px;


        }
    }
