/*CSS Reset*/

body, header, nav, main, footer
{
    margin: 0;
    padding: 0;
    border: 0;
    color: rgb(0, 0, 0);
    font-family: 'Francois One', sans-serif;
    background-color: rgb(255, 254, 255);
    
}
/*
main
{
    /*background-color: #7a7a7a00;
    
    background-image: url("..images/logo.png") no-repeat;
    background-size: cover;
    background-position: center;  
}*/
/*-------------------------------------------------------------*/
/*Style rules for mobile viewport*/
/*Show mobile class, hide tablet-desktop class*/
.mobile 
{
    display: block;
}

.tablet-desktop 
{
    display: none;
}

.tablet-desktop-nav
{
    display: none;
}

#menu-links
{
    display: none;
}

.mobile-nav h1
{
    display: inline-block;
    /*color:rgb(200, 181, 206);*/
    text-align: center;
}

.mobile-nav a 
{
    background-color:#535353;
    text-align: center;
    font-size: 2em;
    text-decoration: none;
    /*padding: 0, 3%;*/
    margin-right: 5%;
    display: block;
    color:rgb(236, 236, 236);
    border: none;
}
.mobile-nav a:hover
{
    background-color:rgba(70, 5, 90, 0.295);
    font-size: 2em;
}

.mobile-nav a .menu-icon a 
{
    margin: 0, 5%;
    
}

.menu-icon
{ 
    padding-bottom: 12px;
    text-align: center;
}

