@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

/*---Navigation Bar --*/

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    color: #222;
}
.navbar {
    padding: .8rem;
}
.navbar-nav li {
    padding-right: 20px
}
/*--- SRE added right justification below --*/
.nav-link{
    font-size: 1.1em !important;
    text-align: right;
}

/*---Full-size Picture Carousel--*/

.carousel-inner img{
    width: 100%;
    height: 100%;
}
.carousel-caption{
    position: absolute;
    top: 35%;
    transform: translateY(-50%); 
}
.carousel-caption h1{
    font-size: 300%;
/*---    text-transform: uppercase; --*/
    text-shadow: 1px 1px 15px #000;
}

.carousel-caption h3{
    font-size: 150%;
    font-weight: 400;
    text-shadow: 1px 1px 10px #000;
    padding-bottom: 0.25rem;
}


.btn-primary{
    background-color: #e9ecef;
    border: 1px solid #FF3204;
    font-weight: 400;
    color: #000001;
}
.btn-primary:hover {
    background-color: #FF3204;
    border: 1px solid #FF3204;
}

.btn-primary:focus {
  outline: 3px solid rgba(255, 50, 4, 0.4);
  outline-offset: 2px;
}



.jumbotron{
    padding: 0.25rem;
    border-radius: 0;
}

/*--- Welcome Section Formating --*/

.padding{
    padding-bottom: 2rem;
}
.welcome{
    width: 75%;
    margin:auto;
    padding-top: 2rem;
}
.welcome hr{
    border-top: 2px solid #b4b4b4;
    width: 95%;
    margin-top: .3rem;
    margin-bottom: 1rem;    
}



.welcome .lead {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  line-height: 1.3;     /* tighter vertical spacing */
}

/*--- 3 Column Section --*/

.fa-code{
    color: #e54d26;
}
.fa-bold{
    color: #563d7c;
}
.fa-css3{
    color: #2163af;
}
.fa-code, .fa-bold, .fa-css3{
    font-size:4rem;
    margin: 1rem
}

/*--- Emoji Section --*/

.fun{
    width: 100%;
    margin-bottom: 2rem;
}
.gif{
    max-width: 100%;
}


