/*
Theme Name: Seafoam Media, Inc. 2
Theme URI: https://seafoam-media.com
Author: Seafoam Media
Author URI: 
Description: Seafoam Media's v1 site. 
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sfm-v1

*/
:root{
	all: unset;
}
.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* General Bounds */
html{
all: unset !important;
}
/* General Bounds */

*{
    margin: 0;
    border: none;
    width: 100vw;
    overscroll-behavior: none;
}

html, body {
    width: auto!important; 
    overflow-x:hidden !important;
} 

body{
position: relative;
background:white;
top: 0;
left: 0;
height: fit-content;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
align-content: center;
font-family: Roboto, 'Times New Roman', Times, serif;
animation-name: loading;
animation-duration: .6s;
overflow: hidden;
}


@keyframes loading{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 100;
    }
    }


/* .padding{
    height: 150px;
} */

a{
    text-decoration: none;
}

/* ################################################ */
/* Navigation */
/* ################################################ */

.wideNav{
    width: calc(100vw - 200px);
    /* background: pink; */
    /* height: 3vw; */
    height: 90px;
    position: absolute;
    top: 80px;
    right: 20px;
    min-height: 65px;
    max-height: 250px;
    display: flex;
    justify-content: flex-end;
	z-index: 96;
}

.wideNav > div{
width: calc(100% - 250px);
/* max-width: 1100px; */
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
align-content: center;
}
.wideNav > div > a {
    /* background-color: rgb(134, 134, 213); */
    text-align: center;
    font-weight: 600;
    /* width: 50px; */
    color: #182D5E;
    text-decoration: none;
    font-size: clamp(18px, 2.5vw, 28px);
}
.wideNav > div > a:active{
color: red;;
}






/* ################################################ */
/* HEADER CSS & CONFIG */
/* ################################################ */
header{
height: 170px;
width: 100vw;
background: #472415;
position: relative;
left:0;
top: 0;
justify-content: center;
display: flex;
}



/* ################################################ */
/* .head_config1{} */
/* ################################################ */
header > div{
    width: 100vw;
    height: auto;
    position: relative;
    /* max-width: 1100px; */
    
}

.head_config1{
    position: absolute;
    width: 100%;
}

.head_config1 > img{
background: red;
height: 125px;
width: 125px;
position: absolute;
/* left: 12.5px; */
top: 12.5px;
}



/* ################################################ */
/* head_config2 */
/* ################################################ */

.head_config2{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    align-content: center;
}

.head_config2 > img{
background: red;
height: 125px;
width: 300px;
position: absolute;
/* left: 12.5px; */
/* top: 12.5px; */
}



/* ################################################ */
/* Head Config 3 */
/* ################################################ */
#logo{
    cursor: pointer;
}
.head_config3{
    background: white;
     position: relative;
    width: 100%;
    /* display: flex;
    justify-content: center; */
    height: 100%;
    border-bottom: 2px solid #182D5E;
/*     box-shadow: 2px 0 10px #182D5E; */
    /* align-items: center;
    align-content: center; */
    
}

.followingHeader{
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #182D5E;
    z-index: 100;
    box-shadow: 2px 0 10px #182D5E;
}

.followingHeader > div{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
}

.followingHeader > div > div{
    height: 40px;
    width: fit-content;
    position: fixed;
    border: 3px solid white;
    background: #AF1D22;
    /* right: 20px; */
    /* top: 17px; */
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
    /* font-weight: bold; */
    font-family: Roboto;
    letter-spacing: 1px;
    border-radius: 10px;

    
}

.followingHeader > div > a {
    width: fit-content;
    color: white;
    position: absolute;
    right: 20px;
    font-size: 25px;
}

.followingHeader > div > div > a{
    width: fit-content;
    color: white;
}
.head_config3 > img {
    z-index: 101;
    width: 400px;
    position: absolute;
    top: 26px;
    left: 26px;
    transition: .25s ease-in-out width, .15s ease-in-out top, .15s ease-in-out left;
}

.movingLogo{
    position: fixed !important;
    width: 200px !important;
    top: 5px !important;
    left: 5px !important;

}

/* #extendedPitch{
    width: 0px;
    transform: scaleX(0);
    display: inline-block;

}
.ePUse{
    width: fit-content !important;
    transform: scaleX(1) !important;
} */

