/*****GENERAL *********/

body {
    background-color: #1e2749;
}

/***** VIDEO ********/
#top19954 {
    max-width: 80%;
    margin: 0 auto;
}
.video-wrap-container {
    max-width: 80%;
    margin: 0 auto;
}
.videocall {
    background-color: #1e2749;
    margin-bottom: 60px;
    min-height: 330px;
}
.hover-overlay-layer {
    opacity: 1;
}

.slideshow-single .slide-inner {
    border-radius: 4px;
    border: 10px solid #ffffff57;
}

/***** MAIN TEXT ********/

.disclaimer {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}
.photo {
    background-image: url(" https://media.defense.gov/2025/May/09/2003707222/1088/820/0/250504-F-TE518-1279M.JPG");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 433px;
}

.interior {
    width: 100%;
    /* border: 1px solid #ffffffa3; */
    /* box-shadow: rgba(255, 255, 255, 0.4) 5px 5px, rgba(255, 255, 255, 0.3) 10px 10px, rgba(255, 255, 255, 0.2) 15px 15px, rgba(255, 255, 255, 0.1) 20px 20px, rgba(255, 255, 255, 0.05) 25px 25px; */
    padding: 0 2rem;
}
.disclaimer h1 {
    color: #CF3F3F;
    text-transform: uppercase;
    font-family: oswald;
    font-weight: 700;
    font-size: 4rem;
    letter-spacing: 2px;
    font-style: italic;
    line-height: 1;
}
.interior {
        padding: 0;
    }

.interior p span {
    padding: 2rem 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
}

.disclaimer p {
    color: white;

    max-width: 75ch;
}
.fight {
    background: #fe6124;
    padding: 2rem 0 0;
    clip-path: polygon(50% 15%, 100% 0px, 100% 100%, 0px 100%, 0px 0px);
}
.join {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 3rem 0 0;
}
.join h2 {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 10px;
    color: #121212;
    font-size: 3.7rem;
    font-family: oswald;
    font-weight: 700;
    letter-spacing: -3px;
}
.join p {
    text-transform: uppercase;
}
i.fa-solid.fa-arrow-down {
    color: #121212;
}