/*--- Media Icons --*/
.social a{
    font-size: 4.5em;
    padding: 3rem;

    /* fixes the blue underline/tick on hover */
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.social img.brand-icon {
  width: 1em;
  height: 1em;
  display: block;
}

.social a:hover,
.social a:focus{
    text-decoration: none; /* keep it off on hover/focus */
}

/* smooth hover animation */
.social i{
    transition: transform 120ms ease, color 120ms ease;
}
.social a:hover i,
.social a:focus i{
    transform: scale(1.08);
}

/* brand colors */
.fa-x-twitter { color: #000000; }        /* X */
.fa-facebook, .fa-facebook-f { color: #1877F2; }  /* Facebook */
.fa-linkedin, .fa-linkedin-in { color: #0A66C2; } /* LinkedIn */
.fa-youtube { color: #FF0000; }          /* YouTube; brand page lists #FF0033 */
.fa-instagram { color: #E4405F; }        /* solid fallback for Instagram */


/* hover color for all icons */
.fa-facebook:hover,
.fa-twitter:hover,
.fa-instagram:hover,
.fa-youtube:hover,
.fa-linkedin:hover,
.fa-linkedin-in:hover{
    color: #d5d5d5;
}
/*--- Media Icons --*/

/*---
.social a{
    font-size: 4.5em;
    padding: 3rem;
}
.fa-facebook{
    color: #3b5998;
}
.fa-twitter {
    color: 00aced;
}
.fa-instagram {
    color: #517fa8
}
.fa-youtube{
    color: #bb0000;
}
.fa-facebook:hover,
.fa-twitter:hover,
.fa-instagram:hover,
.fa-youtube:hover{
    color: #d5d5d5;
}
--*/

/*--- Footer --*/
footer{
    background-color: #3f3f3f;
    color: #d5d5d5;
    padding-top: 2rem;
}
hr.light{
    border-top: 1px solid #d5d5d5;
    width: 75%;
    margin-top: .8rem;
    margin-bottom: 1rem;
}
footer a{
    color: #d5d5d5;
}
hr.light-100{
    border-top: 1px solid #d5d5d5;
    width: 100%;
    margin-top: .8rem;
    margin-bottom: 1rem;
}

/*---Media Queries --*/
@media (max-width: 992px) {
    .social a{
        font-size: 4em;
        padding: 2rem;
    }
}
@media (max-width: 768px) {
    .carousel-caption{
        top: 35%;
    }
    .carousel-caption h1{
        font-size: 350%;
    }

    .carousel-caption h3{
        font-size: 140%;
        font-weight: 400;
        padding-bottom: .2rem;
    }
    .carousel-caption .btn{
        font-size: 95%;
        padding: 8px 14px;        
        }
    .display-4{
        font-size:200%;
    }
    .display-3{
        font-size:50%;
    }
    .social a{
        font-size: 2.5em;
        padding: 1.2rem;
    }
}
@media (max-width: 576px) {
    .carousel-caption{
        top: 35%;
    }
    .carousel-caption h1{
        font-size: 250%;
    }
    .carousel-caption h3{
        font-size: 110%;
    }
    .carousel-caption .btn{
        font-size: 90%;
        padding: 4px 8px;        
        }
    .carousel-indicators{
        display: none;
    }
    .display-4{
        font-size:160%;
    }

        /* --- Adjust heading ratios on small screens --- */
    .welcome .display-4 {
    font-size: 2.1rem;    /* smaller, smoother size for phones */
    line-height: 1.15;     /* a bit more breathing room */
    font-weight: 400;     /* lighter than Bootstrap’s default bold */
    letter-spacing: 0.5px; /* adds a subtle airy feel */
    }

    .row.Padding h3 {
        font-size: 1.15rem;     /* optional: slightly smaller subhead to balance */
        line-height: 1.2;
    }
    .display-3{
        font-size:50%;
    }
    .social a{
        font-size: 2em;
        padding: .7rem;
    }
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

/* styles.css */

.hover-highlight img:hover {
  filter: brightness(1.2);  /* Highlight effect */
  cursor: pointer;          /* Changes cursor on hover */
  transition: 0.3s;         /* Smooth transition */
}

.hover-highlight2 img:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);  /* Soft glow effect */
  cursor: pointer;                         /* Pointer cursor */
  transition: box-shadow 0.3s ease;        /* Smooth transition */
}

 
/* NEW Icon styling */

.trail-maps {
  text-align: left;
  margin: 2rem 0;
}

.svg-row {
  display: flex;
  justify-content: flex-start;  /* better than just 'left' */
  gap: 6px;                     /* space between icons */
  flex-wrap: wrap;               /* allows stacking if screen is too small */
  margin: 1rem 0;
}

.svg-row img {
  width: 40px !important;        /* force correct size */
  height: auto !important;
  max-width: none !important;    /* override Bootstrap/global img { max-width:100% } */
}

.thumb-link {
  margin: 1rem 0;
}



.divider {
  border: 0;
  height: 1px;
  background: #ccc;  /* light gray line */
  width: 90%;        /* scalable width */
  margin: 1rem auto;
}

html {
  scroll-behavior: smooth;
}

.thumb-gallery {
  display: flex;
/*  justify-content: center; centers images horizontally */
  flex-wrap: wrap;           /* lets them stack on small screens */
  gap: 10px;                 /* space between images */
}



.thumb-img {
  max-width: 300px;      /* larger default size for desktop */
  width: 100%;           /* scale down responsively on small screens */
  height: auto;
  border-radius: 6px;
  border: 2px solid #ccc; /* optional subtle frame */
  transition: transform 0.3s;
}


.thumb-img:hover {
  transform: scale(1.05);
}


/* --- Compact horizontal rule spacing --- */
hr,
.divider {
  margin-top: 0.75rem;      /* reduce top space */
  margin-bottom: 0.75rem;   /* reduce bottom space */
  border-top: 1px solid #bbb; /* optional: make it lighter/thinner */
}


/* Make bold actually look bold inside .lead paragraphs */
.lead strong,
.lead b {
  font-weight: 700; /* try 600 if 700 looks too heavy or isn't available */
}

/* Keep italics explicit too (optional) */
.lead em,
.lead i {
  font-style: italic;
}
/* Match native link behavior inside .lead paragraphs */
.lead a {
  color: #007bff;             /* Bootstrap's native blue link color */
  text-decoration: underline; /* standard underline */
  font-weight: 500;           /* optional: keeps link readable in .lead */
}

.lead a:hover,
.lead a:focus {
  color: #0056b3;             /* darker blue on hover/focus */
  text-decoration: underline; /* keep underline visible */
}

.lead a:active {
  color: #004085;             /* pressed-state deep blue */
}



/* -- SVG Logo Insertion --- */

/* Container wrapping each photo and logo */
.image-with-logo {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0.5rem;
  transition: transform 0.2s ease;
}

/* Main image */
.image-with-logo .main-img {
  display: block;          /* remove inline whitespace */
  width: 100%;             /* responsive */
  height: auto;
}

/* Overlay logo — now aligned with thumb images */
.image-with-logo .logo {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20%;             /* scales proportionally with the image */
  max-width: 140px;
  min-width: 40px;
  height: auto;
  opacity: 0.99;
  transition: opacity 0.25s ease;

  /* --- Strong white outline / glow for visibility --- */
  filter:
    drop-shadow(0 0 3px rgba(255, 255, 255, 1))
    drop-shadow(0 0 6px rgba(255, 255, 255, 1))
    drop-shadow(0 0 9px rgba(255, 255, 255, 0.95))
    drop-shadow(0 1px 3px rgba(0, 0, 0, 0.4)); /* slight black lift for contrast */
}

/* Hover effect */
.image-with-logo:hover .thumb-img {
  transform: scale(1.02);
}

.image-with-logo:hover .logo {
  opacity: 1;
}
/* Adjust slightly on smaller phones */
@media (max-width: 480px) {
  .image-with-logo .logo {
    right: 8px;
    bottom: 8px;
    width: 24%;
  }
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