#hero
{
    display: block;
    
    height: 150px;
    background-image: url(/images/heroImage2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
    
}

.mobile h1, h3, p
{
    text-align: center;
    color: rgb(0, 0, 0);
}

.mobile a
{
    color: rgb(0, 0, 0);
    text-decoration: none;
}


.mobile-nav 
{
    background-color:#535353;  
}

.mobile-nav ul
{
    list-style-type: none;
    padding:.3%;
    text-align: center;
}

.mobile-nav a 
{
    text-align: center;
    display: inline-block;
}

main .mobile
{
    padding-left: 1%;
    padding-right: 1%;
}
.homeImg1
{
    display: block;
    margin: 2%;
    padding: 2%;
    height: 150px;
    background-image: url(/images/heroBag.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.homeImg2
{
    display: block;
    margin: 2%;
    padding: 2%;
    height: 150px;
    background-image: url(/images/donations.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mobile .homeImg3
    {
        
        margin: 2%;
        padding: 2%;
        height: 150px;
        background-image: url(/images/class.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
.mobile .part2
{
background-color: rgba(200, 181, 206, 0.616);
padding-bottom: 2%;

}

.classes, h2
{
   text-align: center;

}
.mobile img 
{
    height: 300px;
}

.mobile figure 
{
    display: block;
    margin-right: auto;
    text-align: center;
}

.mobile table
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}  

.frame p
{
    text-align: center;
}

/*CLASSESS PAGE MOBILE*/
.title
{
  background-image: linear-gradient(rgb(189, 218, 245),rgb(240, 212, 247));
  padding-top: 1%;
  
  padding-bottom: 2%;
}
  /* DONATIONS PAGE MOBILE*/
  .text-center
  {
      display: block;
      float: center;
      font-size: 2em;
      font-weight: bold;
      color: rgb(0, 0, 0)

  }
  .pagestart
  {
      display: block;
      background-color: rgba(224, 162, 243, 0.103);
      padding: 1%;
  }

  .form-grid, a
  {
      text-decoration: none;
  }

  
  .boximage{
      display: block;
      padding: 2%;
      height: 200px;
      background-image: url(/images/donations.png);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      
  }
  #priceBlock
  {
      display: block;
      background-color:rgb(255, 254, 255);
      color: rgb(0, 0, 0);
      padding: .5em 2.5em;
      font-size: 1.5em;
      font-weight: 600;
      border-radius: 35px;
      margin-top: 1%;
      margin-left: auto;
      margin-right: auto;
  }

  #priceBlock:hover
  {
      background-color:rgb(224, 162, 243);
  }
  #priceBlock:focus
  {
      background-color:rgb(185, 247, 179);
  }

  #other
  {
      display: block;
      text-align: center;
      padding-bottom: 3%;
      font-size: 1.5em;
      margin-top: 5%;
      color:rgb(0, 0, 0);
  }
  .block, h2
  {
      display: inline-block;
      text-align: center;
      
  }
  .topBlocks
  {
      display: block;
  }

  .donateButton
  {
      display: -moz-inline-stack;
      width: 100%;
      margin: 2%;
      background-color:rgb(255, 254, 255);
      background-image: linear-gradient(rgb(189, 218, 245),rgb(240, 212, 247));
      color: rgb(0, 0, 0);
      padding: .5rem 2.5rem;
      font-size: 1.5em;
      font-weight: 600;
      border-radius: 35px;
  
      margin-left: auto;
      margin-right: auto;
  }
  .donateButton:hover
  {
      background-image: linear-gradient(rgb(97, 157, 212),rgb(223, 144, 243));
  }

  .donateButton:focus
  {
      background-image: linear-gradient(rgb(234, 248, 206),rgb(146, 228, 129));
  }

  #textcenter
  {
      display: block;
      text-align: center;
      font-size: 1.5em;
      color:rgb(0, 0, 0);
      margin-left: auto;
      margin-right: auto;
  }

  .mb-2
  {
      display: block;
      background-image: linear-gradient(rgb(255, 255, 255),rgb(255, 248, 255));
      border-radius: 7%;
      border: none;
      margin-left: auto;
      margin-right: auto;
      width: 90%;
  }

  form, label{
      font-size: 1.1em;
  }
  .sidebyside, label
  {
      font-size: 1.2em;
  }

  .blockgroup
  {
      display: block;
      width: 100%;
      align-items: center;
      padding-left: 1%;
      
  }

  #first{

    background-image: linear-gradient(rgb(189, 218, 245),rgb(240, 212, 247));
    background-repeat: none;
    background-size: cover;
    background-position: cover;
  }

  #first:before
  {
  opacity: 20%;

  }
  #first h2{
    font-size: 5em;
  }
  #first p{
        font-weight: 2em;
        color:#000;
        font-size: 2em;
        letter-spacing: .2em;
      }
.firstText p{
        opacity: 100%;
    }
      .block
  {
      display: inline-block;
      background-color:rgb(240, 212, 247);
      background-image: linear-gradient(rgb(189, 218, 245),rgb(240, 212, 247));
      border-radius: 10px;
      width: 90%;
      height: 450px;
      padding: 10%, 2%, 0%, 10%;
      margin: 5%;
  }

  .blocktext h1 p{
      margin: none;
      padding: none;
  }
  .blocktext
  {
      display: inline-block;
      margin: none;
      padding: none;
      text-decoration: none;
      font-size: .9em; 
  }
  .space {
      padding: .9em;
  }
  .spaceSmall
  {
      padding: .1em;
  }

  .personalInfo
  {
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
  #submit
  {
      display: block;
      margin-top: 10%;
      padding: .5rem 2.5rem;
      font-size: .95em;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff;
      background: #111;
      border-radius: 35px;
      margin-left: auto;
      margin-right: auto;
      
  }
  .design
  {
      background-color: transparent;
      display:block;
      width: 95%;
      border-top: 0;
      border-right: 0;
      border-left: 0;
      border-radius: 0;
      margin-left: auto;
      margin-right: auto;
      font-size: 1.5em;
  }

  .design:hover{
      background-color: rgba(224, 162, 243, 0.062);
      border-top: 0;
      border-right: 0;
      border-left: 0;
      border-radius: 0;
      margin-left: auto;
      margin-right: auto;
      font-size: 1.5em;
  }


  .sidebyside
  {
      display: block;
      width: 90%;
  
      margin-left: auto;
      margin-right: auto;
  }
  .leftSide
  {
      display:inline-block;
      width: 90%;
      margin-top: 2%;
      height: 100px;
      float:initial left;
      margin-left: auto;
      margin-right: auto;
  }

footer 
{
    background-color: #535353;
}
footer p 
{
    font-size: 0.75em;
    text-align: center;
    color: #fff;
    padding: 0.1em;
}

footer p a
{
    color: #fff;
    text-decoration: none;
}
.firstText p{
    color:rgb(0, 0, 0);
    opacity: 100%;
  }

/* END MOBILE STYLE RULES*/
/*---------------------------------------------------------*/
/*Media Query for Tablet Viewport*/
@media screen and (min-width: 630px) and (max-width: 1014px), print 
{
    .tablet-desktop
    {
      display: block;
      background-color:rgb(255, 254, 255);
    }
    .mobile{
        display: none;
    
    }
    .tablet-desktop-nav
    {
      display: block;
      background-color:#535353;
    }
  
    main{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    };
    .tablet-desktop .part2{
        width: 100%;
    }
    .mobile, .mobile-nav 
    {
      display: none;
    }

    .tablet-desktop-nav a
    {
        background-color:#535353;
        text-align: center;
        font-size: 2em;
        text-decoration: none;
        padding: 0%;
        margin-right: 5%;
        display: block;
        color:rgb(235, 232, 232);
        border: none;
    }

    .tablet-desktop-nav ul :hover
    {
        background-color:rgba(70, 5, 90, 0.295);
    }

    .tablet-desktop-nav ul
    {
        list-style-type: none;
        text-align: center;
    }

    #hero
    {
        display: block;
        padding: 2%;
        height: 150px;
        background-image: url(/images/heroImage2.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .tablet-desktop img 
    {
        height: 300px;
    }
    
    .part1
    {
        background-color:rgb(255, 255, 255);
        display: block;
    
    }

    .part2
    {
        background-color:rgba(240, 212, 247, 0.568);
        display: block;
        padding-bottom: 2%;
    }
/*CLASSESS PAGE TABLET*/
.title
{
  background-image: linear-gradient(rgb(189, 218, 245),rgb(240, 212, 247));
  padding-top: 1%;
  
  padding-bottom: 2%;
}
    /* SHOP PAGE TABLET*/
    .product
    {
        display: inline-block;
        
        width: auto;
        background-image: linear-gradient(rgba(236, 243, 247, 0.541),rgb(255, 248, 255));
        margin-left: auto;
        margin-right: auto;
        border-radius: 10%;
    }
    .frame img
    {
        
        width: auto;
        align: center;
        border-radius: 10%;
        margin-left: auto;
        margin-right: auto;    
    }
    .notThis{
        display: none;
        
    }
     .pic-text
    {
        display: block;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.2em;
    }
    figure{
        width: 50%;
    }
    .frame{
     
        display: inline-block;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5%;
    }
 .shader   
 {
    display: block;
    background-image: linear-gradient(rgba(236, 243, 247, 0.541),rgb(255, 248, 255));
    border-radius: 5%;
    padding-top: 10%;

 }
.thisOnly .part2{
    border-radius: 40%;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

    .diy{
        display: block;
        width: 100%;
    }
    /* DONATIONS PAGE TABLET*/
    .text-center
    {
        display: block;
        float: center;
        font-size: 2em;
        font-weight: bold;
        color: rgb(0, 0, 0)

    }
    .pagestart
    {
        display: block;
        background-color: rgba(224, 162, 243, 0.103);
        padding: 1%;
    }

    .form-grid, a
    {
        text-decoration: none;
    }

    
    .boximage{
        display: block;
        padding: 2%;
        height: 200px;
        background-image: url(/images/donations.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        
    }
    #priceBlock
    {
        display: block;
        background-color:rgb(255, 254, 255);
        color: rgb(0, 0, 0);
        padding: .5em 2.5em;
        font-size: 1.5em;
        font-weight: 600;
        border-radius: 35px;
        margin-top: 1%;
        margin-left: auto;
        margin-right: auto;
    }

    #priceBlock:hover
    {
        background-color:rgb(224, 162, 243);
    }
    #priceBlock:focus
    {
        background-color:rgb(185, 247, 179);
    }

    #other
    {
        display: block;
        text-align: center;
        padding-bottom: 3%;
        font-size: 1.5em;
        margin-top: 5%;
        color:rgb(0, 0, 0);
    }
    .block, h2
    {
        display: inline-block;
        text-align: center;
        
    }
    .topBlocks
    {
        display: block;
    }

    .donateButton
    {
        display: -moz-inline-stack;
        width: 100%;
        margin: 2%;
        background-color:rgb(255, 254, 255);
        background-image: linear-gradient(rgb(189, 218, 245),rgb(240, 212, 247));
        color: rgb(0, 0, 0);
        padding: .5rem 2.5rem;
        font-size: 1.5em;
        font-weight: 600;
        border-radius: 35px;
    
        margin-left: auto;
        margin-right: auto;
    }
    .donateButton:hover
    {
        background-image: linear-gradient(rgb(97, 157, 212),rgb(223, 144, 243));
    }

    .donateButton:focus
    {
        background-image: linear-gradient(rgb(234, 248, 206),rgb(146, 228, 129));
    }

    #textcenter
    {
        display: block;
        text-align: center;
        font-size: 1.5em;
        color:rgb(0, 0, 0);
        margin-left: auto;
        margin-right: auto;
    }

    .mb-2
    {
        display: block;
        background-image: linear-gradient(rgb(255, 255, 255),rgb(255, 248, 255));
        border-radius: 7%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    form, label{
        font-size: 1.1em;
    }
    .sidebyside, label
    {
        font-size: 1.2em;
    }

    .blockgroup
    {
        display: block;
        width: 100%;
        align-items: center;
        padding-left: 1%;
        
    }

    .block
    {
        display: inline-block;
        background-color:rgb(240, 212, 247);
        background-image: linear-gradient(rgb(189, 218, 245),rgb(240, 212, 247));
        border-radius: 10px;
        width: 90%;
        height: 450px;
        padding: 10%, 2%, 0%, 10%;
        margin: 5%;
    }

    .blocktext h1 p{
        margin: none;
        padding: none;
    }
    .blocktext
    {
        display: inline-block;
        margin: none;
        padding: none;
        text-decoration: none;
        font-size: .9em; 
    }
    .space {
        padding: .9em;
    }
    .spaceSmall
    {
        padding: .1em;
    }

    .personalInfo
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #submit
    {
        display: block;
        margin-top: 10%;
        padding: .5rem 2.5rem;
        font-size: .95em;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        background: #111;
        border-radius: 35px;
        margin-left: auto;
        margin-right: auto;
        
    }
    .design
    {
        background-color: transparent;
        display:block;
        width: 95%;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.5em;
    }

    .design:hover{
        background-color: rgba(224, 162, 243, 0.062);
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.5em;
    }


    .sidebyside
    {
        display: block;
        width: 90%;
    
        margin-left: auto;
        margin-right: auto;
    }
    .leftSide
    {
        display:inline-block;
        width: 50%;
        margin-top: 2%;
        height: 100px;
        float:initial left;
        margin-left: auto;
        margin-right: auto;
    }

    .rightSide
    {
        display: inline-block;
        float: right;
        margin-top: 2%;
        width: 50%;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .tablet-desktop figure 
    {
        display: block;
        margin-left:auto;
        margin-right:auto;
        text-align: center;
    }

    .frame p
    {
        text-align: center; 
    }

    .grid 
    {
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 5px;
    }

    .product{ display: grid;
        grid-template-columns: auto auto;
        grid-gap: 5px;
    }

    .tablet-desktop
    {
        text-align: center;
        margin: 3%;
    }

    .tablet-info a
    {
        color:rgb(0, 0, 0);

        text-decoration: none;
    }

    table
    {
        margin-left: auto;
        margin-right: auto;
    }

    .tablet-desktop a
    {
        color:rgb(0, 0, 0);
        text-decoration: none;
    }

    footer 
    {
        font-size: 1.5em;
    }


}
/* END TABLET STYLE RULES*/
/*---------------------------------------------------------*/
/*Media Query for Desktop Viewport*/
@media screen and (min-width: 1015px), print 
{

    .mobile, .mobile-nav
    {
        display: none;
    }
    .thisOnly{
        display: none;
    }
      
    .tablet-desktop, .tablet-desktop-nav
    {
        display: block;
    }
    .notThis{
        display: block;
    }
/*    NAV    */
    nav 
    {
        background-color:#535353;
    }

    nav ul
    {
        list-style-type: none;
        padding:.5%;
        text-align: center;
    }

    nav li 
    {
        display: inline-block;
    }

    nav li a 
    {
        display: block;
        color:rgb(233, 230, 230);
        padding:  0.1em 0.75em;
        text-decoration: none;
        font-size: 2em;
    }
  
/*   BODY  */
    body
    {
    background-image:darkgray url("..images/logo.png") no-repeat;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color:rgb(0, 0, 0);
    margin-bottom: 1.5em;
    }
    h2 {
        margin-left: auto;
        margin-right: auto;
    }
    .aside1 /*used for text on left*/
    {
        display: inline-block;
        width: 65%;
        align-items: left;
    }

    .aside2  /*used for picture on right*/
    {
        display: inline-block;
        width: 25%;
        float: right;
       
    }
    .aside3  /*used for text on right*/
    {
        display: inline-block;
        width: 26%;
        align-items: left;
    }
    .aside4  /*used for picture on left*/
    {
        display: inline-block;
        width: 65%;
        float: right;
    }

    .part1
    {
        background-color:rgb(255, 255, 255);
        display: block;
    
    }

    .part2
    {
        background-color:rgba(200, 181, 206, 0.219);
        display: block;
        padding-bottom: 2%;
    }
    .part2, h2
    {
        display: inline-block;
        text-align: center;
    }
    .part1, h2
    {
        display: inline-block;
        text-align: center;
    }
    

    /*main .tablet-desktop
    {
        background-color: #5353537a;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    */
/* THIS IS WHERE THE BACKGROUND COLOR IS */
    main
    {
        display: block;
        background-image:darkgray url("..images/logo.png") no-repeat;
        padding-bottom: 2%;
    }
    body 
    {
        background-color:rgba(248, 248, 248, 0.295);
        background-image:darkgray url("..images/logo.png") no-repeat;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    h1, h3, p
    {
        text-align: center;
        color:rgb(3, 3, 3);
        font-size: 1.5em;
    }

    a
    {
        color:rgb(12, 12, 12);
        text-decoration: none;
    }

    a:hover
    {
    
        color:rgb(150, 105, 160);
        font-size: 1.2em;
    }
        
    .info
    {
        
        padding: 5px;
        
    }

    .homeImg1
    {
        display: block;
        margin: 2%;
        padding: 2%;
        height: 150px;
        background-image: url(/images/heroBag.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .homeImg2
    {
        display: block;
        margin: 2%;
        padding: 2%;
        height: 150px;
        background-image: url(/images/donations.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .homeImg3
    {
        display: block;
        margin: 2%;
        padding: 2%;
        height: 150px;
        background-image: url(/images/class.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .tablet-desktop, a
    {
        text-decoration: none;
    }

    .logo
    {
        float: left;
        width: 10px;
        height: 10px;
    }

  

    #hero
    {
        display: block;
        padding: 2%;
        height: 150px;
        background-image: url(/images/heroImage2.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    
    form p
    {
        display: block;
        width: 90%;
        float: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.2em;
    }
    /*Start of Classes Page Style Rules*/

    .addressinfo
    {
        display: inline-block;
        width: 33%;
        float: right;
        
        padding-top: 5%;
    }
    .map 
    {
        display: inline-block;
        float: left;
        width: 65%;
        height: 50%;        
        padding-bottom: 2%;
    } 
   .bottom
   {
    display: block;
   
   }
    /*This is the start of Shop Page style Rules*/

    /*
    .grid 
    {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
    width: 30%;
    }

    .grid img 
    {
        width: 33%;
    }

    .grid p 
    {
        text-align: center;
        width: 300px;
    }
    
    .pic-text
    {
        font-size: 1.5em;
        padding: 10px;
        text-align: center;
        width: 300px;
    }

    figure p 
    {
        font-size: 1em;
    }
   
    caption 
    {
		font-size: 1.5em;
		
		padding: 1%;
	}
    */
    .part1
    {
        background-color:rgb(255, 255, 255);
        display: block;
        border-radius: 10%;
    }

    .part2
    {
        background-color:rgba(200, 181, 206, 0.616);
        display: inline-block;
        margin-top: 2%;
        width: 100%;
        padding-bottom: 2%;
    }
    .part2 p 
    {
        margin: 0;
    }
    .product
    {
        display: inline-block;
        float: center;
        width: 33%;
        background-image: linear-gradient(rgba(236, 243, 247, 0.541),rgb(255, 248, 255));
        border-radius: 10%;
    }
    .product img
    {
        display: block;
        width: 90%;
        align: center;
        border-radius: 10%;
    }

     .pic-text
    {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1.2em;
    }

    .diy
    {
        display: inline-block;
        float: center;
        width: 33%;
        
    }
    .diy img
    {
        display: block;
        width: 90%;
        align: center;
        border-radius: 10%;
    }
    
    /*This is the start of the Donations Page Syle Rules*/
    .text-center
    {
        display: block;
        float: center;
        font-size: 2em;
        font-weight: bold;
        color: rgb(0, 0, 0)

    }
    .pagestart
    {
        display: block;
        background-color: rgba(224, 162, 243, 0.103);
        padding: 1%;
    }

    
    .boximage{
        display: block;
        height: 200px;
        background-image: url(/images/donations.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 5%;
        margin-left: auto;
        padding-top: 25%;
        
    }
    #priceBlock
    {
        display: block;
        background-color:rgb(255, 254, 255);
        color: rgb(0, 0, 0);
        padding: .5em 2.5em;
        font-size: 1.5em;
        font-weight: 600;
        border-radius: 35px;
        margin-top: 1%;
        margin-left: auto;
        margin-right: auto;
    }

    #priceBlock:hover
    {
        background-color:rgb(224, 162, 243);
    }
    #priceBlock:focus
    {
        background-color:rgb(185, 247, 179);
    }

    #other
    {
        display: block;
        text-align: center;
        padding-bottom: 3%;
        font-size: 1.5em;
        margin-top: 5%;
        color:rgb(0, 0, 0);
    }
    .block, h2
    {
        display: inline-block;
        text-align: center;
        
    }
    .topBlocks
    {
        display: block;
    }


    .donateButton
    {
        display: -moz-inline-stack;
        width: 100%;
        margin: 2%;
        background-color:rgb(255, 254, 255);
        background-image: linear-gradient(rgb(189, 218, 245),rgb(240, 212, 247));
        color: rgb(0, 0, 0);
        padding: .5rem 2.5rem;
        font-size: 1.5em;
        font-weight: 600;
        border-radius: 35px;
    
        margin-left: auto;
        margin-right: auto;
    }
    .donateButton:hover
    {
        background-image: linear-gradient(rgb(97, 157, 212),rgb(223, 144, 243));
    }

    .donateButton:focus
    {
        background-image: linear-gradient(rgb(234, 248, 206),rgb(146, 228, 129));
    }
/*
    #textcenter
    {
        display: block;
        text-align: center;
        font-size: 1.5em;
        color:rgb(0, 0, 0);
        margin-left: auto;
        margin-right: auto;
    }

    .mb-2
    {
        display: block;
        background-image: linear-gradient(rgb(255, 255, 255),rgb(255, 248, 255));
        border-radius: 7%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    form, label{
        font-size: 1.1em;
    }
    .sidebyside, label
    {
        font-size: 1.2em;
    }

    .blockgroup
    {
        display: block;
        width: 100%;
        align-items: center;
    }

    .block
    {
        display: inline-block;
        background-color:rgb(240, 212, 247);
        background-image: linear-gradient(rgb(189, 218, 245),rgb(240, 212, 247));
        border-radius: 10px;
        width: 20%;
        height: 450px;
        padding: 0%, 0%, 0%, 0%;
    }

    .blocktext h1 p{
        margin: none;
        padding: none;
    }
    .blocktext
    {
        display: inline-block;
        margin: none;
        padding: none;
        text-decoration: none;
        font-size: .9em; 
    }
    */

#textcenter
{
    display: block;
    text-align: center;
    font-size: 1.5em;
    color:rgb(0, 0, 0);
    margin-left: auto;
    margin-right: auto;
}

.mb-2
{
    display: block;
    background-image: linear-gradient(rgb(255, 255, 255),rgb(255, 248, 255));
    border-radius: 7%;
    border: none;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

form, label{
    font-size: 1.1em;
}
.sidebyside, label
{
    font-size: 1.2em;
}

.blockgroup
{
    display: block;
    width: 100%;
    align-items: center;
    padding-left: 1%;
    
}

.block
{
    display: inline-block;
    background-color:rgb(240, 212, 247);
    background-image: linear-gradient(rgb(189, 218, 245),rgb(240, 212, 247));
    border-radius: 10px;
    width: 35%;
    height: 450px;
    padding: 10%, 2%, 0%, 10%;
}

.blocktext h1 p{
    margin: none;
    padding: none;
}
.blocktext
{
    display: inline-block;
    margin: none;
    padding: none;
    text-decoration: none;
    font-size: .9em; 
}
    .space {
        padding: .9em;
    }
    .spaceSmall
    {
        padding: .1em;
    }

    .personalInfo
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #submit
    {
        display: block;
        margin-top: 10%;
        padding: .5rem 2.5rem;
        font-size: .95em;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        background: #111;
        border-radius: 35px;
        margin-left: auto;
        margin-right: auto;
        
    }
    .design
    {
        background-color: transparent;
        display:block;
        width: 95%;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.5em;
    }

    .design:hover{
        background-color: rgba(224, 162, 243, 0.062);
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.5em;
    }


    .sidebyside
    {
        display: block;
        width: 90%;
    
        margin-left: auto;
        margin-right: auto;
    }
    .leftSide
    {
        display:inline-block;
        width: 50%;
        margin-top: 2%;
        height: 100px;
        float:initial left;
        margin-left: auto;
        margin-right: auto;
    }

    .rightSide
    {
        display: inline-block;
        float: right;
        margin-top: 2%;
        width: 50%;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    /*Product Page Style Rules*/
    .prodimg
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        margin-top: 2%;
        padding: 2%;
        background-image: linear-gradient(rgba(236, 243, 247, 0.541),rgb(255, 248, 255));
        border-radius: 10%;
    }

    .prodimg img{
        display: inline-block;
        width: 100%;
        border-radius: 10%;
        margin-left: auto;
        margin-right: auto;
    }
    .prodimg .aside2
    {
        margin: 2%;
    
    }
    .prodimg h1 p
    {
    display: inline-block;
    width: 32%;
    }

    footer
    {
        display: block;
        background-color: #535353;
        padding: 1%;
        margin-right: auto;
        margin-left: auto;
        
    }

    footer p
    {
        font-size: 1.2em;
        color:rgb(233, 230, 230);
    }
    
    footer a
    {
        text-decoration: none;
        color: #fff;
    }
    

    .address
    {
        display: inline-block;
        float: left;
        width: 33%;
    }
    .address p
    {
        
        padding: 0;
        margin: 0;
        text-decoration: none;
        font-size: 1em;
    }
    .copy
    {
        display: inline-block;
        margin-right: auto;
        margin-left: auto;
        width: 33%;
        
        
    }
    .contact
    {
        display: inline-block;
        float: right;
        width: 33%;
        margin-top: auto;
        margin-bottom: auto;
        text-decoration: none;
        font-size: 1.2em;   
    }
   
    .contact p{
        padding: 0;
        margin: 0;
        text-decoration: none;
        font-size: 1em;
    }
    
    figcaption 
    {
    -webkit-animation-name: text-animation;
    animation-name: text-animation;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    }

    
    th, td 
    {
        /*border: 1px solid rgb(200, 181, 206);*/
        padding: 2%;
        border: none;
    }

    th
    {
        background-color: #a0529dcb;
        color: #fff;
        font-size: 1.15em;
        margin-right: auto;
        margin-left: auto;
    }

    td
    {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    table 
    {
        
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        border-collapse: collapse;
        /*border: 1px solid #000;*/
        border: none;
    }
   
    .aside1c
    {
        display: inline-block;
        width: 49%;
        float: left;
    }
    .aside2c
    {
        display: inline-block;
        width: 49%;
        float: right;
    }
    .aside1c h2 p{
        margin-right: auto;
        margin-left: auto;
    }
    .tableDiv
    {
        display: block;
        padding-bottom: 15px;
    }
    
    #first h1{
        margin-left: auto;
        margin-right: auto;
    }
    #first p, h1{
        font-size: 2em;
        font-weight: 4em;
        color:#000;
        letter-spacing: .1em;
      }
      .title
      {
        background-image: linear-gradient(rgb(189, 218, 245),rgb(240, 212, 247));
        padding-top: 1%;
        
        padding-bottom: 2%;
      }
}