/*
font-family: 'Catseye W00 Medium';
font-family: 'CatseyeW05-Bold';
*/

body {
 background-color: #30b0e6;
}

#blueBody{
  background-image: url("../img/bg/stars_pattern.svg");
  background-repeat: repeat;
  background-size: auto;	
}

html {
  scroll-behavior: smooth; 
}

section {
  scroll-margin-top: 100px;	
}

a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
}

@keyframes float2 {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}

.heroSmol{
	height: 150px;
	margin-bottom: 15px;
}

.heroFern{
	background-image: url("../img/main/fw_fern.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	animation: float2 5s ease-in-out infinite;
}

/*-------LEGAL PAGES-----------*/
.h2, h2 {
  font-family: 'Mouse Memoirs', sans-serif;
  font-size: 56px;
  color: #FFF;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 15px;	
}


.h6, h6 {
  font-family: 'Raleway' !important;
  font-weight: 600;	
  color: #FFFFFF;
  font-size: 24px;
  display: inline-block;
  text-align: left !important;    
}

#legalMain{

    align-content: center;
    padding: 24px 0;
}

.extraBox {
  padding: 25px;
  margin: 50px 0 20px 0;
}

.h3, h3 {
  font-family: 'Lato';
  color: #FFFFFF;
  font-size: 14px;
  display: inline-block;
  text-align: left;    
}

@media (min-width: 576px){
.h3, h3 {
  font-size: 16px;
}
}

@media (min-width: 768px){
.h3, h3 {
  font-size: 18px;
}
}

@media (min-width: 992px){
.h3, h3 {
  font-size: 18px;
}
}

.downIcon {
  background-image: url("../../assets/img/downloads/pdf_icon.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 2em;
  width: 2em;
  display: inline;
  vertical-align: bottom;
  padding: 0 25px;	
}	
	
/*----------MSIC PAGE--------*/
.altMode{} 
.altSpace{}

#miscPage{
align-content: center;
}


.miscHolder {
  height: 190px;
  margin: 24px 0 20px 0;    
}

@media (min-width: 576px){
 .miscHolder {
  height: 220px;
}
}

@media (min-width: 768px){
 .miscHolder {
  height: 300px;
}
}

.miaImg {
  background-image: url("../../assets/img/misc/404.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
	
.pagePad{
	padding: 25px;
}	