/* ################################################ */
/* Body CSS & Config */
/* ################################################ */

.body_height{/* height: 800px; */background: white;width: calc(100% - 40px);max-width: 1400px;min-height: fit-content;padding: 25px 20px;min-height: 800px;/* box-shadow: inset 0px 0 10px #182D5E; */}

h1, h2, h3, h4, h5, h6{
	font-size: clamp(24px, 5vw, 31px);
}

.body_height > section > h1 {
    width:calc(100% - 20px);
    padding: 10px;
    text-align: left;
}
.body_height > section > h2 {
    width:calc(100% - 20px);
    padding: 10px;
    text-align: left;
    text-align: center;
    border-top: 2px solid #182D5E;
    padding: 20px 0;
}

.body_height > section > p {
    line-height: 1.5;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: clamp(18px, 3vw, 24px);
    min-height: fit-content;
}

.bodyBodySpan{
    display: flex;
    width:calc(100% - 20px);
    padding: 10px;
    flex-wrap: wrap ;
    justify-content: center;
}

.bodyBodySpan > img{
    width: calc(50% - 40px);
    min-width: 275px;
    margin:0 20px;
    text-align: center;
    padding-bottom: 20px;
    max-width: 450px;
}

.bodyBodySpan > span{
    width: calc(50% - 40px);
    min-width: 275px;
    margin:0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.bodyBodySpan > span > p{
    width: calc(100% - 40px);
    font-size: clamp(21px, 2vw, 23px);
    padding: 0 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    
    
}


.break{
    display: none;
    width: 0px;
}
/* ################################################ */
/* Body Alt */
/* ################################################ */
.bodyAlt {
    height: fit-content;
    min-height: 50vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.bodyAlt > div {
    width: 50%;
    min-width: 275px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.bodyAlt > img, .bodyAlt > div > img{
    width: 50%;
    height: auto;
    min-width: 275px;

}
.bodyAlt > div > img{
width: 90%;
}

.bodyAlt > p, .bodyAlt > div > p, .bodyAlt > div > h3{
    line-height: 1.5;
width: calc(50% - 30px);
padding: 10px;
padding-right: 20px;
font-size: clamp(18px, 3vw, 25px);
font-weight: 300;
min-height: fit-content;
text-align: justify;
}
.bodyAlt > div > p{
    width: 90%;
    text-align: left;
}
.bodyAlt > div > h3{
    width: 100%;
    text-align: center;
}








/* ################################################ */
/* Full Image Banners */
/* ################################################ */
.full_banner{
/* position */
width: 100vw;    
background-color: white;
height: calc(100vh - 80px);
border-radius: 0 0 calc(100vw / 5) calc(100vw / 5);
overflow: hidden;

}

.full_banner > div {
    width: 100%;
    height: calc(100% - 10px);
    background: black;
    border-radius: 0 0 calc(100vw / 5) calc(100vw / 5);
    /* background-image: url('./pics/compressed/videoStart.jpeg'); */
    background-position: unset;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-attachment: unset;
}

.openingBox{

    width: 75%;
    height: fit-content;
    min-width: 275px;
    min-height: 250px;
    /* background: rgba(255, 255, 255, 0.515);
    border-radius: 15px;
    border: #182D5E 3px solid; */
    position: relative;
    display: flex;
    justify-content: center;
}

.openingBox:first-child{
margin-bottom: 20px;
}
.openingBox:last-child{
    min-height: unset;
    flex-direction: column;
    width: 75%;
}


.openingBox > div{
height: calc(100% - 76px);
display: flex;
justify-content: center;
align-items: center;
align-content: center;
position: absolute;
width: 100%;
}

.openingBox > div > h1 {
    width: 90%;
    text-align: center;
    position: absolute;
    /* top: 15px; */
    font-size: clamp(39px, 10vw, 88px);
    font-family: 'Roboto', Times, serif;
    font-style: italic;
    font-weight: 900;
    color: rgb(175, 29, 34);
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: white;
    /* text-shadow: 2px 2px 1px #ffffff; */
}

.openingBox > div > h1:nth-child(1) {
/* transform: translate(2px, 2px); */
}

.openingBox > div > h1:nth-child(2) {
    -webkit-text-stroke: unset;
    text-shadow: unset;
    /* -webkit-text-stroke-color: white; */
}

.openingBox > a {
    display: flex;
    justify-content: center;
    width: 100%;
    /* position: absolute; */
    bottom: 20px;
    margin: 10px 0;
}
.splatter:nth-child(2){
    
}
.openingBox > a > div {
    border: #182D5E 3px solid;
    background: #AF1D22;
    border-radius: 10px;
    height: 50px;
    width: 90%;
    color: white;
    display: flex;
    justify-content: center;
    max-width: 800px;
    align-items: center;
    align-content: center;
    font-size: clamp(16px, 2vw, 20px);
}
#videoEmbed > div {
    height: 100%;
    width: 100%;
}
#videoEmbed > div > div > div{
    width: 100% !important;
    height: 100%;
}
#videoEmbed > div > video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* ################################################ */
/* Reviews */
/* ################################################ */
.reviews{
    width: 100vw;
    height: 450px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.reviews > div{
    width: 95%;
    height: 95%;
    min-height: fit-content;
    min-width: 290px;
    /* background: red; */
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    

}

.reviewsWord{
    width: 25%;
    position: absolute;
    left: 5px;
}

.reviewsWord > h3{
    width: 100%;
    font-size: 38px;
    color: #182D5E;
}

.reviewHolder{
/* background: black; */
position: absolute;
width: 70%;
height: calc(100% - 10px);
right: 5px;
overflow: hidden;
/* overflow-x: scroll; */
display: flex;
flex-direction: row;
align-items: center;
}

.review {
    width: 30%;
    min-width: 250px;
    height: calc(100% - 10px);
    background: white;
    border-radius: 15px;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    overflow-y: visible;
    border: 3px solid #182D5E;
    transition: 300s linear transform;
    align-content: center;
    align-items: center;
    overflow: hidden;
	animation: slidingReviews 80s linear infinite;
}
/* .slide{
    transform: translateX(-2800%);
} */
.reviewHolder > div > h3{
    margin-top: 20px;

}
.reviewHolder > div > img{
    margin-bottom: 20px;
}
.review > *{
width: 97%;
color: #182D5E;
}

/* ################################################ */
/* Options */
/* ################################################ */
.options{
   width: 100vw; 
   height: 100vh;
   min-height: 600px;
   min-height: fit-content;
   display: flex;
   justify-content: space-evenly;
   align-items: center;
   align-content: center;
   flex-direction: column;
   touch-action: none;
   position: relative;

}
.options> div:nth-child(1){
    width: 100vw;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* background: orange; */
}
.options> div:nth-child(1) > div{
    border: 5px solid white;
    height: 70px;
    width: 50%;
    min-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    font-size: clamp(24px, 3vw, 42px);
    font-weight: bold;
    color: white;
    pointer-events: stroke;
    
}

.options> div:nth-child(2) {
    width: 100vw;
    height: calc(100% - 200px);
    /* background: red; */
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    min-height: 385px;
    position: relative;
    align-items: center;
    align-content: center;
}

.option{
    width: 50%;
    height: 100%;
    /* background: green; */
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* transform: translateX(-50px); */
    min-height: 385px;
    transition: .5s ease-in-out transform;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none; /*Safari*/
    -moz-user-select: none;
}
.option::selection{
    background: transparent;
}
.option > p::selection{
    background: transparent;
}
.option:nth-child(even){
    background: #ffffff10;
}

.option > div {
    border: 3px solid white;
    background: white;
    border-radius: 15px;
    width: 80%;
    min-width: 290px;
    height: 85%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-shadow: inset 0 0 5px white;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
    min-height: 375px;
}

.optionImgHolder{
    width: calc(100% - 20px);
    height: calc(40% - 10px);
    background: black;
    margin: 10px 10px 0 10px;
    border-radius: 10px;
    
}
.optionImgHolder:nth-child(1){
    background-size: cover;
    background-position: bottom;
}

.option > div > p {
    color: #182D5E;
    width: calc(100% - 20px);
    margin: 5px 10px 0 10px;
    font-size: clamp(18px, 2vw, 21.5px);
    font-weight: 400;
    line-height: 1.1;
}
.option > div > a {
    width: 100%;
    /* margin: 10px; */
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    color: white;
    text-decoration: none;
}

.optionButton{
    width: 100%;
    height: 50px;
    border: #182D5E 3px solid;
    background: #AF1D22;
    width:  calc(100% - 20px);
    border-radius: 10px;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: clamp(16px, 2vw, 20px);
    
}

#infoFlash{
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2px);
    color: rgba(211, 211, 211, 0.75);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    font-size: 25px;
    flex-direction: row;
    transition: 1.3s ease-out opacity;
}
#infoFlash > span{
    font-size: 75px;
    width: fit-content;
}

