

body {
	background-image: url("../img/table-top-2.jpg");
	background-repeat: no-repeat;
    text-align: center;


    height: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}

img {
	margin: 20px
	} 


div {float: right;}


@keyframes example {
    0%   {background-color: orange;}
    25%  {background-color: white;}
    50%  {background-color: orange;}
    100% {background-color: white;}

}


h2 {
	font-size: 20pt;
	font-family: optima-medium;
	color: #330066;
    width: 150px;
    height: 100px;
    background-color: orange;
    animation-name: example;
    animation-duration: 2s;
}




div {
    width: 60px;
    height: 60px;
    background: orange;
    -webkit-transition: width 2s; 
    transition: width 3s;
}

div:hover {
    height: 55px;
    width: 55px;

}



 h2:hover {
    background-color: yellow;
    -ms-transform: rotate(7deg); 
    -webkit-transform: rotate(7deg); 
    transform: rotate(7deg);
}



div {
    width: 100px;
    border: 0px 
    padding: 25px;
    margin: 10px;
}
   

li {
	font-size: 14pt;
	color: white;
	font-family: optima demi;
}


h1 { 
      font-size: 40pt;
      color: black;
      font-family: osaka-sans serif;

  }



h3 {
	font-size: 9pt;
	font-family: optima-medium; 
}
  