@charset "UTF-8";
/* CSS Document */

body {
/* 1. Remove default browser spacing */
  margin: 0;
  padding: 0;

  /* 2. Set clean typography and accessible font scale */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 1rem;       /* Equal to 16px default browser text size */
  line-height: 1.5;      /* Improves readability with comfortable spacing between lines */
  
  /* 3. Establish base contrast colors */
  background-color: #ffffff;
  color: #212121;        /* Off-black is softer on the eyes than pure black (#000000) */
  
  /* 4. Text smoothing for modern browsers */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 1200px;    /* Caps the maximum content container width */
  margin: 0 auto;       /* Centers the page layout horizontally on the screen */
}

/* HEADER */

header {
	max-width:100%;

}

#header {
	z-index:1;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
    margin-right: auto;
	margin-left: auto;
}


.headname {
	z-index:3;
	padding: 0;
    font-size: 50px;
	text-align: center;
}

@media (min-width: 0px) and (max-width: 750px) {	
.headname{	
font-size: 35px;
}
}

.myname {
	z-index:3;
	padding: 0;
    font-size: 25px;
	text-align: center;
}

@media (min-width: 0px) and (max-width: 750px) {	
.myname{	
font-size: 20px;
}
}


/* NAVIGATION */

#nav {
	max-width:100%;
	z-index:5;
	background-color: #333;
}
.nav {
	width:550px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}
@media (min-width: 0px) and (max-width: 750px) {	
#nav{	
display:none;
}
}

@media (min-width: 750px)  {

#navb{	
display:none;
}
}


/* BANNER WIDTH ADJUSTMENT */

@media (min-width: 800px) {

    .indexbanner {
        width: 800px;
        margin: auto;
    }
}

/* SECTIONS */

section-hero {
	max-width:100%;
	z-index:1;


	
}
section-main {
	max-width:100%;
	z-index:1;


	
}
section-secondary {
	max-width:100%;
	z-index:1;


	
}

section-nav {
	width:100%;
	z-index:1;
    display: inline-block;


	
}

#indcontent {
    width:100%;
	z-index:6;
    margin-right: auto;
	margin-left: auto;
    background-color: chartreuse;
}
.hero-main {
    font-size: 40px;
}
@media (min-width: 0px) and (max-width: 750px) {	
.hero-main{	
font-size: 25px;
}
}

#content {
    display: block;
    max-width: 70%;
	z-index:6;
	margin: 0 auto;
	padding-right: 0px;
	padding-left: 0px;
    padding-top: 50px;
	padding-bottom: 10px;
    font-size: 16px;
	color: #444;
}
#content-pano {
    display: block;
    max-width: 100%;
	z-index:6;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
    padding-top: 50px;
	padding-bottom: 50px;
    font-size: 16px;
	color: #444;
}
.content-pano {
 
    max-width: 100%;

	padding-right: 25px;
	padding-left: 25px;
   
}
#content-video {
    max-width: 600px;
	z-index:6;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
    padding-top: 50px;
	padding-bottom: 0px;
    font-size: 16px;
	color: #444;
}


/* NAV ICON SECTION */

.squarenav {
    width: 100px;
    z-index: 10;
    margin: 0;
    display: inline-block;
}

@media (min-width: 0px) and (max-width: 750px) {	
.squarenav{	
width: 65px;
}
}


/* FOOTER SECTION */


footer{
max-width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}



/* PAGE TITLE */

#title {
    max-width: 750px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	margin-bottom: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	background-color: #044C78;
}
.titleradius {
-moz-border-radius: 10px;
	border-radius: 10px;
}



/* SIZING */


.size30 {
	font-size: 30px;
}
.size40 {
	font-size: 40px;
}
.size35 {
	font-size: 35px;
}
.size30 {
	font-size: 30px;
}
.size28 {
	font-size: 28px;
}
.size27 {
	font-size: 27px;
}
.size25 {
	font-size: 25px;
}
.size22 {
	font-size: 22px;
}
.size20 {
	font-size: 20px;
}
.size19 {
	font-size: 19px;
}
.size18 {
	font-size: 18px;
}
.size16 {
	font-size: 16px;
}
.size15 {
	font-size: 15px;
}
.size14 {
	font-size: 14px;
}
.size12 {
	font-size: 12px;
}
.size10 {
	font-size: 10px;
}