.noFlash{
    
opacity: 0%;


}

.optionDirButton {
    width: 55px;
    height: 55px;
    border: 4px solid #AF1D22;
    border-radius: 20px;
    position: absolute;
    display: flex;
    background: rgba(255, 255, 255, 0.582);
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateY(50px);
    cursor: pointer;
}
.optionDirButton > span {
    width: 33px;
    border-radius: 15px;
    height: 8px;
    background: #AF1D22;
}
.optionDirButton > span:first-child {
    /* background: green; */
    transform: rotate(315deg) translate(2px, -7px);
}
.optionDirButton > span:last-child {
    /* background: green; */
    transform: rotate(40deg) translate(0px, 4px);
}

.rightOptionButton{
left: 80px;
transform: rotateX(180deg)  translateY(90px);
}

.leftOptionButton{
    right: 80px;
    transform: rotate(180deg) translateY(90px);
}



/* ################################################ */
/* Sub Page Banner
/* ################################################ */
.subPageBanner{
    width: 100vw;
    height: 250px;
    background: grey;
    box-shadow: 0px 0px 10px #182D5E;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 0 0 10px 10px;
    box-shadow: inset 0 0 100px black;

}

.subPageBanner > h1 {
    font-size: clamp(45px, 12vw, 65px);
    color: white;
    text-shadow: 2px 2px 4px black;
}


