<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #Media Queries
================================================== */

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 960px) and (max-width: 1399px) {

#banner .container { 
	min-width: 100%;
}

  }


@media only screen and (min-width: 959px) {

header {
}

.skiptonav, #menu {
	display: none;
}

	}


  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {

header {
}

.skiptonav, #menu {
	display: none;
}

#banner .container { 
	min-width: 100%;
}

  }

  /* All Mobile Sizes (devices and browser) */
   @media only screen and (min-width: 480px) and (max-width: 768px) {
   
#banner .container, #freeStyle img {
	min-width: 100%;
}

#bttmHeader {
	height: 100px;
}

#extraContainer6 #socialIcons, #extraContainer5 #socialIcons {
	float: none;
	position: relative;
	text-align: center;
}

.skiptonav {
	padding: 3px 0 0 0;
}

nav {
	display: none;
}

.circle p {
    bottom:40px;
}

.skiptonav, #menu {
	display:block;
	margin: 0;
}

  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
  
  #banner .container, #freeStyle img {
	min-width: 100%;
}

#bttmHeader {
	height: 100px;
}

#extraContainer6 #socialIcons, #extraContainer5 #socialIcons {
	float: none;
	position: relative;
	text-align: center;
}

nav {
	display: none;
}

.skiptonav, #menu {
	display:block;
	margin: 0;
}

#socialIcons {
	float: none;
	position: relative;
	text-align: center;
	padding: 10px 0;
}

a#logo {
	height: 50%;
	width: 50%;
}

.slide h1#title {
	top: 48%;
}

.circle p {
    bottom:40px;
}

footer #left {
	clear: both;
}

  }
  
  @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {.slide h1#title, .slide h2#slogan, a#logo {
	display: none;}
</pre></body></html>