/* QUERY SIZES */



.textcon30 {
	font-size: 30px;
}

@media (min-width: 0px) and (max-width: 750px) {	
.textcon30{	
font-size: 20px;
}
}


/* LINK COLOR and HOVER */

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
#content a:link {
	color: #444;
	text-decoration: none;
}
#content a:visited {
	color: #444;
	text-decoration: none;
}
#content a:hover {
	color: #026b96;
	text-decoration: none;
}
#content a:active {
	color: #444;
	text-decoration: none;
}
#footer a:link {
	color: #444;
	text-decoration: none;
}
#footer a:visited {
	color: #444;
	text-decoration: none;
}
#footer a:hover {
	color: #026b96;
	text-decoration: none;
}
#footer a:active {
	color: #444;
	text-decoration: none;
}
#info a:hover {
	color: #900;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}


/* HEADER TAGS */

h1 {
	font-weight: normal;
}
h2 {
	font-weight: normal;
}
h3 {
	font-weight: normal;
}
h4 {
	font-weight: normal;
}
h5 {
	font-weight: normal;
}
h6 {
	font-weight: normal;
}


/* FONTS */

@font-face
{
font-family: CenturyGothic;
src: url(fonts/gothic.ttf);

}
@font-face
{
font-family: Gothic;
src: url(fonts/gothic.ttf);

}

/* RADIUS */

.borderradius {
border-radius: 10px 10px 10px 10px;
}


/* SHADOW */

.shadow {
box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

/* ROTATE */

.rotate1 {
	-ms-transform:rotate(1deg); 
    -moz-transform:rotate(1deg);
    -webkit-transform:rotate(1deg);
	-0-transform:rotate(1deg);
	transform:rotate(1deg);
}.rotate2 {
	-ms-transform:rotate(2deg); 
    -moz-transform:rotate(2deg);
    -webkit-transform:rotate(2deg);
	-0-transform:rotate(2deg);
	transform:rotate(2deg);
}
.rotate-2 {
	-ms-transform:rotate(-2deg); 
    -moz-transform:rotate(-2deg);
    -webkit-transform:rotate(-2deg);
	-0-transform:rotate(-2deg);
	transform:rotate(-2deg);
}
.rotate-1 {
	-ms-transform:rotate(-1deg); 
    -moz-transform:rotate(-1deg);
    -webkit-transform:rotate(-1deg);
	-0-transform:rotate(-1deg);
	transform:rotate(-1deg);
}
#contactpic {
	position:absolute;
	width:260px;
	height:235px;
	z-index:2;
	left: 28px;
	top: 169px;
	border: 1px solid #000;
}
.linespace {
	line-height: 20px;
}
.Linespaceclose {
	line-height: 8px;
}
.linespace3 {
	line-height: 30px;
}
.linespace12 {
	line-height: 16px;
}

/* Traditional properties (for maximum browser compatibility) */
.p {
  margin-top: 0;
  margin-bottom: 0;
}

/* STYLING */

.center {
	text-align: center;
}
.mid {
	text-align: center;
}
.hr {
	width: 50%;
}


.imgframe {
	padding: 5px;
	border: 1px solid #000;
	background-image: url(backgrounds/fade40blk.png);
}

.smallcap {
	font-variant: small-caps;
}
.uppercase {
	text-transform: uppercase;
}

.imgflip {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}
.justified {
	text-align: justify;
}

.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.textuppercase {
   text-transform: uppercase;
    
}

