@font-face { font-family: "Galliard BT"; src: url('fonts/GALIRDN.TTF'); } 
@font-face { font-family: "Open Sans Light"; src: url('fonts/OpenSans-Light.ttf'); } 

body,html	{
	background-color: #008089;
	background-image: url("images/light-wool.png");
	margin: 0 !important;
	padding: 0 !important;
	margin-top: 0px;
    margin-bottom: 100px;
    margin-right: 0px;
    margin-left: 0px;
   	}

.header    {
	opacity: 1; 
	fill: #FFFFFF; 
	fill-opacity: 1; 
	}

.headertextjanna     {
	font-style: normal; 
	font-variant-ligatures: normal; 
	font-variant-caps: normal; 
	font-weight: normal; 
	font-stretch: normal; 
	font-size: 110.9px; 
	line-height: 125%; 
	font-family: Galliard BT; 
	text-align: center; 
	letter-spacing: 0px; 
	word-spacing: 0px; 
	text-anchor: middle; 
	fill: #FF005B; 
	fill-opacity: 1; 
	stroke: none; 
	stroke-width: 1px; 
	stroke-linecap: butt; 
	stroke-linejoin: miter; 
	stroke-opacity: 1;
	}

.headertextpolzin     {
	font-style: normal; 
	font-variant-ligatures: normal; 
	font-variant-caps: normal; 
	font-weight: normal; 
	font-stretch: normal; 
	font-size: 97.1px; 
	line-height: 125%; 
	font-family: Galliard BT; 
	text-align: center; 
	letter-spacing: 0px; 
	word-spacing: 0px; 
	text-anchor: middle; 
	fill: #FF005B; 
	fill-opacity: 1; 
	stroke: none; 
	stroke-width: 1px; 
	stroke-linecap: butt; 
	stroke-linejoin: miter; 
	stroke-opacity: 1;
	}

.activebuttonrect   {
	fill: #008089;
	}

.activebuttontext   {
	font-size: 30px; 
	font-family: Open Sans Light; 
	fill: #FFFFFF; 
	text-transform: lowercase; 
	font-weight: 400; 
	}
	
.inactivebuttonrect   {
	fill: #E0E0E0;
	}

.inactivebuttontext   {
	font-size: 30px; 
	font-family: Open Sans Light; 
	fill: #000000; 
	text-transform: lowercase;
	font-weight: 400; 
	}
	
	
.main    {
	height: 100%;
    width: 86%;
    background-color: #FFFFFF;
	font-family: Open Sans Light;
	color: #000000;
	font-size: 1.5em;
	margin-left: 4%;
	padding: 3% 3% 3% 3%;
	overflow: auto;
	}
	
.pitch	{
    background-color: #E0E0E0;
	font-family: Open Sans Light;
	color: #000000;
	font-size: 1em;
	margin: 1%;
	padding: 3% 3% 3% 3%;
	overflow: auto;
	border-radius: 40px;
	text-align: center;
	}

.highlight   {
	color: #FF005B;
	font-size: 2em;
	font-family: Open Sans Light; 
	}

.clienthighlight   {
	color: #FF005B;
	font-size: 1.5em;
	font-family: Open Sans Light; 
	}

a:link, a:visited, a:active	
    { color: #008089; 
      text-decoration: none;
      font-weight: 600;
      }


.email {font-size: 1.5em}

.videotable     {
	text-align: center;
	}
	
.quotes     {
	color: #FF005B;
	font-size: 1.3em;
	font-style: italic;
	}
	
.clientlist   {
	text-align: center;
	margin: 3%;
	}
		
.playvideo {
	position: relative;
	display: inline-block;}

.playvideo a {
   position: absolute;
   display: block;
   background: url(images/playButton.png);
   width: 320px;
   height: 180px;
   top: 0px;
   left: 0px;
	}	

.backtotop  {
	display: inline-block;
	text-align: center;
	width: 100%;
	}

.footer { 
    display: block;
    font-family: Open Sans Light;
    color: #FFFFFF; 
    float: bottom;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
	}
	
.download  {
   position: absolute;
   right: 0;
   bottom:0;
	}	
	
.demotitle  {
   position: relative;
	}	
	