/* ################################################ */
/* Mission Statement */
/* ################################################ */
.p_statement {
    /* height: 450px; */
    margin: 20px 0;
    min-height: fit-content;
    background: white;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    /* background-image: url('./pics/compressed/file5.jpeg'); */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.p_statement > div{
    width: 50%;
    min-width: 290px;
    height: 50%;
    min-height: 350px;
    padding: 25px;
    border: 5px solid #182D5E;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.515);
    backdrop-filter: blur(10px);
}

.p_statement > div > span {
    font-size: clamp(22px, 3vw, 30px);
    color: #182D5E;
}

/* ################################################ */
/* submit Form */
/* ################################################ */
.submit_form{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    min-height: fit-content;
    align-items: center;
    align-content: center;
}
.submit_form > div {
    width: 100%;
    height: fit-content;
    min-height: 300px;
    max-width: 1100px;
    /* background: orange; */
}

.submit_form > div > div {
width: 100%;
justify-content: center;
display: flex;
flex-direction: column;
align-items: center;
color: white;
}
.submit_form > div > div > * {
width: 100%;
text-align: center;
}
#form1{
    padding: 20px;
    width: calc(100% - 40px);
    text-align: left;
}

#form1 > div {
    width: 100%;
    margin: 10px 0;
    color: white;
}

#form1 > div > *{
    width: 100%;
}
label{
    font-weight: bold;
    
}
input{
    min-height: 30px;
    margin-top: 5px;
    background: rgb(255, 255, 255);
    font-size: 16px;
    width: cacl(100% - 5px);
    padding-left: 5px;
    
    
}
#formSubmitButton{
    background: #182D5E;
    color: white;
    height: 50px;
    font-weight: bold;
    transition: .3s ease-in-out background;
    border-radius: 5px;
    border: 3px solid white;
}

#formSubmitButton:hover{
    background: rgb(7, 99, 42);
    /* color: black; */

}

/* input: */
textarea{
    min-height: 30px;
    margin-top: 5px;
    font-size: 16px;
    width: calc(100% - 5px);
    padding-left: 5px;
    color: #182D5E;
}



/* ################################################ */
/* Side Nav */
/* ################################################ */

