/* custom_0.css */
/* Styles used in subsequent templates */


:root {

/*  Color Palette  */
--color-1 : #fefefe;
--color-2 : #f3f3f3;
--color-3 : #cccc;
--color-4 : #c0c0c0;
--color-5 : #dedede;

--bg-color-1 : #111;
--bg-color-2 : #2e2e2e;
--bg-color-3 : #363636;
--bg-color-4 : #4a4a4a;
--bg-color-5 : #6e6e6e;


--gradient-bg:  linear-gradient(to right, #060606, #2c2c2c, #060606);

--main-foreground-color : #dedede;
--main-background-color : #060606;
--accent-color-1: #aea329;
--accent-color-2: #eee1a1;
--accent-color-3: #3366cc;
--accent-color-4: #3c6;
--accent-color-5: #9fc;
--accent-color-5: rgb(60, 117, 89);

  --pg-width-max: 1100px;
  --pg-width-min: 420px;
  --page-padding: 10%;   

}


:main {
a,
a:link {
color : var(--main-link-color-2);
text-decoration : none;
}
a:active,
a:hover {
color : var(--main-link-color-1);
text-decoration : underline;
}
a:visited {
color : var(--main-link-color-2);
text-decoration : none;
}
}



footer a,
footer a:link {
color : var(--accent-color-2);
text-decoration : none;
}
footer a:active,
footer a:hover {
color : var(--accent-color-3);
text-decoration : underline;
}
footer a:visited {
color : var(--accent-color-2);
text-decoration : none;
}


/* Structure */


html, body {
  position: relative;
  width: 100%;
  margin:auto 0;
  color: var(---color-3);
  background-color: var(--bg-color-1);
}

header {
  position: relative;
  min-height:80px;
  color: var(---color-3);
 background-image: linear-gradient(to right, #434343 0%, black 100%);
}

.header_nav,
.banner {
  min-height: 1rem;
  min-width: var( --pg-width-min);
  max-width: var( --pg-width-max);
  border: dotted 3px var(--accent-color-2);
}


header,
footer,
.almost-black-gradient {
 background-image: linear-gradient(to right, #434343 0%, black 100%);
 }

main {
  position: relative;
  min-height:calc(100vh - 15rem);
  color: var(--color5 );
  background-color: var(--color-1);
  border: solid transparent; /* Essential: Make the border transparent */
  border-width: 14px 0 24px 0;
  border-image: linear-gradient(to right, #aea329, #eee1a1, #aea329); /* Apply your gradient */
  border-image-slice: 1; /* Specifies using the entire gradient for the border */
}
aea329 background-image: var(--gradient-bgb)
section {  
  min-height:calc(20vh - 5rem);
  border: dotted 3px var(--accent-color-2);
}

footer {
  display:block;
  position:relative;
  min-width: var( --pg-width-min);
  max-width: var( --pg-width-max);
  padding: var(pg-padding);
  text-align:center;
  color: var(---color-3 );

 background-image: var(--gradient-bgb);
 


.footer_container,
.subfooter_container {
min-width: var( --pg-width-min);
max-width: var( --pg-width-max);
}


.blur-bg-1{
backdrop-filter: blur(4px); 
}





















.pic {
box-shadow:1rem 1rem 4rem #000;
}

img.header_logo {
position:absolute;
left:2rem;
max-height:60px;
}





.blur-bg-1{
backdrop-filter: blur(4px); 
}


/* home feature */

.home-feature-block {
  max-width:var(--standard-max-width);
  min-height:clamp(min(30vh, 20rem), 70vh, max(100vh, 55rem));
  display:flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items:flex-start;
  border: dashed 0px rgb(128, 55, 122);
}

.home-feature-title {
  flex-basis: 66%;
  margin:0;
  text-align: center;
  box-sizing : border-box;
  border: dashed 0px rgb(128, 255, 122);
}
.home-feature-title h2 {
  margin-top:5rem;
}

.feature-card {
  flex-basis: 33%;
  margin:auto;
  backdrop-filter: blur(1.5rem);
  padding: 2.5rem;
  backdrop-filter: blur(.5rem);
  box-sizing : border-box;
}

.feature-card img {
  width:calc(100% - 2rem);
  max-width: 260px;
  margin:10px;
  /*
  border: solid 8px rgba(232, 141, 180, 0.65);
  */
  border: solid 8px rgba(6, 98, 236, 0.75);
  border-radius: 50%;
}

.feature-card p {
  font-size: 1.0rem;
  line-height:1.2;
}

.card-gray {
  border-style: solid;
  border-width: 6px;
  border-radius: 8px;
  border-top-color: rgba(95, 105, 192, .4);
  border-right-color: rgba(68, 68, 68, .4);
  border-bottom-color: rgba(68, 68, 68, .4);
  border-left-color: rgba(95, 105, 192, .4);
  /*
  background-color: rgba(141, 152, 170, .75);
  */
  background-color: rgba(210, 109, 27, 0.75);
}
.card-mauve {
  border-style: solid;
  border-width: 6px;
  border-radius: 8px;
  border-top-color: rgba(95, 105, 192, .4);
  border-right-color: rgba(68, 68, 68, .4);
  border-bottom-color: rgba(68, 68, 68, .4);
  border-left-color: rgba(95, 105, 192, .4);
  color:#ccc;
  background-color: rgba(150, 101, 122, .20);
  background-image:  linear-gradient(to left top, rgba(102, 102, 102, .75), rgba(132, 62, 92, 0.5));
}

.pullquote {
  margin:2rem;
  padding:1rem 0;
  text-align:center;
  border-top: solid 1px var(--color-blk);
  border-bottom: solid 1px var(--color-blk);
}
.pullquote p {
  margin: 3rem;
  font-size:2rem;                                                      
}