table, td, th {
	border: 1px solid #333;
	padding: 18px;

	text-align: center;
}
tr:nth-child(even) {background-color: #e2e2e2;}
tr:nth-child(odd) {background-color: #f4f4f4;}

table {
	width: 100%;
	border-collapse: collapse;
	text-align: right;	
}
.clearfloat {
	float: left;
	clear: none;
}

.img16{
	background-attachment: fixed;
	background-image: url(art/blkwhtstrpesBlur_10op.jpg);
	background-position: center center;
	background-repeat: repeat;
}
.img, a img { 
  display: block;
  max-width: 100%;  
  height: auto; 
  box-sizing: border-box; 
  outline: none;  
  float: none; 
  margin: 0 auto;

  /* Use image-rendering if you want to prevent blurring on scaled images */
    
/*
  image-rendering: -webkit-optimize-contrast; 
  image-rendering: crisp-edges;
*/
}

.card-image {
  width: 100%;
  height: auto;
  
  /* Cuts off edges to cleanly fill the 300px box (no stretching) */
  object-fit: cover; 
  
  /* Focuses the crop on the center-top of the image */
  object-position: center top; 
}

@media (min-width: 0px) and (max-width: 750px) {	
.cardresponive-image{	
width: 80%;
height: auto;
}
}

.hero-image {
  width: 100%;
  /* Automatically calculates height to match a 16:9 widescreen layout */
  aspect-ratio: 16 / 9; 
  object-fit: cover;
}

.modern-profile {
  /* Smooth transitions for hover effects */
  transition: transform 0.3s ease, filter 0.3s ease;
  
  /* Hardware acceleration hint for smoother rendering */
  will-change: transform;
}

/* Micro-interaction on hover */
.modern-profile:hover {
  transform: scale(1.03);
  filter: brightness(1.05);
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#size360 {
width: 250px;
	
    
    
/* RESPONDSIVE IFRAME YOUTUBE */
/* RESPONDSIVE IFRAME YOUTUBE */
/* RESPONDSIVE IFRAME YOUTUBE */
    
    
}

/* IMAGES IN A ROW */
.image-row {
    display: flex;
    /* Aligns children horizontally */
    gap: 9px;
    /* Adds space between the images */
}

.image-row img {
    /* Forces 3 equal-width columns minus gap */
    height: auto;
    /* Maintains the original aspect ratio */
    object-fit: cover;
    /* Prevents images from stretching distorting */
}

/* IMAGES IN A ROW */


/* RESPONDSIVE IFRAME YOUTUBE */

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.ratio-9-6 {
  width: 100%;          /* Scale to container width */
  max-width: 600px;     /* Optional: limit maximum size */
  height: auto;         /* Allow height to calculate automatically */
  aspect-ratio: 9 / 6;  /* Enforce the 9x6 proportional ratio */
  object-fit: cover;    /* Crop and center image without distortion */
}

.youtube {
    position: relative;
    max-width: 100%;
    height: auto; 
    aspect-ratio: 16 / 9;
    /* Modern way to maintain ratio */
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    /* Removes unwanted bottom whitespace */
}

.virtual-iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 225px;
    border: none;
    outline: none;
}

@media (max-width: 750px) {
    .virtual-iframe {
        height: 315px;
    }

}

.youtubered {
    color: #FF0000;
}


.thumbnail-video {
    width: 250px;
    height: 167px;
}

.inline-video-simple {
    display: inline-block;
    vertical-align: top;
    /* Stops items from misaligning at the baseline */
    width: 50%;
    /* Keeps them small enough to fit on the same line */
    margin-right: 6%;
    /* Creates space between the two frames */
    aspect-ratio: 16 / 9;
}

/* RESPONDSIVE IFRAME YOUTUBE */



/* LIGHTBOX FOR YOUTUBE VIDEO */

/* Dark background overlay */
.lightbox {
  display: none; 
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

/* Box containing video and close button */
.lightbox-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
}

/* Responsive iframe */
.lightbox-content iframe {
  width: 100%;
  height: 100%;
}

/* Close button */
.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}

/* LIGHTBOX FOR YOUTUBE VIDEO */

/* 360 PANO WIDTH & HIEGHT */

.panowh {
    width: 310px;
}

.panowh360 {
    width: 310px;
    height: 200px;
}

.panowhvid {
    width: 320px;
    aspect-ratio: 16 / 9;
}

.panowhvid2 {
    width: 405px;
    aspect-ratio: 16 / 9;
}

.panowhlogo {
    width: 250px;
}


@media (min-width: 0px) and (max-width: 750px) {

    .panowh {
        width: 265px;
    }

    .panowh360 {
        width: 265px;
        height: 170px;
    }

    .panowhvid {
        width: 265px;
    }

    .panowhvid2 {
        width: 500px;
    }

    .panowhlogo {
        width: 200px;
    }

}