@charset "UTF-8";


.bg {
  /* The image used */
  background-image: url("images/back.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: fill;
}

.whiteback {
    background-color: rgba(255,255,255,0.61);
}

.buttontext {font-size: 80%;}
.h-scroller {overflow: hidden;}

.headercolumn {
    background-color: rgba(237,237,237,1.00);
    color: rgba(44,72,95,1.00);
    padding-top: 2px;
    padding-bottom: 2px;
    text-transform: uppercase;
}

.blacktext {
    color: rgba(0,0,0,1.00);
}


.small {
    color: rgba(0,0,0,1.00);
    font-size: 1rem;
    line-height: 1.2rem!important;
}

.greentext {color:#d2d759;
font-family: 'League Gothic-Regular';
font-size: 200%;
font-weight: lighter!important;}

.textspecial {font-size: 200%;
	font-family: 'League Gothic-Regular';
font-weight: lighter!important;}


.header {font-size: 120%;
	font-family: 'League Gothic-Regular';
font-weight: lighter!important;}



.headspecial {font-size: 160%;
	font-family: 'League Gothic-Regular';
font-weight: lighter!important;}

.bluetext {
    color: rgba(57,90,114,1.00);	
}

tr:hover {
    background-color: #EFF6A1;
        }

@font-face {
font-family: 'League Gothic';
font-style: normal;
font-weight: normal;
src: local('League Gothic'), url('fonts/League_Gothic.woff') format('woff');
}


@font-face {
font-family: 'League Gothic-Regular';
font-style: normal;
font-weight: normal;
src: local('League Gothic-Regular'), url('fonts/LeagueGothic-Regular.woff') format('woff');
}


@font-face {
font-family: 'League Gothic-Condensed Regular';
font-style: normal;
font-weight: normal;
src: local('League Gothic-Condensed Regular'), url('fonts/LeagueGothic-CondensedRegular.woff') format('woff');
}


@font-face {
font-family: 'League Gothic-Italic';
font-style: normal;
font-weight: normal;
src: local('League Gothic-Italic'), url('fonts/LeagueGothic-Italic.woff') format('woff');
}


@font-face {
font-family: 'League Gothic-Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('League Gothic-Condensed Italic'), url('fonts/LeagueGothic-CondensedItalic.woff') format('woff');
}

@media only screen and (max-width: 600px) {
  .animals {
    max-height: 200px;
	  margin-top: -40px;
  }
}
