
body {
  background-image:url('dictionary/VANILLA_cardstock_12x12_American_Crafts_71041.jpg');
  background-size: 100px, 100px;
  font-size:22px;
  }


.body2 {}

.goback {}

  
/*Everything in the main box goes in this*/
.wrapper {
  width: 1000px;
  margin: 0 auto;
  top: 0px;
  }
    
  
/*This and the header-title class are deprecated now that this style uses a background image for the header div.*/
/*.header img {
  display: block;
  opacity: 0.35;
  width: 100%;
  height: 100%;
  overflow: hidden;
  }
*/

 /*If you want to use a smaller title or normal text, add .header p or .header h4 or whatever to the list*/
.header h2, .header h3, .header h1 {
  font-weight: bold;
  color: white;
  text-align: center;
  margin: 18% auto; /*approx centered*/
  opacity: 0.999999;
}

.links {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  text-align: center;
    color: black;
  font-family: 'Short Stack' !important;
  }

.links2 {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  text-align: center;
    color: black;
  }


.title {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: center;
  font-weight: bold;
  color: black;
  font-size:100px;
  }

.links a {
  color: red;
  padding: 3px;
  margin-left: 5px;
  margin-right:5px;
  font-size:22px;
  }


@media (orientation: portrait), (max-width: 480x) {
    .goback img {min-width: 50%; height:auto;}

@media (orientation: portrait), (max-width: 480x) {
  body {
  background-size: 200px, 200px;
  }

@media (orientation: portrait), (max-width: 480x) {
   .body2 img{
       width: 100% !important;
       height: auto !important;
       } 

@media (orientation: portrait), (max-width: 480x) {
   .links2 img {
       width: auto !important;
       height: auto !important;
       }
    
@media (orientation: portrait), (max-width: 480x) {
   .links img, .links video {
       min-width: 90% !important;
       height: auto !important;
       }
    
@media (orientation: portrait), (max-width: 480x) {
   .links, .links a {
       font-size: 50px !important;
    }
    
@media (orientation: portrait), (max-width: 480x) {
   .title, .title img {
       font-size: 120px !important;
    }
    
@media (orientation: portrait), (max-width: 480x) {
   iframe {
    min-width: 100% !important;
    height:660px !important;
    }




.main {
  padding: 15px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
    text-align: left;
  }
  


.subtitle {
  background-color: rgba(255, 255, 255, 0);
  padding: 20px;
  padding-top:5px;
  padding-bottom:5px;
  font-size:22px;
      text-align: center;
  }
  

