@charset "utf-8";
/* kfcalvert 2023 */

/*html, body {
  height: 100%;
  margin-bottom: 1px;
  padding: 0;
}*/


@font-face {
    font-family: walkway;
    src: url('fonts/WalkwaySemiBold.woff2') format('woff2'), url('fonts/WalkwaySemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: walkway;
    src: url('fonts/WalkwayBold.woff2') format('woff2'), url('fonts/WalkwayBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: walkwayblack;
    src: url('fonts/WalkwayBlack.woff2') format('woff2'), url('fonts/WalkwayBlack.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: walkwayultra;
    src: url('fonts/WalkwayUltraBold.woff2') format('woff2'), url('fonts/WalkwayUltraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Walkway Oblique Ultra';
    src: url('fonts/WalkwayObliqueUltraBold.woff2') format('woff2'), url('fonts/WalkwayObliqueUltraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Walkway Oblique';
    src: url('fonts/WalkwayObliqueSemiBold.woff2') format('woff2'), url('fonts/WalkwayObliqueSemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Walkway Oblique';
    src: url('fonts/WalkwayOblique.woff2') format('woff2'), url('fonts/WalkwayOblique.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Walkway Oblique';
    src: url('fonts/WalkwayObliqueBlack.woff2') format('woff2'), url('fonts/WalkwayObliqueBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Walkway Oblique';
    src: url('fonts/WalkwayObliqueBold.woff2') format('woff2'), url('fonts/WalkwayObliqueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html, body {
	padding:0;
	margin:0;
}

a {
	color:#444;
	text-decoration:none;
}

a:hover, a:active {
	color:#444;
	text-decoration: underline;
}

a:visited {
	color:#444;
}

* {
    box-sizing: border-box;
}



a:hover img {
	opacity:0.8;
}

img {
	border:0;
}

a img {
	border:0;
}


.style01 {
}

.clearboth {
	display:block;
	clear:both;
}

p, form {
	font-size: 1.2em;
}


.formfield {
	border:none;
	background:#eee;
	width:100%;
	padding: .4em .6em;
}

.formbutton {
	font-size:1.3em;
	letter-spacing:.1em;
	border:none;
	background:#005267;
	width:auto;
	color:#fff;
	padding:.2em .4em;
	margin:2% 0;
}

.formbutton:hover {
	background:#000;
}

.placeholder { 
   font-family:walkway, sans-serif;
   font-size:1em;
   color:#222;
}

::-webkit-input-placeholder {
   font-family:walkway, sans-serif;
   font-size:1em;
   color:#222;
}

:-moz-placeholder { /* Firefox 18- */
   font-family:walkway, sans-serif;
   font-size:1em;
   color:#222;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family:walkway, sans-serif;
   font-size:1em;
   color:#222;
}

:-ms-input-placeholder {
   font-family:walkway, sans-serif;
   font-size:1em;
   color:#222;
}

.vertalign {
	position: relative;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Mobile Layout: 480px and below. */

body {
	font-family:walkway, sans-serif;
	color:#000;
	background: #fff;
	font-size: calc(14px + (24 - 16) * ((100vw - 400px) / (2000 - 400)));
}

.gridContainer {
}

.break-mob {
	display:inline;
}

#LayoutDiv1 {
	font-size:1.5rem;
	width:100%;
	margin:0;

}

.showdt {
	display:none;
}

header {
	position: relative;
	width:100%;
	margin: 0 0 1em 0;
	padding: 1em 5%;
	background: #005267;
	color:#fff;
	text-align: left;
	font-size: 1.4em;
	z-index: 9999;
}

.tophome, .tophome:visited {
 	color:#fff;
}

.showmenu {
	position:absolute;
	top:.5em;
	right:5%;
	width:1.8em;
	height:auto;
	z-index:98;
}

.showmenu img {
	width:100%;
}

nav {
	display: none;
	position: absolute;
	left:0;
	top:100%;
	width:100%;
	padding: 1em 0;
	background: #005267;
	font-size: 1em;
}

nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

nav ul li {
	display: block;
	margin: 0 0 1em 0;
}

nav ul li a, nav ul li a:visited {
	color:#fff;
}

nav ul li a:visited {
	color:#fff !important;
	text-decoration: none !important;
}

main {
	width: 90%;
	min-height: 80vh;
	margin: 0 auto;
}

footer {
	margin: 2em 0 4em 0;
	text-align: center;
}

h1 {
	font-family: walkwayblack, sans-serif;
	text-transform:uppercase;
	font-size:2em;
	letter-spacing:.1em;
	font-weight:normal;
	margin:0 0 2% 0;
	padding:0;
	color:#00637c;
}

.img30 {
	width:30%;
	height:auto;
}

.img30c {
	display: block;
	width:30%;
	height:auto;
	margin: 0 auto;
}

.img30l {
	float: left;
	width: 30%;
	margin: 0 2em 1em 0;
}

.home main {
	text-align: center;
	font-size: 1.4em;
}

.inner main a {
	text-decoration: underline;

}

.maestro_temp {
	display: block;
	width: 100%;
	padding: .6em;
	background: #006f8b;
	color: #fff !important;
}

.maestro_temp:hover {
	text-decoration: none;
}
.maestro_col1 {

}

.maestro_col1 img {
	display: block;
	width: 60%;
	margin: 0 auto;
}

.maestro_col2 {
	/*font-size: .8em;*/
}

.balladeer_img {
	width: 70%;
	margin:0;
	border: 4px solid #000;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {

}
#LayoutDiv1 {
	
}
}

/* Desktop Layout: 769px and up.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

body {
	
}

.gridContainer {
	padding:0;
	margin:0;
	width:100%;
		height:100%;
}

#LayoutDiv1 {
font-size:1em;
	padding:0;
	margin:0;
	width:100%;
}


.showmob, .showmenu {
	display:none;
}

.break-mob, .showdt {
	display:inline;
}

.imgfull img {
	width:100%;
	height:100%;
}

header {
	padding: 0;
	margin: 0 0 2em 0;
	font-size: 1em;
	
}

nav {
	display: block;
	position: relative;
	top:auto;
	left: auto;
}

nav ul {
	margin:0;
	padding:0;
}

nav ul li {
	display: inline-block;
	margin: 0 1.6em;
	padding: 0;
	letter-spacing: .05em;
}

h1 {

}

p {

}

.home main {
	text-align: center;
	font-size: 1em;
}


.maestro_temp {
	display: flex;
	width: 40%;
	margin: 0 auto;
	padding: 0 .4em;
	background: #006f8b;
}

.maestro_temp:hover {
	text-decoration: none;
}
.maestro_col1 {
	width:40%;
	padding: 1em 0;
}

.maestro_col1 img {
	display: block;
	position: relative;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.maestro_col2 {
	width:60%;
	color:#fff;
	font-size: 1em;
}

.balladeer_img {
	width: 20%;
	margin:0;
	border: 4px solid #000;
}


}

