
* {box-sizing: border-box}
body {font-family: "Arial"; background-color:#e7e9ec; color:lightgray;margin:1px;}
h2  {
    font-size: 20pt;margin-bottom: -5px;color:black;font-family:'Oswald';
}
h3  {
    font-family: 'EB Garamond';font-size: 18pt;font-weight:normal;color:LightGray;margin-bottom: -10px;margin-top: -5px;
}
mod {color:cornsilk;}
trait {color:PaleGreen;}
flaw {color:lightcoral;}
ability {color:gold;}

.disable-scrollbars::-webkit-scrollbar {
  background: transparent; /* Chrome/Safari/Webkit */
  width: 0px;
}




@media (min-width: 10px) {
.disable-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
  position:absolute;
}
}
@media (min-width: 450px) {
.disable-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
  position:absolute;
}
}
/* Basic Stat Block Styler */

#basicstat {
  border-radius: 25px;
  border: 2px solid cornsilk;
  padding: 10px; 
  margin-left: 25px;
}

.imagecorner {
border-radius: 5%
}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #13284c;
  width: auto;
  height: auto;
  overflow-y:auto;
  border-radius: 5px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: white;
  padding: 6px 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #1c2361;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #080956;
  
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 5px 35px 2px;
  border: 1px solid #ccc;
  max-width: 100%;
  width:auto;
  float: none;
  overflow: hidden;
  height: auto;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 3px;
}

logofont {
font-family: 'Oswald';
font-size: 19px;
font-weight: bold;
}
logofont2 {
font-family: 'Oswald';
font-weight: 200;
font-size: 19px;
letter-spacing: 2px;
}

.video-container {
    height: 130px;
    width: 100%;
    position: relative;
}

.video-container video {
  width: 99%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
color:LightGray;
  font-style: italic;
  z-index: 2;
  position: absolute;
  text-align: center;
  padding: 10px;
  width:100%;
  height:100%;
    background: rgba(3.5, 11.4, 20.8, 0.9);
      background-image: linear-gradient(to right, #091d35, rgba(3.5, 11.4, 20.8, 0));
   
   
}



#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}
#myBtn:hover {
  background: #ddd;
  color: black;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.topbanner{
  font-style: italic;
  color:LightGray;
  font-family:Oswald;
  font-size: 10pt;
  
}

.topbit {
   background-color:#e4ecf2;
   padding-left: 150px;
   padding-right: 2px;
   color:black;
   }
   
   @media (min-width: 10px) {
.marginman {
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 50px;
}
}
@media (min-width: 450px) {
.marginman {
   padding-left: 150px;
   padding-right: 80px;
   padding-top: 10px;
}
}











/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
    .hidewhensmall {
        display: none;
    }
}

@media only screen and (min-width: 551px) {
    .hidewhenbig {
        display: none;
    }
}

@media only screen and (max-width: 550px) {
    .servicewidth {
        width: 100%;
    }
}

@media only screen and (min-width: 551px) {
    .servicewidth {
        width: 65%;
    }
}



@media only screen and (max-width: 550px) {
    .titlewidth {
        padding-left: 150px;
    }
}

@media only screen and (min-width: 551px) {
    .titlewidth {
        padding-left: 10px;
    }
}


@media only screen and (max-width: 850px) {
    .hidecontactsmall {
        display: none;
    }
}
@media only screen and (min-width: 851px) {
    .hidecontactbig {
        display: none;
    }
}



#containergg {
  height:350px; 
  position:relative; 
  overflow:hidden;
}

.photobanner {
  position:absolute; 
  top:0px; 
  left:0px; 
  overflow:hidden; 
  white-space: nowrap;
  animation: bannermove 10s linear infinite;
}

.photobanner img {    
  margin: 0 0.5em 
}

@keyframes bannermove {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(-50%, 0);
  }
}
.zoom {
    
    margin:5px;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;border-radius:10%;padding:5px; background-color:#efefef;
}

.zoom:hover {
  transform: scale(1.1); 
}


