body {
margin:0;
font-family:"Trebuchet MS";
color: #548235;
font-size: 1.25em;
font-variant: small-caps;
font-weight: bold;
background-color: white;
}

/* Responsive Two Columns */

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */

.column_1 {
  float: left;
  width: 33%;
  padding: 1%;
}

.column_2 {
  float: left;
  width: 67%;
  padding: 1%;
}

/* Clear floats after the columns */

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 650px) {
  
.column_1 {
  width: 100%;
}
  
.column_2 {
  width: 100%;
} 
}

sup { 
  vertical-align: super;
  font-size: 0.4375em;
  line-height: 0;
}

.space_box {
  margin-left: 2em;
}

span.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}

/* unvisited link */
a:link {
  color: #595959;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #595959;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #548235;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #595959;
  text-decoration: none;
}

.header {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 98%;
  background-color: white;
  color: #548235;
  text-align: left;
}

.footer {
  position: float;
  left: 0em;
  bottom: 0;
  width: 100%;
  margin-left: -2em;
  background-color: white;
  color: #548235;
  text-align: right;
}

/*Rotating Text*/

.Iam { /*is the box*/
  padding: 0em 0em;
  font-size: 38px; /*controls the font size*/
  line-height: 50px; /*controls the line-height*/
  color: #999;
}

.Iam p { /*don't know what this does */
  height: 50px;
  float: left;
  margin-right: 0.3em;
}

.Iam b {
  float: left;
  overflow: hidden;
  position: relative;
  height: 50px; /*controls how big the box is*/
  top: 50%; /*controls the vertical position of the box*/
}

.Iam .innerIam { /* this is the box text*/
  display: inline-block;
  background: linear-gradient(to right, #595959 0%, #566D47 25%, #548235 100%); /*Jack adder for color*/
  -webkit-background-clip: text; /*Jack adder for color*/
  -webkit-text-fill-color: transparent; /*Jack adder for color*/
  opacity: 1; /*Jack adder for color*/
  letter-spacing: 2px; /*Jack adder*/
  position: relative;
  white-space: normal;
  top: 0px; /*shifts the vertical starting position of the text in the box*/
  left: 0px; /*shifts the horizontal starting position of the text in the box*/


/*animation*/
-webkit-animation:move 48s;
   -moz-animation:move 48s;
    -ms-animation:move 48s;
     -o-animation:move 48s;
        animation:move 48s;

/*animation-iteration-count*/
-webkit-animation-iteration-count:infinite;
   -moz-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
     -o-animation-iteration-count:infinite;
        animation-iteration-count:infinite;

/*animation-delay*/
-webkit-animation-delay:2s;
   -moz-animation-delay:2s;
    -ms-animation-delay:2s;
     -o-animation-delay:2s;
        animation-delay:2s;
}

@keyframes move{
0%  { top: 0px; }
6.25% { top: -50px; }
12.5% { top: -100px; }
18.75% { top: -150px; }
25% { top: -200px; }
31.25% { top: -250px; }
37.5% { top: -300px; }
43.75% { top: -350px; }
50% { top: -400px; }
56.25% { top: -450px; }
62.5% { top: -500px; }
68.75% { top: -550px; }
75% { top: -600px; }
81.25% { top: -650px; }
87.5% { top: -700px; }
93.75% { top: -750px; }
}

@keyframes move{
0%  { top: 0px; }
6.25% { top: -50px; }
12.5% { top: -100px; }
18.75% { top: -150px; }
25% { top: -200px; }
31.25% { top: -250px; }
37.5% { top: -300px; }
43.75% { top: -350px; }
50% { top: -400px; }
56.25% { top: -450px; }
62.5% { top: -500px; }
68.75% { top: -550px; }
75% { top: -600px; }
81.25% { top: -650px; }
87.5% { top: -700px; }
93.75% { top: -750px; }
}

@keyframes move{
0%  { top: 0px; }
6.25% { top: -50px; }
12.5% { top: -100px; }
18.75% { top: -150px; }
25% { top: -200px; }
31.25% { top: -250px; }
37.5% { top: -300px; }
43.75% { top: -350px; }
50% { top: -400px; }
56.25% { top: -450px; }
62.5% { top: -500px; }
68.75% { top: -550px; }
75% { top: -600px; }
81.25% { top: -650px; }
87.5% { top: -700px; }
93.75% { top: -750px; }
}

@keyframes move{
0%  { top: 0px; }
6.25% { top: -50px; }
12.5% { top: -100px; }
18.75% { top: -150px; }
25% { top: -200px; }
31.25% { top: -250px; }
37.5% { top: -300px; }
43.75% { top: -350px; }
50% { top: -400px; }
56.25% { top: -450px; }
62.5% { top: -500px; }
68.75% { top: -550px; }
75% { top: -600px; }
81.25% { top: -650px; }
87.5% { top: -700px; }
93.75% { top: -750px; }
}

@keyframes move{
0%  { top: 0px; }
6.25% { top: -50px; }
12.5% { top: -100px; }
18.75% { top: -150px; }
25% { top: -200px; }
31.25% { top: -250px; }
37.5% { top: -300px; }
43.75% { top: -350px; }
50% { top: -400px; }
56.25% { top: -450px; }
62.5% { top: -500px; }
68.75% { top: -550px; }
75% { top: -600px; }
81.25% { top: -650px; }
87.5% { top: -700px; }
93.75% { top: -750px; }
}




/*
Moneyball for the Machine Tool MarketTM
Computer-Aided Data / Computer-Aided MarketsTM
Big Data CutsTM
Less Chatter, Better FinishTM
Bore Into Your DataTM
Measure Twice, Cut OnceTM
Stress Relief for Your DataTM
Hone Your DataTM
The Right Data Tools for the JobTM
Lap the Machine Tool MarketTM
Blueprints for the Machine Tool MarketTM
Don’t Mill Around Your DataTM
Drill Into Your DataTM
Less Backlash from Your DataTM
Don’t Let Your Data ChatterTM
Steady So You Can Rest DataTM
Data To Keep You On CenterTM
*/