
    html {
      box-sizing: border-box;
      height: 100%;
    }
    body {
      font-family: "Source Sans Pro","Helvetica Neue", sans-serif;
      width: 100%;
      height:100vh;
      margin: 0;
    }
    
    #back {
      width: 100vw;
      height: 100vh;
      background: url(circle.svg);
      background-repeat: no-repeat;
      background-position: center; 
      overflow: hidden;
    }


    #about {
      display: none;
      background-color:rgba(0, 0, 0, 0.7);
      min-height: 100%;
      min-width: 1024px;
      /* Set up proportionate scaling */
      width: 100%;
      /* Set up positioning */
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10;
      overflow-y: auto;
    }
    .slate {
      background-color: #462005;
       -webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.5) , 3px 1px 1px 0 rgba(0,0,0,0.3) ;
      box-shadow: 0 0 6px 2px rgba(0,0,0,0.5) , 3px 1px 1px 0 rgba(0,0,0,0.3) ;
      padding: 5px 15px;
      max-width: 550px;
      position: absolute;
      top: 50%;
      left: 50%;
       transform: translate(-50%, -50%);
      margin: 0 auto;
      font-family: "Source Sans Pro","Helvetica Neue", sans-serif;
      font-weight: 300;
      color: #fff;
      z-index: 15;
    }
    .slate h1 {
      font-weight: 300;
    }
    .slate a {
      color: #97d8ee;
    }
    .liner {
      margin-top: -75px;
    }
    .e5rlogo {
      margin-top: -82px;
      margin-left: -80px;
      z-index: 12;

    }
    .close {
      position: relative;
      top: 30;
      float: right;
      clear: none;
    }
    .app {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-height: 100px;
    }
    .quote-text {
      padding-bottom: 20px;
    }
    .quote-text h3 {
    	display: block;
      width: 505px;
      margin: 0 auto; 
      font-style: normal; 
    	font-family: "source Sans Pro","Helvetica Neue", sans-serif;
    	font-weight: 400;	
      
  	
  	
  	
  		text-align: left;
  		font-size: 30px;
      color: #eee;
      line-height:1.3;
    }
   h6 {
	 	  display: block;
      width: 350px; 
      margin: 0 auto;

  

  	  text-align: center;
  		font-size: 15px;
  		text-transform: uppercase;
    	color: #eee;
    	font-weight: 400;	
    	letter-spacing: .41em;
    	line-height:1.3;
      padding-bottom: 55px;
    	opacity: .6;
	}
    span {
    	margin-left: 55px;
    }
    h5.author {
    	display: block; 
      width: 350px; 
      -webkit-margin-before: 0em;
      -webkit-margin-after: 0em;
      margin: 0 auto;
   
    	margin-top: 25px;
  		vertical-align: middle;
  		text-align: center;
  		font-size: 15px;
  		text-transform: uppercase;
    	color: #eee;
    	font-weight: 400;	
    	letter-spacing: .31em;
    	line-height:1.3;
    	opacity: .6;

    }
    /* make keyframes that tell the start state and the end state of our object */
    	@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
    	@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
    	@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  	.quote-text h3 {
  		font-weight: 300;
  	  opacity:0;  /* make things invisible upon start */
  	  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  	  -moz-animation:fadeIn ease-in 1;
  	  animation:fadeIn ease-in 1;
  	  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  	  -moz-animation-fill-mode:forwards;
  	  animation-fill-mode:forwards;
  	  -webkit-animation-duration:1s;
  	  -moz-animation-duration:1s;
  	  animation-duration:1s;
  	}
    .controls {
      position: fixed;
      bottom: 40;
      width: 100%;
      text-align: center;
    }
    .button {
      color: white;
      font-size: 14px;
      font-family: "Source Sans Pro","Helvetica Neue", sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: .1em;
      border-radius: 4px;
      border: none;
      padding: 10px 20px;
      cursor: pointer;
      clear: none;
      background-color: #333;
      padding: 8px 8px;
    }
    .button:hover {
      background-color: #b7312c;
    }
    .tweet {
      background-color: #1da1f2;
      text-decoration: none;
    }
    .right {
    	display: block;
    	float: right;
    }
    #twitter-button {
    	background-color: #1b95e0;
    	border: none;
    }
    #twitter-button:hover {
      background-color: #185478;
      text-decoration: none;
    }
    
    /* Mobile */
    @media screen and (max-width: 425px) {
      *,
    *::before,
    *::after {
      box-sizing: border-box;
    
    }
    html {
    
       -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    }
      body {
         height:100vh;
        margin: 0;
        position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
         background-attachment: scroll;
      }

     


      #back {
        display: none;
      }
      #about {
        min-width: 0;
       
        padding: 0px;
      }
      .slate {
        max-width: 100%;
        width: 100%;
        height: 100vh;
        margin: 0 auto;
        font-size: 85%;
        height:100vh;
    }
      .app {
       
        position: relative;
        padding-top: 15%;
        top: 15%; 
        left: 0%; 
        transform: none;  
      }
      .quote-text {
        font-size: 18px;
      }
      .liner {
      margin-top: -75px;
    }
    .e5rlogo {
      margin-top: -42px;
      margin-left: -60px;
      z-index: 12;
      width: 150px;
      height: auto;

    }
    .close {
      position: relative;
      top: 0;
      float: right;
      clear: none;
    }
 
    
 
    .quotes {
      padding: 0px 0px;
    }
    .quote-text {
      margin-top: 0;
      padding-bottom: 0px;
    }
    .quote-text h3 {
      width: 300px; 
      font-size: 22px;
     
    }
    .quote-text h6 {
      display: block;
      position: absolute;
      text-align: left;
      top: 0px;
      margin: 0px;
      margin-top: 5px;
      margin-left: 5px;
      padding: 0px;
      width: 300px; 
      font-size: 12px;
      opacity: .6;
  }
    span {
      margin-left: 17px;
    }
    h5 {
      display: block; 
      margin: 0 auto;
      margin-top: 3em;
      width: 100%; 
      height: 50px; 
      text-align: left;
      font-size: 12px;
      font-weight: 300; 
      opacity: .6;
        
    }
    /* make keyframes that tell the start state and the end state of our object */
      @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
      @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
      @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
    .quote-text h3 {
      font-weight: 100;
      opacity:0;  /* make things invisible upon start */
      -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
      -moz-animation:fadeIn ease-in 1;
      animation:fadeIn ease-in 1;
      -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
      -moz-animation-fill-mode:forwards;
      animation-fill-mode:forwards;
      -webkit-animation-duration:1s;
      -moz-animation-duration:1s;
      animation-duration:1s;
    }
    .controls {
      position: fixed;
      width: 100%;
      margin: 0 auto;
      bottom: 0;
      text-align: center;
      line-height: 3;
    }
     .button {
      color: white;
      font-size: 12px;
      font-family: "Source Sans Pro","Helvetica Neue", sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: .1em;
      border: none;
      margin-top: 25px;
      padding: 10px 20px;
      cursor: pointer;
      clear: none;
      background-color: #333;
      padding: 8px 8px;
    }
    }