.clientouter {
background-color:#091d35;
width: 251px;
height: 251px;
text-align:center;
border-radius:40%;
display:inline-block;
margin: 15px;
vertical-align: middle;
padding-top:3px;
padding-left:3px;
  }
  .clientinner {
background-color:#091d35;
width: 245px;
height: 245px;
text-align:center;
border-radius:40%;
padding-top:15px;
border-style: solid;
border-color:white;
border-width:2px;
}

  .textborder {
background-color:#091d35;
width: 100%;
border-radius:20px;
padding-top:15px;
padding-left:6px;
padding-right:6px;
padding-bottom:10px;
border-style: solid;
border-color:white;
border-width:3px;
}





/* -------------------------------- */
/* main page image transition fader */
/* -------------------------------- */
.fader {
  position: relative;
  width: 100%; /* Adjust as needed */
  height: 600px;
     border-bottom-style: double; border-bottom-width: 20px; border-bottom-color: #091d35;
}

.fader img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  /* Total duration = 9s (3s per image) */
  animation: fadeLoop 21s infinite;
}

/* Staggering the start times */
.fader img:nth-child(1) { animation-delay: 0s; }
.fader img:nth-child(2) { animation-delay: 7s; }
.fader img:nth-child(3) { animation-delay: 14s; }

@keyframes fadeLoop {
  0% { opacity: 0; }
  10% { opacity: 1; }  /* Fade in */
  33% { opacity: 1; }  /* Stay visible for 1/3 of the time */
  43% { opacity: 0; }  /* Fade out */
  100% { opacity: 0; } /* Stay hidden until next loop */
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 67%;
  transform: translate(-50%, -50%); /* Centers the div perfectly */
  z-index: 2; /* Ensures it stays above the images (which default to 1 or lower) */
  
  /* Optional Styling */
  color: white;
  text-align: center;
  background: rgba(9, 29, 53, 0.95); /* Adds a subtle dark tint for readability */
  padding: 20px;
  border-radius: 8px;
    border-style:double;
    border-width:10px;
    width:60%;
}
@media only screen and (max-width: 850px) {
    .overlay-content {
        width: 95%;
        left:50%;
    }
}

.bigboxtitle {
    color:#e5e9ed;font-size: 24pt;
}
.bigboxtext {
    color:#e5e9ed;font-size: 16pt;
}

@media only screen and (max-width: 550px) {
    .bigboxtitle {
font-size: 18pt;
    }
}

@media only screen and (max-width: 550px) {
    .bigboxtext {
font-size: 12pt;
    }
}