.sideNav {
    position: fixed;
    width: 100vw;
    max-width: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    right: -15px;
    top: 0;
    height: 100vh;
    /* display: flex; */
    background: #182d5e;
    border-left: 3px solid #233043;
    z-index: 102;
    transform: translateX(350px);
    /* color: green !important; */
    font-weight: bold;
    box-shadow: inset 0px 0px 20px 0px #000000db;
    transition: .5s ease-in-out transform;
    display: none;
}

.sideNav > div{
    flex-direction: column;
    display: flex;
    /* padding-left: 20px; */
    justify-content: space-around;
}
.sideNav > div > .topNav {
    /* margin: 20px 0; */
    /* margin-left: 20px; */
    color: #233043;
    color: #ffffff;
    padding: 20px 0 20px 20px;
    text-align: left;
}
.sideNav > div > .topNav:nth-child(even) {
    background: rgba(255, 0255, 255, .1);
}

.sideNavFix{
    transform: none;
}
.sideNav > div > .topNav > a {
    text-align: webkit-left;
    /* width: 125px; */
    text-decoration: none;
    font-size: clamp(18px, 7vw, 24px);
    width: 90%;
    color: #ffffff;
}
/* .sideNav > div > .topNav > .subNav {
    color: #233043;
    background: none;
    height: 0px;
    transform: scaleY(0);
    
} */
.openSubNav{
    height: fit-content !important;
    transform: scaleY(1) !important;
}

.sideNav > div > .topNav > .subNav > a{
    justify-content: flex-start;
    margin-left: 10px;
    color:#233043;
    width: 240px;
}
.dropdownArrow{
    /* color: green; */
    cursor: pointer;
}
.ddTurn{
    transform: rotate(90deg);
}

.sideNavButton {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    height: 60px;
    width: 60px;
    border-radius: 16px;
    border: 2px solid #ffffff;
    background: #182d5e;
    z-index: 103;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: none;
}

/* .sideNavButton > img {
height: 40px;
width: 40px;
} */
.sideNavButton > div {
    height: 40px;
    width: 40px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}

.sideNavButton > div > span {
    height:3px;
    width: 100%;
    background: white;
    border-radius: 10px;
    transition: .35s ease-in-out transform, position .35s ease-in-out;
    

}

.closeOutButton{
    position: absolute !important;

}


/* ################################################ */
/* Side Quote */
/* ################################################ */
.sideQuote{
    width: 275px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background: #af1d22;
    z-index: 150;
    transform: translateX(275px);
    transition: .75s ease-in-out transform;
    border-left: 3px solid #182D5E;
    background-image: url('./pics/social/sidebg.png');
    /* filter: opacity(.75); */
}
.sideQuoteTab {
    position: fixed;
    width: 36px;
    height: 225px;
    background: #AF1D22;
    right: 275px;
    top: 36vh;
    border-radius: 15px 0 0 15px;
    border: 3px solid #182D5E;
    border-right: 0px;
    cursor: pointer;
    background-image: url('./pics/social/sidebg.png');
}
.sideQuoteTab > h3 {
    transform: rotate(270deg) translate(-100px,-76px);
    width: 185px;
    text-align: center;
    color: white;
    height: fit-content;
    font-size: 18px;
}

.sideQuoteOpen{
    transform: translateX(0px) !important;
}

