/* all pages */
body{
    overflow-x: hidden;
    max-width: 90%;
    background: url('SiteAssets/textures/rawnewsprinttile.jpg') #FEF1E5;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin:0;
    padding:0;
  }

/* header */
  #header { 
    /* there be image/gif here */
    height: 15vh;
    width: 110%;
    padding: 10px;
    padding-bottom: 2vh;
    margin: 10px auto -1rem auto;
    display: flex;
    flex-direction: row;
    background-color: #ff4d8f;
    justify-content: center;
  }

#headertext{
  margin-bottom: 5px;
}

#header h3{
  font-family: cursive;
}

#header a{
  color:white;
}

#logo{
height:auto;
margin-right: 3vw;
}

a{
  color:#ff4d8f;
}

h1{
  font-family: cursive;
}

.Sticky{
height: 170%;
filter: drop-shadow(1px 2px 3px);
}

/* menu */
#menu {
  background: url("SiteAssets/textures/PinkSticky1.png");
  background-size: cover;
  padding: 10px;
  padding-left:2px;
  margin-top: 5vh;
  filter: drop-shadow(1px 1px 2px);

}

  .navblock{ /* all pages */
    /* 25% left side of screen */
    float:left;
    max-width: 20%;
    padding: 1rem;
  }


  #nav ul{
    list-style-type: none;
    padding:0px;
    width: 15vw;
  }

  #nav li{
    display: block;
    padding: 2px;
    padding-left: 10px;
    text-align: center;
  }

  #nav a{
    display: block;
    text-decoration: none;
    color:#4D473D;
    font-family: cursive;
    font-size: large;
  }

  #nav a:hover{
    color:#151472;
    background-color: rgba(255, 189, 164, 1);;
  }

  ul li ul.dropdown{
    display: none;
  }
  
  ul li:hover ul.dropdown{
    display: block;
  }

  /* submenu */

  #submenu {
    background: url("SiteAssets/textures/PeachSticky.png");
    background-size: cover;
    padding: 20px;
    padding-left:5px;
    margin-top: 5vh;
    filter: drop-shadow(1px 1px 2px);
  }

#subnav ul{
  list-style-type: none;
  padding:0px;
  width: 15vw;
  font-family: cursive;
  text-align: center;
}

#subnav li{
  padding: 2px;
}

  #subnav a{
    display: block;
    text-decoration: none;
    color:#151472;
    padding:3px;
  }

  #subnav a:hover{
    color:#4D473D;
    background-color: #ff4d8f;
  }

/* main */
  #main{ /* all pages */
    float: right;
    width: 75%;
    padding-top: 7vh;
    padding-bottom: 3vh;
  }

  #main h2{
    font-family: cursive;
  }

  .acmepunch{
    width: 100%;
  }
/* footer */
  #footer{
    width: 110%;
    text-align: right;
    clear: both;
    padding: 10px;
    padding-right: 30px;
    position:sticky;
    background-color:rgba(255, 189, 164, 1);
    margin-bottom: -3200px;
  }

/* cards */
.row{
display: flex;
flex-direction: row;
align-content: space-between;
align-items: flex-start;
justify-content: center;
}


.Block{
padding-right: 10px;
padding-left: 10px;
}

.miniBlock{
background: url("SiteAssets/textures/PeachSticky.png");
background-size: cover;
background-repeat: no-repeat;
max-width: 30vw;
padding: 4vw;
justify-content: center;
filter: drop-shadow(2px 2px 2px);
}

#bottomright{
  align-self: flex-end;
}

#welcome{
padding-top: 10px;
padding-bottom: 20px;
}


.card1{
  background: url("SiteAssets/textures/IndexCards.png");
  background-size: cover;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 1vh;
  filter: drop-shadow(2px 2px 2px);
}

#BaltimoreBlock {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-evenly;
  align-items: baseline;
}

.BlockFilm{
  width: 30vw;
  padding: 10px;
  rotate:-1deg;
}

.card2{
  background: url("SiteAssets/textures/Chipboard+Index.png");
  background-size: cover;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-left: -2vh;
  margin-right: -1vh;
  filter: drop-shadow(2px 2px 2px);
}

/* image styling */

#eventposterlarge{
  width: 30vw;
  padding: 10px;
  filter: drop-shadow(1px 2px 3px);
  rotate:-1deg;
}

.navblock img{
  max-width: 100%;
  padding-top: 10px;
  rotate: -1deg;
  filter: drop-shadow(1px 2px 3px);
}

#eventposterbig{
  max-width: 100%;
  filter: drop-shadow(1px 2px 4px);
  rotate: -1deg;
}

#stillSmall{
  filter: drop-shadow(1px 1px 2px);
  max-width: 30vw;
}

/* object styling*/

.button{
    background: url("SiteAssets/textures/PinkSticky0.png");
    background-size: cover;
    background-repeat: no-repeat;
    rotate: 2deg;
    font-size:19px;
    font-family:cursive;
    height:5vh;
    width:fit-content;
    padding-left:20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 0px;
    filter: drop-shadow(1px 2px 3px);
    color:rgba(77, 71, 61, 1);
}

.button a{
  text-decoration: none;
  color:rgba(77, 71, 61, 1);
}

.button:hover{
  background: url("SiteAssets/textures/PeachSticky.png");
  background-size: cover;
  background-repeat: none;
  color:#151472;
}