/* gradient fallbacks taken from csstricks.com */
body {
  /*background-color: #1D976C;*/

  /* SVG fallback for IE 9 (could be data URI, or could use filter) */
  background-image: url(fallback-gradient.svg);

  /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  background-image: -webkit-gradient(linear, left top, right top, from(#131f33), to(#232526));

  /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
  background-image: -webkit-linear-gradient(left, #131f33, #232526);

  /* Firefox 3.6 - 15 */
  background-image: -moz-linear-gradient(left, #131f33, #232526);

  /* Opera 11.1 - 12 */
  background-image: -o-linear-gradient(left, #131f33, #232526);

  /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(to right, #131f33, #232526);
  margin: 0px;
  overflow: hidden;
}

div{
   width:100%;
   max-width: 3000px;
 min-width: 200px;
 height: 60px;
 overflow: hidden;
 margin: 0 ;
 left: 0;
 right: 0;
 height:100%;
 text-align: center;
}

a{
   color: #fff;
   text-decoration: none;
}
a:hover {
    color: #ff9900;
}


h3{
   font-size: 1.5em;
   font-family: "texgyre-regular", Georgia, serif;
}


@font-face {
    font-family: "texgyre-regular";
    src: url('../fonts/web fonts/texgyrebonum_regular_macroman/texgyrebonum-regular-webfont.woff') format('woff');
}
