    /* Center align elements */


    body{
      background-image: url(/src/dogscomp.png) ; 
      background-color: #ffd30f;
      background-size: 1200px;
      background-repeat: no-repeat;
      background-position: top;
    }



    

    .bandphoto{
      display: flex;
      justify-content: center;
      margin: auto;
      
    }

    .bphoto-a{
      max-width: 80%;
    }

    .bphoto-b{
      max-width: 60%;
      margin-bottom: 20px;
    }

    .epkParagraph{
      font-family:'Unbounded', cursive;
        font-weight:normal;
        display: flex;
        justify-content: center;
        text-align: center;
        color:rgb(31, 31, 31);
        font-size: 18px;
    }

    .epkParagraph span{
      background-color: #fff;
    }

    .epkBio span{
      background-color: #fff;
    }


    .scEmbed{
      margin: auto;
      margin-top: 40px;
    }

    .ytEmbed{
      margin: auto;
      margin-top: 40px;
      margin-bottom: 40;
      display: flex;
      justify-content: center;
    }

    .photoHolder{
      display:flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 100px;
      
    }

    .photoHolder img{
      width: 300px;
      padding: 30px;
    }

    @media only screen and (max-width: 800px) {
      .photoHolder img{
         width: 100px;
         padding: 10px;
      }
   }

   .hotdArt{
    display: flex;
    max-width: 50%;
    margin: 10px;

   }

   .constructionMan{
    display: flex;
    justify-content: center;
    max-width: 100%;
    object-fit: contain;
    margin-top: 100px;
    margin-bottom: 100px;
    
    
    }

    .constructionMan img{
      width: 150px;
      
      
    }
   

    



    .epkTitle{
        font-family: 'Unbounded', cursive;
        font-weight: bolder;
        display: flex;
        justify-content: center;
        text-align: center;
        color:rgb(31,31,31);
        font-size: 1.5rem;
        margin-top: 0px;
    }
    .epkBio{
      font-family: 'Unbounded', cursive;
      font-weight: bolder;
      display: flex;
      justify-content: center;
      text-align: center;
      color:rgb(31,31,31);
      font-size: 1rem;
      /* margin-top: 50px; */
  }

    .center {
        display: flex;
        justify-content: center;
        align-items: center;
      }
    .container{
            min-width: 300px;
            max-width: 600px;
            width: auto !important;
            margin: auto;
            margin-top: 5rem;
            padding: 0 0.5rem;
            padding-top: 3rem;
            
           
            
        }


        .video-container {
          display: flex;
          margin: auto;
          width:400px;
          height:400px;
          border:1px solid #000;
          position:relative
        }
        .video-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }

        @media only screen and (max-width:600px){
          .video-container {
            display: flex;
            margin: auto;
            width:300px;
            height:300px;
            border:1px solid #000;
            position:relative
          }
          .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
          }
        }

        
       
       @media only screen and (max-width: 600px) {
          .container {
             padding-top: 0em;
             margin-top: 2em;
          }
       }

       .footer {
        margin: auto;
        flex-direction: column;
        margin-bottom:2rem;
        background-color:transparent ;
        color: white;
        text-align: center;
        
         
      }
      
      

       .typewriter{
        display: inline-block;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 5%;
        font-family: 'Orbitron', sans-serif; ;
        color: #D73914 ;
        
       }

        .typewriter p {
          overflow: hidden; /* Ensures the content is not revealed until the animation */
          border-right: .15em solid orange; /* The typwriter cursor */
          white-space: nowrap; /* Keeps the content on a single line */
          margin: 0 auto; /* Gives that scrolling effect as the typing happens */
          letter-spacing: .10em; /* Adjust as needed */
          animation: 
            typing 3.5s steps(40, end),
            blink-caret .75s step-end infinite;
        }
        
        /* The typing effect */
        @keyframes typing {
          from { width: 0 }
          to { width: 100% }
        }
        
        /* The typewriter cursor effect */
        @keyframes blink-caret {
          from, to { border-color: transparent }
          50% { border-color: orange; }
        }
        
        

       
       .glow {
        color: rgba(0, 255, 21, 0.363);
        text-shadow:
          0 0 7px #fff,
          0 0 10px #fff,
          0 0 21px #fff,
          0 0 42px #0fa,
          0 0 82px #0fa,
          0 0 92px #0fa,
          0 0 102px #0fa,
          0 0 151px #0fa;
      }
       

       
      /* Style the logo */
      #toplogo {
        padding-top: 50px;
        padding-bottom: 2%;
        margin-left: 60px;
        margin-right: 60px;
        max-width: 100%;
        
      }

      .photozoom {
        transition: transform .5s; /* Animation */
        ;
      }
      
      .photozoom:hover {
        transform: scale(1.3);
        flood-color: rgb(87, 126, 160);

      }
      
      .zoom {
        transition: transform .4s; /* Animation */
        ;
      }
      
      .zoom:hover {
        transform: scale(1.1);
        flood-color: rgb(87, 126, 160);

      }
  
      /* Style the social media links */
      .social-link {
        font-size: 20px;
        margin: 0 10px;
        max-width: 100%;
      }
  
      #icon {
          scale: 70%;
      }

      .button{
        background-color: brown;
      }

      .socialbuttons{
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px;
        max-width: 100%;
      }
      
      @media only screen and (min-width: 100px) and (max-width: 767px) {

        body { min-width:100px; }

        #icon {
            background-position:-50px 0px;
            height:65px;
            width:65px;
            margin-top: 15px;
            margin-bottom: 10px;
              }
      
      }
      
      

  
      .emailtag{
          scale: 70%;
          padding-top: 2%;
          height:fit-content;
          max-width: 100%;
  
      }
  
      .emailsubmit{
          scale: 60%;
          padding-top: 2%;
          height:fit-content;
          max-width: 100%;
  
      }
  
      .emailbar{
          justify-content: center3;
          
      }

      .email_label{
        color: #D73914;
      }
      .partnerprompt{
        font-family: 'Unbounded', cursive;
        font-weight: bolder;
        display: block;
        justify-content: center;
        text-align: center;
        color:rgb(201, 27, 27);
        font-size: 1.8rem;
        margin-top: 50px;
      }

      .streamprompt{
        font-family: 'Unbounded', cursive;
        font-weight: bolder;
        display: block;
        justify-content: center;
        text-align: center;
        color:rgb(201, 27, 27);
        font-size: 1.3rem;
        
      }

      .hotdtitle{
        font-family: 'Unbounded', cursive;
        font-weight: bolder;
        display: block;
        justify-content: center;
        text-align: center;
        color:rgb(201, 27, 27);
        font-size: 1.8rem;
      }

      .partnerprompt span{
        font-size: medium;
        font-style: italic;
      }

      .form-submit-button {
        background: rgb(0, 0, 0);
        font-size: large;
        color: black;
        border-style: outset;
        border-color:rgb(215, 57, 20);
        height: 30px;
        width: 100px;
        font: bold15px arial,sans-serif;
        text-shadow: none;
        cursor: pointer;
        
    }

      input[type=submit]{
        font-family: 'Rye';

    }

      .mc_embed_box {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-bottom: 150px;
        
        

    }

    .optionalParent{
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;

    }

    #mc_custom_sub{
      background-color:rgb(215, 57, 20);
      color: white;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bolder;
      font-size: 15px;
      height: 40px;
      line-height: 32px;
      cursor: pointer;
      text-align: center;
      margin: 0 5px 10px 0;
      border-radius: 4px;
      vertical-align: top;
      border: 0 none;
      width: 150px;

    }

    #mc-embedded-subscribe-form{
      margin: 10px!important;
    }

    

    .footmod{
      background-color: transparent;
    }

    #mc_embed_signup{
        background-color: transparent !important;
    }
  
    .email_label{
        font-weight: bold;
    }

    .helper_text{
        background: transparent;
    }

    .gif-old{
      display: flex;
      margin: auto;
      max-width: 100%;
    }

    .gif-gbsoft{
      display: flex;
      margin: auto;
      height: 100px;
      
      
      
      

    }

    .de-wobble {
	-webkit-animation: de-wobble 2.8s both infinite;
	        animation: de-wobble 2.8s both infinite;
  text-align: center;
}

/* Keyframes for the wobble animation */

@keyframes de-wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50%50%;
    transform-origin: 50%50%;
  }
  7.5% {
    -webkit-transform: translateX(-30px)rotate(-6deg);
    transform: translateX(-30px)rotate(-6deg);
  }
  15% {
    -webkit-transform: translateX(15px)rotate(6deg);
    transform: translateX(15px)rotate(6deg);
  }
  22.5% {
    -webkit-transform: translateX(-15px)rotate(-3.6deg);
    transform: translateX(-15px)rotate(-3.6deg);
  }
  30% {
    -webkit-transform: translateX(9px)rotate(2.4deg);
    transform: translateX(9px)rotate(2.4deg);
  }
  37.5% {
    -webkit-transform: translateX(-6px)rotate(-1.2deg);
    transform: translateX(-6px)rotate(-1.2deg);
  }
  100% {
    -webkit-transform: translateX(-6px)rotate(0deg);
    transform: translateX(-6px)rotate(0deg);
  }
}



    
      