.aboutbg{
background-color: #f4f4f9;
opacity: 1;
background: linear-gradient(135deg, #dfdfe655 25%, transparent 25%) -40px 0/ 80px 80px, linear-gradient(225deg, #dfdfe6 25%, transparent 25%) -40px 0/ 80px 80px, linear-gradient(315deg, #dfdfe655 25%, transparent 25%) 0px 0/ 80px 80px, linear-gradient(45deg, #dfdfe6 25%, #f4f4f9 25%) 0px 0/ 80px 80px;
}



.shadowboxing{
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

@media only screen and (min-width: 1191px) {
.flexwhenbig{
 display:flex;   
}
}
.maincontact-title {
    color:white;
    font-size:3em;
    margin-top:1px;
}
@media only screen and (max-width: 667px) {
    .maincontact-title {
    color:white;
    font-size:2em;
    margin-top:1px;
    }
}
.getstartedbuttonsize {
    background-color:#091d35;
    width:380px;
    height:150px;
    border-radius:100px;
    display:flex;
    align-items:center;
    justify-content:center;
}
@media only screen and (max-width: 667px) {
    .getstartedbuttonsize {
width:95%;;
        
    }
}
.getstarted{
    font-size:3em;
}
@media only screen and (max-width: 667px) {
    .getstarted {
font-size:2em;
        
    }
}
.headercontact{
position:absolute;
    z-index:55;
    float:right;
    right:15px;
    top:30%;
    scale:1;
}
@media only screen and (max-width: 567px) {
    .headercontact {
scale:0.8;
      right:1px;      
    }
}
.buttonmargin{
margin-left:10%;
}
@media only screen and (max-width: 667px) {
    .buttonmargin {
margin-left:2%;
    }
}

@media only screen and (max-width: 500px) {
    .hidewhenverysmall {
display:none;
    }
}

.getstartedbox{
background-image: url(https://i.imgur.com/E02WlqJ.jpeg);
    background-repeat: no-repeat;
    background-attachment: fixed;
  background-size: cover;
    width:80%;margin:auto;
    padding:10px;
    border-radius:20px;
    max-width:1300px;

}
@media only screen and (max-width: 580px) {
    .getstartedbox {
width:90%;
    }
}




.ux-form-envelope {
            background: var(--ux-surface);
            padding: 2rem;
            border-radius: 1rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            width: 100%;
            max-width: 400px;
        }

        .ux-form-heading {
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
            color: var(--ux-text);
            text-align: center;
        }

        .ux-input-wrapper {
            margin-bottom: 1.25rem;
        }

        .ux-field-label {
            display: block;
            font-size: 0.875rem;
            font-weight: 500;
            margin-bottom: 0.5rem;
            color: #4b5563;
        }

        .ux-text-entry {
            width: 100%;
            padding: 0.75rem;
            border: 1.5px solid #d1d5db;
            border-radius: 0.5rem;
            font-size: 1rem;
            transition: all 0.2s ease;
            box-sizing: border-box;
        }

        .ux-text-entry:focus {
            outline: none;
            border-color: var(--ux-accent);
            box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
        }

        .ux-submit-trigger {
            width: 100%;
            padding: 0.875rem;
            background: var(--ux-accent);
            color: white;
            border: none;
            border-radius: 0.5rem;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.1s active, opacity 0.2s;
        }

        .ux-submit-trigger:hover {
            opacity: 0.9;
        }














.galimg{
padding:2px;
background-color:#091d35;
    border-style:double;
    border-width:5px;
}



/* The Image */
div.img img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

/* Description of Image */
div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

/* Add Responsiveness */
.responsive {

  padding: 0 6px;
  float: left;



}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  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.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1000px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.1)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Responsive Columns */
@media only screen and (max-width: 700px){
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
  .modal-content {
    width: 100%;
  }
}

@media only screen and (max-width: 500px){
  .responsive {
    width: 100%;
  }
}

/* Clear Floats */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}




.gallery-container {
  display: grid;
  /* Adjust '280px' to make the tiles bigger or smaller */
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
  gap: 20px;
  padding: 20px;
}

.gallery-container img {
  width: 100%;
  /* This creates a perfect square or consistent rectangle */
  aspect-ratio: 4 / 3; 
  /* This prevents the "stretch" by cropping the edges of the photo instead */
  object-fit: cover; 
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}









.z-tab-system {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  font-family: system-ui, -apple-system, sans-serif;
}

/* Hide Radio Inputs */
.z-tab-system__input {
  display: none;
}

/* Centering the Button Row */
.z-tab-system__nav {
  display: flex;
  justify-content: center; /* Horizontally centers the buttons */
  gap: 15px;               /* Even spacing between buttons */
  margin-bottom: 20px;
}

/* Tab Button Styling */
.z-tab-system__btn {
  padding: 10px 24px;
  background-color: #cad4e7;
  border: 2px solid transparent;
  border-radius: 30px;    /* Makes them pill-shaped buttons */
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
  color: #555;font-size:16pt;
}

.z-tab-system__btn:hover {
  background-color: #a8bed7;
}

/* Content Panel Logic */
.z-tab-system__panel {
  display: none;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  border: 1px solid #eee;
}

/* Active Button States */
#z-tab-1:checked ~ .z-tab-system__nav label[for="z-tab-1"],
#z-tab-2:checked ~ .z-tab-system__nav label[for="z-tab-2"],
#z-tab-3:checked ~ .z-tab-system__nav label[for="z-tab-3"] {
  background-color: #091d35;
  color: white;

  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

/* Show Panels Based on Checked Radio */
#z-tab-1:checked ~ .z-tab-system__panels .z-panel-1,
#z-tab-2:checked ~ .z-tab-system__panels .z-panel-2,
#z-tab-3:checked ~ .z-tab-system__panels .z-panel-3 {
  display: block;
}