.myBoxes {
padding: 0px 10px 10px 20px;
padding: 0px 10px 10px 10px;
background: rgb(255,255,255);
/* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 75%, rgba(247,247,247,1) 100%); /* FF3.6+ */;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(253,253,253,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */;
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 75%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */;
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 75%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */;
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 75%,rgba(247,247,247,1) 100%); /* IE10+ */;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(253,253,253,1) 75%,rgba(247,247,247,1) 100%); /* W3C */;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */;
    -webkit-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
border: 1px #CDCDCD solid;
border-radius: 5px;
}




#nav {
  width: 975px;
  float: left;
  margin: 0 0 3px 0;
  padding: 0;
  list-style: none;
  background-color: #666666;
  border-bottom: 1px solid #666666;
  border-top: 1px solid #666666; }
#nav li {
  float: left; }
#nav li a {
  display: block;
  padding: 8px 19px;
  text-decoration: none;
  font-weight: bold;
  font-size:12px;
  color: #ffffff;
  border-right: 1px solid #666666; }
#nav li a:hover {
  color: #ffffff;
  background-color: #333333; }
/* End primary navigation bar styling. */

  #nav1 {
  width: 975px;
  float: left;
  margin: 0 0 3em 0;
  padding: 0;
  list-style: none;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff; }
#nav1 li {
  float: left; }
#nav1 li a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  font-weight: bold;
  font-size:70%;
  color: #000000;
  border-right: 1px solid #ffffff; }
#nav1 li a:hover {
  color: #c00;
  background-color: #ffffff; }
/* End secondary navigation bar styling. */
   
.myBoxesWhiteBackground {
padding: 10px;
width:450px;
height:200px;
background: rgb(255,255,255);

    -webkit-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
border: 1px #CDCDCD solid;
border-radius: 5px;
}





   #nav1 {

      border-bottom: 1px solid #f2f2f2;
      border-top: 1px solid #f2f2f2;}

   #nav1 li a {      

      border-right: 1px solid #f2f2f2; }


a:link {color:blue;}    /* unvisited link */

a:visited {color:blue;} /* visited link */

a:hover {color:red;}   /* mouse over link */

a:active {color:red;}  /* selected link */




            BODY {font-family:"Arial"; background-color: #f2f2f2;  margin:0px;padding:0px;text-align:center;min-width:1046px;}





            p {font-family: 'Strait', sans-serif; }

input.button1 {
    background-color: #259bdd;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  border-radius: 8px;
    padding: 5px 12px;
    font-size: 50px;
    border: none;
    color: yellow;  
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

.button1:hover {
    background-color: #cc0000 ; 
    color: white;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}





            h1 {font-size: 275%; font-weight: normal;} 
            h2 {font-family: 'Capriola', sans-serif; font-size: 175%; font-weight: normal; color:#cc0000; text-shadow: 4px 4px 4px #aaa;}
            h3 {font-size: 130%; font-weight: normal; text-align: left; margin-left: 50px;}
           




            FORM {margin:0;padding:0;}



         @media screen and (min-width: 1001px){
         #nav1{
         margin-bottom: 28px;
         }
         }




            #centerwrapper {text-align:left; width:975px; margin-left:auto; margin-right:auto;}




@media screen and (max-width: 1000px){
  body, #nav, #nav1, #content,iframe,#centerwrapper,.myBoxesGrayBackground,.myBoxesWhiteBackground{
    max-width: 100%;
    width: 100% !important;
    min-width: 100% !important;
  }
  *{
    margin-right: 0 !important;
    margin-left: 0 !important;

  }
  p{
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
    display: block;
    float: none;


  }
  img{
    width: 100%;
    height: auto;
  }
  #nav1 li a{

    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  ul, ol, li{
    /*display: inline;*/

  }
  #nav li{
    text-align: center;
  }
  *{
    /*border: 1px solid;*/
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .myBoxesGrayBackground, #content{
    margin-top: 10px !important;
    height: auto !important;
  }
  #centerwrapper{
    width: 90% !important;
    min-width: 90% !important;
    margin-left: 3% !important;
  }
  .myBoxesGrayBackground, .myBoxesWhiteBackground{
    padding: 0 2% !important;
    height: auto !important;


  }
  #nav{
    margin-left: 3% !important;
  }
  li{
    list-style-position: inside;
  }
  #content div{
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  #content div.confetti-container div, #content div.confetti-container{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .confetti-container > div{
      scale: .6 !important;
  }
  h1, h2{
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
    #nav li, #nav1 li{
    margin-bottom: 10px;
    margin-top: 10px;
  }
    #nav li a, #nav1 li a{
    font-size: 14px;
  }
  #centerwrapper{
    margin: auto !important;
  }
  #nav{
    margin-left: 0 !important;
  }
  .vaultimg{
      width: 150px;
      float: left !important; 
      margin-top: 40px;
  }
  img[src='https://www.paypalobjects.com/en_US/i/scr/pixel.gif']{
    width: 1px !important; height: 1px !important;
  }





  .myBoxesGrayBackground, .myBoxesWhiteBackground{
    box-sizing: border-box;
    
  }
  
  #centerwrapper{
    margin: auto !important;
  }
  #nav{
    margin-left: 0 !important;
  }




  .myBoxesGrayBackground, .myBoxesWhiteBackground, .myBoxes{
    box-sizing: border-box;
    padding: 10px 15px 15px !important;            



    
  }
  .myBoxes{
    width: 100% !important;
    margin-left: 0 !important;
        margin-top: 40px !important;

  }
  
  #content li{
    list-style-position: outside;
    margin-left: 25px !important;
}



  .smaller_title{
    font-size: 50px !important;
  }
  .smaller_title+div{
    margin-top: 40px !important;
  }
}

  .hovered_images a{
    display: block;
    float: left;
    transition: all .5s;
    padding-bottom: 20px;
  }
  .hovered_images a:hover {
    padding-top: 20px;
    padding-bottom: 0;
  }
  
     .button1 {
    font-size: 80% !important;
    margin-bottom:20px !important;
    padding-left:10px !important;
    padding-right:10px !important;
}