/***** SERVICES ********/
.services h2 {
    color: white;
    font-weight: 900;
    z-index: 3;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.1;
    filter: drop-shadow(10px 10px 10px #222);
}

.services {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 350px;
}
.army {
    background: url(https://media.defense.gov/2025/Apr/29/2003701151/-1/-1/0/250426-A-YH902-8661P.JPG);
    background-size: cover;
    background-position: center;
}
.navy {
    background: url(https://media.defense.gov/2025/Apr/29/2003701096/-1/-1/0/250423-N-XK462-3017K.JPG);
    background-size: cover;
    background-position: center;
}
.marinecorps {
    background: url(https://media.defense.gov/2025/Apr/30/2003701910/-1/-1/0/250428-M-LU593-1060K.JPG);
    background-size: cover;
    background-position: center;
}
.airforce {
    background: url(https://media.defense.gov/2020/Jul/21/2002460437/-1/-1/0/200710-F-VA182-1032Y.JPG);
    background-size: cover;
    background-position: center;
}
.spaceforce {
    background: url(https://media.defense.gov/2024/Oct/10/2003563078/-1/-1/0/220408-F-WR604-0008.JPG);
    background-size: cover;
    background-size: 128%;
    background-position: center left;
}

.coastguard {
    background: url(https://media.defense.gov/2023/May/18/2003225277/-1/-1/0/230510-G-G0217-001.JPG);
    background-size: cover;
    background-position: center;
}
.seal {
    width: 200px;
    z-index: 3;
    position: relative;
    filter: drop-shadow(10px 10px 10px #222);
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.nopadding {
    padding: 0;
}

/***** FINE PRINT ********/

.fineprint {
    background: #333;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 50px 60px;
}

.fineprint p {
    color: white;
    font-size: 12px;
    margin: 0px;
    max-width: 1200px;
}

#services {
        margin-top: 180px;
    }
    
    
    
    
    
    .seal {
        width: 100px;
        z-index: 3;
        position: relative;
        filter: drop-shadow(10px 10px 10px #222);
    }
    .spaceforce {
        background: url(https://media.defense.gov/2024/Oct/10/2003563078/-1/-1/0/220408-F-WR604-0008.JPG);
        background-size: cover;
    }
    .services {
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: space-between;
        align-items: flex-end;
        min-height: 350px;
        padding: 20px;
    }
    .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 2;
    }
    .services h2 {
        margin: 0 0 0.5rem;
        text-align: right;
    }
   
    .services h3 {
        color: white;
        font-weight: 600;
        z-index: 3;
        text-align: right;
        font-size: 1rem;
        line-height: 1.1;
        filter: drop-shadow(10px 10px 10px #222);
        display: none;
        transition: display .5s;
    }
    
    .hov:hover .tag {
        display: block;
    }
   
    .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000000;
        background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 65%);
        z-index: 2;
        transition: background .5s;
    }
    .title {
        z-index: 3;
    }
    .army {
        background: url(https://media.defense.gov/2025/May/15/2003716154/-1/-1/0/250515-D-D0439-101E.JPG);
        background-size: cover;
        background-position: center;
    }
    i.fa-solid.fa-arrow-down {
        color: white;
    }
    .quote {
        background: -webkit-linear-gradient(left, white 4px, transparent 4px) 0 0, -webkit-linear-gradient(left, white 4px, transparent 0px) 0 100%, -webkit-linear-gradient(right, white 4px, transparent 4px) 100% 0, -webkit-linear-gradient(right, white 4px, transparent 4px) 100% 100%, -webkit-linear-gradient(white 4px, transparent 4px) 0 0, -webkit-linear-gradient(white 4px, transparent 4px) 100% 0, -webkit-linear-gradient(bottom, white 4px, transparent 4px) 0 100%, -webkit-linear-gradient(bottom, white 4px, transparent 4px) 100% 100%;
        background: -o-linear-gradient(left, white 4px, transparent 4px) 0 0, -o-linear-gradient(left, white 4px, transparent 0px) 0 100%, -o-linear-gradient(right, white 4px, transparent 4px) 100% 0, -o-linear-gradient(right, white 4px, transparent 4px) 100% 100%, -o-linear-gradient(white 4px, transparent 4px) 0 0, -o-linear-gradient(white 4px, transparent 4px) 100% 0, -o-linear-gradient(bottom, white 4px, transparent 4px) 0 100%, -o-linear-gradient(bottom, white 4px, transparent 4px) 100% 100%;
        background: linear-gradient(to right, white 4px, transparent 4px) 0 0, linear-gradient(to right, white 4px, transparent 0px) 0 100%, linear-gradient(to left, white 4px, transparent 4px) 100% 0, linear-gradient(to left, white 4px, transparent 4px) 100% 100%, linear-gradient(white 4px, transparent 4px) 0 0, linear-gradient(white 4px, transparent 4px) 100% 0, linear-gradient(to top, white 4px, transparent 4px) 0 100%, linear-gradient(to top, white 4px, transparent 4px) 100% 100%;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        padding: 15px;
    }
    }
    .cta p {
        text-align: center;
    }
    .cta p {
        text-transform: uppercase;
        font-family: oswald;
        font-weight: 700;
        font-size: 1rem;
        letter-spacing: 2px;
        font-style: italic;
        line-height: 1;
        margin-bottom: 25px;
    }
    .cta {
        text-align: center;
    }
    .quote p {
        text-align: center;
    }

    .interior {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 350px;
    }
    
   
    a:hover .army .overlay {
        background: rgba(55, 98, 81, 0.5);
    }
    a:hover .navy .overlay { 
        background: rgba(131, 114, 57, 0.5);
    }
    a:hover .marinecorps .overlay { 
        background: rgba(153, 15, 0, 0.5);
    }
    a:hover .airforce .overlay { 
        background: rgba(20, 74, 117, 0.5);
    }
    a:hover .spaceforce .overlay { 
        background: rgba(210, 213, 210, 0.5);
    }
    a:hover .coastguard .overlay { 
        background: rgba(255, 80, 0, 0.5);

    }
    
    a:hover {
        text-decoration: none;
    }
    .service-slice {
        max-width: 1800px;
        margin-left: auto;
        margin-right: auto;
    }
    .fa-arrow-down {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
    
    .quote p {
        max-width: 42ch;
    margin-left: auto;
    margin-right: auto;
    }
    .slogan {
        margin-bottom: 10px; 
        text-align: center;
    }
    .name {
        font-size: 18px; 
        margin: 0px auto;
    }
    
    @media only screen and (max-width: 1200px) {
        .disclaimer h2 {
            font-size: 3.5rem;
        }
        .cta p {
            font-size: .9rem;
        }
}
    @media only screen and (max-width: 991px) {
        #services {
            margin-top: 150px;
        }
        .videocall {
            margin-bottom: 20px;
        }
        .interior {
            justify-content: space-around;
        }
        .quote {
            width: 75%;
            margin-left: auto;
            margin-right: auto;
        }
        .disclaimer p {
    color: white;
    max-width: 100%;
}
        .name {
            max-width: 19ch;
        }
        .interior {
            height: auto;
        }
        .quote {
            display: none;
        }
        .army .overlay {
        background: rgba(55, 98, 81, 0.3);
    }
     .navy .overlay { 
        background: rgba(131, 114, 57, 0.3);
    }
     .marinecorps .overlay { 
        background: rgba(153, 15, 0, 0.3);
    }
    .airforce .overlay { 
        background: rgba(20, 74, 117, 0.3);
    }
    .spaceforce .overlay { 
        background: rgba(210, 213, 210, 0.3);
    }
    .coastguard .overlay { 
        background: rgba(255, 80, 0, 0.3);

    }
       .tag {
        display: block!important;
    }
        .disclaimer {
            margin-bottom: 15px;
        }
        .services h3 {
    font-size: 1.4rem;
        }
        .services h2 {
            font-size: 2rem;
        }
        .fineprint {
            padding: 20px;
        }
}
    @media only screen and (max-width: 767px) {
        .videocall {
            min-height: 100px;
        }
        
}
    @media only screen and (max-width: 556px) {
        
         
        .services {
            min-height: 250px;
        }
        #top19954 {
    max-width: 100%;
    margin: 0 auto;
}
         .video-wrap-container {
        max-width: 80%;
            margin: 0 auto;
    }
        
}
