@charset "UTF-8";
/* Fonts */

@font-face {
  font-family: 'CarHopSans-Regular';
  src: url('/fonts/carhopsans2024-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'CarHopSans-RegularItalic';
  src: url('/fonts/carhopsans2024-regularitalic.woff2') format('woff2');
}
@font-face {
  font-family: 'CarHopSans-Bold';
  src: url('/fonts/carhopsans2024-bold.woff2') format('woff2');
}
@font-face {
  font-family: 'CarHopSans-Black';
  src: url('/fonts/carhopsans2024-black.woff2') format('woff2');
}
@font-face {
  font-family: 'CarHopSans-BlackItalic';
  src: url('/fonts/carhopsans2024-blackitalic.woff2') format('woff2');
}

@supports (-webkit-hyphens: none) and (font: -apple-system-body) {
  h1 {
    -webkit-font-smoothing: antialiased;
	font-synthesis-weight: none;  /* prevent Safari from synthesizing extra boldness */  
	font-weight: 900;         /* important */
  	font-style: normal;
  }
}

/* Body */
body {
	font-family: CarHopSans-Regular, sans-serif;
    /*font-family: brother-1816, sans-serif;
	font-weight: 500;
    font-style: normal;*/
	font-feature-settings: "calt" 0, "salt" 0, "swsh" 0;
    color: #285780;
	background-color: #6BCEE6;
    /*background-color:#D4EEF8; Lighter Blue for contrast*/
	margin: 0;
}

a {
	color: #285780;
}

.logo {
    position: relative;
    width: 100%;
    height: 180px;
    background-image: url("../images/SonicWackyPack_Logo-H_2025.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 18px;
    padding-top:12px;
    color:#6BCEE6;
    text-align:right;
}

.sticky_logo {
    position: fixed;
	top: 20px;
    width: 100%;
    height: 180px;
    background-image: url("../images/SonicWackyPack_Logo-H_2025.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	background-color: #6BCEE6;
    font-size: 18px;
    padding-top:12px;
    color:#6BCEE6;
    text-align:right;
	transition: 0.5s all ease-in-out;
}

.downscroller {
	position: relative;
	top: 240px;
	z-index: 1;
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.btn {
    font-family: CarHopSans-Black, sans-serif;
    font-style: normal;
    font-size: 1.5em;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
	text-transform: uppercase;	
    padding: 16px 40px 10px 40px;
    margin: 20px;
    display: inline-block;
    background-color: #285780;
    border-radius: 40px;
}

.more_btn {
    font-family: CarHopSans-Black, sans-serif;
    font-style: normal;
    font-size: 1.5em;
    color: #FC4237;
    text-decoration: none;
    text-align: center;
	text-transform: uppercase;
    padding: 30px 40px 20px 40px;
    margin: 20px;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 40px;
}

.red_btn {
    font-family: CarHopSans-Black, sans-serif;
	/*font-feature-settings: "salt" 1;	*/
    font-style: normal;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
	text-transform: uppercase;
    padding: 16px 40px 10px 40px;
    margin: 20px;
    display: inline-block;
    background-color: #EA0D44;
    border-radius: 40px;
}

/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Header */
header {
	width: 100%;
	height: 120px;
    margin: auto 0;
	position: fixed;
	top: 0px;
	z-index: 99;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}

/* Type */

h1 {
    font-size: 1.8em;
    font-family: CarHopSans-Black, sans-serif;
    /*font-feature-settings: "salt";*/
    -moz-font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt"; 
	font-feature-settings: "calt" 0, "salt" 0, "swsh" 0, "kern" 1;
	text-transform: uppercase;
    color: #285780;
    line-height: 115%;
}

h3 {
    font-family: CarHopSans-BlackItalic, sans-serif;
    font-weight: 800;
    font-style: italic;
    color: #285780;
}

h4 {
    font-size: 1.4em;
    font-family: CarHopSans-Black, sans-serif;
	font-feature-settings: "calt" 1, "salt" 0, "swsh" 0;
    font-weight: 800;
    font-style: normal;
    color: #FFFFFF;
}

p {
    color: #285780;
    font-family: CarHopSans-Regular, sans-serif;
	font-feature-settings: "calt" 0, "salt" 0, "swsh" 0;
    /*font-family: brother-1816, sans-serif;
	font-weight: 400;
    font-style: normal;*/
    font-size: 1.3em;
    text-align: left;
    line-height: 140%;
}

sup {
    font-size: 50%;
}

/* Downloads Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery_container {
    width: 85%;
    background-color: #EA0D44;
	margin-left: auto;
	margin-right: auto;
}
.gallery {
	display: inline-block;
    clear: both;
	width: 100%;
	background-color: #EA0D44;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
	/* [disabled]min-width: 400px;*/    
}
.thumbnail {
    width:23%;
	text-align: center;
    margin: 0 auto;
    float: left;
	margin-top: 35px;
	margin-left: 1%;
	margin-right: 1%;
    padding-bottom: 20px;
    padding-top: 20px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	text-align: center;
	padding-left: 20px;
}

/* Archive Section */
.archive_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.archive_container {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
    padding-top: 20px;
}
.archive {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.archive_thumbnail {
	width: 31%;
	text-align: center;
    margin: 0 auto;
    float: left;
	margin-top: 35px;
	margin-left: 1%;
	margin-right: 1%;
    padding-bottom: 20px;
    padding-top: 20px;
}
.archive_thumbnail_center {
	width: 31%;
	text-align: center;
    margin: 0 auto;
    float: left;
	margin-top: 35px;
	margin-left: 1%;
	margin-right: 1%;
    padding-bottom: 20px;
    padding-top: 20px;
}
.archive_thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.archive_thumbnail p {
	margin: 0;
	text-align: center;
	padding-left: 20px;
}

/* Coming Soon Section */

.comingsoon_container {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
    padding-top: 20px;
}

.comingsoon img {
    max-width: 800px;
    height: auto;
    width: 95%;
}

/* All-Ages Section */

.allage_container {
	background-color: #E6F6F6;
	margin-left: auto;
	margin-right: auto;
    padding: 20px 0px;
}

.allage img {
    max-width: 800px;
    height: auto;
    width: 95%;
}

/* Wacky Pack Section */

.wp_container {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
    padding: 20px 0px;
}

.wp img {
    max-width: 800px;
    height: auto;
    width: 95%;
}

/* Video Section */

.video {
    width: 100%;
    height: auto;
    margin-top:80px;
}

.video_frame {
	width: 100%;
    height: auto;
    margin-top: 260px;
}

.video_caption {
    margin: 20px 15%;
}

/* Shark Week Section */

.sharkweek_container {
    background-image: url("../images/SharkWeek-BG.jpg");
    background-position: top;
    background-repeat: repeat-x;
    background-color: #285780;
	margin-left: auto;
	margin-right: auto;
}
.sharkweek {
	clear: both;
	display: inline-block;
	width: 100%;
    min-width: 400px;
    text-align:center;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.sharkweek_thumbnail {
	width: 31%;
	text-align: center;
    margin: 0 auto;
    float: left;
	margin-left: 1%;
	margin-right: 1%;
    padding-bottom: 20px;
    padding-top: 20px;
}


/* More info */
.intro {
	/*padding-bottom: 35px;*/
    width: 100%;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.intro .column h1 {
	color: #285780;
	text-align: right;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #285780;
    line-height: 160%;
    position: relative;
    top: 70px;
}
.cards {
	width: 98%;
	height: auto;
	max-width: 523px;
	max-height: 600px;
}

.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	width: 55%;
	margin-top: 4%;
    font-family: CarHopSans-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 160%;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
.disclaimer {
    background-color: #285780;
    width: 100%;
    padding: 10px;
    color: #FFFFFF;
    font-size: 1.2em;
    font-family: CarHopSans-RegularItalic, sans-serif;
    text-align: center;
	text-transform: uppercase;
	position: fixed;
	top: 0px;
	z-index: 98;
}
.disclaimer_alt {
    width: 100%;
    color: #285780;
    font-size: 1.2em;
    font-family: CarHopSans-RegularItalic, sans-serif;
	font-feature-settings: "calt" 0, "salt" 0, "swsh" 0;	
    font-weight: 800;
    font-style: italic;
    text-align: center;
}
.copyright {
	padding-top: 20px;
	padding-bottom: 20px;
    background-color: #285780;
	border-top-width: 2px;
    text-align: center;
}
.copyright a {
    color: #FFFFFF;
    text-decoration: none;
	letter-spacing: 2px;
    font-family: CarHopSans-Regular, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.food {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
    background-color: #FFFFFF;
	color: #285780;
    text-decoration: none;
	border-top-width: 2px;
    font-family: CarHopSans-Regular, sans-serif;
    font-weight: 800;
    font-style: normal;
}

footer {
	background-color: #EA0D44;
	padding-top: 60px;
	/*padding-bottom: 60px;*/
}
.intro {
	display: inline-block;
}
.profile {
	width: 50%;
    margin-top: 18px;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}


/* Modal */
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #FFFFFF;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(230,246,246,1) 100%, rgba(0,212,255,1) 100%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5)  ; 
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5)  ; 
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5)  ; 
  border-radius: 25px;
  margin: auto;
  padding: 40px;
  width: 75%;
}

.close {
  color: #FFFFFF;
  font-weight: 800;
}

.close:hover,
.close:focus {
	cursor: pointer;
} 

.close2 {
  color: #285780;
  float: right;
  font-size: 48px;
  font-family: CarHopSans-Black, sans-serif;
  font-weight: 800;
  z-index: 99;
}

.close2:hover,
.close2:focus {
  color: #6BCEE6;
  text-decoration: none;
  cursor: pointer;
}


/* Content Loader */

.flex {
	clear: both;
	width: 100%;
	background-color: #EA0D44;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
	/* [disabled]min-width: 400px;display: inline-block;*/    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.content {
    width:23%;
	text-align: center;
    margin: 0 auto;
    float: left;
	margin-top: 35px;
	margin-left: 1%;
	margin-right: 1%;
    padding-bottom: 20px;
    padding-top: 20px;
    display: none;
}

#loadMore {
    font-family: CarHopSans-Black, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 1.5em;
    color: #EA0D44;
    text-decoration: none;
    text-align: center;
    padding: 24px 40px 20px 40px;
    margin: 20px;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 40px;
}
#loadMore:hover {
    font-family: CarHopSans-Black, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 1.5em;
    color: #EA0D44;
    text-decoration: none;
    text-align: center;
    padding: 24px 40px 20px 40px;
    margin: 20px;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 40px;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}


/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    font-size:8px;
}
.sticky_logo {
	width: 100%;
	text-align: center;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    font-size:8px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column h1 {
	color: #285780;
	text-align: center;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
    text-align: center;
    top: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.content {
	width: 100%;
}
.archive_thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
    background-image: url("../images/SonicWackyPack_Logo-H_2025.png");
    width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    font-size:8px;
    text-align:right;
}
.sticky_logo {
    background-image: url("../images/SonicWackyPack_Logo_2025.png");
    width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    font-size:8px;
    text-align:right;
}
.downscroller {
	top:252px;
	scale: 80%;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.archive_thumbnail {
	width: 100%;
}
.content {
    width:100%;
}
.column {
	width: 100%;
	margin-top: 0px;
    text-align: center;
}
.thumbnail {
	width: 100%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
    top: 0px;
}
.intro .column h1 {
	color: #285780;
	text-align: center;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.archive_thumbnail {
	width: 48%;
}
.content {
    width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
    top: 0px;
}
.intro .column h1 {
	color: #285780;
	text-align: center;
}
}