a.button3 {
	display: inline-block;
	padding: 0.4em 1.2em;
	margin: 0 0.3em 0.3em 0em;
	border-radius: 2em;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: 300;
	color: #FFFFFF;
	background-color: #ff0000;
	text-align: center;
	transition: all 0.2s;
}
@media all and (max-width:30em) {
	a.button3 {
		display: block;
		margin: 0.2em auto;
	}
}
a.button3 {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 500% 500%;
	animation: gradient 4s ease infinite;
	height: 4vh;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

    @keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}
@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}
@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}
.container {
  width: 100vw;
  height: 100vh;
  background: #ffffff;
}

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
}
.confetti--animation-slow {
  animation: confetti-slow 7.25s linear 1 forwards;
}
.confetti--animation-medium {
  animation: confetti-medium 5.75s linear 1 forwards;
}
.confetti--animation-fast {
  animation: confetti-fast 3.25s linear 1 forwards;
}

    .abaclock{
  --max-beads: 10;
  --min-beads-gap: 4;
  container-type: inline-size;
  display: grid;
  width: min(30rem, 100%);
  margin-inline: auto;
  position: relative;
  --grad: hsl(0 0% 100% / .25), hsl(0 0% 100% / .5) 25%, hsl(0 0% 0% / .5) 90%;
  &::before, &::after{
    content: "";
    position: absolute;
    width: 5cqi;
    background-color: orange;
    background-image: linear-gradient(90deg, var(--grad));
    height: 100%;
    top: 0;
    border-radius: 5cqi 5cqi 0 0;
  }
  &::before { left: 0 }
  &::after { right: 0 }
  > time {
    width: 100%;
    text-align: center;
    font-size: 8cqi;
    color: white;
    font-family: system-ui, sans-serif;
  }
  > [data-beads] {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-inline: 5cqi;
    margin-block: 1cqi;
    &:first-of-type{ margin-top: 10cqi}
    &::before{
      content: "";
      position: absolute;
      inset: 40% 0;
      background-color: var(--color);
      background-image: linear-gradient(var(--grad));
      z-index: -1;
    }

    > i {
      width: calc(100% / (var(--max-beads) + var(--min-beads-gap,1)));
      aspect-ratio: 1/1.5;
      border-radius:25%;
      transition: transform 0.5s;
      background-color: var(--color);
      background-image: linear-gradient(var(--grad));
      box-shadow: inset 0 -10px 10px hsl(0 0% 0% /.5);
      &[data-active=true] {
        transform: translateX(calc(-100% * (var(--max-beads) - var(--beads, var(--max-beads)) + var(--min-beads-gap,1))));
      }   
    }
  }
}

*, *::before, *::after { box-sizing: border-box}