.sideQuoteBody {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sideQuoteBody > *{
    width: calc(100% - 5px);
    color: white;
    /* text-shadow: 1px 1px 0 black; */
    padding-bottom: 10px;
}

.sideQuoteBody > h3{
    font-size: 35px;
    text-shadow: 2px 2px 0 black;
    width: 95%;
    text-align: center;
}
.sideQuoteBody > p{
    text-shadow: 2px 2px 0 black;
    width: 95%;
    text-align: center;
}
/* .sideQuoteBody > p{} */
.sideQuoteBody > form {
    width: 95%;
    height: 75%;
    max-height: 475px;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.sideQuoteBody > form > * {
    width: calc(100% - 5px);
    padding: 0;
    padding-left: 5px;
    border-radius: 5px;
    height: 40px;
    
}

.sideQuoteBody > form > div {
    background: white;
    height: fit-content;
    color: black;
    margin-top: 5px;
    text-shadow: unset;
}
.sideQuoteBody > form > div > h4{
    padding-left: 5px;
}
.sideQuoteBody > form > div > div{
    width: 100%;
    display: flex;
}
.sideQuoteBody > form > div > div > input{
    width: 15px;
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
}
.sideQuoteBody > form > div > div > label {
    padding-left: 5px;
    display: flex;
    align-content: center;
    align-items: center;
}

.sideQuoteBody > form > *::placeholder {
    font-family: Roboto;
    color :black;
}
.sideQuoteBody > form > textarea {
    height: 80px;
}
.sideQuoteBody > form > input:last-child {
    width: 100%;
    padding-left: unset;
    color: black;
    font-weight: bold;
}

/* ################################################ */
/* texture */
/* ################################################ */
.splatter{
    background-image: url('./pics/social/sidebg.png') !important;
}
/* ################################################ */
/* Product Holder */
/* ################################################ */
.productHolder{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    

    
}
.productHolder > div {
    width: calc(50% - 40px);
    min-width: 275px;
    margin: 0 20px;
    text-align: center;
background: rgb(189,191,194);
background: -moz-linear-gradient(345deg, rgba(189,191,194,0.4962359943977591) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(345deg, rgba(189,191,194,0.4962359943977591) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(345deg, rgba(189,191,194,0.4962359943977591) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bdbfc2",endColorstr="#ffffff",GradientType=1);
    margin-bottom: 20px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.productHolder > div > *{
    width: 80%;
    margin-bottom: 10px;
}
.productHolder > div > h2{
    font-size: clamp(21px, 2vw, 25px);
}
.productHolder > div > p{
    font-size: clamp(16px, 2vw, 18px);
}

.productHolder > div > span{
    border: 5px solid #182D5E;
    border-radius: 5px;
    padding: 5px 5px;
    margin: 20px 0;
    background: rgba(255, 255, 255, 0.398);
}

.productHolder > div > span > a{
    font-size: clamp(21px, 2vw, 25px);
    font-weight: bold;
    color: #182D5E;
}

.productHolder > div > a{
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    color: #182D5E;
}

.productHolder > div > a > *{
    width: 80%;
    margin-bottom: 10px;
}
.productHolder > div > a > h2{
    font-size: clamp(21px, 2vw, 25px);
}
.productHolder > div > a > p{
    font-size: clamp(16px, 2vw, 18px);
}
/* 
.productHolder > div > a > span{
    border: 5px solid #182D5E;
    border-radius: 5px;
    padding: 5px 5px;
    margin: 20px 0;
    background: rgba(255, 255, 255, 0.398);
}

.productHolder > div > a > span > a{
    font-size: clamp(21px, 2vw, 25px);
    font-weight: bold;
    color: #182D5E;
} */


/* ################################################ */
/* FOOTER CSS & FOOTER CONFIG */
/* ################################################ */

footer {
    min-height: 150px;
    height: fit-content;
    width: 100vw;
    background: #182d5e;
    position: relative;
    left: 0;
    bottom: 0;
    /* display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; */
}

footer > div {
    width: 100%;
    
    min-height: fit-content;
    
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 0;
    flex-wrap: wrap;
    top: 0;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
footer > div > div {
    width: 100%;
    height: 90%;
    max-width: 30%;
    min-width: 275px;
    min-height: 200px;
    margin: 10px 0;
}

/* footer > div > div:nth-child(odd) {
background: yellow;
} */
.footerContent > div:nth-child(1){
    display: flex;
    /* justify-content: center; */
    text-align: center;
    flex-direction: column;

}
.footerContent > div:nth-child(1) > * {
    /* object-fit: fill; */
    width: 100%;
    margin-bottom: 10px;
    font-size: clamp(21px, 2.5vw, 25px);
}
.footerContent > div:nth-child(3) > * {
    /* object-fit: fill; */
    width: 100%;
    margin-bottom: 10px;
    font-size: clamp(21px, 2.5vw, 25px);
}
.footerContent > div:nth-child(1) > * > * {
    color: white;
    text-decoration: underline;
}
.footerContent > div:nth-child(3) > * > * {
    color: white;
    text-decoration: underline;
}

.footerContent > div:nth-child(3) > * {
    /* object-fit: fill; */
    width: 100%;
    margin-bottom: 10px;
    font-size: clamp(21px, 2.5vw, 25px);
}
.footerContent > div:nth-child(2) {
    /* object-fit: fill; */
    background-position: center;
    background-size: contain;
    
}
.footerContent > div:nth-child(2) > * {
    width: 100% !important;
    height: 100%;
}

.socialHolder{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}


.socialHolder > a > img{
width: 50%;
}
.socialHolder > base > img{
width: 50%;
}







/* ################################################ */
/* Misc */
/* ################################################ */
#extraWord{
    display: none ;
}

/* ################################################ */
/* Media Query */
/* ################################################ */





article > section, article > section > *:not(.reviews), article > section > *:not(.reviews) > *, article > section > *:not(.reviews) > * > *, article > section > *:not(.reviews) > * > * > * {
	width: unset !important;
	width: 100% !important;
	margin-bottom: 15px;
	/* font-size: 18px; */
}
article > section > *:not(.reviews) > * > * > * > li{
    width: calc(100% - 40px);
}

.menu-main-container, .menu-main-container > *, .menu-main-container > * > *{
	width: 100%;
}
.menu-main-container > * > * {
	width: unset;
}

.menu-item {
    width: 20%;
    list-style-type: none;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    /* font-size: clamp(15px, 2vw, 22px); */
    font-weight: 600;
}

.slideshow {
    background: orange;
    width: 100%;
    height: 550px;
	overflow: hidden;
	position: relative;
}
.slideshow > div {
	width: 100%;
	height: 100%;
}

.slideshow > div > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.services {
    width: 100%;
    height: 400px;
    background: pink;
    margin-top: 20px;
}

.p_statment {
    height: 450px;
    width: 100%;
    background: green;
    margin: 20px 0 0 0;
}

.menu-main-container {
    position: relative;
    height: 10px;
}

#menu-main{
	display: flex;
	justify-content: space-around;
	position: absolute;
	padding: unset;
}

.sub-menu, .sub-menu > * {
    width: unset;
	background: white;
}
.menu-item{	
	padding: 0 10px;
	text-align: center;
	min-width: 130px;
}
.menu-item > .sub-menu {
	display: none;
	padding: 10px 0;

	
}
.menu-item:has(.sub-menu):hover > .sub-menu {
    display: block;
    padding-left: 0px;
		background: white;

}

.sub-menu > .menu-item {
    padding: 20px 0;
}

.slideshow-text {
    position: absolute;
    z-index: 95;
    top: 0px;
    width: 100%;
    /* max-width: 900px; */
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.slideshow-text > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: unset;
    text-align: center;
    height: 90%;
    width: 85% !important;
    max-width: 1100px;
    padding: 20px;
    background: #ffffff7d;
    box-shadow: inset 0 0 8px 0px #fffffffa;
}
.slideshow-text > div > * {
    padding-bottom: 20px;
}
.slideshow-text > div, .slideshow-text > div > *{
    width: 100%;
	display: flex;
    justify-content: center;
}

.slideshow-text > div > a > button{/*     width: 500px; */width: 90%;max-width: 500px;min-width: 150px;font-weight: bold;font-size: 20px;}

.gw-button{
	height: 40px;
	cursor: pointer;
/*     width: fit-content; */

    border: 3px solid white;
    background: #AF1D22;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
    font-family: Roboto;
    letter-spacing: 1px;
    border-radius: 10px;
}

.sideNav > div > .topNav > .subNav {
    margin-top: 10px;
    width: 200px;
    /* display: none; */
    display: flex;
    flex-direction: column;
    /* position: absolute; */
    text-align: -webkit-left;
    height: fit-content;
    color: #233043;
    background: none;
    height: 0px;
    transform: scaleY(0);
    border-radius: 10px;
}

.subNav > a {
    width: 200px;
    /* margin: 10px 0; */
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white !important;
    /* text-align: left; */
    font-size: 20px;
	text-align: -webkit-left;
}
.subNav > a:before {
    content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ ';
    color: white;
    margin-right: 7.5px;
}

.sideNav > div > .topNav {
    /* margin: 20px 0; */
    /* margin-left: 20px; */
    /* color: #233043; */
    color: white;
    padding: 20px 0 20px 20px;
    text-align: -webkit-left;
    z-index: 10000;
}

.dropdownArrow {
    /* color: green; */
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    transform: rotate(-90deg);
    margin-left: 10px;
}

.ddTurn {
    transform: unset;
}

.slideshow-text > div > h1 {
 max-width: 600px;
 font-size: clamp(24px, 5vw, 61px);
}


.slideshow-text > div > span{
 font-size: clamp(18px, 5vw, 30px)
}

.post {
    width: calc(100% - 60px);
    min-width: 250px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    text-align: left;
    height: 250px;
    padding: 30px 0 30px 0;
    border-bottom: 3px solid #182D5E;
    /* margin-bottom: 20px; */
}



.post_holder {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 1100px;
    min-height: 600px;
    padding: 20px 20px;
    align-content: center;
}



@media screen and (min-width:750px){
    #infoFlash{
        display: none;
    }
	
}

@media screen and (max-width: 550px){
    .openingBox:nth-child(3) {
        padding-bottom: 175px;
    }
}


@keyframes slidingReviews{
	0%{
		transform: translateX(0)
	}
	100%{
	transform: translateX(-623%);
	}
}


@media screen and (max-width:1100px){
.newTel{
    display: none;
}
.followingHeader > div > div {
    right: 10px;
}
}



@media screen and  (max-width: 750px){
    .option{
        width: 100%;
    }
    .head_config3 > img{
        position: fixed !important;
    width: 200px !important;
    top: 5px !important;
    left: 5px !important;
    }
    .wideNav{
        display: none;
    }
    header{
        height: 80px;
        /* margin-bottom: 25px; */
    }
    .followingHeader > div {
        right: 10px;
        font-size: 12px;
        text-align: center
    }
    .option{
        transform: translateX(0);
    }
    .missionStatement{
        background-attachment: unset;
    }
    .reviewHolder{
        right: unset;
        bottom: 5px;
        height: 69%;
        width: 100%;
    }
    .reviewsWord{
        left: unset;
        top: 5px;
        width: 100%;
        height: 25%;
        text-align: center;
        display: flex;
        align-items: center;
        align-content: center;
    }
    .sideNavButton {
        display: flex;
    }
    
    .sideNav {
        display: block;
        
    }
    .break{
        display: block;
        line-height: .1;
    }
    .subPageBanner{
        background-attachment: unset !important;
    }
    .oneSpace{
    display: none;
    }
    footer{
        text-align: center;
    }
    .bodyAlt > p, .bodyAlt > div{
        width: 90%;
        padding: 10px;
    }
    #extraWord{
        display: inline;
        content: "(below)";
    }
    .bodyAlt > div > p{
        text-align: center;
    }
    .bodyAlt > img {
        width:90%;
    }
    .optionDirButton {
        display: none;
    }
    .body_height > h2{
        width: calc(100% - 40px);
        }
    .bodyBodySpan > *{
        width: 100% !important;
    }
    .productHolder > div{
        width: 100%;
    }
    .full_banner > div {
        background-image: url('./pics/compressed/file1.jpeg');
    }
	
	footer > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
	footer > div > div{
		text-align: center;
	}
	 .reviewsWord {
    left: unset;
    top: 5px;
    width: 100%;
    height: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
}
	.reviewHolder {
    right: unset;
    bottom: 5px;
    height: 69%;
    width: 100%;
}
}

.pages > section > section > p, .pages > section > section > ul > li, .pages > section > section > ol > li {
    font-size: 18px;
}
.menu-item > a {
    color: #182D5E;
}
.fLeft{
	float: left;
	max-width: 400px;
	margin: 15px 15px 15px 0;
}
.fRight{
	float: right;
	max-width: 400px;
	margin: 15px 0 15px 15px;
}

.post > div > img {
    width: 260px;
    height: 260px;
    padding: 20px;
    object-fit: cover;
}

.wpcf7-form > *, .wpcf7-form > * > *, .wpcf7-form > * > * > * > *{width: calc(100% - 15px) !important;}

.wpcf7-text, .wpcf7-textarea, .wpcf7-number{
    border: 2px solid #182d5e;
    border-radius: 2.5px;
}
.wpcf7-submit{
    background: #182d5e;
    padding: 10px 0;
    color: white;
    font-weight: bold;
    letter-spacing: 1px
}


form[aria-label="Contact form"]{
    width: 100%;
}

span:has(.sb-input){
    width: 100%;
}
.sb-input{
    width:100%;
}